adoroszlai opened a new pull request, #8575: URL: https://github.com/apache/ozone/pull/8575
## What changes were proposed in this pull request? Add Docker Compose add-on in `ozonesecure-ha` for running tests with Apache Ranger. The test script currently only starts the environment, but does not execute any Robot tests yet. I think that will require setting up policies for Ozone in Ranger. The environment uses my own [Docker image for Ranger](https://github.com/adoroszlai/ranger-docker), because official Apache Ranger image is available only for `arm64` (see #8037). If they are adopted by Apache Ranger, we can switch to official images. https://issues.apache.org/jira/browse/HDDS-11454 ## How was this patch tested? ```bash cd hadoop-ozone/dist/target/ozone-2.1.0-SNAPSHOT/compose/ozonesecure-ha KEEP_RUNNING=true ./test-ranger.sh ``` Opened Ranger Admin, verified it works: ```bash open http://localhost:6080 ``` Verified OM started without problems. CI: ``` Executing test ozonesecure-ha/test-ranger.sh ... Port 6080 is available on ranger ``` https://github.com/adoroszlai/ozone/actions/runs/15488993530/job/43610706919 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
