-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yml.sample
84 lines (77 loc) · 2.3 KB
/
config.yml.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# The production config.yml, when updated, should also be updated in the
# "[email protected]" note on LastPass
# This is done by running "fab saveConfig"
auth:
user: "<web user>"
password: "<web password>"
zulip:
user: "<zulip user>"
password: "<zulip password>"
stream: "BuildBot"
# This can be null, to have the go to /dev/null
critical_stream: "Engineering"
manhole:
port: 22
authorized_keys:
- "ssh-rsa AAAA... comment"
- "..."
##
## These are the "credentials" sections. They supply the configuration that
## config.py and other areas of the implementation call "credentials" and they
## are generally for supplying per-cloud secrets and configuration.
##
aws:
identifier: "<aws access key id>"
secret_identifier: "<aws secret access key>"
# The following tags are looked for in image metadata,
# along with "base-name" (from below) and the latest
# timestamp.
image_tags:
# production: "true"
rackspace:
username: "<rackspace username>"
key: "<rackspace api key>"
keyname: "<ssh keypair name granting access to slave vm>"
region: "<region slug>"
# Same as aws section.
image_tags:
# production: "true"
##
## Thus ends the credentials section.
##
github:
token: "<github api token>"
report_status: True
buildmaster:
host: "build.clusterhq.com"
slaves:
aws/centos-7/zfs-head:
ami: "buildslave-centos-7-zfs-head"
slaves: 1
instance_type: "c3.large"
max_builds: 2
aws/ubuntu-14.04:
ami: "buildslave-ubuntu-14.04"
slaves: 3
instance_type: "c3.large"
max_builds: 2
aws/centos-7:
ami: "buildslave-centos-7"
slaves: 3
instance_type: "c3.large"
max_builds: 2
aws/rhel-7.2/0:
distribution: "rhel-7.2"
passwords: ['<password>']
fedora-20/vagrant:
passwords: ['<password>']
osx:
passwords: ['<password>']
rackspace/centos-7:
openstack-image: "buildslave-centos-7-zfs-head"
redhat-openstack/centos-7:
passwords: ['<password>']
# List of builders whose failures should not be reported. Tests listed here
# will be reported in a separate section of the Buildbot web page, to indicate
# that they are expected failures.
failing_builders: []