blob: b6d35fa1f517e3f8cf9f9b9aa3bdd1ce4a43ee39 [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
Martin Polreich47393e42018-08-07 10:57:41 +02006- system.linux.system.repo.mcp.apt_mirantis.saltstack
Vasyl Saienko470caf42018-01-22 13:33:18 +02007- system.salt.minion.cert.mysql.server
8- system.salt.minion.cert.rabbitmq_server
Vasyl Saienko71547e62017-07-14 09:27:04 +03009- system.memcached.server.single
10- system.rabbitmq.server.cluster
Vasyl Saienko470caf42018-01-22 13:33:18 +020011- service.rabbitmq.server.ssl
Vasyl Saienko71547e62017-07-14 09:27:04 +030012- system.rabbitmq.server.vhost.openstack
13- system.keystone.server.wsgi
14- system.keystone.server.cluster
15- system.glusterfs.client.cluster
16- system.glusterfs.client.volume.glance
17- system.glusterfs.client.volume.keystone
18- system.glusterfs.server.volume.glance
19- system.glusterfs.server.volume.keystone
20- system.glusterfs.server.cluster
21- system.glance.control.cluster
22- system.heka.alarm.openstack_control
23- system.nova.control.cluster
24- system.neutron.control.openvswitch.cluster
25- system.cinder.control.cluster
26- system.haproxy.proxy.listen.openstack.ironic
27- system.haproxy.proxy.listen.openstack.nova-placement
28- system.heat.server.cluster
29- system.galera.server.cluster
30- system.galera.server.database.ceilometer
31- system.galera.server.database.cinder
32- system.galera.server.database.glance
33- system.galera.server.database.grafana
34- system.galera.server.database.heat
35- system.galera.server.database.keystone
36- system.galera.server.database.nova
37- system.galera.server.database.ironic
38- service.ironic.client
39- system.ironic.api.cluster
40- cluster.virtual-mcp11-ovs-ironic
41parameters:
42 _param:
43 keepalived_vip_interface: ens4
Oleg Grigorovb737db12017-08-23 14:45:56 +030044 cluster_vip_address: ${_param:openstack_control_address}
45 cluster_local_address: ${_param:single_address}
Vasyl Saienko470caf42018-01-22 13:33:18 +020046 salt_minion_ca_host: cfg01.${linux:system:domain}
Vasyl Saienko71547e62017-07-14 09:27:04 +030047 linux:
48 system:
49 package:
50 python-msgpack:
51 version: latest
52 network:
53 interface:
54 ens4:
55 enabled: true
56 type: eth
57 proto: static
58 address: ${_param:single_address}
59 netmask: 255.255.255.0
60 keepalived:
61 cluster:
62 instance:
63 VIP:
64 virtual_router_id: 150
65 keystone:
66 server:
67 admin_email: ${_param:admin_email}
68 notification:
69 driver: messagingv2
70 topics: "notifications,${_param:stacklight_notification_topic}"
71 glance:
72 server:
73 storage:
74 engine: file
75 images: []
76 workers: 1
77 notification:
78 driver: messagingv2
79 topics: "notifications,${_param:stacklight_notification_topic}"
80 heat:
81 server:
82 notification:
83 driver: messagingv2
84 topics: "notifications,${_param:stacklight_notification_topic}"
85 neutron:
86 server:
87 notification:
88 driver: messagingv2
89 topics: "notifications,${_param:stacklight_notification_topic}"
90 nova:
91 controller:
92 networking: dvr
93 cpu_allocation: 54
94 metadata:
95 password: ${_param:metadata_password}
96 bind:
97 private_address: ${_param:cluster_local_address}
98 public_address: ${_param:cluster_vip_address}
99 novncproxy_port: 6080
100 vncproxy_url: http://${_param:cluster_vip_address}:6080
101 workers: 1
102 notification:
103 driver: messagingv2
104 topics: "notifications,${_param:stacklight_notification_topic}"
105 cinder:
106 volume:
107 notification:
108 driver: messagingv2
109 topics: "notifications,${_param:stacklight_notification_topic}"
110 controller:
111 notification:
112 driver: messagingv2
113 topics: "notifications,${_param:stacklight_notification_topic}"
Vasyl Saienko470caf42018-01-22 13:33:18 +0200114 ironic:
115 api:
116 message_queue:
117 port: ${_param:rabbitmq_port}
118 ssl:
119 enabled: ${_param:rabbitmq_ssl_enabled}
120 database:
121 ssl:
122 enabled: ${_param:galera_ssl_enabled}