blob: e2579a317e0756b8d1bf1e2c54668f1c7b1bacb8 [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
Ales Komarekc12dd412017-06-27 16:24:42 +020036- cluster.sl_os_contrail
37parameters:
38 _param:
39 keepalived_vip_interface: ens4
40 cluster_vip_address: ${_param:openstack_control_address}
41 cluster_local_address: ${_param:single_address}
42 cluster_node01_hostname: ctl01
43 cluster_node01_address: ${_param:openstack_control_node01_address}
44 cluster_node02_hostname: ctl02
45 cluster_node02_address: ${_param:openstack_control_node02_address}
46 cluster_node03_hostname: ctl03
47 cluster_node03_address: ${_param:openstack_control_node03_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020048 linux:
49 system:
50 package:
51 python-msgpack:
52 version: latest
53 network:
54 interface:
55 ens4:
56 enabled: true
57 type: eth
58 proto: static
59 address: ${_param:single_address}
60 netmask: 255.255.255.0
61 keepalived:
62 cluster:
63 instance:
64 VIP:
65 virtual_router_id: 150
66 bind:
67 server:
68 control:
69 mgmt:
70 enabled: true
71 bind:
72 address: ${_param:single_address}
73 port: 953
74 allow:
75 - ${_param:openstack_control_node01_address}
76 - ${_param:openstack_control_node02_address}
77 - ${_param:openstack_control_node03_address}
78 keys:
79 - designate
80 keystone:
81 server:
82 admin_email: ${_param:admin_email}
83 notification:
84 driver: messagingv2
85 topics: "notifications,${_param:stacklight_notification_topic}"
86 designate:
87 server:
88 pools:
89 default:
90 description: 'test pool'
91 targets:
92 default:
93 description: 'test target1'
94 default1:
95 type: ${_param:designate_pool_target_type}
96 description: 'test target2'
97 masters: ${_param:designate_pool_target_masters}
98 options:
99 host: ${_param:openstack_control_node02_address}
100 port: 53
101 rndc_host: ${_param:openstack_control_node02_address}
102 rndc_port: 953
103 rndc_key_file: /etc/designate/rndc.key
104 default2:
105 type: ${_param:designate_pool_target_type}
106 description: 'test target3'
107 masters: ${_param:designate_pool_target_masters}
108 options:
109 host: ${_param:openstack_control_node03_address}
110 port: 53
111 rndc_host: ${_param:openstack_control_node03_address}
112 rndc_port: 953
113 rndc_key_file: /etc/designate/rndc.key
114 glance:
115 server:
116 storage:
117 engine: file
118 images: []
119 workers: 1
120 notification:
121 driver: messagingv2
122 topics: "notifications,${_param:stacklight_notification_topic}"
123 heat:
124 server:
125 notification:
126 driver: messagingv2
127 topics: "notifications,${_param:stacklight_notification_topic}"
128 nova:
129 controller:
130 networking: contrail
131 cpu_allocation: 54
132 bind:
133 private_address: ${_param:cluster_local_address}
134 public_address: ${_param:cluster_vip_address}
135 novncproxy_port: 6080
136 vncproxy_url: http://${_param:cluster_vip_address}:6080
137 cache:
138 engine: memcached
139 prefix: CACHE_NOVA
140 members:
141 - host: 127.0.0.1
142 port: 11211
143 workers: 1
144 notification:
145 driver: messagingv2
146 topics: "notifications,${_param:stacklight_notification_topic}"
147 neutron:
148 server:
149 plugin: contrail
150 tunnel_type: vxlan
151 public_networks: []
152 contrail:
153 version: ${_param:opencontrail_version}
154 notification:
155 driver: messagingv2
156 topics: "notifications,${_param:stacklight_notification_topic}"
157 cinder:
158 volume:
159 notification:
160 driver: messagingv2
161 topics: "notifications,${_param:stacklight_notification_topic}"
162 controller:
163 notification:
164 driver: messagingv2
165 topics: "notifications,${_param:stacklight_notification_topic}"
Adam Tengler2b36a762017-07-13 14:34:47 +0000166