- 24 Sep, 2013 40 commits
-
-
Ilias Tsitsimpis authored
Flavor ids are integers so we have to turn them into strings before comparing them with our value.
-
Ilias Tsitsimpis authored
Whenever we change deploy's config files, we also have to change the snf-ci's schema files.
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
kamaki register image tmp wheezy sources for ganeti htools (not used any more) import_service Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Switch to nfs v3. Explicitly use IP in /etc/exports and not subnet. Subnet and gateway are only used by vlcuster and thus move them from nodes.conf to vcluster.conf. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
This is needed for heterogeneous setups. Depending on os the corresponding sources file is added and the proper synnefo packages are installed (~wheezy or ~squeeze) Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Hard code latest kamaki version that does not break deploy. snf-manage network-create --dhcp Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Giorgos Korfiatis authored
Use script snf-service-export to assist registering service definitions in astakos. Remove call to resource-import; its usage is covered by service-import.
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
Remove ssh keys from snf-deploy package. We can now generate new keys running `snf-deploy keygen'.
-
Ilias Tsitsimpis authored
Change the email backend from dummy to a filebased one.
-
Christos Stavrakakis authored
By default snf-deploy will not enable lvm and drbd storage. So, the default setting for flavors should include only 'file' disk template.
-
Christos Stavrakakis authored
Use snf-manage service-export and service-import management commands to import services and corresponding resources to astakos. Also, remove old temporary files that were used for this procedure.
-
Ilias Tsitsimpis authored
Make run_burnin snf-ci function to exit with the same exit code as snf-burnin did.
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
`system-images-user' flag is not mandatory when one uses the `show-stale' flag.
-
Ilias Tsitsimpis authored
When burnin test cases fail, return 1 as exit code.
-
Ilias Tsitsimpis authored
New version of kamaki accepts the location of images to register as container:file instead of the old one "pithos://uuid/location".
-
Dionysis Grigoropoulos authored
-
Dionysis Grigoropoulos authored
-
Dionysis Grigoropoulos authored
-
Christos Stavrakakis authored
Include the user images in the list of images that are matched against the image name from the config file. Also, change config file to use archipelago flavors and create instances from the SynnefoCI image.
-
Christos Stavrakakis authored
Allow snf-ci script to accept a comma seperated list of commands to run.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Update postgresql default template ('template1'), to have LC_COLLATE='C' and LC_CTYPE='C'. This is needed for test database that is created from django, without the ability to set a different template.
-
Ilias Tsitsimpis authored
-
Christos Stavrakakis authored
Turn off fsync, synchronous_commit and full_pages_writer to speed up postgresql. DB is not no longer crash-safe, but this is no needed for tests. Also, introduce 'testing_vm' setting to distinquish between the type of deployment. In cases like the above, we want to be able to configure the server in a different way, whether is deployed for development/testing or for production deployment.
-
Christos Stavrakakis authored
-
Ilias Tsitsimpis authored
Before writing to temp config file, acquire a lock and re-read it's contents to make sure we don't overwrite anything.
-
Christos Stavrakakis authored
-
Ilias Tsitsimpis authored
Python does not do any automatic path expansions. User has to call functions such as expanduser() and expandvars(). Add uesr's id_rsa.pub file as default ssh_keys file.
-
Ilias Tsitsimpis authored
Allow for search both by name (using regular expressions) or by id.
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
Instead of cloning Synnefo from its official repo, user can choose (using --local-repo option, or by not setting the synnefo_repo config parameter) to use his local repo.
-
Christos Stavrakakis authored
-