Adding support for payload multiple-stream.#180
Adding support for payload multiple-stream.#180ybettan wants to merge 1 commit intoopenshift:masterfrom
Conversation
The multiple-stream effort will contain multiple images considered as `machine-os` in the payload as well as multiple `driver-toolkit` images. This commit is adding some labels to the container such as the `rhel-stream` and `kernel-version`. In addition it adds a reference to the `rhel-coreos-10` image in order to specify to the payload that DTK depends on the `rhel-coreos-10` image. Signed-off-by: Yoni Bettan <yonibettan@gmail.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ybettan 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 |
|
/hold |
|
CI is failing with @sdodson What version of OKD introduce the |
|
@ybettan: The following test failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
| io.openshift.release.operator=true \ | ||
| version="0.1" | ||
| version="0.1" \ | ||
| rhel-stream=${RHEL_STREAM} \ |
There was a problem hiding this comment.
Are you proposing using this label instead of the streamclass label? Would be nice to be consistent here.
| io.openshift.release.operator=true \ | ||
| version="0.1" | ||
| version="0.1" \ | ||
| rhel-stream=${RHEL_STREAM} \ |
There was a problem hiding this comment.
i.e. he's talking about this.
which would mean:
| rhel-stream=${RHEL_STREAM} \ | |
| io.openshift.os.streamclass=${RHEL_STREAM} |
The multiple-stream effort will contain multiple images considered as
machine-osin the payload as well as multipledriver-toolkitimages.This commit is adding some labels to the container such as the
rhel-streamandkernel-version.In addition it adds a reference to the
rhel-coreos-10image in order to specify to the payload that DTK depends on therhel-coreos-10image./assign @jlebon
/cc @dustymabe @sdodson @travier @joepvd