blob: 6232f79f56d10275333d51d62bdd58d9efb4f84f [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
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030019- system.nova.control.cluster
20- system.neutron.control.openvswitch.cluster
21- system.cinder.control.cluster
22- system.heat.server.cluster
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030023- system.ceilometer.server.cluster
24- system.ceilometer.server.backend.influxdb
25- system.aodh.server.cluster
26- system.heka.ceilometer_collector.single
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030027- system.designate.server.cluster
Ivan Suzdaleb8db052017-06-15 19:33:47 +030028- system.designate.server.backend.pdns
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030029- system.galera.server.cluster
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030030- system.galera.server.database.aodh
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030031- system.galera.server.database.ceilometer
32- system.galera.server.database.cinder
33- system.galera.server.database.glance
34- system.galera.server.database.grafana
35- system.galera.server.database.heat
36- system.galera.server.database.keystone
37- system.galera.server.database.nova
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030038- system.galera.server.database.designate
Tatyana Leontovichf4fef592017-04-26 21:10:33 +030039- system.haproxy.proxy.listen.openstack.nova-placement
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030040- cluster.virtual-mcp-ocata-dvr
41
42parameters:
43 _param:
44 keepalived_vip_interface: ens4
45 keepalived_openstack_telemetry_vip_interface: ens4
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030046 keepalived_openstack_telemetry_vip_address: 172.16.10.252
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030047 linux:
48 system:
49 package:
50 python-msgpack:
51 version: latest
52 network:
53 interface:
54 ens4:
55 enabled: true
56 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020057 proto: static
58 address: ${_param:single_address}
59 netmask: 255.255.255.0
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030060 keepalived:
61 cluster:
62 instance:
63 VIP:
64 virtual_router_id: 150
65 keystone:
66 server:
67 admin_email: ${_param:admin_email}
68 notification:
69 driver: messagingv2
70 topics: "notifications,${_param:stacklight_notification_topic}"
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030071 designate:
Ivan Udovichenko41d5d5c2017-06-30 17:39:28 +030072 pool_manager:
73 enabled: ${_param:designate_pool_manager_enabled}
74 periodic_sync_interval: ${_param:designate_pool_manager_periodic_sync_interval}
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030075 server:
76 pools:
77 default:
78 description: 'test pool'
79 targets:
80 default:
81 description: 'test target1'
82 default1:
83 type: ${_param:designate_pool_target_type}
84 description: 'test target2'
85 masters: ${_param:designate_pool_target_masters}
86 options:
Ivan Udovichenko41d5d5c2017-06-30 17:39:28 +030087 host: ${_param:openstack_dns_node02_address}
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030088 port: 53
Ivan Udovichenko41d5d5c2017-06-30 17:39:28 +030089 api_endpoint: "http://${_param:openstack_dns_node02_address}:${_param:powerdns_webserver_port}"
Ivan Suzdaleb8db052017-06-15 19:33:47 +030090 api_token: ${_param:designate_pdns_api_key}
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030091 glance:
92 server:
93 storage:
94 engine: file
95 images: []
96 workers: 1
97 notification:
98 driver: messagingv2
99 topics: "notifications,${_param:stacklight_notification_topic}"
100 heat:
101 server:
102 notification:
103 driver: messagingv2
104 topics: "notifications,${_param:stacklight_notification_topic}"
105 neutron:
106 server:
107 notification:
108 driver: messagingv2
109 topics: "notifications,${_param:stacklight_notification_topic}"
110 nova:
111 controller:
112 networking: dvr
113 cpu_allocation: 54
114 metadata:
115 password: ${_param:metadata_password}
116 bind:
117 private_address: ${_param:cluster_local_address}
118 public_address: ${_param:cluster_vip_address}
119 novncproxy_port: 6080
120 vncproxy_url: http://${_param:cluster_vip_address}:6080
121 workers: 1
122 notification:
123 driver: messagingv2
124 topics: "notifications,${_param:stacklight_notification_topic}"
125 cinder:
126 volume:
127 notification:
128 driver: messagingv2
129 topics: "notifications,${_param:stacklight_notification_topic}"
130 controller:
131 notification:
132 driver: messagingv2
133 topics: "notifications,${_param:stacklight_notification_topic}"