blob: 9316e40df14bcabd6399348bf12aff563ed80d65 [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}
Richard Felklfe273492017-03-14 09:48:31 +010029 linux:
30 network:
31 bridge: openvswitch
32 interface:
33 dhcp_int:
34 enabled: true
35 name: eth0
36 proto: dhcp
37 type: eth
38 mtu: ${_param:interface_mtu}
39 primary_interface:
40 enabled: true
41 name: ${_param:primary_interface}
42 mtu: ${_param:interface_mtu}
43 proto: manual
44 type: eth
45 tenant_interface:
46 enabled: true
47 name: ${_param:tenant_interface}
48 mtu: ${_param:interface_mtu}
49 proto: manual
50 type: eth
51 br-mgmt:
52 enabled: true
53 type: bridge
54 proto: static
55 address: ${_param:single_address}
56 netmask: 255.255.255.0
57 use_interfaces:
58 - ${_param:primary_interface}
59 br-mesh:
60 enabled: true
61 type: bridge
62 proto: static
63 address: ${_param:tenant_address}
64 netmask: 255.255.255.0
65 use_interfaces:
66 - ${_param:tenant_interface}
67