- 24 Sep, 2013 29 commits
-
-
Ilias Tsitsimpis authored
-
Christos Stavrakakis authored
Modify tests script to pass the --noinput option to snf-manage test command, so that Django will promt user for any input.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Run 'devflow-update-version' to create all the version files, before trying to build the docs.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Guess the branch to build, based on the current branch of the repository. Also track all remote branches when cloning Synnefo, because it is needed by devflow.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Add '--fetch-packages' option to snf-ci script, in order to download the created debian packages.
-
Christos Stavrakakis authored
Add 'config_file' argument to SynnefoCI in order to use a different configuration file. Also, added the corresponding option to 'snf-ci' scirpt.
-
Christos Stavrakakis authored
Make 'ssh_keys' and 'accept_ssh_from' optional, since there are not mandatory for ci to work.
-
Christos Stavrakakis authored
Make 'snf-ci' python script to run CI commands.
-
Christos Stavrakakis authored
Remove the 'deploy_on_io' option. Instead check if you will need to compute manually the ssh port by the domain of the cyclades url.
-
Christos Stavrakakis authored
Add option to use a custom image_id and flavor_id instead of getting them from config file.
-
Christos Stavrakakis authored
Get credentials for deployment from .kamakirc instead of config file. Also, add option in config file indicating which cloud for kamaki to use. Finally, add option in SynnefoCI to override the cloud from config. Refs #4193
-
Christos Stavrakakis authored
Add option for copying ssh keys to the created vm.
-
Christos Stavrakakis authored
* override config file from env variable * pep8 fixes * do not display vm password * fail if cloning repo fails * do not use eval
-
Christos Stavrakakis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
Spawn VM to use as builder-slave. Build packages inside this VM. Deploy Synnefo using snf-deploy. Run unit tests. Run functional tests using burnin.
-
Ilias Tsitsimpis authored
Plankton returns properties whereas Cyclades returns metadata for the images.
-
Ilias Tsitsimpis authored
With this flag one can specify the owner of the system images. Currently one has to specify owner's uuid. This options is mandatory.
-
Christos Stavrakakis authored
-
Georgios D. Tsoukalas authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Ilias Tsitsimpis authored
-
Christos Stavrakakis authored
-
- 23 Sep, 2013 1 commit
-
-
Christos Stavrakakis authored
-
- 18 Sep, 2013 6 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Kostas Papadimitriou authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
- 17 Sep, 2013 4 commits
-
-
Christos Stavrakakis authored
-
Kostas Papadimitriou authored
when helpdesk users search using ip address
-
Christos Stavrakakis authored
In case creating a VM fails before the OP_INSTANCE_CREATE job is enqueued in Ganeti, the VM and its NICs must be deleted, and the resources must be released from Quotaholder, which is exactly what is done when a VM is deleted from Ganeti. Instead of duplicating the code, this commit uses the same function that is used by snf-dispatcher, by mocking an successfully OP_INSTANCE_REMOVE.
-
Christos Stavrakakis authored
Commit #32a0b85, modified server creation, by refetching the object from DB after issuing commission to quotaholder. However, the new object is not having the 'config_url' attributed, which is added to the vm object by the 'vmapi'. This commit, fixes this by moving the signal dispatching code after refetching the vm. Also, this commit makes more clear the exception handling code, when the creation job can not be enqueued to Ganeti.
-