blob: 7c0826a5805a06d33a05fb5c911f0e82f1014923 [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:
Ivan Udovichenkoee542a22017-09-29 15:02:35 +030076 mdns:
77 address: ${_param:designate_mdns_address}
78 port: ${_param:designate_mdns_port}
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030079 pools:
80 default:
81 description: 'test pool'
82 targets:
83 default:
84 description: 'test target1'
85 default1:
86 type: ${_param:designate_pool_target_type}
87 description: 'test target2'
88 masters: ${_param:designate_pool_target_masters}
89 options:
Ivan Udovichenko41d5d5c2017-06-30 17:39:28 +030090 host: ${_param:openstack_dns_node02_address}
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030091 port: 53
Ivan Udovichenko41d5d5c2017-06-30 17:39:28 +030092 api_endpoint: "http://${_param:openstack_dns_node02_address}:${_param:powerdns_webserver_port}"
Ivan Suzdaleb8db052017-06-15 19:33:47 +030093 api_token: ${_param:designate_pdns_api_key}
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030094 glance:
95 server:
96 storage:
97 engine: file
98 images: []
99 workers: 1
100 notification:
101 driver: messagingv2
102 topics: "notifications,${_param:stacklight_notification_topic}"
103 heat:
104 server:
105 notification:
106 driver: messagingv2
107 topics: "notifications,${_param:stacklight_notification_topic}"
108 neutron:
109 server:
110 notification:
111 driver: messagingv2
112 topics: "notifications,${_param:stacklight_notification_topic}"
113 nova:
114 controller:
115 networking: dvr
116 cpu_allocation: 54
117 metadata:
118 password: ${_param:metadata_password}
119 bind:
120 private_address: ${_param:cluster_local_address}
121 public_address: ${_param:cluster_vip_address}
122 novncproxy_port: 6080
123 vncproxy_url: http://${_param:cluster_vip_address}:6080
124 workers: 1
125 notification:
126 driver: messagingv2
127 topics: "notifications,${_param:stacklight_notification_topic}"
128 cinder:
129 volume:
130 notification:
131 driver: messagingv2
132 topics: "notifications,${_param:stacklight_notification_topic}"
133 controller:
134 notification:
135 driver: messagingv2
136 topics: "notifications,${_param:stacklight_notification_topic}"