blob: 7b02b6e595617daf97f1c457f07e96bc18189f84 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo.glusterfs
4- system.linux.system.repo.mcp.contrail
5- system.linux.system.repo.mcp.openstack
6- system.linux.system.repo.mcp.extra
7- system.linux.system.repo.saltstack.xenial
8- system.memcached.server.single
9- system.rabbitmq.server.cluster
10- system.rabbitmq.server.vhost.openstack
11- system.keystone.server.wsgi
12- system.keystone.server.cluster
13- system.glusterfs.server.volume.glance
14- system.glusterfs.server.volume.keystone
15- system.glusterfs.server.volume.prometheus
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
25- system.designate.server.cluster
26- system.designate.server.backend.bind
Ales Komarekc12dd412017-06-27 16:24:42 +020027- system.galera.server.cluster
Ales Komarekc12dd412017-06-27 16:24:42 +020028- system.galera.server.database.cinder
29- system.galera.server.database.glance
30- system.galera.server.database.grafana
31- system.galera.server.database.heat
32- system.galera.server.database.keystone
33- system.galera.server.database.nova
34- system.galera.server.database.designate
Petr Jediný3114a392017-08-02 15:21:09 +020035- system.haproxy.proxy.listen.openstack.nova-placement
Martin Polreich1ee2e092017-08-10 16:06:57 +020036- system.prometheus.exporters.jmx
Ales Komarekc12dd412017-06-27 16:24:42 +020037- cluster.sl_os_contrail
38parameters:
39 _param:
40 keepalived_vip_interface: ens4
41 cluster_vip_address: ${_param:openstack_control_address}
42 cluster_local_address: ${_param:single_address}
43 cluster_node01_hostname: ctl01
44 cluster_node01_address: ${_param:openstack_control_node01_address}
45 cluster_node02_hostname: ctl02
46 cluster_node02_address: ${_param:openstack_control_node02_address}
47 cluster_node03_hostname: ctl03
48 cluster_node03_address: ${_param:openstack_control_node03_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020049 linux:
50 system:
51 package:
52 python-msgpack:
53 version: latest
54 network:
55 interface:
56 ens4:
57 enabled: true
58 type: eth
59 proto: static
60 address: ${_param:single_address}
61 netmask: 255.255.255.0
62 keepalived:
63 cluster:
64 instance:
65 VIP:
66 virtual_router_id: 150
67 bind:
68 server:
69 control:
70 mgmt:
71 enabled: true
72 bind:
73 address: ${_param:single_address}
74 port: 953
75 allow:
76 - ${_param:openstack_control_node01_address}
77 - ${_param:openstack_control_node02_address}
78 - ${_param:openstack_control_node03_address}
79 keys:
80 - designate
81 keystone:
82 server:
83 admin_email: ${_param:admin_email}
84 notification:
85 driver: messagingv2
86 topics: "notifications,${_param:stacklight_notification_topic}"
87 designate:
88 server:
89 pools:
90 default:
91 description: 'test pool'
92 targets:
93 default:
94 description: 'test target1'
95 default1:
96 type: ${_param:designate_pool_target_type}
97 description: 'test target2'
98 masters: ${_param:designate_pool_target_masters}
99 options:
100 host: ${_param:openstack_control_node02_address}
101 port: 53
102 rndc_host: ${_param:openstack_control_node02_address}
103 rndc_port: 953
104 rndc_key_file: /etc/designate/rndc.key
105 default2:
106 type: ${_param:designate_pool_target_type}
107 description: 'test target3'
108 masters: ${_param:designate_pool_target_masters}
109 options:
110 host: ${_param:openstack_control_node03_address}
111 port: 53
112 rndc_host: ${_param:openstack_control_node03_address}
113 rndc_port: 953
114 rndc_key_file: /etc/designate/rndc.key
115 glance:
116 server:
117 storage:
118 engine: file
119 images: []
120 workers: 1
121 notification:
122 driver: messagingv2
123 topics: "notifications,${_param:stacklight_notification_topic}"
124 heat:
125 server:
126 notification:
127 driver: messagingv2
128 topics: "notifications,${_param:stacklight_notification_topic}"
129 nova:
130 controller:
131 networking: contrail
132 cpu_allocation: 54
133 bind:
134 private_address: ${_param:cluster_local_address}
135 public_address: ${_param:cluster_vip_address}
136 novncproxy_port: 6080
137 vncproxy_url: http://${_param:cluster_vip_address}:6080
138 cache:
139 engine: memcached
140 prefix: CACHE_NOVA
141 members:
142 - host: 127.0.0.1
143 port: 11211
144 workers: 1
145 notification:
146 driver: messagingv2
147 topics: "notifications,${_param:stacklight_notification_topic}"
148 neutron:
149 server:
150 plugin: contrail
151 tunnel_type: vxlan
152 public_networks: []
153 contrail:
154 version: ${_param:opencontrail_version}
155 notification:
156 driver: messagingv2
157 topics: "notifications,${_param:stacklight_notification_topic}"
158 cinder:
159 volume:
160 notification:
161 driver: messagingv2
162 topics: "notifications,${_param:stacklight_notification_topic}"
163 controller:
164 notification:
165 driver: messagingv2
166 topics: "notifications,${_param:stacklight_notification_topic}"
Adam Tengler2b36a762017-07-13 14:34:47 +0000167