blob: 4fb5eaaff458078f0ce1f51c5e37cb11df0ac3ab [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
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030017- system.glusterfs.server.volume.prometheus
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030018- system.glusterfs.server.cluster
19- system.glance.control.cluster
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030020- system.nova.control.cluster
21- system.neutron.control.openvswitch.cluster
22- system.cinder.control.cluster
23- system.heat.server.cluster
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030024- system.ceilometer.server.cluster
25- system.ceilometer.server.backend.influxdb
26- system.aodh.server.cluster
27- system.heka.ceilometer_collector.single
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030028- system.designate.server.cluster
Ivan Suzdaleb8db052017-06-15 19:33:47 +030029- system.designate.server.backend.pdns
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030030- system.galera.server.cluster
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030031- system.galera.server.database.aodh
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030032- system.galera.server.database.ceilometer
33- system.galera.server.database.cinder
34- system.galera.server.database.glance
35- system.galera.server.database.grafana
36- system.galera.server.database.heat
37- system.galera.server.database.keystone
38- system.galera.server.database.nova
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030039- system.galera.server.database.designate
Tatyana Leontovichf4fef592017-04-26 21:10:33 +030040- system.haproxy.proxy.listen.openstack.nova-placement
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030041- cluster.virtual-mcp-ocata-dvr
42
43parameters:
44 _param:
45 keepalived_vip_interface: ens4
46 keepalived_openstack_telemetry_vip_interface: ens4
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030047 keepalived_openstack_telemetry_vip_address: 172.16.10.252
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030048 linux:
49 system:
50 package:
51 python-msgpack:
52 version: latest
53 network:
54 interface:
55 ens4:
56 enabled: true
57 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020058 proto: static
59 address: ${_param:single_address}
60 netmask: 255.255.255.0
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030061 keepalived:
62 cluster:
63 instance:
64 VIP:
65 virtual_router_id: 150
Ivan Suzdaleb8db052017-06-15 19:33:47 +030066 powerdns:
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030067 server:
Ivan Suzdaleb8db052017-06-15 19:33:47 +030068 axfr_ips:
69 - ${_param:openstack_control_node01_address}
70 - ${_param:openstack_control_node02_address}
71 - ${_param:openstack_control_node03_address}
72 - 127.0.0.1
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030073 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
Ivan Suzdaleb8db052017-06-15 19:33:47 +030094 api_endpoint: "http://${_param:openstack_control_node02_address}:${_param:powerdns_webserver_port}"
95 api_token: ${_param:designate_pdns_api_key}
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030096 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
Ivan Suzdaleb8db052017-06-15 19:33:47 +0300103 api_endpoint: "http://${_param:openstack_control_node03_address}:${_param:powerdns_webserver_port}"
104 api_token: ${_param:designate_pdns_api_key}
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +0300105 glance:
106 server:
107 storage:
108 engine: file
109 images: []
110 workers: 1
111 notification:
112 driver: messagingv2
113 topics: "notifications,${_param:stacklight_notification_topic}"
114 heat:
115 server:
116 notification:
117 driver: messagingv2
118 topics: "notifications,${_param:stacklight_notification_topic}"
119 neutron:
120 server:
121 notification:
122 driver: messagingv2
123 topics: "notifications,${_param:stacklight_notification_topic}"
124 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,${_param:stacklight_notification_topic}"
139 cinder:
140 volume:
141 notification:
142 driver: messagingv2
143 topics: "notifications,${_param:stacklight_notification_topic}"
144 controller:
145 notification:
146 driver: messagingv2
147 topics: "notifications,${_param:stacklight_notification_topic}"