blob: 0abe221e5658569aae7067a88a241e67342d987d [file] [log] [blame]
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +02001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo.mcp.apt_mirantis.glusterfs
4- system.linux.system.repo.mcp.apt_mirantis.openstack
5- system.linux.system.repo.mcp.extra
Martin Polreicha0addcc2018-06-25 11:32:52 +02006- system.linux.system.repo.mcp.apt_mirantis.saltstack
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +02007- system.memcached.server.single
8- system.rabbitmq.server.cluster
9- system.rabbitmq.server.vhost.openstack
10- system.keystone.server.wsgi
11- system.keystone.server.cluster
12- system.glusterfs.client.cluster
Tatyana Leontovich24b61e72018-06-07 22:19:56 +030013- system.glusterfs.server.volume.salt_pki
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020014- system.glusterfs.client.volume.glance
15- system.glusterfs.client.volume.keystone
16- system.glusterfs.server.volume.glance
17- system.glusterfs.server.volume.keystone
Tatyana Leontovichc22638a2018-06-04 22:11:49 +030018- system.glusterfs.server.volume.backup
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020019- system.glusterfs.server.cluster
20- system.glance.control.cluster
21- system.nova.control.cluster
22- system.neutron.control.openvswitch.cluster
23- system.cinder.control.cluster
24- system.heat.server.cluster
25- system.ceilometer.server.cluster
26- system.ceilometer.server.backend.influxdb
27- system.aodh.server.cluster
28- system.heka.ceilometer_collector.single
29- system.galera.server.cluster
30- system.galera.server.database.aodh
31- system.galera.server.database.ceilometer
32- system.galera.server.database.cinder
33- system.galera.server.database.glance
34- system.galera.server.database.grafana
35- system.galera.server.database.heat
36- system.galera.server.database.keystone
37- system.galera.server.database.nova
38- system.haproxy.proxy.listen.openstack.nova-placement
Dennis Dmitrievc311bf32018-03-27 23:29:43 +030039- cluster.virtual-mcp-pike-dvr-ceph-rgw.ceph.rgwproxy
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020040- system.glance.control.storage.ceph
41- system.ceph.common.cluster
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020042- cluster.virtual-mcp-pike-dvr-ceph-rgw.ceph.common
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020043- system.cinder.control.backend.ceph
44- system.cinder.control.cluster
45- system.cinder.control.notification.messagingv2
46- system.cinder.volume.single
47- system.cinder.volume.notification.messagingv2
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020048- cluster.virtual-mcp-pike-dvr-ceph-rgw.infra
Mateusz Matuszkowiakd4c407a2018-05-18 13:26:55 +020049- system.keepalived.cluster.instance.default_keepalived_check
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020050- cluster.virtual-mcp-pike-dvr-ceph-rgw
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020051parameters:
52 _param:
53 keepalived_vip_interface: ens4
54 linux:
55 system:
56 package:
57 python-msgpack:
58 version: latest
59 network:
60 interface:
61 ens4:
62 enabled: true
63 type: eth
64 proto: static
65 address: ${_param:single_address}
66 netmask: 255.255.255.0
67 keepalived:
68 cluster:
69 instance:
70 VIP:
71 virtual_router_id: 150
72 keystone:
73 server:
74 admin_email: ${_param:admin_email}
75 notification:
76 driver: messagingv2
77 topics: "notifications,${_param:stacklight_notification_topic}"
78 glance:
79 server:
80 images: []
81 workers: 1
82 notification:
83 driver: messagingv2
84 topics: "notifications,${_param:stacklight_notification_topic}"
85 heat:
86 server:
87 notification:
88 driver: messagingv2
89 topics: "notifications,${_param:stacklight_notification_topic}"
90 neutron:
91 server:
92 notification:
93 driver: messagingv2
94 topics: "notifications,${_param:stacklight_notification_topic}"
95 nova:
96 controller:
97 networking: dvr
98 cpu_allocation: 54
99 metadata:
100 password: ${_param:metadata_password}
101 bind:
102 private_address: ${_param:cluster_local_address}
103 public_address: ${_param:cluster_vip_address}
104 novncproxy_port: 6080
105 vncproxy_url: http://${_param:cluster_vip_address}:6080
106 workers: 1
107 notification:
108 driver: messagingv2
109 topics: "notifications,${_param:stacklight_notification_topic}"
110 cinder:
111 volume:
112 notification:
113 driver: messagingv2
114 topics: "notifications,${_param:stacklight_notification_topic}"
115 controller:
116 notification:
117 driver: messagingv2
118 topics: "notifications,${_param:stacklight_notification_topic}"