blob: 0a88de2bf0da576848a014663e6fc960e7b5a468 [file] [log] [blame]
Vasyl Saienko71547e62017-07-14 09:27:04 +03001classes:
2- system.linux.system.lowmem
3- 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.heka.alarm.openstack_control
20- system.nova.control.cluster
21- system.neutron.control.openvswitch.cluster
22- system.cinder.control.cluster
23- system.haproxy.proxy.listen.openstack.ironic
24- system.haproxy.proxy.listen.openstack.nova-placement
25- system.heat.server.cluster
26- system.galera.server.cluster
27- system.galera.server.database.ceilometer
28- system.galera.server.database.cinder
29- system.galera.server.database.glance
30- system.galera.server.database.grafana
31- system.galera.server.database.heat
32- system.galera.server.database.keystone
33- system.galera.server.database.nova
34- system.galera.server.database.ironic
35- service.ironic.client
36- system.ironic.api.cluster
37- cluster.virtual-mcp11-ovs-ironic
38parameters:
39 _param:
40 keepalived_vip_interface: ens4
Oleg Grigorovb737db12017-08-23 14:45:56 +030041 cluster_vip_address: ${_param:openstack_control_address}
42 cluster_local_address: ${_param:single_address}
Vasyl Saienko71547e62017-07-14 09:27:04 +030043 linux:
44 system:
45 package:
46 python-msgpack:
47 version: latest
48 network:
49 interface:
50 ens4:
51 enabled: true
52 type: eth
53 proto: static
54 address: ${_param:single_address}
55 netmask: 255.255.255.0
56 keepalived:
57 cluster:
58 instance:
59 VIP:
60 virtual_router_id: 150
61 keystone:
62 server:
63 admin_email: ${_param:admin_email}
64 notification:
65 driver: messagingv2
66 topics: "notifications,${_param:stacklight_notification_topic}"
67 glance:
68 server:
69 storage:
70 engine: file
71 images: []
72 workers: 1
73 notification:
74 driver: messagingv2
75 topics: "notifications,${_param:stacklight_notification_topic}"
76 heat:
77 server:
78 notification:
79 driver: messagingv2
80 topics: "notifications,${_param:stacklight_notification_topic}"
81 neutron:
82 server:
83 notification:
84 driver: messagingv2
85 topics: "notifications,${_param:stacklight_notification_topic}"
86 nova:
87 controller:
88 networking: dvr
89 cpu_allocation: 54
90 metadata:
91 password: ${_param:metadata_password}
92 bind:
93 private_address: ${_param:cluster_local_address}
94 public_address: ${_param:cluster_vip_address}
95 novncproxy_port: 6080
96 vncproxy_url: http://${_param:cluster_vip_address}:6080
97 workers: 1
98 notification:
99 driver: messagingv2
100 topics: "notifications,${_param:stacklight_notification_topic}"
101 cinder:
102 volume:
103 notification:
104 driver: messagingv2
105 topics: "notifications,${_param:stacklight_notification_topic}"
106 controller:
107 notification:
108 driver: messagingv2
109 topics: "notifications,${_param:stacklight_notification_topic}"