Synnefo¶
synnefo || ns || apt || mq || db || gunicorn || apache || webproject || astakos || cms || pithos || cyclades || kamaki || backends
Backends¶
ganeti || image || gtools || network
snf-image Setup¶
The following apply to ganeti
nodes.
Firstly mount the pithos
nfs mount point. Assuming that pithos
node
(the one who does the NFS export) is node1.example.com, append the following
line in /etc/fstab:
node1:/pithos /srv/pithos nfs4 defaults,rw,noatime,nodiratime,intr,rsize=1048576,wsize=1048576,noacl
and then:
apt-get install -t squeeze-backports nfs-common
mkdir /srv/pithos
mount /srv/pithos
# apt-get install snf-image-host
Append this lines in /etc/snf-image/default
PITHOS_DB="postgresql://synnefo:example_passw0rd@db.example.com:5432/snf_pithos"
PITHOS_DATA="/srv/pithos/data"
PROGRESS_MONITOR='snf-progress-monitor'
and create snf-image-helper with:
# snf-image-update-helper -y