blob: fa09dafbc7b9bce5170613ddbdb359a042b23894 [file] [log] [blame]
vitalygusev4e9e0732018-03-19 15:38:12 +04001classes:
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.volume.backup
18- system.glusterfs.server.cluster
19- system.glance.control.cluster
20- system.nova.control.cluster
21- system.neutron.control.openvswitch.cluster
22- system.cinder.control.cluster
23- system.heat.server.cluster
24- system.ceilometer.server.cluster
25- system.ceilometer.server.backend.influxdb
26- system.aodh.server.cluster
27- system.heka.ceilometer_collector.single
28- system.designate.server.cluster
29- system.galera.server.cluster
30- system.galera.server.database.aodh
31- system.galera.server.database.ceilometer
32- system.galera.server.database.cinder
33- system.galera.server.database.glance
34- system.galera.server.database.grafana
35- system.galera.server.database.heat
36- system.galera.server.database.keystone
37- system.galera.server.database.nova
38- system.galera.server.database.designate
39- system.haproxy.proxy.listen.openstack.nova-placement
Mateusz Matuszkowiakd4c407a2018-05-18 13:26:55 +020040- system.keepalived.cluster.instance.default_keepalived_check
vitalygusev4e9e0732018-03-19 15:38:12 +040041- cluster.sl-pike-dvr
42
43parameters:
44 _param:
45 keepalived_vip_interface: ens4
46 linux:
47 system:
48 package:
49 python-msgpack:
50 version: latest
51 network:
52 interface:
53 ens4:
54 enabled: true
55 type: eth
56 proto: static
57 address: ${_param:single_address}
58 netmask: 255.255.255.0
59 keepalived:
60 cluster:
61 instance:
62 VIP:
63 virtual_router_id: 150
64 keystone:
65 server:
66 admin_email: ${_param:admin_email}
67 notification:
68 driver: messagingv2
69 topics: "notifications,${_param:stacklight_notification_topic}"
70 designate:
71 pool_manager:
72 enabled: ${_param:designate_pool_manager_enabled}
73 periodic_sync_interval: ${_param:designate_pool_manager_periodic_sync_interval}
74 server:
75 backend:
76 pdns4:
77 api_token: ${_param:designate_pdns_api_key}
78 api_endpoint: ${_param:designate_pdns_api_endpoint}
79 mdns:
80 address: ${_param:designate_mdns_address}
81 port: ${_param:designate_mdns_port}
82 pools:
83 default:
84 description: 'test pool'
85 targets:
86 default:
87 description: 'test target1'
88 default1:
89 type: ${_param:designate_pool_target_type}
90 description: 'test target2'
91 masters: ${_param:designate_pool_target_masters}
92 options:
93 host: ${_param:openstack_dns_node02_address}
94 port: 53
95 api_endpoint: "http://${_param:openstack_dns_node02_address}:${_param:powerdns_webserver_port}"
96 api_token: ${_param:designate_pdns_api_key}
97 quota:
98 zones: ${_param:designate_quota_zones}
99 glance:
100 server:
101 storage:
102 engine: file
103 images: []
104 workers: 1
105 notification:
106 driver: messagingv2
107 topics: "notifications,${_param:stacklight_notification_topic}"
108 heat:
109 server:
110 notification:
111 driver: messagingv2
112 topics: "notifications,${_param:stacklight_notification_topic}"
113 neutron:
114 server:
115 notification:
116 driver: messagingv2
117 topics: "notifications,${_param:stacklight_notification_topic}"
118 nova:
119 controller:
120 networking: dvr
121 cpu_allocation: 54
122 metadata:
123 password: ${_param:metadata_password}
124 bind:
125 private_address: ${_param:cluster_local_address}
126 public_address: ${_param:cluster_vip_address}
127 novncproxy_port: 6080
128 vncproxy_url: http://${_param:cluster_vip_address}:6080
129 workers: 1
130 notification:
131 driver: messagingv2
132 topics: "notifications,${_param:stacklight_notification_topic}"
133 cinder:
134 volume:
135 notification:
136 driver: messagingv2
137 topics: "notifications,${_param:stacklight_notification_topic}"
138 controller:
139 notification:
140 driver: messagingv2
141 topics: "notifications,${_param:stacklight_notification_topic}"