blob: 9dc67aaa07636f399e55a17b13d29bc58edac32f [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
Martin Polreich47393e42018-08-07 10:57:41 +02004- system.linux.system.repo.mcp.apt_mirantis.saltstack
ibumarskovf240d1f2018-02-01 16:38:05 +04005- 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-newton-dvr
12parameters:
13 _param:
14 primary_interface: ens4
15 tenant_interface: ens5
16 external_interface: ens6
17 interface_mtu: 1500
18 linux_system_codename: xenial
19 neutron:
20 compute:
21 notification:
22 driver: messagingv2
23 topics: "notifications,${_param:stacklight_notification_topic}"
24 nova:
25 compute:
26 vncproxy_url: http://${_param:cluster_vip_address}:6080
27 message_queue:
28 members:
29 - host: ${_param:openstack_control_node01_address}
30 - host: ${_param:openstack_control_node02_address}
31 - host: ${_param:openstack_control_node03_address}
32 notification:
33 driver: messagingv2
34 topics: "notifications,${_param:stacklight_notification_topic}"
35 notify_on:
36 state_change: vm_and_task_state
ibumarskov9b6d34e2018-04-13 04:11:20 -070037 linux:
38 network:
39 bridge: openvswitch
40 interface:
41 primary_interface:
42 enabled: true
43 ipflush_onchange: true
44 name: ${_param:primary_interface}
45 mtu: ${_param:interface_mtu}
46 proto: manual
47 type: eth
48 tenant_interface:
49 enabled: true
50 ipflush_onchange: true
51 name: ${_param:tenant_interface}
52 mtu: ${_param:interface_mtu}
53 proto: manual
54 type: eth
55 external_interface:
56 enabled: true
57 ipflush_onchange: true
58 name: ${_param:external_interface}
59 mtu: ${_param:interface_mtu}
60 proto: manual
61 type: eth