blob: 7d66331b430a40b5ccf5c6e2758b12e9ba79937f [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
Jiri Broulikabd4e382017-07-21 17:24:22 +02005- system.nova.compute.single
6- service.neutron.compute.single
Ales Komarekc12dd412017-06-27 16:24:42 +02007- 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}
Jiri Broulikabd4e382017-07-21 17:24:22 +020025 image:
26 engine: glance
27 host: ${_param:glance_service_host}
28 port: 9292
29 network:
30 engine: neutron
31 host: ${_param:neutron_service_host}
32 port: 9696
Ales Komarekc12dd412017-06-27 16:24:42 +020033 linux:
34 network:
35 bridge: openvswitch
Jiri Broulikf212d212017-07-21 11:09:00 +020036 concat_iface_files:
37 - src: '/etc/network/interfaces.d/50-cloud-init.cfg'
38 dst: '/etc/network/interfaces'
Ales Komarekc12dd412017-06-27 16:24:42 +020039 interface:
40 dhcp_int:
41 enabled: true
42 name: ens3
43 proto: dhcp
44 type: eth
45 mtu: ${_param:interface_mtu}
46 primary_interface:
47 enabled: true
Jiri Broulikf212d212017-07-21 11:09:00 +020048 ipflush_onchange: true
Ales Komarekc12dd412017-06-27 16:24:42 +020049 name: ${_param:primary_interface}
50 mtu: ${_param:interface_mtu}
51 proto: manual
52 type: eth
53 tenant_interface:
54 enabled: true
Jiri Broulikf212d212017-07-21 11:09:00 +020055 ipflush_onchange: true
Ales Komarekc12dd412017-06-27 16:24:42 +020056 name: ${_param:tenant_interface}
57 mtu: ${_param:interface_mtu}
58 proto: manual
59 type: eth
60 br-mgmt:
61 enabled: true
62 type: bridge
63 proto: static
64 address: ${_param:single_address}
65 netmask: 255.255.255.0
66 use_interfaces:
67 - ${_param:primary_interface}
68 br-mesh:
69 enabled: true
70 type: bridge
71 proto: static
72 address: ${_param:tenant_address}
73 netmask: 255.255.255.0
74 use_interfaces:
75 - ${_param:tenant_interface}