blob: 98f11544dc54dd9ca45b1cee999055eb657fa5c3 [file] [log] [blame]
Jiri Broulikeaae24f2017-04-21 16:59:29 +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.heka.alarm.openstack_control
20- system.nova.control.cluster
21- system.neutron.control.openvswitch.cluster
22- system.cinder.control.cluster
23- system.heat.server.cluster
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030024- system.designate.server.cluster
25- system.designate.server.backend.bind
Jiri Broulikeaae24f2017-04-21 16:59:29 +020026- 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
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030034- system.galera.server.database.designate
Jiri Broulikeaae24f2017-04-21 16:59:29 +020035- cluster.virtual-mcp11-ovs-dpdk
36parameters:
37 _param:
38 keepalived_vip_interface: ens4
39 keepalived_openstack_telemetry_vip_interface: ens4
40 linux:
41 system:
42 package:
43 python-msgpack:
44 version: latest
45 network:
46 interface:
47 ens4:
48 enabled: true
49 type: eth
50 proto: static
51 address: ${_param:single_address}
52 netmask: 255.255.255.0
53 keepalived:
54 cluster:
55 instance:
56 VIP:
57 virtual_router_id: 150
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030058 bind:
59 server:
60 control:
61 mgmt:
62 enabled: true
63 bind:
64 address: ${_param:single_address}
65 port: 953
66 allow:
67 - ${_param:openstack_control_node01_address}
68 - ${_param:openstack_control_node02_address}
69 - ${_param:openstack_control_node03_address}
70 keys:
71 - designate
Jiri Broulikeaae24f2017-04-21 16:59:29 +020072 keystone:
73 server:
74 admin_email: ${_param:admin_email}
75 notification:
76 driver: messagingv2
77 topics: "notifications,${_param:stacklight_notification_topic}"
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030078 designate:
79 server:
80 pools:
81 default:
82 description: 'test pool'
83 targets:
84 default:
85 description: 'test target1'
86 default1:
87 type: ${_param:designate_pool_target_type}
88 description: 'test target2'
89 masters: ${_param:designate_pool_target_masters}
90 options:
91 host: ${_param:openstack_control_node02_address}
92 port: 53
93 rndc_host: ${_param:openstack_control_node02_address}
94 rndc_port: 953
95 rndc_key_file: /etc/designate/rndc.key
96 default2:
97 type: ${_param:designate_pool_target_type}
98 description: 'test target3'
99 masters: ${_param:designate_pool_target_masters}
100 options:
101 host: ${_param:openstack_control_node03_address}
102 port: 53
103 rndc_host: ${_param:openstack_control_node03_address}
104 rndc_port: 953
105 rndc_key_file: /etc/designate/rndc.key
Jiri Broulikeaae24f2017-04-21 16:59:29 +0200106 glance:
107 server:
108 storage:
109 engine: file
110 images: []
111 workers: 1
112 notification:
113 driver: messagingv2
114 topics: "notifications,${_param:stacklight_notification_topic}"
115 heat:
116 server:
117 notification:
118 driver: messagingv2
119 topics: "notifications,${_param:stacklight_notification_topic}"
120 neutron:
121 server:
122 notification:
123 driver: messagingv2
124 topics: "notifications,${_param:stacklight_notification_topic}"
125 nova:
126 controller:
127 networking: dvr
128 cpu_allocation: 54
129 metadata:
130 password: ${_param:metadata_password}
131 bind:
132 private_address: ${_param:cluster_local_address}
133 public_address: ${_param:cluster_vip_address}
134 novncproxy_port: 6080
135 vncproxy_url: http://${_param:cluster_vip_address}:6080
136 workers: 1
137 notification:
138 driver: messagingv2
139 topics: "notifications,${_param:stacklight_notification_topic}"
140 cinder:
141 volume:
142 notification:
143 driver: messagingv2
144 topics: "notifications,${_param:stacklight_notification_topic}"
145 controller:
146 notification:
147 driver: messagingv2
148 topics: "notifications,${_param:stacklight_notification_topic}"
149