blob: 0ec3e9abd77103cec4dd37a41534826e29da60d7 [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
66 keystone:
67 server:
68 admin_email: ${_param:admin_email}
69 notification:
70 driver: messagingv2
71 topics: "notifications,${_param:stacklight_notification_topic}"
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030072 designate:
Ivan Udovichenko41d5d5c2017-06-30 17:39:28 +030073 pool_manager:
74 enabled: ${_param:designate_pool_manager_enabled}
75 periodic_sync_interval: ${_param:designate_pool_manager_periodic_sync_interval}
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030076 server:
77 pools:
78 default:
79 description: 'test pool'
80 targets:
81 default:
82 description: 'test target1'
83 default1:
84 type: ${_param:designate_pool_target_type}
85 description: 'test target2'
86 masters: ${_param:designate_pool_target_masters}
87 options:
Ivan Udovichenko41d5d5c2017-06-30 17:39:28 +030088 host: ${_param:openstack_dns_node02_address}
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030089 port: 53
Ivan Udovichenko41d5d5c2017-06-30 17:39:28 +030090 api_endpoint: "http://${_param:openstack_dns_node02_address}:${_param:powerdns_webserver_port}"
Ivan Suzdaleb8db052017-06-15 19:33:47 +030091 api_token: ${_param:designate_pdns_api_key}
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030092 glance:
93 server:
94 storage:
95 engine: file
96 images: []
97 workers: 1
98 notification:
99 driver: messagingv2
100 topics: "notifications,${_param:stacklight_notification_topic}"
101 heat:
102 server:
103 notification:
104 driver: messagingv2
105 topics: "notifications,${_param:stacklight_notification_topic}"
106 neutron:
107 server:
108 notification:
109 driver: messagingv2
110 topics: "notifications,${_param:stacklight_notification_topic}"
111 nova:
112 controller:
113 networking: dvr
114 cpu_allocation: 54
115 metadata:
116 password: ${_param:metadata_password}
117 bind:
118 private_address: ${_param:cluster_local_address}
119 public_address: ${_param:cluster_vip_address}
120 novncproxy_port: 6080
121 vncproxy_url: http://${_param:cluster_vip_address}:6080
122 workers: 1
123 notification:
124 driver: messagingv2
125 topics: "notifications,${_param:stacklight_notification_topic}"
126 cinder:
127 volume:
128 notification:
129 driver: messagingv2
130 topics: "notifications,${_param:stacklight_notification_topic}"
131 controller:
132 notification:
133 driver: messagingv2
134 topics: "notifications,${_param:stacklight_notification_topic}"