blob: c2b5b9971ff85e2a7f6618ee5be707c46e923f4d [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
41 keepalived_openstack_telemetry_vip_interface: ens4
Oleg Grigorovb737db12017-08-23 14:45:56 +030042 cluster_vip_address: ${_param:openstack_control_address}
43 cluster_local_address: ${_param:single_address}
44 keepalived_openstack_telemetry_vip_interface: ens4
Vasyl Saienko71547e62017-07-14 09:27:04 +030045 linux:
46 system:
47 package:
48 python-msgpack:
49 version: latest
50 network:
51 interface:
52 ens4:
53 enabled: true
54 type: eth
55 proto: static
56 address: ${_param:single_address}
57 netmask: 255.255.255.0
58 keepalived:
59 cluster:
60 instance:
61 VIP:
62 virtual_router_id: 150
63 keystone:
64 server:
65 admin_email: ${_param:admin_email}
66 notification:
67 driver: messagingv2
68 topics: "notifications,${_param:stacklight_notification_topic}"
69 glance:
70 server:
71 storage:
72 engine: file
73 images: []
74 workers: 1
75 notification:
76 driver: messagingv2
77 topics: "notifications,${_param:stacklight_notification_topic}"
78 heat:
79 server:
80 notification:
81 driver: messagingv2
82 topics: "notifications,${_param:stacklight_notification_topic}"
83 neutron:
84 server:
85 notification:
86 driver: messagingv2
87 topics: "notifications,${_param:stacklight_notification_topic}"
88 nova:
89 controller:
90 networking: dvr
91 cpu_allocation: 54
92 metadata:
93 password: ${_param:metadata_password}
94 bind:
95 private_address: ${_param:cluster_local_address}
96 public_address: ${_param:cluster_vip_address}
97 novncproxy_port: 6080
98 vncproxy_url: http://${_param:cluster_vip_address}:6080
99 workers: 1
100 notification:
101 driver: messagingv2
102 topics: "notifications,${_param:stacklight_notification_topic}"
103 cinder:
104 volume:
105 notification:
106 driver: messagingv2
107 topics: "notifications,${_param:stacklight_notification_topic}"
108 controller:
109 notification:
110 driver: messagingv2
111 topics: "notifications,${_param:stacklight_notification_topic}"
112