blob: 8e756a22dcba55c8a3131b101b766b6201758446 [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
44 keepalived_openstack_telemetry_vip_interface: ens4
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030045 keepalived_openstack_telemetry_vip_address: 172.16.10.252
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030046 linux:
47 system:
48 package:
49 python-msgpack:
50 version: latest
51 network:
52 interface:
53 ens4:
54 enabled: true
55 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020056 proto: static
57 address: ${_param:single_address}
58 netmask: 255.255.255.0
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030059 keepalived:
60 cluster:
61 instance:
62 VIP:
63 virtual_router_id: 150
64 keystone:
65 server:
66 admin_email: ${_param:admin_email}
67 notification:
68 driver: messagingv2
69 topics: "notifications,${_param:stacklight_notification_topic}"
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030070 designate:
Ivan Udovichenko41d5d5c2017-06-30 17:39:28 +030071 pool_manager:
72 enabled: ${_param:designate_pool_manager_enabled}
73 periodic_sync_interval: ${_param:designate_pool_manager_periodic_sync_interval}
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030074 server:
Mykyta Karpin55b60772017-10-02 18:57:53 +030075 backend:
76 pdns4:
77 api_token: ${_param:designate_pdns_api_key}
78 api_endpoint: ${_param:designate_pdns_api_endpoint}
Ivan Udovichenkoee542a22017-09-29 15:02:35 +030079 mdns:
80 address: ${_param:designate_mdns_address}
81 port: ${_param:designate_mdns_port}
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030082 pools:
83 default:
84 description: 'test pool'
85 targets:
86 default:
87 description: 'test target1'
88 default1:
89 type: ${_param:designate_pool_target_type}
90 description: 'test target2'
91 masters: ${_param:designate_pool_target_masters}
92 options:
Ivan Udovichenko41d5d5c2017-06-30 17:39:28 +030093 host: ${_param:openstack_dns_node02_address}
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030094 port: 53
Ivan Udovichenko41d5d5c2017-06-30 17:39:28 +030095 api_endpoint: "http://${_param:openstack_dns_node02_address}:${_param:powerdns_webserver_port}"
Ivan Suzdaleb8db052017-06-15 19:33:47 +030096 api_token: ${_param:designate_pdns_api_key}
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030097 glance:
98 server:
99 storage:
100 engine: file
101 images: []
102 workers: 1
103 notification:
104 driver: messagingv2
105 topics: "notifications,${_param:stacklight_notification_topic}"
106 heat:
107 server:
108 notification:
109 driver: messagingv2
110 topics: "notifications,${_param:stacklight_notification_topic}"
111 neutron:
112 server:
113 notification:
114 driver: messagingv2
115 topics: "notifications,${_param:stacklight_notification_topic}"
116 nova:
117 controller:
118 networking: dvr
119 cpu_allocation: 54
120 metadata:
121 password: ${_param:metadata_password}
122 bind:
123 private_address: ${_param:cluster_local_address}
124 public_address: ${_param:cluster_vip_address}
125 novncproxy_port: 6080
126 vncproxy_url: http://${_param:cluster_vip_address}:6080
127 workers: 1
128 notification:
129 driver: messagingv2
130 topics: "notifications,${_param:stacklight_notification_topic}"
131 cinder:
132 volume:
133 notification:
134 driver: messagingv2
135 topics: "notifications,${_param:stacklight_notification_topic}"
136 controller:
137 notification:
138 driver: messagingv2
139 topics: "notifications,${_param:stacklight_notification_topic}"