diff options
author | 2017-11-17 12:18:35 +0000 | |
---|---|---|
committer | 2017-11-17 12:18:35 +0000 | |
commit | a41859d63847556066eca1d6d3e27794d9f5d2a5 (patch) | |
tree | b3862c022a097857b50affe89fb1c2a9c0da8f16 /mcp/reclass/classes/cluster/all-mcp-ocata-common/x86_64/init.yml | |
parent | c772c4213df2d42df72c9be39ca56b44eeb77106 (diff) | |
parent | 594728700a475e9c5a8e855cce1db0e4481fd54c (diff) |
Merge "[baremetal] Re-assign mgmt network to proxy nodes" into stable/euphrates
Diffstat (limited to 'mcp/reclass/classes/cluster/all-mcp-ocata-common/x86_64/init.yml')
-rw-r--r-- | mcp/reclass/classes/cluster/all-mcp-ocata-common/x86_64/init.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mcp/reclass/classes/cluster/all-mcp-ocata-common/x86_64/init.yml b/mcp/reclass/classes/cluster/all-mcp-ocata-common/x86_64/init.yml index 13cbbb981..867ccb782 100644 --- a/mcp/reclass/classes/cluster/all-mcp-ocata-common/x86_64/init.yml +++ b/mcp/reclass/classes/cluster/all-mcp-ocata-common/x86_64/init.yml @@ -16,7 +16,8 @@ parameters: opnfv_fn_vm_tertiary_interface: ens5 opnfv_fn_vm_quaternary_interface: ens6 - # 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: ens2 opnfv_vcp_vm_secondary_interface: ens3 + opnfv_vcp_vm_tertiary_interface: ens4 |