blob: 113af20f0b382037ce2ee539ab6ace791c34591b [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
Martin Polreich47393e42018-08-07 10:57:41 +02004- system.linux.system.repo.mcp.apt_mirantis.saltstack
Jiri Broulik432ae9c2017-08-17 10:24:23 +02005- system.linux.network.hosts
Ales Komarekc12dd412017-06-27 16:24:42 +02006- system.nova.compute.cluster
7- system.neutron.compute.cluster
Petr Michalecf05e3ea2017-08-21 17:33:16 +02008- cluster.os-ha-ovs
Ales Komarekc12dd412017-06-27 16:24:42 +02009parameters:
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:
Vasyl Saienko90a3d222017-12-18 19:16:30 +020018 cpu_mode: none
Ales Komarekc12dd412017-06-27 16:24:42 +020019 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}
Oleh Hryhorov2b4d1562018-03-05 17:38:22 +020030 identity:
31 protocol: https
32 network:
33 protocol: https
34 glance:
35 protocol: https
36 image:
37 protocol: https
Ales Komarekc12dd412017-06-27 16:24:42 +020038 linux:
39 network:
40 bridge: openvswitch
Adam Tengler0900fa82017-07-03 15:33:42 +000041 concat_iface_files:
42 - src: '/etc/network/interfaces.d/50-cloud-init.cfg'
43 dst: '/etc/network/interfaces'
Ales Komarekc12dd412017-06-27 16:24:42 +020044 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
Adam Tengler943b7612017-07-13 15:45:02 +000053 ipflush_onchange: true
Ales Komarekc12dd412017-06-27 16:24:42 +020054 name: ${_param:primary_interface}
55 mtu: ${_param:interface_mtu}
56 proto: manual
57 type: eth
58 tenant_interface:
59 enabled: true
Adam Tengler943b7612017-07-13 15:45:02 +000060 ipflush_onchange: true
Ales Komarekc12dd412017-06-27 16:24:42 +020061 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}
Adam Tengler943b7612017-07-13 15:45:02 +000081