Skip to content
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

Airgap possiblities #459

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ColonelBundy
Copy link

  • Added airgap possiblities.

Describe the behavior changes introduced in this PR

Linked Issues?

None

Testing Instructions

Override values in values.yaml.

* Added airgap possiblities.
@openshift-ci openshift-ci bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label May 17, 2022
@openshift-ci
Copy link

openshift-ci bot commented May 17, 2022

Hi @ColonelBundy. Thanks for your PR.

I'm waiting for a konveyor member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@mpryc
Copy link
Collaborator

mpryc commented May 18, 2022

/ok-to-test

@openshift-ci openshift-ci bot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels May 18, 2022
Copy link
Collaborator

@KevinMGranger KevinMGranger left a comment

Choose a reason for hiding this comment

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

Hi @ColonelBundy, we're looking into this, and grateful for your contribution! There's just a couple of things we should address:

  • We need the defaults to live in the charts. See the rationale below.
  • We'll need to update the chart version(s). If you haven't already, you can set up the development environment to do this automatically (and have it run a git commit hook to verify you've done this!)

Comment on lines +32 to +38
# Specify images and their versions
# override for airgap possiblities.
images:
oauth_proxy: image-registry.openshift-image-registry.svc.cluster.local:5000/openshift/oauth-proxy:v4.4
thanos: quay.io/thanos/thanos:v0.8.1
thanos_proxy: registry.redhat.io/openshift3/oauth-proxy:v3.11
web_terminal_tooling: quay.io/wto/web-terminal-tooling:1.2
Copy link
Collaborator

Choose a reason for hiding this comment

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

If these become mandatory values in values.yaml, then this becomes a breaking change. Right now, the configuration workflow is editing the values.yaml file in place instead of overriding it with various helm flags. We also want a minimalist values.yaml to still be valid.

To solve those problems, we should have these as defaults within the chart itself. In other words, image: {{ .Values.images.thanos | default "quay.io/thanos/thanos:v0.8.1" }}

@openshift-merge-robot openshift-merge-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 25, 2022
@openshift-merge-robot
Copy link
Collaborator

@ColonelBundy: PR needs rebase.

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.

@mpryc
Copy link
Collaborator

mpryc commented Feb 2, 2023

PR triage:
Still valid PR, need rework to adopt to the new pelorus-operator installation method.

@mpryc
Copy link
Collaborator

mpryc commented Feb 2, 2023

Note: will this address #131 ?

@openshift-ci
Copy link

openshift-ci bot commented Oct 13, 2023

@ColonelBundy: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/4.7-e2e-openshift 3276663 link false /test 4.7-e2e-openshift
ci/prow/4.8-e2e-openshift 3276663 link false /test 4.8-e2e-openshift
ci/prow/4.9-e2e-openshift 3276663 link false /test 4.9-e2e-openshift
ci/prow/4.10-unit 3276663 link true /test 4.10-unit
ci/prow/4.11-unit 3276663 link true /test 4.11-unit
ci/prow/4.12-e2e-openshift 3276663 link true /test 4.12-e2e-openshift
ci/prow/4.13-e2e-openshift 3276663 link true /test 4.13-e2e-openshift

Full PR test history. Your PR dashboard.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. pelorus-operator
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants