blob: 4db2dac6146b03218c1bfa91e26f1e35c1058587 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
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.nova.control.cluster
20- system.neutron.control.openvswitch.cluster
21- system.cinder.control.cluster
22- system.heat.server.cluster
Adam Tengler7eb78f92017-08-11 17:56:03 +000023- system.designate.server.cluster
24- system.designate.server.backend.bind
Ales Komarekc12dd412017-06-27 16:24:42 +020025- system.galera.server.cluster
Ales Komarekc12dd412017-06-27 16:24:42 +020026- system.galera.server.database.cinder
Jiri Broulik180dba02017-08-23 13:16:15 +020027- system.galera.server.database.designate
Ales Komarekc12dd412017-06-27 16:24:42 +020028- system.galera.server.database.glance
29- system.galera.server.database.heat
30- system.galera.server.database.keystone
31- system.galera.server.database.nova
Petr Jediný3114a392017-08-02 15:21:09 +020032- system.haproxy.proxy.listen.openstack.nova-placement
Adam Tengler03f8c5f2017-07-19 13:56:34 +000033- cluster.os_ha_ovs.openstack.dashboard
Ales Komarekc12dd412017-06-27 16:24:42 +020034- cluster.os_ha_ovs
35parameters:
36 _param:
37 keepalived_vip_interface: ens4
38 keepalived_openstack_telemetry_vip_interface: ens4
39 linux:
40 system:
41 package:
42 python-msgpack:
43 version: latest
44 network:
45 interface:
46 ens4:
47 enabled: true
48 type: eth
49 proto: static
50 address: ${_param:single_address}
51 netmask: 255.255.255.0
52 keepalived:
53 cluster:
54 instance:
55 VIP:
56 virtual_router_id: 150
57 keystone:
58 server:
59 admin_email: ${_param:admin_email}
60 notification:
61 driver: messagingv2
62 topics: "notifications"
Adam Tengler7eb78f92017-08-11 17:56:03 +000063 designate:
64 server:
65 pools:
66 default:
67 description: 'test pool'
68 targets:
69 default:
70 description: 'test target1'
71 default1:
72 type: ${_param:designate_pool_target_type}
73 description: 'test target2'
74 masters: ${_param:designate_pool_target_masters}
75 options:
76 host: ${_param:openstack_control_node02_address}
77 port: 53
78 rndc_host: ${_param:openstack_control_node02_address}
79 rndc_port: 953
80 rndc_key_file: /etc/designate/rndc.key
81 default2:
82 type: ${_param:designate_pool_target_type}
83 description: 'test target3'
84 masters: ${_param:designate_pool_target_masters}
85 options:
86 host: ${_param:openstack_control_node03_address}
87 port: 53
88 rndc_host: ${_param:openstack_control_node03_address}
89 rndc_port: 953
90 rndc_key_file: /etc/designate/rndc.key
Ales Komarekc12dd412017-06-27 16:24:42 +020091 glance:
92 server:
93 storage:
94 engine: file
95 images: []
96 workers: 1
97 notification:
98 driver: messagingv2
99 topics: "notifications"
100 heat:
101 server:
102 notification:
103 driver: messagingv2
104 topics: "notifications"
105 neutron:
106 server:
107 notification:
108 driver: messagingv2
109 topics: "notifications"
Adam Tengler7eb78f92017-08-11 17:56:03 +0000110 bind:
111 server:
112 control:
113 mgmt:
114 enabled: true
115 bind:
116 address: ${_param:single_address}
117 port: 953
118 allow:
119 - ${_param:openstack_control_node01_address}
120 - ${_param:openstack_control_node02_address}
121 - ${_param:openstack_control_node03_address}
122 keys:
123 - designate
Ales Komarekc12dd412017-06-27 16:24:42 +0200124 nova:
125 controller:
126 networking: dvr
127 cpu_allocation: 54
128 metadata:
129 password: ${_param:metadata_password}
130 bind:
131 private_address: ${_param:cluster_local_address}
132 public_address: ${_param:cluster_vip_address}
133 novncproxy_port: 6080
134 vncproxy_url: http://${_param:cluster_vip_address}:6080
135 workers: 1
136 notification:
137 driver: messagingv2
138 topics: "notifications"
139 cinder:
140 volume:
141 notification:
142 driver: messagingv2
143 topics: "notifications"
144 controller:
145 notification:
146 driver: messagingv2
147 topics: "notifications"
148