diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-11-16 06:51:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-16 06:51:50 +0000 |
commit | 6692c895ba7df012fce4ee1f54f6450e2f13c950 (patch) | |
tree | 73f559829a02ac0696882213d931866a04cfda2f /mcp/reclass/classes/cluster/all-mcp-ocata-common/aarch64 | |
parent | bed48658ab74621497baec331d7cdd2c1ef51062 (diff) | |
parent | 35041f05e790f8c13782eb4956b991a97fdec853 (diff) |
Merge "[baremetal] Re-assign mgmt network to proxy nodes"
Diffstat (limited to 'mcp/reclass/classes/cluster/all-mcp-ocata-common/aarch64')
-rw-r--r-- | mcp/reclass/classes/cluster/all-mcp-ocata-common/aarch64/init.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mcp/reclass/classes/cluster/all-mcp-ocata-common/aarch64/init.yml b/mcp/reclass/classes/cluster/all-mcp-ocata-common/aarch64/init.yml index c698bba5d..b5b78ec08 100644 --- a/mcp/reclass/classes/cluster/all-mcp-ocata-common/aarch64/init.yml +++ b/mcp/reclass/classes/cluster/all-mcp-ocata-common/aarch64/init.yml @@ -16,7 +16,8 @@ parameters: opnfv_fn_vm_tertiary_interface: enp3s0 opnfv_fn_vm_quaternary_interface: enp4s0 - # VCP VMs spawned on KVM Hosts net ifaces (max 2) + # VCP VMs spawned on KVM Hosts net ifaces (max 3) # NOTE(armband): Only x86 VCP VMs spawned via salt.control names differ opnfv_vcp_vm_primary_interface: ${_param:opnfv_fn_vm_primary_interface} opnfv_vcp_vm_secondary_interface: ${_param:opnfv_fn_vm_secondary_interface} + opnfv_vcp_vm_tertiary_interface: ${_param:opnfv_fn_vm_tertiary_interface} |