Statistics
| Branch: | Tag: | Revision:

root / ci / new_config @ da593e0c

History | View | Annotate | Download (2 kB)

1
[Global]
2
# Timeouts in seconds
3
build_timeout = 240
4
# Apt repository to use
5
apt_repo = http://apt.dev.grnet.gr squeeze/
6
# Synnefo git repo
7
synnefo_repo = https://code.grnet.gr/git/synnefo
8
# Git branch to test (specify sha1 or branch name)
9
synnefo_branch = HEAD
10
# snf-deploy git repo
11
deploy_repo = https://code.grnet.gr/git/snf-deploy
12
# Defines the schema that snf-deploy will use
13
schema = one_node
14
# Local dir to save builded packages
15
pkgs_dir = /tmp/synnefo_pkgs
16
# If True patch the pydist.py module (see Debian bug #657665)
17
patch_pydist = True
18
# Configuration of git (on remote server)
19
git_config_name = Buildbot
20
git_config_mail = synnefo@builder.dev.grnet.gr
21
# Url to fetch ssh public keys
22
public_ssh_keys_url =
23
# Network address from which we allow access to server
24
filter_access_network = 195.251.29.0/24,62.217.123.39
25
# Config file to save temporary options (eg IPs, passwords etc)
26
temporary_config = /tmp/ci_temp_conf
27

    
28

    
29
[Deployment]
30
# Choose the 'cloud' to use from .kamakirc
31
kamaki_cloud =
32
# If we deploy on okeanos.io we have to set this to True
33
# The server will reside besides a NAT and we have to compute ssh port
34
deploy_on_io = True
35
# Server name to use for our machine
36
server_name = Synnefo Deployment
37
# Flavor ID to use
38
# (149 for production, 639 for okeanos.io)
39
flavor_id = 639
40
# Image to use (name must contain this)
41
image_name = OldStable
42
# UUID of owner of system images
43
# (25ecced9-bf53-4145-91ee-cf47377e9fb2 for production,
44
#  04cbe33f-29b7-4ef1-94fb-015929e5fc06 for okeanos.io)
45
system_uuid = 04cbe33f-29b7-4ef1-94fb-015929e5fc06
46

    
47

    
48
[Burnin]
49
# Maybe add some burnin options
50
# (e.g. tests to run/ignore, timeouts etc)
51
cmd_options = --nofailfast --no-ipv6 --action-timeout=240
52

    
53

    
54
[Unit Tests]
55
component = astakos cyclades pithos
56

    
57

    
58
[Repository]
59
# Projects reside on this repo
60
projects =
61
    snf-common
62
    astakosclient
63
    snf-django-lib
64
    snf-webproject
65
    snf-branding
66
    snf-astakos-app
67
    snf-pithos-backend
68
    snf-cyclades-gtools
69
    snf-cyclades-app
70
    snf-pithos-app
71
    snf-tools