- 05 Aug, 2013 6 commits
-
-
Christos Stavrakakis authored
This commit makes astakosclient PEP8 compliant.
-
Christos Stavrakakis authored
Commit 7cfc0ce moved code from webproject to snf_django. This commit fixes some stale imports that skipped renaming.
-
Christos Stavrakakis authored
Remove some hard-coded IDs from tests.
-
Christos Stavrakakis authored
Modify default settings for tests to use postgresql by default.
-
Christos Stavrakakis authored
snf-webproject contained the generic ListCommand, and because of this it had a dependency from snf-django-lib. This commit moves this command from snf-webproject to snf-django-lib and removes this dependency. Also, updates all imports of ListCommand. Refs #4041
-
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.
-
- 02 Aug, 2013 20 commits
-
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
The request expects a json formatted dictionary. Raise 400 (BadRequest) otherwise.
-
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
-
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
-
Christos Stavrakakis authored
-
- 31 Jul, 2013 3 commits
-
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
Raise 400 (Bad Request) if the server fails to parse it.
-
Sofia Papagiannaki authored
-
- 29 Jul, 2013 2 commits
-
-
Christos Stavrakakis authored
Conflicts: Changelog version
-
Christos Stavrakakis authored
-
- 26 Jul, 2013 5 commits
-
-
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.
-
Constantinos Venetsanopoulos authored
Also create the corresponding directory docs/design/. All new design docs should be placed under this directory, with a corresponding reference in the index page.
-
Christos Stavrakakis authored
Add option in snf-manage network-create command to create network in all backends.
-
- 25 Jul, 2013 4 commits
-
-
Sofia Papagiannaki authored
-
Sofia Papagiannaki authored
* Provision quantity sent should not be of type Decimal (not JSON serializable) * Fix check for user existance in the database
-
Christos Stavrakakis authored
Make all quotaholder commissions to have a name. Since, Cyclades does not store the association of a commission with a resource, we include the resource in the commission name.
-
Christos Stavrakakis authored
Make unicode method of VirtualMachine, Network and FloatingIP models more verbose.
-