forked from Marie-Donnie/juice
-
Notifications
You must be signed in to change notification settings - Fork 1
/
conf.yaml.sample
54 lines (50 loc) · 1.13 KB
/
conf.yaml.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
# One of cockroachdb, mariadb, galera
database: cockroachdb
# Should we deployed the monitoring stack?
monitoring: "yes"
g5k:
# reservation: "2018-03-12 19:00:01"
walltime: "05:30:00"
dhcp: true
job_name: juice-tests
env_name: debian9-x64-nfs
resources:
machines:
- roles:
- chrony
- database
- sysbench
- openstack
- rally
cluster: paravance
nodes: 3
primary_network: n1
secondary_networks: [n2]
- roles:
- control
- registry
cluster: paravance
nodes: 1
primary_network: n1
secondary_networks: []
networks:
- id: n1
roles:
- control_network
type: prod
site: rennes
- id: n2
roles:
- database_network
type: kavlan
site: rennes
registry:
type: internal
ceph: True
ceph_id: discovery
ceph_keyring: /home/discovery/.ceph/ceph.client.discovery.keyring
ceph_mon_host:
- ceph0.rennes.grid5000.fr
- ceph1.rennes.grid5000.fr
- ceph2.rennes.grid5000.fr
ceph_rbd: discovery_kolla_registry/datas