blob: 0c22c07a63ea0232df9fef1b435ea2d9a9026d57 [file] [log] [blame]
Jeepyb Userdd14e0b2017-02-28 15:19:32 +00001classes:
Ondrej Smola6b5d0aa2017-03-22 18:15:38 +01002- system.linux.system.repo.mcp.openstack
3- system.linux.system.repo.mcp.extra
4- system.linux.system.repo.saltstack.xenial
Jeepyb Userdd14e0b2017-02-28 15:19:32 +00005- system.nova.compute.cluster
6- system.neutron.compute.cluster
Jeepyb Userdd14e0b2017-02-28 15:19:32 +00007- system.heka.alarm.openstack_compute
8- cluster.virtual-mcp10-ovs
9parameters:
10 _param:
11 primary_interface: ens4
Richard Felklfe273492017-03-14 09:48:31 +010012 tenant_interface: ens5
13 external_interface: ens6
Jeepyb Userdd14e0b2017-02-28 15:19:32 +000014 interface_mtu: 9000
15 linux_system_codename: xenial
16 nova:
17 compute:
18 vncproxy_url: http://${_param:cluster_vip_address}:6080
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: ens3
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}