blob: 6c027bf2963206e73084f0f7d649f3049c1a284b [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
19- system.nova.control.cluster
20- system.neutron.control.openvswitch.cluster
21- system.cinder.control.cluster
22- system.heat.server.cluster
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020023- system.designate.server.cluster
24- system.designate.server.backend.bind
25- system.bind.server.single
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020026- system.galera.server.cluster
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020027- system.galera.server.database.cinder
28- system.galera.server.database.glance
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020029- system.galera.server.database.heat
30- system.galera.server.database.keystone
31- system.galera.server.database.nova
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020032- system.galera.server.database.designate
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020033- system.haproxy.proxy.listen.openstack.nova-placement
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020034- cluster.virtual-mcp-pike-ovs
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020035parameters:
36 _param:
37 keepalived_vip_interface: ens4
38 linux:
39 system:
40 package:
41 python-msgpack:
42 version: latest
43 network:
44 interface:
45 ens4:
46 enabled: true
47 type: eth
48 proto: static
49 address: ${_param:single_address}
50 netmask: 255.255.255.0
51 keepalived:
52 cluster:
53 instance:
54 VIP:
55 virtual_router_id: 150
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020056 bind:
57 server:
58 control:
59 mgmt:
60 enabled: true
61 bind:
62 address: ${_param:single_address}
63 port: 953
64 allow:
65 - ${_param:openstack_control_node01_address}
66 - ${_param:openstack_control_node02_address}
67 - ${_param:openstack_control_node03_address}
68 keys:
69 - designate
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020070 keystone:
71 server:
72 admin_email: ${_param:admin_email}
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020073 designate:
74 server:
75 pools:
76 default:
77 description: 'test pool'
78 targets:
79 default:
80 description: 'test target1'
81 default1:
82 type: ${_param:designate_pool_target_type}
83 description: 'test target2'
84 masters: ${_param:designate_pool_target_masters}
85 options:
86 host: ${_param:openstack_control_node02_address}
87 port: 53
88 rndc_host: ${_param:openstack_control_node02_address}
89 rndc_port: 953
90 rndc_key_file: /etc/designate/rndc.key
91 default2:
92 type: ${_param:designate_pool_target_type}
93 description: 'test target3'
94 masters: ${_param:designate_pool_target_masters}
95 options:
96 host: ${_param:openstack_control_node03_address}
97 port: 53
98 rndc_host: ${_param:openstack_control_node03_address}
99 rndc_port: 953
100 rndc_key_file: /etc/designate/rndc.key
101 quota:
102 zones: ${_param:designate_quota_zones}
103 worker:
104 enabled: ${_param:designate_worker_enabled}
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200105 glance:
106 server:
Tatyana Leontovich15b38e82018-01-11 13:06:38 +0200107 storage:
108 engine: file
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200109 images: []
110 workers: 1
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200111 nova:
112 controller:
113 networking: dvr
114 cpu_allocation: 54
115 metadata:
116 password: ${_param:metadata_password}
117 bind:
118 private_address: ${_param:cluster_local_address}
119 public_address: ${_param:cluster_vip_address}
120 novncproxy_port: 6080
121 vncproxy_url: http://${_param:cluster_vip_address}:6080
122 workers: 1