blob: 64fc04dc94dc7191598dd245a4797893b60bc635 [file] [log] [blame]
Ales Komarekc12dd412017-06-27 16:24:42 +02001classes:
2- system.linux.system.repo.mcp.openstack
3- system.linux.system.repo.mcp.extra
4- system.linux.system.repo.saltstack.xenial
5- system.nova.compute.cluster
6- system.neutron.compute.cluster
7- cluster.os_aio_ovs
8parameters:
9 _param:
10 primary_interface: ens4
11 tenant_interface: ens5
12 external_interface: ens6
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"
21 notify_on:
22 state_change: vm_and_task_state
23 message_queue:
Jiri Broulikf212d212017-07-21 11:09:00 +020024 host: ${_param:openstack_control_node01_address}
Ales Komarekc12dd412017-06-27 16:24:42 +020025 linux:
26 network:
27 bridge: openvswitch
Jiri Broulikf212d212017-07-21 11:09:00 +020028 concat_iface_files:
29 - src: '/etc/network/interfaces.d/50-cloud-init.cfg'
30 dst: '/etc/network/interfaces'
Ales Komarekc12dd412017-06-27 16:24:42 +020031 interface:
32 dhcp_int:
33 enabled: true
34 name: ens3
35 proto: dhcp
36 type: eth
37 mtu: ${_param:interface_mtu}
38 primary_interface:
39 enabled: true
Jiri Broulikf212d212017-07-21 11:09:00 +020040 ipflush_onchange: true
Ales Komarekc12dd412017-06-27 16:24:42 +020041 name: ${_param:primary_interface}
42 mtu: ${_param:interface_mtu}
43 proto: manual
44 type: eth
45 tenant_interface:
46 enabled: true
Jiri Broulikf212d212017-07-21 11:09:00 +020047 ipflush_onchange: true
Ales Komarekc12dd412017-06-27 16:24:42 +020048 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}