-
Notifications
You must be signed in to change notification settings - Fork 7
/
reservation.yaml.sample
56 lines (45 loc) · 1.47 KB
/
reservation.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
55
56
---
# ############################################### #
# Grid'5000 reservation parameters #
# ############################################### #
name: discovery-kolla
walltime: "2:00:00"
resources:
paravance:
control: 1
compute: 1
network: 1
vlans:
# mandatory : you need to have exacly one vlan
rennes: "{type='kavlan'}/vlan=1"
# Be less strict on node distribution especially
# when nodes are missing in the reservation
# or not deployed
role_distribution: debug
#enable_monitoring: true
#enable_rally: true
# Enable for Nova to run in /tmp, allowing larger flavors
# to be deployed
enable_nova_tmp: false
# ############################################### #
# Inventory to use #
# ############################################### #
# This will describe the topology of your services
inventory: inventories/inventory.sample
# ############################################### #
# docker registry parameters
# ############################################### #
registry:
ceph: true
ceph_keyring: /home/discovery/.ceph/ceph.client.discovery.keyring
ceph_id: discovery
ceph_rbd: discovery_kolla_registry/datas
# ############################################### #
# Kolla parameteres (globals.yml) #
# ############################################### #
kolla:
kolla_base_distro: "centos"
kolla_install_type: "source"
openstack_release: "3.0.0"
docker_namespace: "beyondtheclouds"
enable_heat: "no"