blob: 29bdc19c3f7afbdec1966a8f8759f4021222b7c5 [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 Karpin7bdd53f2017-06-07 18:09:08 +030024- system.designate.server.cluster
Ivan Suzdaleb8db052017-06-15 19:33:47 +030025- system.designate.server.backend.pdns
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030026- 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
Tatyana Leontovichf4fef592017-04-26 21:10:33 +030035- system.haproxy.proxy.listen.openstack.nova-placement
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030036- cluster.virtual-mcp-ocata-dvr
37
38parameters:
39 _param:
40 keepalived_vip_interface: ens4
41 keepalived_openstack_telemetry_vip_interface: ens4
42 linux:
43 system:
44 package:
45 python-msgpack:
46 version: latest
47 network:
48 interface:
49 ens4:
50 enabled: true
51 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020052 proto: static
53 address: ${_param:single_address}
54 netmask: 255.255.255.0
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030055 keepalived:
56 cluster:
57 instance:
58 VIP:
59 virtual_router_id: 150
Ivan Suzdaleb8db052017-06-15 19:33:47 +030060 powerdns:
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030061 server:
Ivan Suzdaleb8db052017-06-15 19:33:47 +030062 axfr_ips:
63 - ${_param:openstack_control_node01_address}
64 - ${_param:openstack_control_node02_address}
65 - ${_param:openstack_control_node03_address}
66 - 127.0.0.1
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030067 keystone:
68 server:
69 admin_email: ${_param:admin_email}
70 notification:
71 driver: messagingv2
72 topics: "notifications,${_param:stacklight_notification_topic}"
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030073 designate:
74 server:
75 pools:
76 default:
77 description: 'test pool'
78 targets:
79 default:
80 description: 'test target1'
81 default1:
82 type: ${_param:designate_pool_target_type}
83 description: 'test target2'
84 masters: ${_param:designate_pool_target_masters}
85 options:
86 host: ${_param:openstack_control_node02_address}
87 port: 53
Ivan Suzdaleb8db052017-06-15 19:33:47 +030088 api_endpoint: "http://${_param:openstack_control_node02_address}:${_param:powerdns_webserver_port}"
89 api_token: ${_param:designate_pdns_api_key}
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030090 default2:
91 type: ${_param:designate_pool_target_type}
92 description: 'test target3'
93 masters: ${_param:designate_pool_target_masters}
94 options:
95 host: ${_param:openstack_control_node03_address}
96 port: 53
Ivan Suzdaleb8db052017-06-15 19:33:47 +030097 api_endpoint: "http://${_param:openstack_control_node03_address}:${_param:powerdns_webserver_port}"
98 api_token: ${_param:designate_pdns_api_key}
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030099 glance:
100 server:
101 storage:
102 engine: file
103 images: []
104 workers: 1
105 notification:
106 driver: messagingv2
107 topics: "notifications,${_param:stacklight_notification_topic}"
108 heat:
109 server:
110 notification:
111 driver: messagingv2
112 topics: "notifications,${_param:stacklight_notification_topic}"
113 neutron:
114 server:
115 notification:
116 driver: messagingv2
117 topics: "notifications,${_param:stacklight_notification_topic}"
118 nova:
119 controller:
120 networking: dvr
121 cpu_allocation: 54
122 metadata:
123 password: ${_param:metadata_password}
124 bind:
125 private_address: ${_param:cluster_local_address}
126 public_address: ${_param:cluster_vip_address}
127 novncproxy_port: 6080
128 vncproxy_url: http://${_param:cluster_vip_address}:6080
129 workers: 1
130 notification:
131 driver: messagingv2
132 topics: "notifications,${_param:stacklight_notification_topic}"
133 cinder:
134 volume:
135 notification:
136 driver: messagingv2
137 topics: "notifications,${_param:stacklight_notification_topic}"
138 controller:
139 notification:
140 driver: messagingv2
141 topics: "notifications,${_param:stacklight_notification_topic}"