Statistics
| Branch: | Tag: | Revision:

root / ci @ 985442f5

# Date Author Comment
985442f5 09/19/2013 03:54 pm Ilias Tsitsimpis

ci: Instruct snf-deploy to generate ssh keys

d75ee447 09/17/2013 10:46 am Christos Stavrakakis

deploy: By default use only file disk template

By default snf-deploy will not enable lvm and drbd storage. So, the
default setting for flavors should include only 'file' disk template.

281c7634 09/16/2013 05:17 pm Ilias Tsitsimpis

ci: Change run_burnin exit status

Make run_burnin snf-ci function to exit with the same
exit code as snf-burnin did.

6e490691 09/12/2013 05:39 pm Dionysis Grigoropoulos

ci: update ci/schemas/one_node/synnefo.conf

905bb10b 09/07/2013 05:59 pm Christos Stavrakakis

ci: Include user images and config improvements

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.

6958ffc6 09/07/2013 05:30 pm Christos Stavrakakis

ci: Verify values of image and flavor options

4e680fed 09/07/2013 05:30 pm Christos Stavrakakis

ci: Allow multiple commands in snf-ci script

Allow snf-ci script to accept a comma seperated list of commands to run.

71f2649f 08/28/2013 12:52 pm Ilias Tsitsimpis

ci: Add --force-yes option to apt-get install

bd9b6f21 08/27/2013 11:25 am Christos Stavrakakis

deploy: Performance tune for postgresql

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...

705f70a9 08/27/2013 09:00 am Christos Stavrakakis

ci: Handle ssh access for demo.synnefo.org

62fcf0e5 08/26/2013 03:36 pm Ilias Tsitsimpis

ci: Implement file lock mechanism for temp_config

Before writing to temp config file, acquire a lock
and re-read it's contents to make sure we don't
overwrite anything.

07c13754 08/26/2013 01:05 pm Christos Stavrakakis

ci: Add build ID to server name

6058ae72 08/23/2013 06:04 pm Ilias Tsitsimpis

ci: Fix bugs with path expansion

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.

358a19bc 08/23/2013 03:31 pm Ilias Tsitsimpis

ci: Improve flavors/images finder

Allow for search both by name (using regular
expressions) or by id.

3754fdcd 08/23/2013 01:00 pm Ilias Tsitsimpis

ci: Automatic yes to apt-get prompts

d1f57c47 08/22/2013 05:18 pm Ilias Tsitsimpis

ci: Remove forgotten debug message

6c3cc77e 08/22/2013 05:06 pm Ilias Tsitsimpis

ci: Install x2goserver

07710fc3 08/22/2013 01:28 pm Ilias Tsitsimpis

ci: Install firefox

465ccebd 08/21/2013 03:15 pm Ilias Tsitsimpis

ci: Remove ssh_keys value from config file

5323404f 08/21/2013 01:48 pm Ilias Tsitsimpis

ci: Allow the use of local repo

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.

46ded653 08/20/2013 05:56 pm Ilias Tsitsimpis

ci: Update schema files

Package snf-deploy has add a new section (keys) in deploy.conf

b7496c88 08/20/2013 05:36 pm Ilias Tsitsimpis

ci: Better handling of build_ids

Now a new build id is created every time we issue a
create command and build_id is None. Any subsequent
commands will use this build_id.

