Statistics
| Branch: | Tag: | Revision:

root / snf-deploy @ f7d0f914

Name Size
  conf
  files
  scripts
  snfdeploy
MANIFEST.in 28 Bytes
distribute_setup.py 15.4 kB
fabfile.py 41.6 kB
setup.py 2.9 kB

Latest revisions

# Date Author Comment
f7d0f914 11/26/2013 11:02 am Christos Stavrakakis

snf-deploy: Default packages should be wheezy

657040ad 11/22/2013 03:46 pm Dimitris Aragiorgis

Get the latest ganeti packages from wheezy repo

Signed-off-by: Dimitris Aragiorgis <>

Conflicts:
ci/schemas/one_node_wheezy/wheezy.conf
snf-deploy/conf/wheezy.conf

0a9b5fff 11/19/2013 01:00 pm Christos Stavrakakis

deploy: Install vncauthproxy before cyclades

Install snf-vncauthproxy beforing installing Cyclades, because Cyclades
depends on vncauthproxy.

afea072d 11/11/2013 03:29 pm Christos Stavrakakis

deploy: Install snf-ganeti 2.8 from unstable

c1c9c36b 11/11/2013 03:29 pm Christos Stavrakakis

snf-deploy: Enable file disk template

440cc444 10/03/2013 05:55 pm Ilias Tsitsimpis

snf-deploy: Change email backend file location

Change Django's filebased email backend location
from '/var/log/gunicorn/synnefo-mail/' to
'/var/tmp/synnefo-mail/'. We do this due to permission
errors.

a307c2e5 10/02/2013 02:18 pm Ilias Tsitsimpis

deploy: Exit with message and not with code

86de48b4 10/02/2013 02:16 pm Ilias Tsitsimpis

snf-deploy: Exit when fab command fails

The previous approach (using the return value from
os.system for sys.exit) was false. For more information, see
`how-to-bypass-the-0-255-range-limit-for-sys-exit-in-python'
on stackoverflow.

f58f96a5 09/30/2013 05:22 pm Ilias Tsitsimpis

snf-deploy: Return the correct exit code

snf-deploy uses os.system to execute it's fabfile. We have
to use sys.exit() for the python script to return with the
same exit code as the one returned by fabric script.

e11296b4 09/30/2013 04:05 pm Ilias Tsitsimpis

snf-deploy: Remove misplaced `raise'

View revisions

Also available in: Atom