blob: 87371591d0ee54786c8e382fdf035c5450cfe6e4 [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
Jiri Broulik432ae9c2017-08-17 10:24:23 +02006- system.linux.network.hosts
Jeepyb Userdd14e0b2017-02-28 15:19:32 +00007- system.heka.alarm.openstack_compute
8- cluster.virtual-mcp05-ovs
9parameters:
10 _param:
11 primary_interface: eth1
12 tenant_interface: eth2
13 external_interface: eth3
14 interface_mtu: 9000
15 linux_system_codename: trusty
16 nova:
17 compute:
18 vncproxy_url: http://${_param:cluster_vip_address}:6080
19 notification:
20 notification:
21 driver: messagingv2
22 topics: "notifications,${_param:stacklight_notification_topic}"
23 notify_on:
24 state_change: vm_and_task_state
25 message_queue:
26 members:
27 - host: ${_param:openstack_control_node01_address}
28 - host: ${_param:openstack_control_node02_address}
29 - host: ${_param:openstack_control_node03_address}
Richard Felklfe273492017-03-14 09:48:31 +010030 linux:
31 network:
32 bridge: openvswitch
33 interface:
34 dhcp_int:
35 enabled: true
36 name: eth0
37 proto: dhcp
38 type: eth
39 mtu: ${_param:interface_mtu}
40 primary_interface:
41 enabled: true
42 name: ${_param:primary_interface}
43 mtu: ${_param:interface_mtu}
44 proto: manual
45 type: eth
46 tenant_interface:
47 enabled: true
48 name: ${_param:tenant_interface}
49 mtu: ${_param:interface_mtu}
50 proto: manual
51 type: eth
52 br-mgmt:
53 enabled: true
54 type: bridge
55 proto: static
56 address: ${_param:single_address}
57 netmask: 255.255.255.0
58 use_interfaces:
59 - ${_param:primary_interface}
60 br-mesh:
61 enabled: true
62 type: bridge
63 proto: static
64 address: ${_param:tenant_address}
65 netmask: 255.255.255.0
66 use_interfaces:
67 - ${_param:tenant_interface}
68