blob: c934ea0bf79a4378a881897ed1bc4a98ec2cb5d8 [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
Ales Komarekc12dd412017-06-27 16:24:42 +020015- system.glusterfs.server.cluster
16- system.glusterfs.client.cluster
17- system.glusterfs.client.volume.glance
18- system.glusterfs.client.volume.keystone
19- system.glance.control.cluster
20- system.nova.control.cluster
21- system.neutron.control.opencontrail.cluster
22- system.cinder.control.cluster
23- system.heat.server.cluster
24- system.designate.server.cluster
25- system.designate.server.backend.bind
Ales Komarekc12dd412017-06-27 16:24:42 +020026- system.galera.server.cluster
Ales Komarekc12dd412017-06-27 16:24:42 +020027- system.galera.server.database.cinder
28- system.galera.server.database.glance
29- system.galera.server.database.grafana
30- system.galera.server.database.heat
31- system.galera.server.database.keystone
32- system.galera.server.database.nova
33- system.galera.server.database.designate
Petr Jediný3114a392017-08-02 15:21:09 +020034- system.haproxy.proxy.listen.openstack.nova-placement
Martin Polreich1ee2e092017-08-10 16:06:57 +020035- system.prometheus.exporters.jmx
Petr Michalecf05e3ea2017-08-21 17:33:16 +020036- cluster.sl-os-contrail
Ales Komarekc12dd412017-06-27 16:24:42 +020037parameters:
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
Ivan Udovichenko7da7f1e2017-09-08 17:53:19 +0300114 worker:
115 enabled: ${_param:designate_worker_enabled}
Ales Komarekc12dd412017-06-27 16:24:42 +0200116 glance:
117 server:
118 storage:
119 engine: file
120 images: []
121 workers: 1
122 notification:
123 driver: messagingv2
124 topics: "notifications,${_param:stacklight_notification_topic}"
125 heat:
126 server:
127 notification:
128 driver: messagingv2
129 topics: "notifications,${_param:stacklight_notification_topic}"
130 nova:
131 controller:
132 networking: contrail
133 cpu_allocation: 54
134 bind:
135 private_address: ${_param:cluster_local_address}
136 public_address: ${_param:cluster_vip_address}
137 novncproxy_port: 6080
138 vncproxy_url: http://${_param:cluster_vip_address}:6080
139 cache:
140 engine: memcached
141 prefix: CACHE_NOVA
142 members:
143 - host: 127.0.0.1
144 port: 11211
145 workers: 1
146 notification:
147 driver: messagingv2
148 topics: "notifications,${_param:stacklight_notification_topic}"
149 neutron:
150 server:
151 plugin: contrail
152 tunnel_type: vxlan
153 public_networks: []
154 contrail:
155 version: ${_param:opencontrail_version}
156 notification:
157 driver: messagingv2
158 topics: "notifications,${_param:stacklight_notification_topic}"
159 cinder:
160 volume:
161 notification:
162 driver: messagingv2
163 topics: "notifications,${_param:stacklight_notification_topic}"
164 controller:
165 notification:
166 driver: messagingv2
167 topics: "notifications,${_param:stacklight_notification_topic}"
Adam Tengler2b36a762017-07-13 14:34:47 +0000168