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