blob: 853a1b45ed7801ffca452e04289205158ade0dd3 [file] [log] [blame]
Marek Celoudbc643142017-04-07 15:02:38 +02001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo.glusterfs
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03004- system.linux.system.repo.mcp.openstack
Marek Celoudbc643142017-04-07 15:02:38 +02005- system.linux.system.repo.mcp.extra
6- system.linux.system.repo.saltstack.xenial
7- system.memcached.server.single
8- system.rabbitmq.server.cluster
9- system.rabbitmq.server.vhost.openstack
Marek Celoud4d274922017-04-07 15:52:07 +020010- system.keystone.server.wsgi
Marek Celoudbc643142017-04-07 15:02:38 +020011- system.keystone.server.cluster
12- system.glusterfs.client.cluster
13- system.glusterfs.client.volume.glance
14- system.glusterfs.client.volume.keystone
15- system.glusterfs.server.volume.glance
16- system.glusterfs.server.volume.keystone
Simon Pasquier41725422017-05-11 09:43:41 +020017- system.glusterfs.server.volume.prometheus
Martin Polreich33e83232017-06-12 17:18:03 +020018- system.glusterfs.server.volume.grafana
Marek Celoudbc643142017-04-07 15:02:38 +020019- system.glusterfs.server.cluster
20- system.glance.control.cluster
Marek Celoudbc643142017-04-07 15:02:38 +020021- system.nova.control.cluster
22- system.neutron.control.openvswitch.cluster
23- system.cinder.control.cluster
24- system.heat.server.cluster
25- system.galera.server.cluster
26- system.galera.server.database.ceilometer
27- system.galera.server.database.cinder
28- system.galera.server.database.glance
29- system.galera.server.database.grafana
30- system.galera.server.database.heat
31- system.galera.server.database.keystone
32- system.galera.server.database.nova
33- cluster.virtual-mcp11-dvr
34
35parameters:
36 _param:
Marek Celouda60de8f2017-04-07 16:51:13 +020037 keepalived_vip_interface: ens4
Marek Celoud8d87d0c2017-04-07 18:41:16 +020038 keepalived_openstack_telemetry_vip_interface: ens4
Marek Celoudbc643142017-04-07 15:02:38 +020039 linux:
40 system:
41 package:
42 python-msgpack:
43 version: latest
44 network:
45 interface:
Marek Celouda60de8f2017-04-07 16:51:13 +020046 ens4:
Marek Celoudbc643142017-04-07 15:02:38 +020047 enabled: true
48 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020049 proto: static
50 address: ${_param:single_address}
51 netmask: 255.255.255.0
Marek Celoudbc643142017-04-07 15:02:38 +020052 keepalived:
53 cluster:
54 instance:
55 VIP:
56 virtual_router_id: 150
57 keystone:
58 server:
59 admin_email: ${_param:admin_email}
60 notification:
61 driver: messagingv2
62 topics: "notifications,${_param:stacklight_notification_topic}"
63 glance:
64 server:
65 storage:
66 engine: file
67 images: []
68 workers: 1
69 notification:
70 driver: messagingv2
71 topics: "notifications,${_param:stacklight_notification_topic}"
72 heat:
73 server:
74 notification:
75 driver: messagingv2
76 topics: "notifications,${_param:stacklight_notification_topic}"
77 neutron:
78 server:
79 notification:
80 driver: messagingv2
81 topics: "notifications,${_param:stacklight_notification_topic}"
82 nova:
83 controller:
84 networking: dvr
85 cpu_allocation: 54
86 metadata:
87 password: ${_param:metadata_password}
88 bind:
89 private_address: ${_param:cluster_local_address}
90 public_address: ${_param:cluster_vip_address}
91 novncproxy_port: 6080
92 vncproxy_url: http://${_param:cluster_vip_address}:6080
93 workers: 1
94 notification:
95 driver: messagingv2
96 topics: "notifications,${_param:stacklight_notification_topic}"
97 cinder:
98 volume:
99 notification:
100 driver: messagingv2
101 topics: "notifications,${_param:stacklight_notification_topic}"
102 controller:
103 notification:
104 driver: messagingv2
105 topics: "notifications,${_param:stacklight_notification_topic}"