Statistics
| Branch: | Tag: | Revision:

root / snf-deploy @ dda6a14e

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

Latest revisions

# Date Author Comment
d0288f53 11/04/2013 05:27 pm Ilias Tsitsimpis

snf-deploy: Remove misplaced `raise'

2cebd933 11/04/2013 05:27 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.

48d868bd 11/04/2013 05:27 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.

dda6a14e 11/04/2013 05:27 pm Ilias Tsitsimpis

deploy: Exit with message and not with code

1e4332a1 11/04/2013 05:27 pm Ilias Tsitsimpis

snf-deploy: Add `generated' note to resolv.conf

Add a note on top of /etc/resolv.conf file to inform users
that this file has been changed by snf-deploy and the
immutable bit has been used.

Conflicts:
snf-deploy/fabfile.py

0682197f 11/04/2013 05:27 pm Ilias Tsitsimpis

snf-deploy: Remove old keys before generating new

When creating new ssh keys if the key already exists,
ssh-keygen prompts the user if he want to overwrite it.
To avoid prompting the user, delete all the old keys,
before generating new ones (the user has...

462ceaf4 11/04/2013 05:27 pm Ilias Tsitsimpis

snf-deploy: Abort has been changed to True

By default abort when a command is failed to be executed.

5a7cb4a4 11/04/2013 05:27 pm Ilias Tsitsimpis

snf-deploy Use symbolic debian_base_url

For debian_base_url use a link that always resolves
to the latest image.

e6a1049e 11/04/2013 05:27 pm Ilias Tsitsimpis

deploy: Modify dir for filebased email_backend

Allow user to modify the directory that will
be used for the filebased email backend by Django.

Also move the EMAIL_BACKEND option from astakos to
common.

49c1a545 11/04/2013 05:27 pm Ilias Tsitsimpis

deploy: Pep8 fixes

View revisions

Also available in: Atom