blob: a6bb32bbfc829f13b1e883e347a974eab59597fe [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
8- system.linux.system.repo.saltstack.xenial
9- 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
22- system.neutron.control.opencontrail.cluster
23- system.cinder.control.cluster
24- system.heat.server.cluster
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030025- system.designate.server.cluster
26- system.designate.server.backend.bind
Jiri Broulikeaae24f2017-04-21 16:59:29 +020027- system.ceilometer.server.cluster
28- system.ceilometer.server.backend.influxdb
29- system.aodh.server.cluster
30- system.heka.ceilometer_collector.single
31- system.galera.server.cluster
32- system.galera.server.database.aodh
33- system.galera.server.database.ceilometer
34- system.galera.server.database.cinder
35- system.galera.server.database.glance
36- system.galera.server.database.grafana
37- system.galera.server.database.heat
38- system.galera.server.database.keystone
39- system.galera.server.database.nova
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030040- system.galera.server.database.designate
Jiri Broulikeaae24f2017-04-21 16:59:29 +020041- system.heka.alarm.openstack_control
42- cluster.virtual-mcp11-contrail-nfv
43parameters:
44 _param:
45 keepalived_vip_interface: ens4
46 cluster_vip_address: ${_param:openstack_control_address}
47 cluster_local_address: ${_param:single_address}
48 cluster_node01_hostname: ctl01
49 cluster_node01_address: ${_param:openstack_control_node01_address}
50 cluster_node02_hostname: ctl02
51 cluster_node02_address: ${_param:openstack_control_node02_address}
52 cluster_node03_hostname: ctl03
53 cluster_node03_address: ${_param:openstack_control_node03_address}
54 keepalived_openstack_telemetry_vip_interface: ens4
55 linux:
56 system:
57 package:
58 python-msgpack:
59 version: latest
60 network:
61 interface:
62 ens4:
63 enabled: true
64 type: eth
65 proto: static
66 address: ${_param:single_address}
67 netmask: 255.255.255.0
68 keepalived:
69 cluster:
70 instance:
71 VIP:
72 virtual_router_id: 150
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030073 bind:
74 server:
75 control:
76 mgmt:
77 enabled: true
78 bind:
79 address: ${_param:single_address}
80 port: 953
81 allow:
82 - ${_param:openstack_control_node01_address}
83 - ${_param:openstack_control_node02_address}
84 - ${_param:openstack_control_node03_address}
85 keys:
86 - designate
Jiri Broulikeaae24f2017-04-21 16:59:29 +020087 keystone:
88 server:
89 admin_email: ${_param:admin_email}
90 notification:
91 driver: messagingv2
92 topics: "notifications,${_param:stacklight_notification_topic}"
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030093 designate:
94 server:
95 pools:
96 default:
97 description: 'test pool'
98 targets:
99 default:
100 description: 'test target1'
101 default1:
102 type: ${_param:designate_pool_target_type}
103 description: 'test target2'
104 masters: ${_param:designate_pool_target_masters}
105 options:
106 host: ${_param:openstack_control_node02_address}
107 port: 53
108 rndc_host: ${_param:openstack_control_node02_address}
109 rndc_port: 953
110 rndc_key_file: /etc/designate/rndc.key
111 default2:
112 type: ${_param:designate_pool_target_type}
113 description: 'test target3'
114 masters: ${_param:designate_pool_target_masters}
115 options:
116 host: ${_param:openstack_control_node03_address}
117 port: 53
118 rndc_host: ${_param:openstack_control_node03_address}
119 rndc_port: 953
120 rndc_key_file: /etc/designate/rndc.key
Jiri Broulikeaae24f2017-04-21 16:59:29 +0200121 glance:
122 server:
123 storage:
124 engine: file
125 images: []
126 workers: 1
127 notification:
128 driver: messagingv2
129 topics: "notifications,${_param:stacklight_notification_topic}"
130 heat:
131 server:
132 notification:
133 driver: messagingv2
134 topics: "notifications,${_param:stacklight_notification_topic}"
135 nova:
136 controller:
137 networking: contrail
138 cpu_allocation: 54
139 bind:
140 private_address: ${_param:cluster_local_address}
141 public_address: ${_param:cluster_vip_address}
142 novncproxy_port: 6080
143 vncproxy_url: http://${_param:cluster_vip_address}:6080
144 cache:
145 engine: memcached
146 prefix: CACHE_NOVA
147 members:
148 - host: 127.0.0.1
149 port: 11211
150 workers: 1
151 notification:
152 driver: messagingv2
153 topics: "notifications,${_param:stacklight_notification_topic}"
154 neutron:
155 server:
156 plugin: contrail
157 tunnel_type: vxlan
158 public_networks: []
159 contrail:
160 version: ${_param:opencontrail_version}
161 notification:
162 driver: messagingv2
163 topics: "notifications,${_param:stacklight_notification_topic}"
164 cinder:
165 volume:
166 notification:
167 driver: messagingv2
168 topics: "notifications,${_param:stacklight_notification_topic}"
169 controller:
170 notification:
171 driver: messagingv2
172 topics: "notifications,${_param:stacklight_notification_topic}"