diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-08-21 19:38:38 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-08-21 19:38:38 +0400 |
commit | c77e7e79f11af144275feb3237de07d5fc79f2f6 (patch) | |
tree | 775fb8545922799cf7cc8393f1d8f38c3c2aca88 /mcp/reclass | |
parent | 80757cccc9e6e3edefc6fa4562d22321486e8ec8 (diff) |
Swap vcp nodes interfaces
In order to connect to right underlay
bridge, swap interfaces.
Change-Id: I0ae1f50e8d1f3485404bd7e6eea772cab555b313
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass')
-rw-r--r-- | mcp/reclass/classes/cluster/baremetal-mcp-ocata-ovs-ha/infra/kvm.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mcp/reclass/classes/cluster/baremetal-mcp-ocata-ovs-ha/infra/kvm.yml b/mcp/reclass/classes/cluster/baremetal-mcp-ocata-ovs-ha/infra/kvm.yml index 5c33f9ecd..1608c65bf 100644 --- a/mcp/reclass/classes/cluster/baremetal-mcp-ocata-ovs-ha/infra/kvm.yml +++ b/mcp/reclass/classes/cluster/baremetal-mcp-ocata-ovs-ha/infra/kvm.yml @@ -106,10 +106,10 @@ parameters: virt: nic: default: - eth0: + eth1: bridge: br-mgmt model: virtio - eth1: + eth0: bridge: br-ctl model: virtio linux: |