blob: da5fd59c9370f68f1fb1ad8159427476b91d963d [file] [log] [blame]
classes:
- system.linux.system.repo.mcp.apt_mirantis.openstack
- system.linux.system.repo.mcp.extra
- system.linux.system.repo.mcp.apt_mirantis.saltstack
- system.linux.network.hosts
- system.nova.compute.cluster
- system.neutron.compute.cluster
- system.heka.alarm.openstack_compute
- system.prometheus.exporters.libvirt
- cluster.virtual-mcp-mitaka-ovs
parameters:
_param:
primary_interface: ens4
tenant_interface: ens5
external_interface: ens6
interface_mtu: 1500
nova:
compute:
vncproxy_url: http://${_param:cluster_vip_address}:6080
notification:
driver: messagingv2
topics: "notifications,${_param:stacklight_notification_topic}"
notify_on:
state_change: vm_and_task_state
message_queue:
members:
- host: ${_param:openstack_control_node01_address}
- host: ${_param:openstack_control_node02_address}
- host: ${_param:openstack_control_node03_address}
linux:
network:
bridge: openvswitch
interface:
dhcp_int:
enabled: true
name: ens3
proto: dhcp
type: eth
mtu: ${_param:interface_mtu}
primary_interface:
enabled: true
ipflush_onchange: true
name: ${_param:primary_interface}
mtu: ${_param:interface_mtu}
proto: manual
type: eth
tenant_interface:
enabled: true
ipflush_onchange: true
name: ${_param:tenant_interface}
mtu: ${_param:interface_mtu}
proto: manual
type: eth
br-mgmt:
enabled: true
type: bridge
proto: static
address: ${_param:single_address}
netmask: 255.255.255.0
use_interfaces:
- ${_param:primary_interface}
br-mesh:
enabled: true
type: bridge
proto: static
address: ${_param:tenant_address}
netmask: 255.255.255.0
use_interfaces:
- ${_param:tenant_interface}