-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Vsphere UPI doesn't inject network static files #2552
Comments
yea, I have got the same issue. |
we are seeing this issue as well.. only available workaround is to create an iso per static ip.. |
We had this problem with RHCOS RHCOS_42.80.20190801, updating to RHCOS_42.80.20190828.2 or RHCOS_42.80.20191002.0 fixed static ip config using ignition for us. |
I have the same issue both with RHCOS latest 4.1 and 4.2 images. Some weeks ago with the same images it was working fine and now after I cloned the repo again it doesn't assign static IPs. In the VM Options of the VMs I don't see the fields - guestinfo.ignition.config.data neither guestinfo.ignition.config.data.encoding. Should the terraform scrip create them? |
Same here. Static IPs renot being ssigned and guestinfo.ignition.config.dataand enconding are not set on the VM guests. Are these the right parameters, jhave they changed their name inthe VM ? It is this block in the machine/main.tf that should do the magic vapp { |
Can we get some clarity on if true static IPs are possible via ignition files? I suspect the vSphere UPI terraform requires a DHCP server to be available, but doesn't clearly document it. The download of the remote ignition file is done at the initram level, which requires networking, but ifgcfg-ens192 is written to after this. takes place. |
My experience is that you still need DHCP as you wrote. The static IPs config is done after ignition download so the VMs without DHCP and with static IPs configured via ignition were still making a DHCP request |
Clarify that a DHCP server is still required at the beginning of the installation to download the ignition files. In response to openshift#2552
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
hey guys,
I'm running the vsphere scripts, and works fine, but network files for static IPs are not injected into the CoreOS 4.2
Version
Platform:
What happened?
Network static files are not injected into de OS CoreOS4.2
What you expected to happen?
static IPs
How to reproduce it (as minimally and precisely as possible)?
Run the tf scripts with the nodes IPs defined on the variables file
The text was updated successfully, but these errors were encountered: