blob: 0fd9d36a27903bd689e4634c8d838981c2a25ace [file] [log] [blame]
Jiri Broulikeaae24f2017-04-21 16:59:29 +02001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo.glusterfs
4- system.linux.system.repo.mcp.contrail
Jiri Broulikecc84f02017-04-25 18:50:30 +02005- system.linux.system.repo.mcp.openstack
Jiri Broulikeaae24f2017-04-21 16:59:29 +02006- system.linux.system.repo.mos10
7- system.linux.system.repo.mcp.extra
Martin Polreich47393e42018-08-07 10:57:41 +02008- system.linux.system.repo.mcp.apt_mirantis.saltstack
Jiri Broulikeaae24f2017-04-21 16:59:29 +02009- system.memcached.server.single
10- system.rabbitmq.server.cluster
11- system.rabbitmq.server.vhost.openstack
12- system.keystone.server.wsgi
13- system.keystone.server.cluster
14- system.glusterfs.server.volume.glance
15- system.glusterfs.server.volume.keystone
16- system.glusterfs.server.cluster
17- system.glusterfs.client.cluster
18- system.glusterfs.client.volume.glance
19- system.glusterfs.client.volume.keystone
20- system.glance.control.cluster
21- system.nova.control.cluster
Petr Jedinýa792cf32017-06-29 15:32:14 +020022- system.haproxy.proxy.listen.openstack.nova-placement
Jiri Broulikeaae24f2017-04-21 16:59:29 +020023- system.neutron.control.opencontrail.cluster
24- system.cinder.control.cluster
25- system.heat.server.cluster
Petr Jediný21192422017-05-22 17:39:22 +020026- system.opencontrail.client.cluster
27- system.heat.server.resource.contrail
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030028- system.designate.server.cluster
29- system.designate.server.backend.bind
Jiri Broulikeaae24f2017-04-21 16:59:29 +020030- system.ceilometer.server.cluster
31- system.ceilometer.server.backend.influxdb
32- system.aodh.server.cluster
33- system.heka.ceilometer_collector.single
34- system.galera.server.cluster
35- system.galera.server.database.aodh
36- system.galera.server.database.ceilometer
37- system.galera.server.database.cinder
38- system.galera.server.database.glance
39- system.galera.server.database.grafana
40- system.galera.server.database.heat
41- system.galera.server.database.keystone
42- system.galera.server.database.nova
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030043- system.galera.server.database.designate
Jiri Broulikeaae24f2017-04-21 16:59:29 +020044- system.heka.alarm.openstack_control
Mateusz Matuszkowiakd4c407a2018-05-18 13:26:55 +020045- system.keepalived.cluster.instance.default_keepalived_check
Jiri Broulikeaae24f2017-04-21 16:59:29 +020046- cluster.virtual-mcp11-contrail-nfv
47parameters:
48 _param:
49 keepalived_vip_interface: ens4
50 cluster_vip_address: ${_param:openstack_control_address}
51 cluster_local_address: ${_param:single_address}
52 cluster_node01_hostname: ctl01
53 cluster_node01_address: ${_param:openstack_control_node01_address}
54 cluster_node02_hostname: ctl02
55 cluster_node02_address: ${_param:openstack_control_node02_address}
56 cluster_node03_hostname: ctl03
57 cluster_node03_address: ${_param:openstack_control_node03_address}
Jiri Broulikeaae24f2017-04-21 16:59:29 +020058 linux:
59 system:
60 package:
61 python-msgpack:
62 version: latest
63 network:
64 interface:
65 ens4:
66 enabled: true
67 type: eth
68 proto: static
69 address: ${_param:single_address}
70 netmask: 255.255.255.0
71 keepalived:
72 cluster:
73 instance:
74 VIP:
75 virtual_router_id: 150
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030076 bind:
77 server:
78 control:
79 mgmt:
80 enabled: true
81 bind:
82 address: ${_param:single_address}
83 port: 953
84 allow:
85 - ${_param:openstack_control_node01_address}
86 - ${_param:openstack_control_node02_address}
87 - ${_param:openstack_control_node03_address}
88 keys:
89 - designate
Jiri Broulikeaae24f2017-04-21 16:59:29 +020090 keystone:
91 server:
92 admin_email: ${_param:admin_email}
93 notification:
94 driver: messagingv2
95 topics: "notifications,${_param:stacklight_notification_topic}"
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030096 designate:
97 server:
98 pools:
99 default:
100 description: 'test pool'
101 targets:
102 default:
103 description: 'test target1'
104 default1:
105 type: ${_param:designate_pool_target_type}
106 description: 'test target2'
107 masters: ${_param:designate_pool_target_masters}
108 options:
109 host: ${_param:openstack_control_node02_address}
110 port: 53
111 rndc_host: ${_param:openstack_control_node02_address}
112 rndc_port: 953
113 rndc_key_file: /etc/designate/rndc.key
114 default2:
115 type: ${_param:designate_pool_target_type}
116 description: 'test target3'
117 masters: ${_param:designate_pool_target_masters}
118 options:
119 host: ${_param:openstack_control_node03_address}
120 port: 53
121 rndc_host: ${_param:openstack_control_node03_address}
122 rndc_port: 953
123 rndc_key_file: /etc/designate/rndc.key
Mykyta Karpinbde47e02017-10-31 18:13:20 +0200124 quota:
125 zones: ${_param:designate_quota_zones}
Ivan Udovichenko7da7f1e2017-09-08 17:53:19 +0300126 worker:
127 enabled: ${_param:designate_worker_enabled}
Jiri Broulikeaae24f2017-04-21 16:59:29 +0200128 glance:
129 server:
130 storage:
131 engine: file
132 images: []
133 workers: 1
134 notification:
135 driver: messagingv2
136 topics: "notifications,${_param:stacklight_notification_topic}"
137 heat:
138 server:
139 notification:
140 driver: messagingv2
141 topics: "notifications,${_param:stacklight_notification_topic}"
142 nova:
143 controller:
144 networking: contrail
145 cpu_allocation: 54
146 bind:
147 private_address: ${_param:cluster_local_address}
148 public_address: ${_param:cluster_vip_address}
149 novncproxy_port: 6080
150 vncproxy_url: http://${_param:cluster_vip_address}:6080
151 cache:
152 engine: memcached
153 prefix: CACHE_NOVA
154 members:
155 - host: 127.0.0.1
156 port: 11211
157 workers: 1
158 notification:
159 driver: messagingv2
160 topics: "notifications,${_param:stacklight_notification_topic}"
161 neutron:
162 server:
163 plugin: contrail
164 tunnel_type: vxlan
165 public_networks: []
166 contrail:
167 version: ${_param:opencontrail_version}
168 notification:
169 driver: messagingv2
170 topics: "notifications,${_param:stacklight_notification_topic}"
171 cinder:
172 volume:
173 notification:
174 driver: messagingv2
175 topics: "notifications,${_param:stacklight_notification_topic}"
176 controller:
177 notification:
178 driver: messagingv2
179 topics: "notifications,${_param:stacklight_notification_topic}"