Skip to content

Conversation

adwk67
Copy link
Member

@adwk67 adwk67 commented Oct 8, 2025

Description

Part of #1191

Tests ran 🟢 with custom image on Openshift:

--- PASS: kuttl (1671.64s)
    --- PASS: kuttl/harness (0.00s)
        --- PASS: kuttl/harness/orphaned_resources_hbase-latest-2.6.3,oci.stackable.tech_sandbox_andrew_hbase_2.6.3-stackable0.0.0-dev_hdfs-latest-3.4.2_zookeeper-latest-3.9.4_openshift-true (190.69s)
        --- PASS: kuttl/harness/smoke_hbase-2.6.3,oci.stackable.tech_sandbox_andrew_hbase_2.6.3-stackable0.0.0-dev_hdfs-3.4.2_zookeeper-3.9.4_listener-class-external-unstable_openshift-true (314.74s)
        --- PASS: kuttl/harness/opa_hbase-opa-2.6.3,oci.stackable.tech_sandbox_andrew_hbase_2.6.3-stackable0.0.0-dev_hdfs-latest-3.4.2_zookeeper-latest-3.9.4_krb5-1.21.1_opa-1.8.0_openshift-true (278.74s)
        --- PASS: kuttl/harness/external-access_hbase-2.6.3,oci.stackable.tech_sandbox_andrew_hbase_2.6.3-stackable0.0.0-dev_hdfs-latest-3.4.2_zookeeper-latest-3.9.4_openshift-true (171.58s)
        --- PASS: kuttl/harness/resources_hbase-latest-2.6.3,oci.stackable.tech_sandbox_andrew_hbase_2.6.3-stackable0.0.0-dev_hdfs-latest-3.4.2_zookeeper-latest-3.9.4_openshift-true (179.89s)
        --- PASS: kuttl/harness/overrides_hbase-latest-2.6.3,oci.stackable.tech_sandbox_andrew_hbase_2.6.3-stackable0.0.0-dev_hdfs-latest-3.4.2_zookeeper-latest-3.9.4_openshift-true (177.47s)
        --- PASS: kuttl/harness/profiling_hbase-2.6.3,oci.stackable.tech_sandbox_andrew_hbase_2.6.3-stackable0.0.0-dev_hdfs-latest-3.4.2_zookeeper-latest-3.9.4_openshift-true (198.20s)
        --- PASS: kuttl/harness/cluster-operation_hbase-latest-2.6.3,oci.stackable.tech_sandbox_andrew_hbase_2.6.3-stackable0.0.0-dev_hdfs-latest-3.4.2_zookeeper-latest-3.9.4_openshift-true (226.24s)
        --- PASS: kuttl/harness/logging_hbase-2.6.3,oci.stackable.tech_sandbox_andrew_hbase_2.6.3-stackable0.0.0-dev_hdfs-latest-3.4.2_zookeeper-latest-3.9.4_openshift-true (211.10s)
        --- PASS: kuttl/harness/omid_hbase-2.6.3,oci.stackable.tech_sandbox_andrew_hbase_2.6.3-stackable0.0.0-dev_hdfs-latest-3.4.2_zookeeper-latest-3.9.4_openshift-true_omid-1.1.3 (264.61s)
        --- PASS: kuttl/harness/shutdown_hbase-2.6.3,oci.stackable.tech_sandbox_andrew_hbase_2.6.3-stackable0.0.0-dev_hdfs-latest-3.4.2_zookeeper-latest-3.9.4_openshift-true (328.88s)
        --- PASS: kuttl/harness/kerberos_hbase-2.6.3,oci.stackable.tech_sandbox_andrew_hbase_2.6.3-stackable0.0.0-dev_hdfs-latest-3.4.2_zookeeper-latest-3.9.4_krb5-1.21.1_listener-class-external-unstable_kerberos-realm-PROD.MYCORP_kerberos-backend-mit_openshift-true (438.87s)
        --- PASS: kuttl/harness/snapshot-export_hbase-2.6.3,oci.stackable.tech_sandbox_andrew_hbase_2.6.3-stackable0.0.0-dev_hdfs-latest-3.4.2_zookeeper-latest-3.9.4_openshift-true (259.72s)
PASS

Definition of Done Checklist

Note

Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant.

Please make sure all these things are done and tick the boxes

  • Changes are OpenShift compatible
  • All added packages (via microdnf or otherwise) have a comment on why they are added
  • Things not downloaded from Red Hat repositories should be mirrored in the Stackable repository and downloaded from there
  • All packages should have (if available) signatures/hashes verified
  • Add an entry to the CHANGELOG.md file
  • Integration tests ran successfully
TIP: Running integration tests with a new product image

The image can be built and uploaded to the kind cluster with the following commands:

boil build <IMAGE> --image-version <RELEASE_VERSION> --strip-architecture --load
kind load docker-image <MANIFEST_URI> --name=<name-of-your-test-cluster>

See the output of boil to retrieve the image manifest URI for <MANIFEST_URI>.

Definition of Done Checklist

Note

Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant.

Please make sure all these things are done and tick the boxes

  • Changes are OpenShift compatible
  • All added packages (via microdnf or otherwise) have a comment on why they are added
  • Things not downloaded from Red Hat repositories should be mirrored in the Stackable repository and downloaded from there
  • All packages should have (if available) signatures/hashes verified
  • Add an entry to the CHANGELOG.md file
  • Integration tests ran successfully
TIP: Running integration tests with a new product image

The image can be built and uploaded to the kind cluster with the following commands:

boil build <IMAGE> --image-version <RELEASE_VERSION> --strip-architecture --load
kind load docker-image <MANIFEST_URI> --name=<name-of-your-test-cluster>

See the output of boil to retrieve the image manifest URI for <MANIFEST_URI>.

@adwk67 adwk67 self-assigned this Oct 8, 2025
@adwk67 adwk67 marked this pull request as ready for review October 8, 2025 15:31
@adwk67 adwk67 moved this to Development: Waiting for Review in Stackable Engineering Oct 8, 2025
@adwk67 adwk67 linked an issue Oct 8, 2025 that may be closed by this pull request
Techassi
Techassi previously approved these changes Oct 9, 2025
Copy link
Member

@Techassi Techassi left a comment

Choose a reason for hiding this comment

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

LGTM, just one question.

@Techassi Techassi moved this from Development: Waiting for Review to Development: In Review in Stackable Engineering Oct 9, 2025
@adwk67 adwk67 requested a review from Techassi October 9, 2025 13:57
@adwk67 adwk67 added this pull request to the merge queue Oct 10, 2025
Merged via the queue into main with commit ddfeaf4 Oct 10, 2025
3 checks passed
@adwk67 adwk67 deleted the chore/hbase-use-config-utils branch October 10, 2025 06:47
@adwk67 adwk67 moved this from Development: In Review to Development: Done in Stackable Engineering Oct 10, 2025
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.

HBase: use config-utils instead of sed in entrypoint.sh script
2 participants