blob: c217e9e2feec6bc445fd55c65c08df3ef5be7547 [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
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
Vasyl Saienko470caf42018-01-22 13:33:18 +020030- service.galera.ssl
Vasyl Saienko71547e62017-07-14 09:27:04 +030031- system.galera.server.database.ceilometer
32- system.galera.server.database.cinder
33- system.galera.server.database.glance
34- system.galera.server.database.grafana
35- system.galera.server.database.heat
36- system.galera.server.database.keystone
37- system.galera.server.database.nova
38- system.galera.server.database.ironic
39- service.ironic.client
40- system.ironic.api.cluster
41- cluster.virtual-mcp11-ovs-ironic
42parameters:
43 _param:
44 keepalived_vip_interface: ens4
Oleg Grigorovb737db12017-08-23 14:45:56 +030045 cluster_vip_address: ${_param:openstack_control_address}
46 cluster_local_address: ${_param:single_address}
Vasyl Saienko470caf42018-01-22 13:33:18 +020047 salt_minion_ca_host: cfg01.${linux:system:domain}
Vasyl Saienko71547e62017-07-14 09:27:04 +030048 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 bind:
98 private_address: ${_param:cluster_local_address}
99 public_address: ${_param:cluster_vip_address}
100 novncproxy_port: 6080
101 vncproxy_url: http://${_param:cluster_vip_address}:6080
102 workers: 1
103 notification:
104 driver: messagingv2
105 topics: "notifications,${_param:stacklight_notification_topic}"
106 cinder:
107 volume:
108 notification:
109 driver: messagingv2
110 topics: "notifications,${_param:stacklight_notification_topic}"
111 controller:
112 notification:
113 driver: messagingv2
114 topics: "notifications,${_param:stacklight_notification_topic}"
Vasyl Saienko470caf42018-01-22 13:33:18 +0200115 ironic:
116 api:
117 message_queue:
118 port: ${_param:rabbitmq_port}
119 ssl:
120 enabled: ${_param:rabbitmq_ssl_enabled}
121 database:
122 ssl:
123 enabled: ${_param:galera_ssl_enabled}