deploy: Set LC_COLLATE to 'C'
Update postgresql default template ('template1'), to have LC_COLLATE='C'and LC_CTYPE='C'. This is needed for test database that is created fromdjango, without the ability to set a different template.
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.
Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr>
Add snf-deploy tree
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.