Statistics
| Branch: | Tag: | Revision:

root / ci / ci_wheezy.conf @ 1185ff2e

History | View | Annotate | Download (2.6 kB)

1 525f2979 Ilias Tsitsimpis
[Global]
2 525f2979 Ilias Tsitsimpis
# Timeouts in seconds
3 525f2979 Ilias Tsitsimpis
build_timeout = 240
4 525f2979 Ilias Tsitsimpis
# Apt repository to use
5 eaf0b161 Ilias Tsitsimpis
apt_repo =
6 170ac4b1 Ilias Tsitsimpis
    deb http://apt.dev.grnet.gr wheezy/
7 170ac4b1 Ilias Tsitsimpis
    deb http://packages.x2go.org/debian wheezy main
8 99d39120 Ilias Tsitsimpis
9 1d9f2031 Ilias Tsitsimpis
# Synnefo git repo.
10 1d9f2031 Ilias Tsitsimpis
# If not set, snf-ci will copy and use the local repo.
11 525f2979 Ilias Tsitsimpis
synnefo_repo = https://code.grnet.gr/git/synnefo
12 024faf05 Christos Stavrakakis
# Git branch to test (specify sha1 or branch name). If not set, the
13 024faf05 Christos Stavrakakis
# branch/sha will result from the current repository.
14 024faf05 Christos Stavrakakis
synnefo_branch =
15 99d39120 Ilias Tsitsimpis
16 1185ff2e Christos Stavrakakis
build_pithos_webclient = True
17 99d39120 Ilias Tsitsimpis
# pithos-web-client git repo
18 99d39120 Ilias Tsitsimpis
pithos_webclient_repo = https://code.grnet.gr/git/pithos-web-client
19 99d39120 Ilias Tsitsimpis
# Git branch to use for pithos-web-client
20 99d39120 Ilias Tsitsimpis
# If not set, snf-ci will decide which one to use
21 99d39120 Ilias Tsitsimpis
pithos_webclient_branch =
22 99d39120 Ilias Tsitsimpis
23 525f2979 Ilias Tsitsimpis
# Defines the schema that snf-deploy will use
24 170ac4b1 Ilias Tsitsimpis
schema = one_node_wheezy
25 525f2979 Ilias Tsitsimpis
# Local dir to save builded packages
26 525f2979 Ilias Tsitsimpis
pkgs_dir = /tmp/synnefo_pkgs
27 525f2979 Ilias Tsitsimpis
# If True patch the pydist.py module (see Debian bug #657665)
28 170ac4b1 Ilias Tsitsimpis
patch_pydist = False
29 99d39120 Ilias Tsitsimpis
30 525f2979 Ilias Tsitsimpis
# Configuration of git (on remote server)
31 525f2979 Ilias Tsitsimpis
git_config_name = Buildbot
32 525f2979 Ilias Tsitsimpis
git_config_mail = synnefo@builder.dev.grnet.gr
33 99d39120 Ilias Tsitsimpis
34 4c818bb2 Ilias Tsitsimpis
# Network address from which we allow access to server.
35 4c818bb2 Ilias Tsitsimpis
# If not set, access to server is not restricted.
36 4c818bb2 Ilias Tsitsimpis
accept_ssh_from =
37 525f2979 Ilias Tsitsimpis
# Config file to save temporary options (eg IPs, passwords etc)
38 525f2979 Ilias Tsitsimpis
temporary_config = /tmp/ci_temp_conf
39 e213881d Ilias Tsitsimpis
# File to save the x2goplugin html file
40 e213881d Ilias Tsitsimpis
x2go_plugin_file = /tmp/x2go.html
41 525f2979 Ilias Tsitsimpis
42 525f2979 Ilias Tsitsimpis
43 525f2979 Ilias Tsitsimpis
[Deployment]
44 da593e0c Christos Stavrakakis
# Choose the 'cloud' to use from .kamakirc
45 da593e0c Christos Stavrakakis
kamaki_cloud =
46 525f2979 Ilias Tsitsimpis
# Server name to use for our machine
47 ac1e7de3 Christos Stavrakakis
server_name = Synnefo_CI
48 6f8b2632 Ilias Tsitsimpis
# A list of flavors (comma seperated) to choose from
49 6f8b2632 Ilias Tsitsimpis
# The user can specify a flavor name (reg expression)
50 6f8b2632 Ilias Tsitsimpis
# with "name:" or a flavor id with "id:".
51 d288745e Giorgos Korfiatis
flavors = name:C2R2...D20ext_.*, name:C2R2...D20drbd, id:1
52 6f8b2632 Ilias Tsitsimpis
# A list of images (comma seperated) to choose from
53 6f8b2632 Ilias Tsitsimpis
# The user can specify an image name (reg expression)
54 6f8b2632 Ilias Tsitsimpis
# with "name:" or an image id with "id:".
55 feec1494 Christos Stavrakakis
images = name:SynnefoCIWheezy.*, name:^Debian Base$, id:72d9844f-1024-4a07-a3c3-60d650b8f5cd
56 4c818bb2 Ilias Tsitsimpis
# File containing the ssh keys to upload/install to server
57 4c818bb2 Ilias Tsitsimpis
# If not set, no ssh keys will be installed
58 8baa4ae7 Ilias Tsitsimpis
ssh_keys = ~/.ssh/id_rsa.pub
59 0368716b Christos Stavrakakis
# Allocate a public floating IP for the new server
60 0368716b Christos Stavrakakis
allocate_floating_ip = True
61 0368716b Christos Stavrakakis
# List of networks IDs (comma seperated) to connect server
62 0368716b Christos Stavrakakis
private_networks =
63 525f2979 Ilias Tsitsimpis
64 525f2979 Ilias Tsitsimpis
65 525f2979 Ilias Tsitsimpis
[Burnin]
66 525f2979 Ilias Tsitsimpis
# Maybe add some burnin options
67 525f2979 Ilias Tsitsimpis
# (e.g. tests to run/ignore, timeouts etc)
68 9f41ab1e Ilias Tsitsimpis
cmd_options = --images "name:.*" --flavors "name:C1R512D2file" --no-ipv6
69 525f2979 Ilias Tsitsimpis
70 525f2979 Ilias Tsitsimpis
71 525f2979 Ilias Tsitsimpis
[Unit Tests]
72 cb1060f2 Ilias Tsitsimpis
component = astakos cyclades pithos astakosclient
73 525f2979 Ilias Tsitsimpis
74 525f2979 Ilias Tsitsimpis
75 525f2979 Ilias Tsitsimpis
[Repository]
76 525f2979 Ilias Tsitsimpis
# Projects reside on this repo
77 525f2979 Ilias Tsitsimpis
projects =
78 525f2979 Ilias Tsitsimpis
    snf-common
79 525f2979 Ilias Tsitsimpis
    astakosclient
80 525f2979 Ilias Tsitsimpis
    snf-django-lib
81 525f2979 Ilias Tsitsimpis
    snf-webproject
82 525f2979 Ilias Tsitsimpis
    snf-branding
83 525f2979 Ilias Tsitsimpis
    snf-astakos-app
84 525f2979 Ilias Tsitsimpis
    snf-pithos-backend
85 525f2979 Ilias Tsitsimpis
    snf-cyclades-gtools
86 525f2979 Ilias Tsitsimpis
    snf-cyclades-app
87 525f2979 Ilias Tsitsimpis
    snf-pithos-app
88 525f2979 Ilias Tsitsimpis
    snf-tools