blob: 8d8617911b6e273dcc442aec1bd5bbc2b9e9e46d [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
Krzysztof Szukiełojć1da20242017-07-12 11:55:51 +020039 keepalived_openstack_telemetry_vip_address: 172.16.10.252
Jiri Broulikeaae24f2017-04-21 16:59:29 +020040 keepalived_openstack_telemetry_vip_interface: ens4
41 linux:
42 system:
43 package:
44 python-msgpack:
45 version: latest
46 network:
47 interface:
48 ens4:
49 enabled: true
50 type: eth
51 proto: static
52 address: ${_param:single_address}
53 netmask: 255.255.255.0
54 keepalived:
55 cluster:
56 instance:
57 VIP:
58 virtual_router_id: 150
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030059 bind:
60 server:
61 control:
62 mgmt:
63 enabled: true
64 bind:
65 address: ${_param:single_address}
66 port: 953
67 allow:
68 - ${_param:openstack_control_node01_address}
69 - ${_param:openstack_control_node02_address}
70 - ${_param:openstack_control_node03_address}
71 keys:
72 - designate
Jiri Broulikeaae24f2017-04-21 16:59:29 +020073 keystone:
74 server:
75 admin_email: ${_param:admin_email}
76 notification:
77 driver: messagingv2
78 topics: "notifications,${_param:stacklight_notification_topic}"
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030079 designate:
80 server:
81 pools:
82 default:
83 description: 'test pool'
84 targets:
85 default:
86 description: 'test target1'
87 default1:
88 type: ${_param:designate_pool_target_type}
89 description: 'test target2'
90 masters: ${_param:designate_pool_target_masters}
91 options:
92 host: ${_param:openstack_control_node02_address}
93 port: 53
94 rndc_host: ${_param:openstack_control_node02_address}
95 rndc_port: 953
96 rndc_key_file: /etc/designate/rndc.key
97 default2:
98 type: ${_param:designate_pool_target_type}
99 description: 'test target3'
100 masters: ${_param:designate_pool_target_masters}
101 options:
102 host: ${_param:openstack_control_node03_address}
103 port: 53
104 rndc_host: ${_param:openstack_control_node03_address}
105 rndc_port: 953
106 rndc_key_file: /etc/designate/rndc.key
Ivan Udovichenko7da7f1e2017-09-08 17:53:19 +0300107 worker:
108 enabled: ${_param:designate_worker_enabled}
Jiri Broulikeaae24f2017-04-21 16:59:29 +0200109 glance:
110 server:
111 storage:
112 engine: file
113 images: []
114 workers: 1
115 notification:
116 driver: messagingv2
117 topics: "notifications,${_param:stacklight_notification_topic}"
118 heat:
119 server:
120 notification:
121 driver: messagingv2
122 topics: "notifications,${_param:stacklight_notification_topic}"
123 neutron:
124 server:
125 notification:
126 driver: messagingv2
127 topics: "notifications,${_param:stacklight_notification_topic}"
128 nova:
129 controller:
130 networking: dvr
131 cpu_allocation: 54
132 metadata:
133 password: ${_param:metadata_password}
134 bind:
135 private_address: ${_param:cluster_local_address}
136 public_address: ${_param:cluster_vip_address}
137 novncproxy_port: 6080
138 vncproxy_url: http://${_param:cluster_vip_address}:6080
139 workers: 1
140 notification:
141 driver: messagingv2
142 topics: "notifications,${_param:stacklight_notification_topic}"
143 cinder:
144 volume:
145 notification:
146 driver: messagingv2
147 topics: "notifications,${_param:stacklight_notification_topic}"
148 controller:
149 notification:
150 driver: messagingv2
151 topics: "notifications,${_param:stacklight_notification_topic}"
152