blob: 6b428ef662472196d307462088c55d6ba881d65f [file] [log] [blame]
Tatyana Leontovich444b3462017-11-13 13:33:33 +02001classes:
Dennis Dmitriev73ec43f2017-12-22 19:35:57 +02002- system.linux.system.repo.mcp.apt_mirantis.openstack
Tatyana Leontovich444b3462017-11-13 13:33:33 +02003- system.linux.system.repo.mcp.extra
Dennis Dmitriev73ec43f2017-12-22 19:35:57 +02004- system.linux.system.repo.mcp.apt_mirantis.saltstack_2016_3
Tatyana Leontovich444b3462017-11-13 13:33:33 +02005- system.neutron.gateway.cluster
6- cluster.virtual-mcp-ocata-ovs-ceph
7parameters:
8 _param:
9 primary_interface: ens4
10 tenant_interface: ens5
11 external_interface: ens6
Tatyana Leontovich8ac23e52017-12-08 20:06:46 +020012 interface_mtu: 1500
Tatyana Leontovich444b3462017-11-13 13:33:33 +020013 linux_system_codename: xenial
14 linux:
15 network:
16 bridge: openvswitch
17 interface:
18 dhcp_int:
19 enabled: true
20 name: ens3
21 proto: dhcp
22 type: eth
23 mtu: ${_param:interface_mtu}
24 primary_interface:
25 enabled: true
Oleg Iurchenko1a3a1102018-01-05 13:16:06 +020026 ipflush_onchange: true
Tatyana Leontovich444b3462017-11-13 13:33:33 +020027 name: ${_param:primary_interface}
28 mtu: ${_param:interface_mtu}
29 proto: manual
30 type: eth
31 tenant_interface:
32 enabled: true
Oleg Iurchenko1a3a1102018-01-05 13:16:06 +020033 ipflush_onchange: true
Tatyana Leontovich444b3462017-11-13 13:33:33 +020034 name: ${_param:tenant_interface}
35 mtu: ${_param:interface_mtu}
36 proto: manual
37 type: eth
38 external_interface:
39 enabled: true
Oleg Iurchenko1a3a1102018-01-05 13:16:06 +020040 ipflush_onchange: true
Tatyana Leontovich444b3462017-11-13 13:33:33 +020041 name: ${_param:external_interface}
42 mtu: ${_param:interface_mtu}
43 proto: manual
44 type: eth
45 br-floating:
46 enabled: true
47 type: ovs_bridge
48 mtu: ${_param:interface_mtu}
49 br-mgmt:
50 enabled: true
51 type: bridge
52 proto: static
53 address: ${_param:single_address}
54 netmask: 255.255.255.0
55 mtu: ${_param:interface_mtu}
56 use_interfaces:
57 - ${_param:primary_interface}
58 br-mesh:
59 enabled: true
60 type: bridge
61 mtu: ${_param:interface_mtu}
62 proto: static
63 address: ${_param:tenant_address}
64 netmask: 255.255.255.0
65 use_interfaces:
66 - ${_param:tenant_interface}
67 float-to-ex:
68 enabled: true
69 type: ovs_port
70 mtu: ${_param:interface_mtu}
71 bridge: br-floating
72 br-ex:
73 enabled: true
74 type: bridge
75 mtu: ${_param:interface_mtu}
76 address: ${_param:external_address}
77 netmask: 255.255.255.0
78 use_interfaces:
79 - ${_param:external_interface}
80 use_ovs_ports:
Oleg Iurchenko1a3a1102018-01-05 13:16:06 +020081 - float-to-ex