Skip to content

Airgap possiblities#459

Open
ColonelBundy wants to merge 1 commit into
dora-metrics:masterfrom
ColonelBundy:master
Open

Airgap possiblities#459
ColonelBundy wants to merge 1 commit into
dora-metrics:masterfrom
ColonelBundy:master

Conversation

@ColonelBundy

Copy link
Copy Markdown
  • 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

openshift-ci Bot commented May 17, 2022

Copy link
Copy Markdown

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.

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.

@mpryc

mpryc commented May 18, 2022

Copy link
Copy Markdown
Collaborator

/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

@KevinMGranger KevinMGranger left a comment

Copy link
Copy Markdown
Collaborator

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
Copy Markdown
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
Copy Markdown
Collaborator

@ColonelBundy: PR needs rebase.

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.

@mpryc

mpryc commented Feb 2, 2023

Copy link
Copy Markdown
Collaborator

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

@mpryc

mpryc commented Feb 2, 2023

Copy link
Copy Markdown
Collaborator

Note: will this address #131 ?

@openshift-ci

openshift-ci Bot commented Sep 9, 2024

Copy link
Copy Markdown

@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.

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-sigs/prow 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.

4 participants