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

feat: olm deployment helper #279

Merged
merged 5 commits into from
Feb 11, 2025
Merged

feat: olm deployment helper #279

merged 5 commits into from
Feb 11, 2025

Conversation

razvan
Copy link
Member

@razvan razvan commented Feb 6, 2025

Description

Part of: stackabletech/issues#666

This PR adds a new binary crate (olm-deployer) to the listener operator.
The binary is bundled in the resulting container image and is only used by the OLM.

How to test

Requirements:

  1. An OpenShift cluster.
  2. Checkout the branch listener-olm-deployer from the operators repo.
  3. Clone the stackable-utils repo

Install the listener operator using OLM and the olm-deployer. From the stackable-utils repo, run:

$ ./olm/build-bundles.sh -c $HOME/repo/stackable/openshift-certified-operators -r 24.11.2 -o listener -d

Note

The the 24.11.2 version of the OLM package is just the 24.11.1 but cleaned-up for the olm deployer.

Integration tests

First checkout release-24.11 branch of the secret listener operator repo.

$ ./scripts/run-tests --skip-operator listener --test-suite openshift

@razvan razvan changed the title Added olm-deployer crate. feat: olm deployment helper Feb 7, 2025
@razvan razvan self-assigned this Feb 7, 2025
@razvan razvan marked this pull request as ready for review February 7, 2025 09:09
@razvan razvan requested a review from a team February 7, 2025 09:11
@adwk67 adwk67 requested review from adwk67 and removed request for a team February 11, 2025 11:52
@adwk67
Copy link
Member

adwk67 commented Feb 11, 2025

🟢 OpenShift results:

--- PASS: kuttl (193.18s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/smoke-nodeport_openshift-true_addressType-Hostname (77.62s)
        --- PASS: kuttl/harness/smoke-nodeport_openshift-true_addressType-IP (156.76s)
        --- PASS: kuttl/harness/smoke-nodeport_openshift-true_addressType-HostnameConservative (106.93s)
PASS

Copy link
Member

@adwk67 adwk67 left a comment

Choose a reason for hiding this comment

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

LGTM

@razvan razvan enabled auto-merge February 11, 2025 16:16
@razvan razvan added this pull request to the merge queue Feb 11, 2025
Merged via the queue into main with commit fc56f72 Feb 11, 2025
17 checks passed
@razvan razvan deleted the feat/olm-deployer branch February 11, 2025 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Development: Done
Development

Successfully merging this pull request may close these issues.

2 participants