blob: 73cb2f46a6fba715a64f598a45c4c73a0394658f [file] [log] [blame]
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +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
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 Karpin3074d382017-05-25 18:36:42 +030024- system.designate.server.cluster
25- system.designate.server.backend.bind
26- system.bind.server.single
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030027- system.galera.server.cluster
28- system.galera.server.database.ceilometer
29- system.galera.server.database.cinder
30- system.galera.server.database.glance
31- system.galera.server.database.grafana
32- system.galera.server.database.heat
33- system.galera.server.database.keystone
34- system.galera.server.database.nova
Mykyta Karpin3074d382017-05-25 18:36:42 +030035- system.galera.server.database.designate
Tatyana Leontovichf4fef592017-04-26 21:10:33 +030036- system.haproxy.proxy.listen.openstack.nova-placement
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030037- cluster.virtual-mcp-ocata-ovs
38parameters:
39 _param:
40 keepalived_vip_interface: ens4
41 keepalived_openstack_telemetry_vip_interface: ens4
42 linux_system_codename: xenial
43 linux:
44 system:
45 package:
46 python-msgpack:
47 version: latest
48 network:
49 interface:
50 ens4:
51 enabled: true
52 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020053 proto: static
54 address: ${_param:single_address}
55 netmask: 255.255.255.0
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030056 keepalived:
57 cluster:
58 instance:
59 VIP:
60 virtual_router_id: 150
Mykyta Karpin3074d382017-05-25 18:36:42 +030061 bind:
62 server:
63 control:
64 mgmt:
65 enabled: true
66 bind:
67 address: ${_param:single_address}
68 port: 953
69 allow:
70 - ${_param:openstack_control_node01_address}
71 - ${_param:openstack_control_node02_address}
72 - ${_param:openstack_control_node03_address}
73 keys:
74 - designate
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030075 keystone:
76 server:
77 admin_email: ${_param:admin_email}
78 notification:
79 driver: messagingv2
80 topics: "notifications,${_param:stacklight_notification_topic}"
Mykyta Karpin3074d382017-05-25 18:36:42 +030081 designate:
82 server:
83 pools:
84 default:
85 description: 'test pool'
86 targets:
87 default:
88 description: 'test target1'
89 default1:
90 type: ${_param:designate_pool_target_type}
91 description: 'test target2'
92 masters: ${_param:designate_pool_target_masters}
93 options:
94 host: ${_param:openstack_control_node02_address}
95 port: 53
96 rndc_host: ${_param:openstack_control_node02_address}
97 rndc_port: 953
98 rndc_key_file: /etc/designate/rndc.key
99 default2:
100 type: ${_param:designate_pool_target_type}
101 description: 'test target3'
102 masters: ${_param:designate_pool_target_masters}
103 options:
104 host: ${_param:openstack_control_node03_address}
105 port: 53
106 rndc_host: ${_param:openstack_control_node03_address}
107 rndc_port: 953
108 rndc_key_file: /etc/designate/rndc.key
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +0300109 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