blob: 1be2cd0342e25e1b84af72e1856b26c7a874eaec [file] [log] [blame]
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03001classes:
2- system.linux.system.lowmem
Dennis Dmitriev2e5f3342018-01-25 19:55:32 +02003- system.linux.system.repo.mcp.apt_mirantis.glusterfs
4- system.linux.system.repo.mcp.apt_mirantis.openstack
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03005- system.linux.system.repo.mcp.extra
Dennis Dmitriev2e5f3342018-01-25 19:55:32 +02006- system.linux.system.repo.mcp.apt_mirantis.saltstack_2016_3
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +03007- 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 Leontovich3ca999a2017-04-11 12:52:19 +030019- system.nova.control.cluster
20- system.neutron.control.openvswitch.cluster
21- system.cinder.control.cluster
22- system.heat.server.cluster
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030023- system.ceilometer.server.cluster
24- system.ceilometer.server.backend.influxdb
25- system.aodh.server.cluster
26- system.heka.ceilometer_collector.single
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030027- system.designate.server.cluster
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030028- system.galera.server.cluster
Tatyana Leontovich81b32a92017-07-20 16:24:23 +030029- system.galera.server.database.aodh
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030030- 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
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030037- system.galera.server.database.designate
Tatyana Leontovichf4fef592017-04-26 21:10:33 +030038- system.haproxy.proxy.listen.openstack.nova-placement
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030039- cluster.virtual-mcp-ocata-dvr
40
41parameters:
42 _param:
43 keepalived_vip_interface: ens4
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030044 linux:
45 system:
46 package:
47 python-msgpack:
48 version: latest
49 network:
50 interface:
51 ens4:
52 enabled: true
53 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020054 proto: static
55 address: ${_param:single_address}
56 netmask: 255.255.255.0
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030057 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}"
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030068 designate:
Ivan Udovichenko41d5d5c2017-06-30 17:39:28 +030069 pool_manager:
70 enabled: ${_param:designate_pool_manager_enabled}
71 periodic_sync_interval: ${_param:designate_pool_manager_periodic_sync_interval}
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030072 server:
Mykyta Karpin55b60772017-10-02 18:57:53 +030073 backend:
74 pdns4:
75 api_token: ${_param:designate_pdns_api_key}
76 api_endpoint: ${_param:designate_pdns_api_endpoint}
Ivan Udovichenkoee542a22017-09-29 15:02:35 +030077 mdns:
78 address: ${_param:designate_mdns_address}
79 port: ${_param:designate_mdns_port}
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030080 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:
Ivan Udovichenko41d5d5c2017-06-30 17:39:28 +030091 host: ${_param:openstack_dns_node02_address}
Mykyta Karpin7bdd53f2017-06-07 18:09:08 +030092 port: 53
Ivan Udovichenko41d5d5c2017-06-30 17:39:28 +030093 api_endpoint: "http://${_param:openstack_dns_node02_address}:${_param:powerdns_webserver_port}"
Ivan Suzdaleb8db052017-06-15 19:33:47 +030094 api_token: ${_param:designate_pdns_api_key}
Mykyta Karpinbde47e02017-10-31 18:13:20 +020095 quota:
96 zones: ${_param:designate_quota_zones}
Tatyana Leontovich3ca999a2017-04-11 12:52:19 +030097 glance:
98 server:
99 storage:
100 engine: file
101 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}"