blob: b289988c285d59df6d25e8964bac450be5bc96db [file] [log] [blame]
Tatyana Leontovich444b3462017-11-13 13:33:33 +02001classes:
2- system.linux.system.lowmem
Tatyana Leontovich444b3462017-11-13 13:33:33 +02003- system.linux.system.repo.glusterfs
4- system.linux.system.repo.mcp.openstack
5- 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
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.heat.server.cluster
22- system.ceilometer.server.cluster
23- system.ceilometer.server.backend.influxdb
24- system.aodh.server.cluster
25- system.heka.ceilometer_collector.single
26- system.galera.server.cluster
27- system.galera.server.database.aodh
28- system.galera.server.database.ceilometer
29- system.galera.server.database.cinder
30- system.galera.server.database.glance
31- system.galera.server.database.grafana
32- system.galera.server.database.heat
33- system.galera.server.database.keystone
34- system.galera.server.database.nova
35- system.haproxy.proxy.listen.openstack.nova-placement
36- system.glance.control.storage.ceph
37- system.cinder.control.backend.ceph
38- system.ceph.common.cluster
Jiri Broulik3e2050c2017-12-01 13:40:11 +010039- cluster.virtual-mcp-ocata-ovs-ceph.ceph.common
Tatyana Leontovich444b3462017-11-13 13:33:33 +020040- system.cinder.control.cluster
41- system.cinder.control.notification.messagingv2
42- system.cinder.volume.single
43- system.cinder.volume.notification.messagingv2
Jiri Broulik3e2050c2017-12-01 13:40:11 +010044- cluster.virtual-mcp-ocata-ovs-ceph.infra
Tatyana Leontovich444b3462017-11-13 13:33:33 +020045parameters:
46 _param:
47 keepalived_vip_interface: ens4
48 linux:
49 system:
50 package:
51 python-msgpack:
52 version: latest
53 network:
54 interface:
55 ens4:
56 enabled: true
57 type: eth
58 proto: static
59 address: ${_param:single_address}
60 netmask: 255.255.255.0
61 keepalived:
62 cluster:
63 instance:
64 VIP:
65 virtual_router_id: 150
66 keystone:
67 server:
68 admin_email: ${_param:admin_email}
69 notification:
70 driver: messagingv2
71 topics: "notifications,${_param:stacklight_notification_topic}"
72 glance:
73 server:
74 storage:
75 engine: file
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 vncproxy_url: http://${_param:cluster_vip_address}:6080
98 workers: 1
99 notification:
100 driver: messagingv2
101 topics: "notifications,${_param:stacklight_notification_topic}"
102 cinder:
103 volume:
104 notification:
105 driver: messagingv2
106 topics: "notifications,${_param:stacklight_notification_topic}"
107 controller:
108 notification:
109 driver: messagingv2
110 topics: "notifications,${_param:stacklight_notification_topic}"