In case we don't provide a build_id (None) and we
try to run a command other than create (that needs to...

79144a72 08/20/2013 04:07 pm Ilias Tsitsimpis

ci: Temporary_config supports multiple machines

Use one temporary_config that will contain information
about every machine we have build until now, so we
can go back and use/inspect one of them.

Refs #4199

1c230fd8 08/20/2013 01:50 pm Ilias Tsitsimpis

ci: snf-deploy is now part of Synnefo software

Install snf-deploy from the Synnefo repo
and not from it's old one.

a8bfeffc 08/20/2013 01:25 pm Ilias Tsitsimpis

ci: Get flavor by name

The option flavor_name support a list of flavors to try.

Refs #4192

f82ce32a 08/20/2013 08:33 am Christos Stavrakakis

ci: Disable snf-deploy colors

Use --disable-colors option of snf-deploy to disable colors when
running snf-deploy from ci scripts.

ad21ffa9 08/06/2013 01:37 pm Ilias Tsitsimpis

ci: Specify a flavor_name instead of a flavor_id

Specify a flavor_name (in form of a reg expression) to use.

e2a0abb8 08/05/2013 05:18 pm Ilias Tsitsimpis

ci: pep8 fixes

2178b2a8 08/05/2013 05:18 pm Ilias Tsitsimpis

ci: Use -c as sort version of --conf

Follow kamaki convention where -c should mean --conf
and not --cloud.

62f3f54f 08/05/2013 05:18 pm Ilias Tsitsimpis

ci: turn system_uuid option into a hardcoded one

User doesn't need to specify the UUID of the owner of
system images (it's usually hard to find it).

Instead save the uuids for these users for our production and
testing deployments inside a list (DEFAULT_SYSTEM_IMAGES_UUID) and...

56ee1bbc 08/05/2013 05:18 pm Ilias Tsitsimpis

ci: Redirect logging to stdout/stderr

Use stdout for info/debug messages and stderr for
warning/error messages.

6868804a 08/05/2013 05:18 pm Ilias Tsitsimpis

ci: Add --ssh-keys command line option

Using this option one can specify a file containing
ssh authentication keys to be uploaded and installed
on the newly created server.

4b743650 08/05/2013 05:18 pm Ilias Tsitsimpis

ci: Add support for downloading ssh_keys file

Currently support http, https and ftp protocols
using the wget utility.

6953e222 08/05/2013 08:31 am Christos Stavrakakis

ci: Add --noinput option to tests

Modify tests script to pass the --noinput option to snf-manage test
command, so that Django will promt user for any input.

b52c7bb0 08/02/2013 02:23 pm Christos Stavrakakis

ci: s/mail/email in git config

f041c796 08/02/2013 01:36 pm Christos Stavrakakis

ci: Create version files before building docs

Run 'devflow-update-version' to create all the version files, before
trying to build the docs.

88e6558b 08/02/2013 01:23 pm Christos Stavrakakis

ci: Add option to build and fetch documentation

e2dc37b2 08/02/2013 09:56 am Christos Stavrakakis

ci: Specify directory to fetch packages to

b69b55ca 08/02/2013 09:55 am Christos Stavrakakis

ci: Parse branch from repository

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.

3b26ae00 08/02/2013 09:54 am Christos Stavrakakis

ci: Remove 'deploy_on_io' option

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.

e53bbf1c 08/02/2013 09:54 am Christos Stavrakakis

ci: Helper script to run ci commands

Make 'snf-ci' python script to run CI commands.

1c75c4dd 08/02/2013 09:54 am Christos Stavrakakis

ci: Make some options optional

Make 'ssh_keys' and 'accept_ssh_from' optional, since there are not
mandatory for ci to work.

6ca8f81a 08/02/2013 09:54 am Christos Stavrakakis

ci: Add option to override configuration file

Add 'config_file' argument to SynnefoCI in order to use a different
configuration file. Also, added the corresponding option to 'snf-ci'
scirpt.

464e58e9 08/02/2013 09:54 am Christos Stavrakakis

ci: Merge 'fetch_packages.py' to snf-ci script

Add '--fetch-packages' option to snf-ci script, in order to download the
created debian packages.

ec8bc030 08/02/2013 09:54 am Christos Stavrakakis

ci: Add option to override schema

6bed578c 08/02/2013 09:53 am Christos Stavrakakis

ci: Install south from squeeze-backports

e908a902 08/02/2013 09:53 am Christos Stavrakakis

ci: Fixes to ci code

  • override config file from env variable
  • pep8 fixes
  • do not display vm password
  • fail if cloning repo fails
  • do not use eval
e480f0ce 08/02/2013 09:53 am Christos Stavrakakis

ci: Copy ssh keys

Add option for copying ssh keys to the created vm.

c1b1d444 08/02/2013 09:53 am Christos Stavrakakis

ci: Get credentials by kamakirc

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

43a22402 08/02/2013 09:53 am Christos Stavrakakis

ci: Option to override image and flavor

Add option to use a custom image_id and flavor_id instead of getting
them from config file.

98c4ce38 07/26/2013 05:18 pm Ilias Tsitsimpis

ci: Include commands between $()

861b437e 07/26/2013 04:56 pm Ilias Tsitsimpis

ci: Fix some typos in utils.py

c29ac11d 07/26/2013 03:55 pm Ilias Tsitsimpis

ci: Redesign CI scripts

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.

5ed7d816 07/09/2013 03:23 pm Christos Stavrakakis

ci: Fix tests script

c8ab8854 07/05/2013 07:11 pm Georgios D. Tsoukalas

support both pithos and cyclades in tests.sh

c4f9764f 06/25/2013 03:45 am Vangelis Koukis

Fix check for snf-manage in ci/tests.sh

43cdd0c4 06/25/2013 02:35 am Vangelis Koukis

Report failure to find snf-manage in test runner

994aed96 06/17/2013 05:55 pm Christos Stavrakakis

ci: Remove failfast option from tests

cd391e22 05/23/2013 12:53 pm Christos Stavrakakis

ci: change interpreter line

d1e8c2f4 05/21/2013 01:42 pm Christos Stavrakakis

ci: Add failfast option to tests

34262911 05/21/2013 01:07 pm Kostas Papadimitriou

ci: Invalidate existing settings dir

to avoid tests failures due to locally modified settings

98464064 05/17/2013 10:52 am Christos Stavrakakis

ci: Install snf-branding before astakos

9b977424 05/17/2013 10:41 am Christos Stavrakakis

ci: Add snf-branding to projects

982f9532 05/15/2013 05:05 pm Christos Stavrakakis

ci: Install astakosclient before snf-django-lib

762b93d7 05/15/2013 04:43 pm Christos Stavrakakis

pep8 fixes

f9259573 05/14/2013 05:51 pm Giorgos Korfiatis

ci: Add quotaholder_app to tests

dbb6a975 05/14/2013 02:09 pm Christos Stavrakakis

ci: Add 'quotas' app to tests

c78d4fb3 04/30/2013 07:23 pm Christos Stavrakakis

ci: Remove snf-quotaholder-app from ci/config

cd299fe2 04/30/2013 07:20 pm Christos Stavrakakis

ci: clean old docs before building new ones

b8ba6369 04/30/2013 07:20 pm Christos Stavrakakis

ci: install snf-django before webproject

Try to intall 'snf-django-lib' before 'snf-webproject', since the
webproject depends to snf-django.

e2554e08 04/08/2013 06:17 pm Christos Stavrakakis

Add snf-django-lib to ci/config

1ecb12b5 04/08/2013 02:56 pm Christos Stavrakakis

Rename snf-astakos-client to astakosclient

346e5b8e 04/02/2013 11:16 am Kostas Papadimitriou

Include helpdesk tests in ci script

7ea1e4e2 04/01/2013 07:14 pm Kostas Papadimitriou

Include astakos app in ci/tests.sh

1c322fee 03/12/2013 03:54 pm Ilias Tsitsimpis

Add snf-astakos-client to ci's config file

c219e23a 03/05/2013 04:21 pm Stratos Psomadakis

Remove snf-pithos-tools from $PROJECTS

3ff60788 02/21/2013 01:40 pm Christos Stavrakakis

Small fix in ci script

ca0a879c 02/21/2013 11:56 am Christos Stavrakakis

Small fixes to ci scripts

61b60b4e 02/06/2013 12:14 pm Christos Stavrakakis

Fix to CI script

6262d2ae 02/06/2013 12:12 pm Christos Stavrakakis

Fixes to CI scripts

fc67026b 01/31/2013 05:34 pm Christos Stavrakakis

Improve CI scripts

e8f9db81 01/31/2013 05:34 pm Christos Stavrakakis

Add make_docs to CI module

078cb806 01/29/2013 06:48 pm Christos Stavrakakis

Add CI module, to collaborate with buildbot