Skip to content

Commit

Permalink
Rename DB_IMAGE to DS_IMAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Sep 6, 2024
1 parent 74dc799 commit d67d4d0
Show file tree
Hide file tree
Showing 123 changed files with 265 additions and 265 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PKICertImport-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PKICertImport
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/acme-certbot-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ACME with certbot
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
# docs/installation/acme/Installing_PKI_ACME_Responder.md
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=ds.example.com \
--password=Secret.123 \
ds
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/acme-container-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ACME container
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
# docs/installation/podman/Deploying_PKI_ACME_Responder_on_Podman.md
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/acme-postgresql-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ACME with postgresql back-end
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
# docs/installation/acme/Installing_PKI_ACME_Responder.md
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=ds.example.com \
--password=Secret.123 \
ds
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/acme-switchover-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ACME server switchover
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
# This test verifies that in a cluster the baseURL parameter can be used
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=ds.example.com \
--password=Secret.123 \
ds
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ca-admin-user-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CA admin user
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
test:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Set up DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=ds.example.com \
--password=Secret.123 \
ds
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ca-basic-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Basic CA
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
# docs/installation/ca/Installing_CA.md
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=ds.example.com \
--password=Secret.123 \
ds
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ca-cert-revocation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CA cert revocation
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
test:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Set up DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=ds.example.com \
--password=Secret.123 \
ds
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ca-clone-hsm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CA clone with HSM
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
# docs/installation/ca/Installing_CA_Clone_with_HSM.md
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up primary DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=primaryds.example.com \
--password=Secret.123 \
primaryds
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Set up secondary DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=secondaryds.example.com \
--password=Secret.123 \
secondaryds
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
- name: Set up tertiary DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=tertiaryds.example.com \
--password=Secret.123 \
tertiaryds
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ca-clone-replicated-ds-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: CA clone with replicated DS
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
test:
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Set up primary DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=primaryds.example.com \
--password=Secret.123 \
primaryds
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Set up secondary DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=secondaryds.example.com \
--password=Secret.123 \
secondaryds
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ca-clone-secure-ds-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CA clone with secure DS
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
# docs/installation/ca/Installing_CA_Clone.md
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ca-clone-shared-ds-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CA clone with shared DS
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
test:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Set up DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=ds.example.com \
--password=Secret.123 \
ds
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ca-clone-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CA clone
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
# docs/installation/ca/Installing_CA.md
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up primary DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=primaryds.example.com \
--password=Secret.123 \
primaryds
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Set up secondary DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=secondaryds.example.com \
--password=Secret.123 \
secondaryds
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
- name: Set up tertiary DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=tertiaryds.example.com \
--password=Secret.123 \
tertiaryds
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ca-cmc-shared-token-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CA with CMC shared token
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
# https://github.com/dogtagpki/pki/wiki/Issuing-User-Certificate-with-CMC-Shared-Token
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set up DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=ds.example.com \
--password=Secret.123 \
ds
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ca-container-basic-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Basic CA container
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
# https://github.com/dogtagpki/pki/wiki/Deploying-CA-Container
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
- name: Set up DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=ds.example.com \
--network=example \
--network-alias=ds.example.com \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ca-container-existing-certs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CA container with existing certs
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
# https://github.com/dogtagpki/pki/wiki/Deploying-CA-Container
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
- name: Set up DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=ds.example.com \
--network=example \
--network-alias=ds.example.com \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ca-container-existing-config-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CA container with existing config
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
test:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set up DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=ds.example.com \
--network=example \
--network-alias=ds.example.com \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ca-container-migration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CA migration to container
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
test:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Set up DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=ds.example.com \
--network=example \
--network-alias=ds.example.com \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ca-container-system-service-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CA container system service
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
test:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Set up DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=ds.example.com \
--network=example \
--network-alias=ds.example.com \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ca-container-user-service-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CA container user service
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
test:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Set up DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=ds.example.com \
--network=example \
--network-alias=ds.example.com \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ca-crl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CA CRL database
on: workflow_call

env:
DB_IMAGE: ${{ vars.DB_IMAGE || 'quay.io/389ds/dirsrv' }}
DS_IMAGE: ${{ vars.DS_IMAGE || 'quay.io/389ds/dirsrv' }}

jobs:
# https://github.com/dogtagpki/pki/wiki/CA-CRL-Database
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up DS container
run: |
tests/bin/ds-create.sh \
--image=${{ env.DB_IMAGE }} \
--image=${{ env.DS_IMAGE }} \
--hostname=ds.example.com \
--password=Secret.123 \
ds
Expand Down
Loading

0 comments on commit d67d4d0

Please sign in to comment.