blob: 11a048ce6042a5bdca9468cb51f6552ea67a4811 [file] [log] [blame]
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +02001classes:
2- system.linux.system.lowmem
3- system.linux.system.repo.mcp.apt_mirantis.glusterfs
4- system.linux.system.repo.mcp.apt_mirantis.openstack
5- system.linux.system.repo.mcp.extra
6- system.linux.system.repo.mcp.apt_mirantis.saltstack_2016_3
7- system.memcached.server.single
8- system.rabbitmq.server.cluster
9- system.rabbitmq.server.vhost.openstack
10- system.keystone.server.wsgi
11- system.keystone.server.cluster
12- system.glusterfs.client.cluster
13- system.glusterfs.client.volume.glance
14- system.glusterfs.client.volume.keystone
15- system.glusterfs.server.volume.glance
16- system.glusterfs.server.volume.keystone
17- system.glusterfs.server.cluster
18- system.glance.control.cluster
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020019- system.heka.alarm.openstack_control
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020020- system.nova.control.cluster
21- system.neutron.control.openvswitch.cluster
22- system.cinder.control.cluster
23- system.heat.server.cluster
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020024- system.designate.server.cluster
25- system.designate.server.backend.bind
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020026- system.galera.server.cluster
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020027- system.galera.server.database.ceilometer
28- 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
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020034- system.galera.server.database.designate
35- cluster.virtual-pike-ovs-dpdk
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020036parameters:
37 _param:
38 keepalived_vip_interface: ens4
39 linux:
40 system:
41 package:
42 python-msgpack:
43 version: latest
44 network:
45 interface:
46 ens4:
47 enabled: true
48 type: eth
49 proto: static
50 address: ${_param:single_address}
51 netmask: 255.255.255.0
52 keepalived:
53 cluster:
54 instance:
55 VIP:
56 virtual_router_id: 150
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020057 bind:
58 server:
59 control:
60 mgmt:
61 enabled: true
62 bind:
63 address: ${_param:single_address}
64 port: 953
65 allow:
66 - ${_param:openstack_control_node01_address}
67 - ${_param:openstack_control_node02_address}
68 - ${_param:openstack_control_node03_address}
69 keys:
70 - designate
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020071 keystone:
72 server:
73 admin_email: ${_param:admin_email}
74 notification:
75 driver: messagingv2
76 topics: "notifications,${_param:stacklight_notification_topic}"
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020077 designate:
78 server:
79 pools:
80 default:
81 description: 'test pool'
82 targets:
83 default:
84 description: 'test target1'
85 default1:
86 type: ${_param:designate_pool_target_type}
87 description: 'test target2'
88 masters: ${_param:designate_pool_target_masters}
89 options:
90 host: ${_param:openstack_control_node02_address}
91 port: 53
92 rndc_host: ${_param:openstack_control_node02_address}
93 rndc_port: 953
94 rndc_key_file: /etc/designate/rndc.key
95 default2:
96 type: ${_param:designate_pool_target_type}
97 description: 'test target3'
98 masters: ${_param:designate_pool_target_masters}
99 options:
100 host: ${_param:openstack_control_node03_address}
101 port: 53
102 rndc_host: ${_param:openstack_control_node03_address}
103 rndc_port: 953
104 rndc_key_file: /etc/designate/rndc.key
105 worker:
106 enabled: ${_param:designate_worker_enabled}
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200107 glance:
108 server:
Tatyana Leontovich15b38e82018-01-11 13:06:38 +0200109 storage:
110 engine: file
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200111 images: []
112 workers: 1
113 notification:
114 driver: messagingv2
115 topics: "notifications,${_param:stacklight_notification_topic}"
116 heat:
117 server:
118 notification:
119 driver: messagingv2
120 topics: "notifications,${_param:stacklight_notification_topic}"
121 neutron:
122 server:
123 notification:
124 driver: messagingv2
125 topics: "notifications,${_param:stacklight_notification_topic}"
126 nova:
127 controller:
128 networking: dvr
129 cpu_allocation: 54
130 metadata:
131 password: ${_param:metadata_password}
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 workers: 1
138 notification:
139 driver: messagingv2
140 topics: "notifications,${_param:stacklight_notification_topic}"
141 cinder:
142 volume:
143 notification:
144 driver: messagingv2
145 topics: "notifications,${_param:stacklight_notification_topic}"
146 controller:
147 notification:
148 driver: messagingv2
149 topics: "notifications,${_param:stacklight_notification_topic}"