-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] [Linux] Skip to check default gateway in gosc_cloudinit_staticip when VC releases is earlier than 6.5U3, and 6.7GA/U1. #201
Labels
bug
Something isn't working
Comments
keirazhang
added a commit
to keirazhang/ansible-vsphere-gos-validation
that referenced
this issue
Jan 20, 2022
…and default gateway failures Signed-off-by: Qi Zhang <[email protected]>
keirazhang
added a commit
to keirazhang/ansible-vsphere-gos-validation
that referenced
this issue
Jan 20, 2022
…and default gateway failures Signed-off-by: Qi Zhang <[email protected]>
keirazhang
added a commit
to keirazhang/ansible-vsphere-gos-validation
that referenced
this issue
Jan 20, 2022
…and default gateway failures Signed-off-by: Qi Zhang <[email protected]>
keirazhang
added a commit
to keirazhang/ansible-vsphere-gos-validation
that referenced
this issue
Jan 21, 2022
…and default gateway failures Signed-off-by: Qi Zhang <[email protected]>
keirazhang
added a commit
to keirazhang/ansible-vsphere-gos-validation
that referenced
this issue
Jan 21, 2022
…and default gateway failures Signed-off-by: Qi Zhang <[email protected]>
keirazhang
added a commit
to keirazhang/ansible-vsphere-gos-validation
that referenced
this issue
Jan 21, 2022
…and default gateway failures Signed-off-by: Qi Zhang <[email protected]>
keirazhang
added a commit
to keirazhang/ansible-vsphere-gos-validation
that referenced
this issue
Jan 21, 2022
…and default gateway failures Signed-off-by: Qi Zhang <[email protected]>
keirazhang
added a commit
to keirazhang/ansible-vsphere-gos-validation
that referenced
this issue
Jan 21, 2022
…and default gateway failures Signed-off-by: Qi Zhang <[email protected]>
keirazhang
added a commit
to keirazhang/ansible-vsphere-gos-validation
that referenced
this issue
Jan 24, 2022
…and default gateway failures Signed-off-by: Qi Zhang <[email protected]>
keirazhang
added a commit
that referenced
this issue
Jan 25, 2022
…gateway failures (#227) * Fix #206 and #201 Warn about GOSC DNS failures on Ubuntu and default gateway failures Signed-off-by: Qi Zhang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
Setting default gateway in cloud-init GOSC with static ip requires to identify a primary NIC, and this feature is only supported from VC 6.5U3 and later, 6.7U2 and later, 7.0 and later. On VC earlier than 6.5U3, 6.7GA and U1, default gateway won't be set in cloud-init GOSC with static IP. So we need to update testcase gosc_cloudinit_staticip and skip checking default gateway on these old VC release.
ISSUE TYPE
The text was updated successfully, but these errors were encountered: