From 48f978f10c6f31ea1b9e0d5aabfe8a83c96081fd Mon Sep 17 00:00:00 2001 From: Guillermo Herrero Date: Mon, 25 Sep 2017 12:48:26 +0200 Subject: Extended PDF support to all baremetal scenarios JIRA: FUEL-275 Change-Id: I67e8d7ab95e35c78a4f960a12733124fe7bffaec Signed-off-by: Guillermo Herrero (cherry picked from commit 809ea60a05f55d98814f8794a46540edcd2b0298) --- .../cluster/baremetal-mcp-ocata-ovs-dpdk-ha/openstack/compute.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mcp/reclass/classes/cluster/baremetal-mcp-ocata-ovs-dpdk-ha/openstack/compute.yml') diff --git a/mcp/reclass/classes/cluster/baremetal-mcp-ocata-ovs-dpdk-ha/openstack/compute.yml b/mcp/reclass/classes/cluster/baremetal-mcp-ocata-ovs-dpdk-ha/openstack/compute.yml index 41b9984a0..696c5a5bb 100644 --- a/mcp/reclass/classes/cluster/baremetal-mcp-ocata-ovs-dpdk-ha/openstack/compute.yml +++ b/mcp/reclass/classes/cluster/baremetal-mcp-ocata-ovs-dpdk-ha/openstack/compute.yml @@ -78,11 +78,11 @@ parameters: mtu: ${_param:interface_mtu} proto: manual type: eth - vlan300: + mgmt-vlan: enabled: true proto: manual type: vlan - name: ${_param:mgmt_nic}.300 + name: ${_param:mgmt_nic}.${_param:opnfv_net_mgmt_vlan} use_interfaces: - ${_param:mgmt_nic} br-ctl: @@ -92,7 +92,7 @@ parameters: address: ${_param:single_address} netmask: 255.255.255.0 use_interfaces: - - ${_param:mgmt_nic}.300 + - ${_param:mgmt_nic}.${_param:opnfv_net_mgmt_vlan} br-floating: enabled: true type: ovs_bridge -- cgit 1.2.3-korg