blob: e1ddb2d21f53d9ca8f73d29388dc571580dbe6ec [file] [log] [blame]
Jeepyb Userdd14e0b2017-02-28 15:19:32 +00001classes:
2- system.linux.system.repo.mcp10
3- system.nova.compute.cluster
4- system.neutron.compute.cluster
5- system.linux.network.interface.single_ovs_dvr
6- system.heka.alarm.openstack_compute
7- cluster.virtual-mcp10-ovs
8parameters:
9 _param:
10 primary_interface: ens4
11 tenant_interface: eth2
12 external_interface: eth3
13 interface_mtu: 9000
14 linux_system_codename: xenial
15 nova:
16 compute:
17 vncproxy_url: http://${_param:cluster_vip_address}:6080
18 notification:
19 driver: messagingv2
20 topics: "notifications,${_param:stacklight_notification_topic}"
21 notify_on:
22 state_change: vm_and_task_state
23 message_queue:
24 members:
25 - host: ${_param:openstack_control_node01_address}
26 - host: ${_param:openstack_control_node02_address}
27 - host: ${_param:openstack_control_node03_address}