blob: d2ee1025a2ff3f28f585bfc0b6730eca71baccf5 [file] [log] [blame]
ibumarskov95a8e2c2018-04-25 15:24:36 +04001classes:
2- system.linux.system.lowmem
3- system.linux.storage.loopback
Pavel Glazovc496d402018-10-25 16:03:10 +04004- system.linux.system.repo.mcp.apt_mirantis.glusterfs
ibumarskov95a8e2c2018-04-25 15:24:36 +04005- system.linux.system.repo.mcp.apt_mirantis.openstack
6- system.linux.system.repo.mcp.extra
Martin Polreich47393e42018-08-07 10:57:41 +02007- system.linux.system.repo.mcp.apt_mirantis.saltstack
ibumarskov95a8e2c2018-04-25 15:24:36 +04008- 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.client.cluster
14- system.glusterfs.client.volume.glance
ibumarskov95a8e2c2018-04-25 15:24:36 +040015- system.glusterfs.server.volume.glance
ibumarskov95a8e2c2018-04-25 15:24:36 +040016- system.glusterfs.server.cluster
17- system.glance.control.cluster
18- system.heka.ceilometer_collector.single
19- system.nova.control.cluster
20- system.neutron.control.openvswitch.cluster
21- system.cinder.control.cluster
22- system.cinder.control.backend.lvm
23- system.cinder.volume.single
24- system.cinder.volume.backend.lvm
25- system.heat.server.cluster
26- system.designate.server.cluster
27- system.designate.server.backend.bind
28- system.bind.server.single
29- system.galera.server.cluster
30- system.galera.server.database.ceilometer
31- system.galera.server.database.cinder
32- system.galera.server.database.glance
33- system.galera.server.database.grafana
34- system.galera.server.database.heat
35- system.galera.server.database.keystone
36- system.galera.server.database.nova
37- system.galera.server.database.designate
38- cluster.virtual-mcp-mitaka-ovs-trusty
39
40parameters:
41 _param:
ibumarskov100f95e2018-05-21 09:46:33 +040042 keepalived_vip_interface: eth1
Pavel Glazovc496d402018-10-25 16:03:10 +040043 linux_system_repo_mcp_glusterfs_version_number: "3.10"
ibumarskov95a8e2c2018-04-25 15:24:36 +040044 linux:
45 system:
46 package:
47 python-msgpack:
48 version: latest
49 network:
50 interface:
ibumarskov100f95e2018-05-21 09:46:33 +040051 eth1:
ibumarskov95a8e2c2018-04-25 15:24:36 +040052 enabled: true
53 type: eth
54 proto: static
55 address: ${_param:single_address}
56 netmask: 255.255.255.0
57 keepalived:
58 cluster:
59 instance:
60 VIP:
61 virtual_router_id: 150
62 keystone:
63 server:
64 admin_email: ${_param:admin_email}
65 notification:
66 driver: messagingv2
67 topics: "notifications,${_param:stacklight_notification_topic}"
68 glance:
69 server:
70 storage:
71 engine: file
72 images: []
73 workers: 1
74 notification:
75 driver: messagingv2
76 topics: "notifications,${_param:stacklight_notification_topic}"
77 heat:
78 server:
79 notification:
80 driver: messagingv2
81 topics: "notifications,${_param:stacklight_notification_topic}"
82 neutron:
83 server:
84 notification:
85 driver: messagingv2
86 topics: "notifications,${_param:stacklight_notification_topic}"
87 nova:
88 controller:
89 networking: dvr
90 cpu_allocation: 54
91 metadata:
92 password: ${_param:metadata_password}
93 bind:
94 private_address: ${_param:cluster_local_address}
95 public_address: ${_param:cluster_vip_address}
96 novncproxy_port: 6080
97 vncproxy_url: http://${_param:cluster_vip_address}:6080
98 workers: 1
99 notification:
100 driver: messagingv2
101 topics: "notifications,${_param:stacklight_notification_topic}"
102 cinder:
103 volume:
104 notification:
105 driver: messagingv2
106 topics: "notifications,${_param:stacklight_notification_topic}"
107 controller:
108 notification:
109 driver: messagingv2
110 topics: "notifications,${_param:stacklight_notification_topic}"
111 bind:
112 server:
113 control:
114 mgmt:
115 enabled: true
116 bind:
117 address: ${_param:single_address}
118 port: 953
119 allow:
120 - ${_param:openstack_control_node01_address}
121 - ${_param:openstack_control_node02_address}
122 - ${_param:openstack_control_node03_address}
123 keys:
124 - designate
125 designate:
126 server:
127 pools:
128 default:
129 description: 'test pool'
130 targets:
131 default:
132 description: 'test target1'
133 default1:
134 type: ${_param:designate_pool_target_type}
135 description: 'test target2'
136 masters: ${_param:designate_pool_target_masters}
137 options:
138 host: ${_param:openstack_control_node02_address}
139 port: 53
140 rndc_host: ${_param:openstack_control_node02_address}
141 rndc_port: 953
142 rndc_key_file: /etc/designate/rndc.key
143 default2:
144 type: ${_param:designate_pool_target_type}
145 description: 'test target3'
146 masters: ${_param:designate_pool_target_masters}
147 options:
148 host: ${_param:openstack_control_node03_address}
149 port: 53
150 rndc_host: ${_param:openstack_control_node03_address}
151 rndc_port: 953
152 rndc_key_file: /etc/designate/rndc.key
153 quota:
154 zones: ${_param:designate_quota_zones}
155 worker:
sgudze1889802018-10-09 12:36:17 +0300156 enabled: ${_param:designate_worker_enabled}