Skip to content

feat: add support for 2.6.0 and OPA authorizer #506

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

Merged
merged 83 commits into from
Jul 12, 2024
Merged

feat: add support for 2.6.0 and OPA authorizer #506

merged 83 commits into from
Jul 12, 2024

Conversation

razvan
Copy link
Member

@razvan razvan commented Jun 4, 2024

Description

Needed for: #488

Depends on : stackabletech/docker-images#701

Definition of Done Checklist

  • 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
# Author
- [x] Changes are OpenShift compatible
- [x] CRD changes approved
- [x] CRD documentation for all fields, following the [style guide](https://docs.stackable.tech/home/nightly/contributor/docs-style-guide).
- [x] Helm chart can be installed and deployed operator works
- [ ] Integration tests passed (for non trivial changes)
- [ ] Changes need to be "offline" compatible
# Reviewer
- [ ] Code contains useful comments
- [ ] Code contains useful logging statements
- [ ] (Integration-)Test cases added
- [ ] Documentation added or updated. Follows the [style guide](https://docs.stackable.tech/home/nightly/contributor/docs-style-guide).
- [ ] Changelog updated
- [ ] Cargo.toml only contains references to git tags (not specific commits or branches)
# Acceptance
- [ ] Feature Tracker has been updated
- [ ] Proper release label has been added
- [ ] [Roadmap](https://github.com/orgs/stackabletech/projects/25/views/1) has been updated

@razvan razvan changed the title feat(test): make it easy to test custom images feat: add support for 2.6.0 Jun 6, 2024
@razvan
Copy link
Member Author

razvan commented Jul 11, 2024

AKS

CI: https://ci.stackable.tech/view/06%20Replicated/job/hbase-operator-it-replicated/17/

5 from 27 failed

        --- FAIL: kuttl/harness/logging_hbase-2.4.18,docker.stackable.tech_sandbox_hbase_2.4.18-stackable0.0.0-dev_hdfs-latest-3.3.6_zookeeper-latest-3.9.2_openshift-false (609.34s)
        --- FAIL: kuttl/harness/resources_hbase-latest-2.4.18,docker.stackable.tech_sandbox_hbase_2.4.18-stackable0.0.0-dev_hdfs-latest-3.3.6_zookeeper-latest-3.9.2_openshift-false (1317.20s)
        --- FAIL: kuttl/harness/orphaned_resources_hbase-latest-2.4.18,docker.stackable.tech_sandbox_hbase_2.4.18-stackable0.0.0-dev_hdfs-latest-3.3.6_zookeeper-latest-3.9.2_openshift-false (746.61s)
        --- FAIL: kuttl/harness/opa_hbase-opa-2.6.0,docker.stackable.tech_sandbox_hbase_2.6.0-stackable0.0.0-dev_hdfs-latest-3.3.6_zookeeper-latest-3.9.2_krb5-1.21.1_openshift-false (882.09s)
        --- FAIL: kuttl/harness/cluster-operation_hbase-latest-2.4.18,docker.stackable.tech_sandbox_hbase_2.4.18-stackable0.0.0-dev_hdfs-latest-3.3.6_zookeeper-latest-3.9.2_openshift-false (745.19s)

Selected tests on OpenShift 4.15:

HBase 2.4.18

smoke, kerberos, omid, logging, profiling, snapshot-export

--- PASS: kuttl (265.36s)                                                                                                                                                                                          
    --- PASS: kuttl/harness (0.00s)                                                                                                                                                                                
        --- PASS: kuttl/harness/smoke_hbase-2.4.18,docker.stackable.tech_sandbox_hbase_2.4.18-stackable0.0.0-dev_hdfs-3.3.6_zookeeper-3.8.4_listener-class-external-unstable_openshift-true (264.57s)
        --- PASS: kuttl/harness/kerberos_hbase-2.4.18,docker.stackable.tech_sandbox_hbase_2.4.18-stackable0.0.0-dev_hdfs-latest-3.3.6_zookeeper-latest-3.9.2_krb5-1.21.1_listener-class-external-unstable_kerberos-realm-PROD.MYCORP_kerberos-backend-mit_openshift-true (749.16s)
        --- PASS: kuttl/harness/omid_hbase-2.4.18,docker.stackable.tech_sandbox_hbase_2.4.18-stackable0.0.0-dev_hdfs-latest-3.3.6_zookeeper-latest-3.9.2_openshift-true_omid-1.1.0 (231.34s)
        --- PASS: kuttl/harness/logging_hbase-2.4.18,docker.stackable.tech_sandbox_hbase_2.4.18-stackable0.0.0-dev_hdfs-latest-3.3.6_zookeeper-latest-3.9.2_openshift-true (160.16s)
        --- PASS: kuttl/harness/profiling_hbase-2.4.18,docker.stackable.tech_sandbox_hbase_2.4.18-stackable0.0.0-dev_hdfs-latest-3.3.6_zookeeper-latest-3.9.2_openshift-true (193.71s)
        --- PASS: kuttl/harness/snapshot-export_hbase-2.4.18,docker.stackable.tech_sandbox_hbase_2.4.18-stackable0.0.0-dev_hdfs-latest-3.3.6_zookeeper-latest-3.9.2_openshift-true (226.54s)

HBase 2.6.0

        --- PASS: kuttl/harness/opa_hbase-opa-2.6.0,docker.stackable.tech_sandbox_hbase_2.6.0-stackable0.0.0-dev_hdfs-latest-3.3.6_zookeeper-latest-3.9.2_krb5-1.21.1_openshift-true (417.84s)

razvan and others added 9 commits July 12, 2024 05:28
Co-authored-by: Lars Francke <git@lars-francke.de>
Co-authored-by: Lars Francke <git@lars-francke.de>
Co-authored-by: Lars Francke <git@lars-francke.de>
Co-authored-by: Lars Francke <git@lars-francke.de>
Co-authored-by: Lars Francke <git@lars-francke.de>
Co-authored-by: Lars Francke <git@lars-francke.de>
Co-authored-by: Lars Francke <git@lars-francke.de>
Co-authored-by: Lars Francke <git@lars-francke.de>
razvan and others added 2 commits July 12, 2024 06:19
Co-authored-by: Lars Francke <git@lars-francke.de>
Co-authored-by: Lars Francke <git@lars-francke.de>
@razvan razvan enabled auto-merge July 12, 2024 10:20
@razvan razvan added this pull request to the merge queue Jul 12, 2024
Merged via the queue into main with commit 3d2b687 Jul 12, 2024
32 checks passed
@razvan razvan deleted the feat/opa branch July 12, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants