[4.9] CLOUDSTACK-9692: Fix password server issue in redundant VRs#1871
[4.9] CLOUDSTACK-9692: Fix password server issue in redundant VRs#1871asfgit merged 1 commit intoapache:4.9apache/cloudstack:4.9from ustcweizhou:RVR-passwd-serverustcweizhou/cloudstack:RVR-passwd-serverCopy head branch name to clipboard
Conversation
|
@ustcweizhou is there an existing marvin test to validate this? |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
This function seems broken since 4.7. That's also one of the major reasons we are reluctant to upgrade to 4.9.x since we have quite a few clients using RVR now. I would suggest to review this and include this in 4.9.2 or 4.9.3 asap. Thanks ! |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-432 |
|
@blueorangutan test |
|
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
Trillian test result (tid-744)
|
The password server in RVRs has wrong parameters as the gateway of guest nics is None. In this case, we should get the gateway from /var/cache/cloud/cmdline.
e3b815f to
066b374
Compare
|
@rhtyd Could you please run the test again ? |
|
@blueorangutan package |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-441 |
|
@blueorangutan test |
|
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
is this ready to be merged ? |
|
@rhtyd can you post the results of the previous test run? |
|
@karuturi looks like it failed, I'll re-kick it |
|
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-464 |
|
@blueorangutan test |
|
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
|
@rhtyd thanks |
|
Trillian test result (tid-790)
|
|
I think tests look good now. LGTM |
|
merging this now. |
[4.9] CLOUDSTACK-9692: Fix password server issue in redundant VRsThe password server in RVRs has wrong parameters as the gateway of guest nics is None. In this case, we should get the gateway from /var/cache/cloud/cmdline. This issue is caused by commit 45642b8 * pr/1871: CLOUDSTACK-9692: Fix password server issue in redundant VRs Signed-off-by: Rajani Karuturi <rajani.karuturi@accelerite.com>
The password server in RVRs has wrong parameters as the gateway of guest nics is None.
In this case, we should get the gateway from /var/cache/cloud/cmdline.
This issue is caused by commit 45642b8