Skip to content

Commit

Permalink
HDDS-11685. Use ozone-testkrb5 from GitHub (apache#7424)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored Nov 12, 2024
1 parent 5663971 commit 27fcd0c
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ env:
TEST_JAVA_VERSION: 17 # JDK version used by CI build and tests; should match the JDK version in apache/ozone-runner image
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
OZONE_RUNNER_IMAGE: ghcr.io/apache/ozone-runner
OZONE_RUNNER_VERSION: 20241108-jdk17-1
OZONE_WITH_COVERAGE: ${{ github.event_name == 'push' }}
jobs:
build-info:
Expand Down
4 changes: 2 additions & 2 deletions hadoop-ozone/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<properties>
<file.encoding>UTF-8</file.encoding>
<downloadSources>true</downloadSources>
<docker.ozone-runner.version>20241104-jdk17-1</docker.ozone-runner.version>
<docker.ozone-testkr5b.image>apache/ozone-testkrb5:20230318-1</docker.ozone-testkr5b.image>
<docker.ozone-runner.version>20241108-jdk17-1</docker.ozone-runner.version>
<docker.ozone-testkr5b.image>ghcr.io/apache/ozone-testkrb5:20241112-1</docker.ozone-testkr5b.image>
<maven.test.skip>true</maven.test.skip> <!-- no tests in this module so far -->
</properties>

Expand Down
Binary file modified hadoop-ozone/dist/src/main/keytabs/HTTP.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/dn.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/hadoop.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/httpfs.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/jhs.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/nm.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/om.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/recon.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/rm.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/s3g.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/scm.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/testuser.keytab
Binary file not shown.
Binary file modified hadoop-ozone/dist/src/main/keytabs/testuser2.keytab
Binary file not shown.

0 comments on commit 27fcd0c

Please sign in to comment.