-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[WIP] BZ1975701: Clarify static IP workaround for Tang encryption on vSphere #37362
Conversation
✔️ Deploy Preview for osdocs ready! 🔨 Explore the source changes: 3c32a46 🔍 Inspect the deploy log: https://app.netlify.com/sites/osdocs/deploys/616492a6f17c8300085ad4c8 😎 Browse the preview: https://deploy-preview-37362--osdocs.netlify.app/openshift-enterprise/latest/installing/install_config/installing-customizing |
Edit: Added WIP label based on feedback from @jinyunma - I will revise this PR to use the suggested workaround that has been verified. |
nameserver='8.8.8.8' | ||
echo "ip=${ip}::${gateway}:${netmask}:${hostname}:${interface}:none:${nameserver}" | ||
---- | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The workaround listed here is not the right one I applied and verified, because this is node-specific config and need to be applied on each master/worker node ( IP is different on each node), I use the workaround provided in doc https://docs.google.com/document/d/1rnAutjuxzUAauqOZwc8Iccl7SSZVWGJXH5VJL08YvTU/edit#, which also mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=1975701#c12
4.7 is also impacted, this workaround need to be added on 4.7+ docs. |
I'll look at how to address this in the 4.7 docs as well. There were some architectural changes to these docs in 4.8, so it might require a separate PR for 4.7. |
This workaround requires a Support Exception, so I am closing this PR. |
BZ1975701
As mentioned in #33497 (comment) and documented in 4.9 Release Notes (#37356), this adds a workaround that avoids a Tang server switching from static IP addressing to DHCP on second boot on a vSphere UPI.
Impacts 4.8+ docs. (Updates Configuring disk encryption and mirroring, step
2.d
.)Preview link (adds step
2.d.ii
): https://deploy-preview-37362--osdocs.netlify.app/openshift-enterprise/latest/installing/install_config/installing-customizing?utm_source=github&utm_campaign=bot_dp#installation-special-config-storage-procedure_installing-customizing