Bug 1808456: OpenStack: allow to overwrite default os image in the install config#3170
Conversation
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sdodson The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test e2e-libvirt |
There was a problem hiding this comment.
When doing a disconnected installation
strictly speaking, that requirement is always present, and not only for disconnected installs.
What about something like:
The installer downloads the RHCOS image from a predetermined location (cf [data/data/rhcos.json](/data/data/rhcos.json)). The download URL can be overridden, notably for disconnected installations.
There was a problem hiding this comment.
It's not the only difference! The sha256 checksum is missing as well. I'd say instead:
If `clusterOSImage` is not an URL, then the installer will look into Glance for an image with that name.
1dc40ef to
a64890d
Compare
|
/lgtm 🎉 |
|
/hold |
|
/retest |
|
@Fedosin: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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. I understand the commands that are listed here. |
|
/hold cancel |
|
@Fedosin: All pull requests linked via external trackers have merged. Bugzilla bug 1808456 has been moved to the MODIFIED state. 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. |
|
/cherry-pick release-4.3 |
|
@Fedosin: #3170 failed to apply on top of branch "release-4.3": 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. |
|
/cherry-pick release-4.4 |
|
@Fedosin: new pull request created: #3205 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. |
This PR adds
clusterOSImageparameter to the install config, that allows to override default OS image location for users.