blob: 4d56bdc32d9e9d979e735e79163b66ef4946dae9 [file] [log] [blame]
Dennis Dmitriev41982952017-12-22 20:28:27 +02001classes:
2- system.linux.system.repo_local.mcp.apt_mirantis.openstack
3- system.linux.network.hosts
4- system.linux.network.interface.single_ovs_dvr
5- system.nova.compute.cluster
6- system.neutron.compute.cluster
7- system.ceilometer.agent.cluster
8- system.prometheus.exporters.libvirt
9- system.nova.compute.storage.ceph
10- system.ceph.common.cluster
11- cluster.virtual-mcp-ocata-dvr-ceph-local.ceph.common
12- cluster.virtual-mcp-ocata-dvr-ceph-local
13parameters:
14 _param:
15 primary_interface: ens4
16 tenant_interface: ens5
17 external_interface: ens6
18 interface_mtu: 1500
19 linux_system_codename: xenial
20 nova:
21 compute:
22 vncproxy_url: http://${_param:cluster_vip_address}:6080
23 notification:
24 driver: messagingv2
25 topics: "notifications,${_param:stacklight_notification_topic}"
26 notify_on:
27 state_change: vm_and_task_state
28 message_queue:
29 members:
30 - host: ${_param:openstack_control_node01_address}
31 - host: ${_param:openstack_control_node02_address}
32 - host: ${_param:openstack_control_node03_address}
33 neutron:
34 compute:
35 notification:
36 driver: messagingv2
37 topics: "notifications,${_param:stacklight_notification_topic}"