GitHub user sureshanaparti opened a pull request:
https://github.com/apache/cloudstack/pull/1878
CLOUDSTACK-9717: [VMware] RVRs have mismatching MAC addresses for extra
public NICs.
Problem:
[VMware] RVRs have mismatching MAC addresses for extra public NICs.
Root Cause:
MAC addresses for extra public NICs were assigned randomly for the routers.
Network Orchestrator is unaware of the extra NICs info of the peer router as
they are not persisted in the cloud database and so peer router MAC addresses
info is not at all considered in case of RVR when assigning MAC addresses for
extra public NICs.
Solution:
When RVR is enabled and Peer Router is available, get the MAC addresses of
the extra public NICs from the Peer Router and set them to the router.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Accelerite/cloudstack CLOUDSTACK-9717
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1878.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1878
----
commit 3da9416ecfea0e8177b3985dec7dce686dc8c9c9
Author: Suresh Kumar Anaparti <[email protected]>
Date: 2016-12-29T11:54:42Z
CLOUDSTACK-9717: [VMware] RVRs have mismatching MAC addresses for extra
public NICs.
Fix: When RVR is enabled and Peer Router is available, get the MAC
addresses of the extra public NICs from the Peer Router and set them to the
router.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---