.. _i-image: Synnefo ------- :ref:`synnefo ` || :ref:`ns ` || :ref:`apt ` || :ref:`mq ` || :ref:`db ` || :ref:`gunicorn ` || :ref:`apache ` || :ref:`webproject ` || :ref:`astakos ` || :ref:`cms ` || :ref:`pithos ` || :ref:`cyclades ` || :ref:`kamaki ` || :ref:`backends ` Backends ++++++++ :ref:`ganeti ` || image || :ref:`gtools ` || :ref:`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`: .. code-block:: console node1:/pithos /srv/pithos nfs4 defaults,rw,noatime,nodiratime,intr,rsize=1048576,wsize=1048576,noacl and then: .. code-block:: console apt-get install -t squeeze-backports nfs-common mkdir /srv/pithos mount /srv/pithos .. code-block:: console # apt-get install snf-image-host Append this lines in `/etc/snf-image/default` .. code-block:: console 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: .. code-block:: console # snf-image-update-helper -y Test your Setup: ++++++++++++++++