blob: cc9f9f8b25c2056000f9a3bc87d1c02e8dc9f2f3 [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
37- system.glance.control.storage.ceph
38- system.ceph.common.cluster
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020039- cluster.virtual-mcp-pike-dvr-ceph-rgw.ceph.common
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020040- system.cinder.control.backend.ceph
41- system.cinder.control.cluster
42- system.cinder.control.notification.messagingv2
43- system.cinder.volume.single
44- system.cinder.volume.notification.messagingv2
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020045- cluster.virtual-mcp-pike-dvr-ceph-rgw.infra
46- cluster.virtual-mcp-pike-dvr-ceph-rgw
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020047parameters:
48 _param:
49 keepalived_vip_interface: ens4
50 linux:
51 system:
52 package:
53 python-msgpack:
54 version: latest
55 network:
56 interface:
57 ens4:
58 enabled: true
59 type: eth
60 proto: static
61 address: ${_param:single_address}
62 netmask: 255.255.255.0
63 keepalived:
64 cluster:
65 instance:
66 VIP:
67 virtual_router_id: 150
68 keystone:
69 server:
70 admin_email: ${_param:admin_email}
71 notification:
72 driver: messagingv2
73 topics: "notifications,${_param:stacklight_notification_topic}"
74 glance:
75 server:
76 images: []
77 workers: 1
78 notification:
79 driver: messagingv2
80 topics: "notifications,${_param:stacklight_notification_topic}"
81 heat:
82 server:
83 notification:
84 driver: messagingv2
85 topics: "notifications,${_param:stacklight_notification_topic}"
86 neutron:
87 server:
88 notification:
89 driver: messagingv2
90 topics: "notifications,${_param:stacklight_notification_topic}"
91 nova:
92 controller:
93 networking: dvr
94 cpu_allocation: 54
95 metadata:
96 password: ${_param:metadata_password}
97 bind:
98 private_address: ${_param:cluster_local_address}
99 public_address: ${_param:cluster_vip_address}
100 novncproxy_port: 6080
101 vncproxy_url: http://${_param:cluster_vip_address}:6080
102 workers: 1
103 notification:
104 driver: messagingv2
105 topics: "notifications,${_param:stacklight_notification_topic}"
106 cinder:
107 volume:
108 notification:
109 driver: messagingv2
110 topics: "notifications,${_param:stacklight_notification_topic}"
111 controller:
112 notification:
113 driver: messagingv2
114 topics: "notifications,${_param:stacklight_notification_topic}"