Statistics
| Branch: | Tag: | Revision:

root / ci / new_config @ ddd240ff

History | View | Annotate | Download (1.8 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 525f2979 Ilias Tsitsimpis
apt_repo = http://apt.dev.grnet.gr squeeze/
6 525f2979 Ilias Tsitsimpis
# Synnefo git repo
7 525f2979 Ilias Tsitsimpis
synnefo_repo = https://code.grnet.gr/git/synnefo
8 525f2979 Ilias Tsitsimpis
# Git branch to test (specify sha1 or branch name)
9 525f2979 Ilias Tsitsimpis
synnefo_branch = HEAD
10 525f2979 Ilias Tsitsimpis
# snf-deploy git repo
11 525f2979 Ilias Tsitsimpis
deploy_repo = https://code.grnet.gr/git/snf-deploy
12 525f2979 Ilias Tsitsimpis
# Defines the schema that snf-deploy will use
13 525f2979 Ilias Tsitsimpis
schema = one_node
14 525f2979 Ilias Tsitsimpis
# Local dir to save builded packages
15 525f2979 Ilias Tsitsimpis
pkgs_dir = /tmp/synnefo_pkgs
16 525f2979 Ilias Tsitsimpis
# If True patch the pydist.py module (see Debian bug #657665)
17 525f2979 Ilias Tsitsimpis
patch_pydist = True
18 525f2979 Ilias Tsitsimpis
# Configuration of git (on remote server)
19 525f2979 Ilias Tsitsimpis
git_config_name = Buildbot
20 525f2979 Ilias Tsitsimpis
git_config_mail = synnefo@builder.dev.grnet.gr
21 525f2979 Ilias Tsitsimpis
# Url to fetch ssh public keys
22 525f2979 Ilias Tsitsimpis
public_ssh_keys_url =
23 525f2979 Ilias Tsitsimpis
# Network address from which we allow access to server
24 525f2979 Ilias Tsitsimpis
filter_access_network = 195.251.29.0/24,62.217.123.39
25 525f2979 Ilias Tsitsimpis
# Config file to save temporary options (eg IPs, passwords etc)
26 525f2979 Ilias Tsitsimpis
temporary_config = /tmp/ci_temp_conf
27 525f2979 Ilias Tsitsimpis
28 525f2979 Ilias Tsitsimpis
29 525f2979 Ilias Tsitsimpis
[Deployment]
30 da593e0c Christos Stavrakakis
# Choose the 'cloud' to use from .kamakirc
31 da593e0c Christos Stavrakakis
kamaki_cloud =
32 525f2979 Ilias Tsitsimpis
# Server name to use for our machine
33 525f2979 Ilias Tsitsimpis
server_name = Synnefo Deployment
34 525f2979 Ilias Tsitsimpis
# Flavor ID to use
35 525f2979 Ilias Tsitsimpis
# (149 for production, 639 for okeanos.io)
36 525f2979 Ilias Tsitsimpis
flavor_id = 639
37 525f2979 Ilias Tsitsimpis
# Image to use (name must contain this)
38 525f2979 Ilias Tsitsimpis
image_name = OldStable
39 525f2979 Ilias Tsitsimpis
# UUID of owner of system images
40 525f2979 Ilias Tsitsimpis
# (25ecced9-bf53-4145-91ee-cf47377e9fb2 for production,
41 525f2979 Ilias Tsitsimpis
#  04cbe33f-29b7-4ef1-94fb-015929e5fc06 for okeanos.io)
42 525f2979 Ilias Tsitsimpis
system_uuid = 04cbe33f-29b7-4ef1-94fb-015929e5fc06
43 525f2979 Ilias Tsitsimpis
44 525f2979 Ilias Tsitsimpis
45 525f2979 Ilias Tsitsimpis
[Burnin]
46 525f2979 Ilias Tsitsimpis
# Maybe add some burnin options
47 525f2979 Ilias Tsitsimpis
# (e.g. tests to run/ignore, timeouts etc)
48 525f2979 Ilias Tsitsimpis
cmd_options = --nofailfast --no-ipv6 --action-timeout=240
49 525f2979 Ilias Tsitsimpis
50 525f2979 Ilias Tsitsimpis
51 525f2979 Ilias Tsitsimpis
[Unit Tests]
52 525f2979 Ilias Tsitsimpis
component = astakos cyclades pithos
53 525f2979 Ilias Tsitsimpis
54 525f2979 Ilias Tsitsimpis
55 525f2979 Ilias Tsitsimpis
[Repository]
56 525f2979 Ilias Tsitsimpis
# Projects reside on this repo
57 525f2979 Ilias Tsitsimpis
projects =
58 525f2979 Ilias Tsitsimpis
    snf-common
59 525f2979 Ilias Tsitsimpis
    astakosclient
60 525f2979 Ilias Tsitsimpis
    snf-django-lib
61 525f2979 Ilias Tsitsimpis
    snf-webproject
62 525f2979 Ilias Tsitsimpis
    snf-branding
63 525f2979 Ilias Tsitsimpis
    snf-astakos-app
64 525f2979 Ilias Tsitsimpis
    snf-pithos-backend
65 525f2979 Ilias Tsitsimpis
    snf-cyclades-gtools
66 525f2979 Ilias Tsitsimpis
    snf-cyclades-app
67 525f2979 Ilias Tsitsimpis
    snf-pithos-app
68 525f2979 Ilias Tsitsimpis
    snf-tools