blob: 1a655d7d1020fbd4212762a60e46112dca03194a [file] [log] [blame]
Jeepyb Userdd14e0b2017-02-28 15:19:32 +00001classes:
2- system.linux.system.repo.mos92
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-mcp05-ovs
8parameters:
9 _param:
10 primary_interface: eth1
11 tenant_interface: eth2
12 external_interface: eth3
13 interface_mtu: 9000
14 linux_system_codename: trusty
15 nova:
16 compute:
17 vncproxy_url: http://${_param:cluster_vip_address}:6080
18 notification:
19 notification:
20 driver: messagingv2
21 topics: "notifications,${_param:stacklight_notification_topic}"
22 notify_on:
23 state_change: vm_and_task_state
24 message_queue:
25 members:
26 - host: ${_param:openstack_control_node01_address}
27 - host: ${_param:openstack_control_node02_address}
28 - host: ${_param:openstack_control_node03_address}