deploy: Fix bug introduced by escape character
deploy: Allow access in db from localhost
Allow password-less access in DB from localhost, in order to easerunning of unittests.
deploy: Fix --dhcp option of network-create cmd
deploy: Add snfdeploy to path to import version
Try put resolv.conf due to chattr +i
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Enforce nodes the given hostnames
This means that hostnames are not important in nodes.conf andshould not reflect to existing infra.
Minor fix in setup_hosts (sed -i /etc/hosts)
Allow password-less access from db node in db
Make networking test raise errors if fail
Add abort=True in try_run()
Add --no-keys-inject option
This skips key injection in nodes
Pass key_inject in setup_env
Fix db access
Allow password-less access from nodes with webproject.Allow password-less access from db node.
0600 mode for ssh keys
snf-deploy: Update snfdeploy/lib.py to be pep8 compliant
snf-deploy: Various fixes for merging with synnefo
Move ifup in separate dir
ifup is used by vcluster command and has nothing to do withtemlplate files that are used to customize installation.
Fix missing things for disable_colors
Use ip instead of hostname for env.host_string
Remove custon synnefo_settings for webclient
Add snf-deploy tree
Modify devflow for snf-deploy
Remove some files
Remove README/CHANGLOG from snf-deploy/setup.py
deploy: Alter db owner+access to create
Modify database initiliazation by declaring the database owner, andgiving access to synnefo user to create databases. This options areneeded in order to be able to run tests in postgres db.
snf-deploy: Add option (--disable-colors) to disable color printing in terminal