blob: 62cd8a5edad9c965bd8f167dc11cff35157de60e [file] [log] [blame]
Oleh Hryhorov4cf6dfc2018-03-15 19:25:41 +02001classes:
2- system.linux.system.repo.mcp.openstack
3- system.linux.system.repo.mcp.extra
Martin Polreich47393e42018-08-07 10:57:41 +02004- system.linux.system.repo.mcp.apt_mirantis.saltstack
Oleh Hryhorov4cf6dfc2018-03-15 19:25:41 +02005- system.linux.network.hosts
6- system.nova.compute.cluster
7- system.neutron.compute.cluster
8- cluster.os-ha-ovs-pike
9parameters:
10 _param:
11 primary_interface: ens4
12 tenant_interface: ens5
13 external_interface: ens6
14 interface_mtu: 9000
15 linux_system_codename: xenial
16 nova:
17 compute:
18 cpu_mode: none
19 vncproxy_url: http://${_param:cluster_vip_address}:6080
20 notification:
21 driver: messagingv2
22 topics: "notifications"
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}
30 identity:
31 protocol: https
32 network:
33 protocol: https
34 glance:
35 protocol: https
36 image:
37 protocol: https
38 linux:
39 network:
40 bridge: openvswitch
41 concat_iface_files:
42 - src: '/etc/network/interfaces.d/50-cloud-init.cfg'
43 dst: '/etc/network/interfaces'
44 interface:
45 dhcp_int:
46 enabled: true
47 name: ens3
48 proto: dhcp
49 type: eth
50 mtu: ${_param:interface_mtu}
51 primary_interface:
52 enabled: true
53 ipflush_onchange: true
54 name: ${_param:primary_interface}
55 mtu: ${_param:interface_mtu}
56 proto: manual
57 type: eth
58 tenant_interface:
59 enabled: true
60 ipflush_onchange: true
61 name: ${_param:tenant_interface}
62 mtu: ${_param:interface_mtu}
63 proto: manual
64 type: eth
65 br-mgmt:
66 enabled: true
67 type: bridge
68 proto: static
69 address: ${_param:single_address}
70 netmask: 255.255.255.0
71 use_interfaces:
72 - ${_param:primary_interface}
73 br-mesh:
74 enabled: true
75 type: bridge
76 proto: static
77 address: ${_param:tenant_address}
78 netmask: 255.255.255.0
79 use_interfaces:
80 - ${_param:tenant_interface}
81