-
Notifications
You must be signed in to change notification settings - Fork 412
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
[FCOS] openstack: workers don't join the cluster due to python scripts #1430
Comments
cc @iamemilio |
Probably best to track this as an MCO bug? I think the fix is similar to okd-project/okd#38 - move the scripts into Go code executed in the |
/assign celebdor |
Today, we also ship Note though when submitting PRs to this repo, the binary in CI will not be updated - that currently only happens after code lands in master and goes through the main RHCOS build process. |
And to elaborate this is used today by e.g. this unit.
Hence today unfortunately one would have to "ratchet" a change here by landing the Go code in master, wait for it to propagate into an updated |
The PR can be tested on |
New approach: |
Openstack / oVirt are using a python script to find IPs: https://github.com/openshift/machine-config-operator/blob/fcos/templates/worker/00-worker/openstack/files/openstack-non-virtual-ip.yaml#L6
FCOS doesn't provide python (and most likely never will), so it needs to be rewritten
The text was updated successfully, but these errors were encountered: