-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Bug 1741930: allow to define OpenStack image name #2226
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
Conversation
|
@Fedosin: This pull request references an invalid Bugzilla bug:
Comment DetailsIn 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Fedosin The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/bugzilla refresh |
|
@Fedosin: This pull request references a valid Bugzilla bug. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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. |
|
@Fedosin We cannot merge any changes to install-config.yaml as we are in feature freeze for 4.2 |
pkg/tfvars/openstack/openstack.go
Outdated
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 image name should come through the Master Machine object.
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.
Done
160b5e6 to
1950885
Compare
|
@abhinavdahiya How would you recommend fixing this bug at 4.2? Generally speaking I can define an env variable for that, but we already have OPENSHIFT_INSTALL_OS_IMAGE_OVERRIDE |
|
The bug is unpleasant, so it will be awesome if we can fix it in 4.2 |
|
/test e2e-openstack |
This commit adds a new option to the install config: baseImage, that allows to set a custom RHCOS image name in Glance. By default it is still "rhcos".
1950885 to
848c814
Compare
|
/hold We need to clarify the release target in https://bugzilla.redhat.com/show_bug.cgi?id=1741930. |
|
/test e2e-openstack |
|
/label platform/openstack |
This commit adds a new option to the install config: BaseImage, that allows to set a custom RHCOS image name in Glance.
By default it is still "rhcos".
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1741930