blob: 922bcf464be039360ffc6f0ae56991ad4e383189 [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
6- system.linux.system.repo.mcp.apt_mirantis.saltstack_2016_3
7- 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
13- system.glusterfs.client.volume.glance
14- system.glusterfs.client.volume.keystone
15- system.glusterfs.server.volume.glance
16- system.glusterfs.server.volume.keystone
17- system.glusterfs.server.cluster
18- system.glance.control.cluster
19- system.nova.control.cluster
20- system.neutron.control.openvswitch.cluster
21- system.cinder.control.cluster
22- system.heat.server.cluster
23- system.ceilometer.server.cluster
24- system.ceilometer.server.backend.influxdb
25- system.aodh.server.cluster
26- system.heka.ceilometer_collector.single
27- system.galera.server.cluster
28- system.galera.server.database.aodh
29- system.galera.server.database.ceilometer
30- system.galera.server.database.cinder
31- system.galera.server.database.glance
32- system.galera.server.database.grafana
33- system.galera.server.database.heat
34- system.galera.server.database.keystone
35- system.galera.server.database.nova
36- system.haproxy.proxy.listen.openstack.nova-placement
Dennis Dmitrievc311bf32018-03-27 23:29:43 +030037- cluster.virtual-mcp-pike-dvr-ceph-rgw.ceph.rgwproxy
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020038- system.glance.control.storage.ceph
39- system.ceph.common.cluster
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020040- cluster.virtual-mcp-pike-dvr-ceph-rgw.ceph.common
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020041- system.cinder.control.backend.ceph
42- system.cinder.control.cluster
43- system.cinder.control.notification.messagingv2
44- system.cinder.volume.single
45- system.cinder.volume.notification.messagingv2
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020046- cluster.virtual-mcp-pike-dvr-ceph-rgw.infra
Mateusz Matuszkowiakd4c407a2018-05-18 13:26:55 +020047- system.keepalived.cluster.instance.default_keepalived_check
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020048- cluster.virtual-mcp-pike-dvr-ceph-rgw
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020049parameters:
50 _param:
51 keepalived_vip_interface: ens4
52 linux:
53 system:
54 package:
55 python-msgpack:
56 version: latest
57 network:
58 interface:
59 ens4:
60 enabled: true
61 type: eth
62 proto: static
63 address: ${_param:single_address}
64 netmask: 255.255.255.0
65 keepalived:
66 cluster:
67 instance:
68 VIP:
69 virtual_router_id: 150
70 keystone:
71 server:
72 admin_email: ${_param:admin_email}
73 notification:
74 driver: messagingv2
75 topics: "notifications,${_param:stacklight_notification_topic}"
76 glance:
77 server:
78 images: []
79 workers: 1
80 notification:
81 driver: messagingv2
82 topics: "notifications,${_param:stacklight_notification_topic}"
83 heat:
84 server:
85 notification:
86 driver: messagingv2
87 topics: "notifications,${_param:stacklight_notification_topic}"
88 neutron:
89 server:
90 notification:
91 driver: messagingv2
92 topics: "notifications,${_param:stacklight_notification_topic}"
93 nova:
94 controller:
95 networking: dvr
96 cpu_allocation: 54
97 metadata:
98 password: ${_param:metadata_password}
99 bind:
100 private_address: ${_param:cluster_local_address}
101 public_address: ${_param:cluster_vip_address}
102 novncproxy_port: 6080
103 vncproxy_url: http://${_param:cluster_vip_address}:6080
104 workers: 1
105 notification:
106 driver: messagingv2
107 topics: "notifications,${_param:stacklight_notification_topic}"
108 cinder:
109 volume:
110 notification:
111 driver: messagingv2
112 topics: "notifications,${_param:stacklight_notification_topic}"
113 controller:
114 notification:
115 driver: messagingv2
116 topics: "notifications,${_param:stacklight_notification_topic}"