Skip to content

Conversation

@openshift-cherrypick-robot

This is an automated cherry-pick of #4115

/assign zaneb

@openshift-ci openshift-ci bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jul 15, 2022
@openshift-ci openshift-ci bot requested review from eliorerz and tsorya July 15, 2022 20:35
@openshift-ci openshift-ci bot added the kind/dependency-change Categorizes issue or PR as related to changing dependencies label Jul 15, 2022
@zaneb
Copy link
Member

zaneb commented Jul 15, 2022

/lgtm
/assign @lranjbar
/assign @pawanpinjarkar

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 15, 2022
Copy link
Contributor

@pawanpinjarkar pawanpinjarkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@openshift-ci
Copy link

openshift-ci bot commented Jul 15, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: openshift-cherrypick-robot, pawanpinjarkar

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 15, 2022
@codecov
Copy link

codecov bot commented Jul 15, 2022

Codecov Report

Merging #4141 (db2599b) into release-4.11 (c2406c9) will decrease coverage by 0.02%.
The diff coverage is 57.14%.

Impacted file tree graph

@@               Coverage Diff                @@
##           release-4.11    #4141      +/-   ##
================================================
- Coverage         66.21%   66.19%   -0.03%     
================================================
  Files               178      178              
  Lines             25064    25196     +132     
================================================
+ Hits              16596    16678      +82     
- Misses             6923     6969      +46     
- Partials           1545     1549       +4     
Impacted Files Coverage Δ
internal/host/hostutil/host_utils.go 22.90% <0.00%> (-5.68%) ⬇️
internal/bminventory/inventory.go 69.21% <50.00%> (-0.07%) ⬇️
internal/ignition/ignition.go 56.87% <54.00%> (-0.11%) ⬇️
...sion/v1beta1/agentclusterinstall_admission_hook.go 85.56% <63.04%> (-7.01%) ⬇️
internal/oc/release.go 71.79% <70.58%> (-1.86%) ⬇️
...oller/controllers/agentserviceconfig_controller.go 82.92% <100.00%> (+0.01%) ⬆️
...nal/controller/controllers/bmh_agent_controller.go 66.52% <100.00%> (+2.73%) ⬆️
...oller/controllers/clusterdeployments_controller.go 75.78% <100.00%> (ø)
internal/network/utils.go 28.07% <100.00%> (+0.85%) ⬆️
internal/versions/versions.go 88.08% <100.00%> (ø)
... and 1 more

@openshift-ci
Copy link

openshift-ci bot commented Jul 15, 2022

@openshift-cherrypick-robot: all tests passed!

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@openshift-ci openshift-ci bot merged commit 4db5402 into openshift:release-4.11 Jul 15, 2022
bfournie added a commit to bfournie/assisted-service that referenced this pull request Nov 29, 2022
openshift#4141 added support
for the --icsp-file parameter to the "oc adm release extract" using
the contents of imageContentSources in install-config.yaml. The
other oc commands didn't use the --icsp-file option as they used
the mirror defined in the env variable OPENSHIFT_RELEASE_IMAGE_MIRROR.

Relying on this mirror setting can be problematic if this env
variable cannot be set, or if the oc method of deriving the mirror
using the --icsp-file is different than the env variable value.
This change adds support for the --icsp-file param to the remaining
oc commands. The ICSP contents are read from /etc/containers/registries.conf
as the install-config.yaml containing the imageContentSources may
not be available.
openshift-merge-robot pushed a commit that referenced this pull request Nov 29, 2022
#4141 added support
for the --icsp-file parameter to the "oc adm release extract" using
the contents of imageContentSources in install-config.yaml. The
other oc commands didn't use the --icsp-file option as they used
the mirror defined in the env variable OPENSHIFT_RELEASE_IMAGE_MIRROR.

Relying on this mirror setting can be problematic if this env
variable cannot be set, or if the oc method of deriving the mirror
using the --icsp-file is different than the env variable value.
This change adds support for the --icsp-file param to the remaining
oc commands. The ICSP contents are read from /etc/containers/registries.conf
as the install-config.yaml containing the imageContentSources may
not be available.
bfournie added a commit to bfournie/assisted-service that referenced this pull request Nov 30, 2022
openshift#4141 added support
for the --icsp-file parameter to the "oc adm release extract" using
the contents of imageContentSources in install-config.yaml. The
other oc commands didn't use the --icsp-file option as they used
the mirror defined in the env variable OPENSHIFT_RELEASE_IMAGE_MIRROR.

Relying on this mirror setting can be problematic if this env
variable cannot be set, or if the oc method of deriving the mirror
using the --icsp-file is different than the env variable value.
This change adds support for the --icsp-file param to the remaining
oc commands. The ICSP contents are read from /etc/containers/registries.conf
as the install-config.yaml containing the imageContentSources may
not be available.

(cherry picked from commit 3ade14b)
openshift-merge-robot pushed a commit that referenced this pull request Dec 6, 2022
#4141 added support
for the --icsp-file parameter to the "oc adm release extract" using
the contents of imageContentSources in install-config.yaml. The
other oc commands didn't use the --icsp-file option as they used
the mirror defined in the env variable OPENSHIFT_RELEASE_IMAGE_MIRROR.

Relying on this mirror setting can be problematic if this env
variable cannot be set, or if the oc method of deriving the mirror
using the --icsp-file is different than the env variable value.
This change adds support for the --icsp-file param to the remaining
oc commands. The ICSP contents are read from /etc/containers/registries.conf
as the install-config.yaml containing the imageContentSources may
not be available.

(cherry picked from commit 3ade14b)
eranco74 pushed a commit to eranco74/assisted-service that referenced this pull request Dec 11, 2022
openshift#4700)

openshift#4141 added support
for the --icsp-file parameter to the "oc adm release extract" using
the contents of imageContentSources in install-config.yaml. The
other oc commands didn't use the --icsp-file option as they used
the mirror defined in the env variable OPENSHIFT_RELEASE_IMAGE_MIRROR.

Relying on this mirror setting can be problematic if this env
variable cannot be set, or if the oc method of deriving the mirror
using the --icsp-file is different than the env variable value.
This change adds support for the --icsp-file param to the remaining
oc commands. The ICSP contents are read from /etc/containers/registries.conf
as the install-config.yaml containing the imageContentSources may
not be available.

(cherry picked from commit 3ade14b)
openshift-merge-robot pushed a commit that referenced this pull request Dec 11, 2022
…#4738)

#4141 added support
for the --icsp-file parameter to the "oc adm release extract" using
the contents of imageContentSources in install-config.yaml. The
other oc commands didn't use the --icsp-file option as they used
the mirror defined in the env variable OPENSHIFT_RELEASE_IMAGE_MIRROR.

Relying on this mirror setting can be problematic if this env
variable cannot be set, or if the oc method of deriving the mirror
using the --icsp-file is different than the env variable value.
This change adds support for the --icsp-file param to the remaining
oc commands. The ICSP contents are read from /etc/containers/registries.conf
as the install-config.yaml containing the imageContentSources may
not be available.

(cherry picked from commit 3ade14b)

Co-authored-by: Bob Fournier <bfournie@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/dependency-change Categorizes issue or PR as related to changing dependencies lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants