blob: 81c209aec8ef9129ddd79eabac48d4fa92f4ebfe [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
23- system.ceilometer.server.cluster
24- system.ceilometer.server.backend.influxdb
25- system.aodh.server.cluster
26- system.heka.ceilometer_collector.single
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020027- system.designate.server.cluster
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020028- system.galera.server.cluster
29- system.galera.server.database.aodh
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
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020037- system.galera.server.database.designate
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020038- system.haproxy.proxy.listen.openstack.nova-placement
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020039- cluster.virtual-mcp-pike-dvr
40
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020041parameters:
42 _param:
43 keepalived_vip_interface: ens4
44 linux:
45 system:
46 package:
47 python-msgpack:
48 version: latest
49 network:
50 interface:
51 ens4:
52 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}"
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020068 designate:
69 pool_manager:
70 enabled: ${_param:designate_pool_manager_enabled}
71 periodic_sync_interval: ${_param:designate_pool_manager_periodic_sync_interval}
72 server:
73 backend:
74 pdns4:
75 api_token: ${_param:designate_pdns_api_key}
76 api_endpoint: ${_param:designate_pdns_api_endpoint}
77 mdns:
78 address: ${_param:designate_mdns_address}
79 port: ${_param:designate_mdns_port}
80 pools:
81 default:
82 description: 'test pool'
83 targets:
84 default:
85 description: 'test target1'
86 default1:
87 type: ${_param:designate_pool_target_type}
88 description: 'test target2'
89 masters: ${_param:designate_pool_target_masters}
90 options:
91 host: ${_param:openstack_dns_node02_address}
92 port: 53
93 api_endpoint: "http://${_param:openstack_dns_node02_address}:${_param:powerdns_webserver_port}"
94 api_token: ${_param:designate_pdns_api_key}
95 quota:
96 zones: ${_param:designate_quota_zones}
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020097 glance:
98 server:
Tatyana Leontovich15b38e82018-01-11 13:06:38 +020099 storage:
100 engine: file
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +0200101 images: []
102 workers: 1
103 notification:
104 driver: messagingv2
105 topics: "notifications,${_param:stacklight_notification_topic}"
106 heat:
107 server:
108 notification:
109 driver: messagingv2
110 topics: "notifications,${_param:stacklight_notification_topic}"
111 neutron:
112 server:
113 notification:
114 driver: messagingv2
115 topics: "notifications,${_param:stacklight_notification_topic}"
116 nova:
117 controller:
118 networking: dvr
119 cpu_allocation: 54
120 metadata:
121 password: ${_param:metadata_password}
122 bind:
123 private_address: ${_param:cluster_local_address}
124 public_address: ${_param:cluster_vip_address}
125 novncproxy_port: 6080
126 vncproxy_url: http://${_param:cluster_vip_address}:6080
127 workers: 1
128 notification:
129 driver: messagingv2
130 topics: "notifications,${_param:stacklight_notification_topic}"
131 cinder:
132 volume:
133 notification:
134 driver: messagingv2
135 topics: "notifications,${_param:stacklight_notification_topic}"
136 controller:
137 notification:
138 driver: messagingv2
139 topics: "notifications,${_param:stacklight_notification_topic}"