blob: 650e02a0b5eea0191be32411ca5d34617a5f12ed [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
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030028- system.galera.server.cluster
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030029- system.galera.server.database.aodh
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030030- system.galera.server.database.ceilometer
31- system.galera.server.database.cinder
32- system.galera.server.database.glance
33- system.galera.server.database.grafana
34- system.galera.server.database.heat
35- system.galera.server.database.keystone
36- system.galera.server.database.nova
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030037- system.galera.server.database.designate
Tatyana Leontovichf4fef592017-04-26 21:10:33 +030038- system.haproxy.proxy.listen.openstack.nova-placement
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030039- cluster.virtual-mcp-ocata-dvr
40
41parameters:
42 _param:
43 keepalived_vip_interface: ens4
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030044 linux:
45 system:
46 package:
47 python-msgpack:
48 version: latest
49 network:
50 interface:
51 ens4:
52 enabled: true
53 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020054 proto: static
55 address: ${_param:single_address}
56 netmask: 255.255.255.0
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030057 keepalived:
58 cluster:
59 instance:
60 VIP:
61 virtual_router_id: 150
62 keystone:
63 server:
64 admin_email: ${_param:admin_email}
65 notification:
66 driver: messagingv2
67 topics: "notifications,${_param:stacklight_notification_topic}"
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030068 designate:
Ivan Udovichenko41d5d5c2017-06-30 17:39:28 +030069 pool_manager:
70 enabled: ${_param:designate_pool_manager_enabled}
71 periodic_sync_interval: ${_param:designate_pool_manager_periodic_sync_interval}
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030072 server:
Mykyta Karpin55b60772017-10-02 18:57:53 +030073 backend:
74 pdns4:
75 api_token: ${_param:designate_pdns_api_key}
76 api_endpoint: ${_param:designate_pdns_api_endpoint}
Ivan Udovichenkoee542a22017-09-29 15:02:35 +030077 mdns:
78 address: ${_param:designate_mdns_address}
79 port: ${_param:designate_mdns_port}
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030080 pools:
81 default:
82 description: 'test pool'
83 targets:
84 default:
85 description: 'test target1'
86 default1:
87 type: ${_param:designate_pool_target_type}
88 description: 'test target2'
89 masters: ${_param:designate_pool_target_masters}
90 options:
Ivan Udovichenko41d5d5c2017-06-30 17:39:28 +030091 host: ${_param:openstack_dns_node02_address}
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030092 port: 53
Ivan Udovichenko41d5d5c2017-06-30 17:39:28 +030093 api_endpoint: "http://${_param:openstack_dns_node02_address}:${_param:powerdns_webserver_port}"
Ivan Suzdaleb8db052017-06-15 19:33:47 +030094 api_token: ${_param:designate_pdns_api_key}
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030095 glance:
96 server:
97 storage:
98 engine: file
99 images: []
100 workers: 1
101 notification:
102 driver: messagingv2
103 topics: "notifications,${_param:stacklight_notification_topic}"
104 heat:
105 server:
106 notification:
107 driver: messagingv2
108 topics: "notifications,${_param:stacklight_notification_topic}"
109 neutron:
110 server:
111 notification:
112 driver: messagingv2
113 topics: "notifications,${_param:stacklight_notification_topic}"
114 nova:
115 controller:
116 networking: dvr
117 cpu_allocation: 54
118 metadata:
119 password: ${_param:metadata_password}
120 bind:
121 private_address: ${_param:cluster_local_address}
122 public_address: ${_param:cluster_vip_address}
123 novncproxy_port: 6080
124 vncproxy_url: http://${_param:cluster_vip_address}:6080
125 workers: 1
126 notification:
127 driver: messagingv2
128 topics: "notifications,${_param:stacklight_notification_topic}"
129 cinder:
130 volume:
131 notification:
132 driver: messagingv2
133 topics: "notifications,${_param:stacklight_notification_topic}"
134 controller:
135 notification:
136 driver: messagingv2
137 topics: "notifications,${_param:stacklight_notification_topic}"