blob: d0000969f605522a553fa4f90983fc825bd31d34 [file] [log] [blame]
ibumarskovf240d1f2018-02-01 16:38:05 +04001classes:
ibumarskov95a8e2c2018-04-25 15:24:36 +04002- system.linux.system.repo.mcp.apt_mirantis.openstack
ibumarskovf240d1f2018-02-01 16:38:05 +04003- system.linux.system.repo.mcp.extra
4- system.linux.system.repo.saltstack.xenial
5- system.linux.network.hosts
6- system.nova.compute.cluster
7- system.neutron.compute.cluster
8- system.ceilometer.agent.cluster
9- system.linux.network.interface.single_ovs_dvr
10- system.prometheus.exporters.libvirt
11- cluster.virtual-mcp-mitaka-dvr
12parameters:
13 _param:
14 primary_interface: ens4
15 tenant_interface: ens5
16 external_interface: ens6
17 interface_mtu: 1500
ibumarskovf240d1f2018-02-01 16:38:05 +040018 neutron:
19 compute:
20 notification:
21 driver: messagingv2
22 topics: "notifications,${_param:stacklight_notification_topic}"
23 nova:
24 compute:
25 vncproxy_url: http://${_param:cluster_vip_address}:6080
26 message_queue:
27 members:
28 - host: ${_param:openstack_control_node01_address}
29 - host: ${_param:openstack_control_node02_address}
30 - host: ${_param:openstack_control_node03_address}
31 notification:
32 driver: messagingv2
33 topics: "notifications,${_param:stacklight_notification_topic}"
34 notify_on:
35 state_change: vm_and_task_state
ibumarskov9b6d34e2018-04-13 04:11:20 -070036 linux:
37 network:
38 bridge: openvswitch
39 interface:
40 primary_interface:
41 enabled: true
42 ipflush_onchange: true
43 name: ${_param:primary_interface}
44 mtu: ${_param:interface_mtu}
45 proto: manual
46 type: eth
47 tenant_interface:
48 enabled: true
49 ipflush_onchange: true
50 name: ${_param:tenant_interface}
51 mtu: ${_param:interface_mtu}
52 proto: manual
53 type: eth
54 external_interface:
55 enabled: true
56 ipflush_onchange: true
57 name: ${_param:external_interface}
58 mtu: ${_param:interface_mtu}
59 proto: manual
60 type: eth