Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test-add-compiler-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
matrix:
architecture: [standard, large, extra-large]
version: [2021.7.9, 2023.8.5, 2025.5.0]
image: [almalinux-cloud/almalinux-8]
image: [almalinux-cloud/almalinux-9]
steps:
- name: Checkout Source
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-add-compiler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
image:
description: GCP image for test cluster
required: true
default: almalinux-cloud/almalinux-8
default: almalinux-cloud/almalinux-9
architecture:
description: PE architecture to test
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-add-replica-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
matrix:
architecture: [standard, standard-with-dr, large, extra-large]
version: [2023.8.5, 2025.5.0]
image: [almalinux-cloud/almalinux-8]
image: [almalinux-cloud/almalinux-9]
steps:
- name: Checkout Source
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-add-replica.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
image:
description: GCP image for test cluster
required: true
default: almalinux-cloud/almalinux-8
default: almalinux-cloud/almalinux-9
architecture:
description: PE architecture to test
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-backup-restore-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
image:
description: GCP image for test cluster
required: true
default: almalinux-cloud/almalinux-8
default: almalinux-cloud/almalinux-9
architecture:
description: PE architecture to test
required: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-backup-restore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
image:
description: GCP image for test cluster
required: true
default: almalinux-cloud/almalinux-8
default: almalinux-cloud/almalinux-9
architecture:
description: PE architecture to test
required: true
Expand All @@ -32,7 +32,7 @@ on:
jobs:
backup-restore-test:
name: "Backup, break and restore cluster: PE ${{ github.event.inputs.version || '2025.5.0' }}\
\ ${{ github.event.inputs.architecture || 'extra-large' }} on ${{ github.event.inputs.image || 'almalinux-cloud/almalinux-8' }}"
\ ${{ github.event.inputs.architecture || 'extra-large' }} on ${{ github.event.inputs.image || 'almalinux-cloud/almalinux-9' }}"
runs-on: ubuntu-latest
env:
BOLT_GEM: true
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
bundle exec bolt plan run peadm_spec::provision_test_cluster \
--modulepath spec/fixtures/modules \
provider=provision_service \
image=${{ github.event.inputs.image || 'almalinux-cloud/almalinux-8' }} \
image=${{ github.event.inputs.image || 'almalinux-cloud/almalinux-9' }} \
architecture=${{ github.event.inputs.architecture || 'extra-large' }}
echo ::endgroup::
echo ::group::info:request
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-failover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
image:
description: GCP image for test cluster
required: true
default: almalinux-cloud/almalinux-8
default: almalinux-cloud/almalinux-9
version:
description: PE version to install
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-install-latest-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
image:
description: GCP image for test cluster
required: true
default: almalinux-cloud/almalinux-8
default: almalinux-cloud/almalinux-9
architecture:
type: choice
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
architecture: [extra-large-with-dr]
image: [almalinux-cloud/almalinux-8]
image: [almalinux-cloud/almalinux-9]
steps:
- name: Start SSH session
if: ${{ github.event.inputs.ssh-debugging == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-install-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
matrix:
architecture: [standard-with-dr, large, extra-large-with-dr]
version: [2021.7.9, 2023.8.5, 2025.5.0]
image: [almalinux-cloud/almalinux-8]
image: [almalinux-cloud/almalinux-9]
steps:
- name: Checkout Source
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
image:
description: GCP image for test cluster
required: true
default: almalinux-cloud/almalinux-8
default: almalinux-cloud/almalinux-9
architecture:
description: PE architecture to test
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-legacy-compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
bundle exec bolt plan run peadm_spec::provision_test_cluster \
--modulepath spec/fixtures/modules \
provider=provision_service \
image=almalinux-cloud/almalinux-8 \
image=almalinux-cloud/almalinux-9 \
architecture=large-with-dr
echo ::endgroup::
echo ::group::certnames
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-legacy-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
bundle exec bolt plan run peadm_spec::provision_test_cluster \
--modulepath spec/fixtures/modules \
provider=provision_service \
image=almalinux-cloud/almalinux-8 \
image=almalinux-cloud/almalinux-9 \
architecture=large-with-dr
echo ::endgroup::
echo ::group::certnames
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/test-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,30 +44,30 @@ jobs:
- large-with-dr
- extra-large-with-dr
version: [2021.7.9, 2023.8.5, 2025.5.0]
image: [almalinux-cloud/almalinux-8]
image: [almalinux-cloud/almalinux-9]
include:
- architecture: standard
version: 2023.8.5
image: almalinux-cloud/almalinux-8
image: almalinux-cloud/almalinux-9
new_pe_version: 2025.5.0
- architecture: large
version: 2023.8.5
image: almalinux-cloud/almalinux-8
image: almalinux-cloud/almalinux-9
new_pe_version: 2025.5.0
- architecture: extra-large
version: 2023.8.5
image: almalinux-cloud/almalinux-8
image: almalinux-cloud/almalinux-9
new_pe_version: 2025.5.0
# excluding the following combinations as due to their long running nature they always fail due to
# the test nodes in GCP that litmus provisions becoming unreachable after a time. If we address PE-40902
# to change how we provision test nodes in CI then we will hopefully be able to include these
# excluding the following combinations as due to their long running nature they always fail due to
# the test nodes in GCP that litmus provisions becoming unreachable after a time. If we address PE-40902
# to change how we provision test nodes in CI then we will hopefully be able to include these
exclude:
- architecture: extra-large-with-dr
version: 2023.8.5
image: almalinux-cloud/almalinux-8
image: almalinux-cloud/almalinux-9
- architecture: extra-large-with-dr
version: 2025.5.0
image: almalinux-cloud/almalinux-8
image: almalinux-cloud/almalinux-9
steps:
- name: Checkout Source
uses: actions/checkout@v4
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
--modulepath spec/fixtures/modules \
--no-host-key-check \
inventory_file=spec/fixtures/litmus_inventory.yaml
echo ::endgroup::
echo ::endgroup::
- name: Output contents of litmus_inventory.yaml
run: |
cat spec/fixtures/litmus_inventory.yaml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-replace-failed-postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
architecture: [extra-large-with-dr-and-spare-replica]
install_architecture: [extra-large-with-dr]
version: [2021.7.9, 2023.8.5, 2025.5.0]
image: [almalinux-cloud/almalinux-8]
image: [almalinux-cloud/almalinux-9]
steps:
- name: Checkout Source
uses: actions/checkout@v4
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
--modulepath spec/fixtures/modules \
--no-host-key-check \
inventory_file=spec/fixtures/litmus_inventory.yaml
echo ::endgroup::
echo ::endgroup::
- name: Output contents of litmus_inventory.yaml
run: |
cat spec/fixtures/litmus_inventory.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-upgrade-latest-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
image:
description: GCP image for test cluster
required: true
default: almalinux-cloud/almalinux-8
default: almalinux-cloud/almalinux-9
architecture:
type: choice
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
architecture: [extra-large-with-dr]
version: [2023.8.5]
image: [almalinux-cloud/almalinux-8]
image: [almalinux-cloud/almalinux-9]
steps:
- name: Checkout Source
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-upgrade-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
architecture: [standard, extra-large] # removing xl-with dr until PE-40902 is addressed
version: [2021.7.9, 2023.8.5]
version_to_upgrade: [2021.7.9, 2023.8.5, 2025.5.0]
image: [almalinux-cloud/almalinux-8]
image: [almalinux-cloud/almalinux-9]
download_mode: [direct]
exclude:
- version: 2021.7.9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
image:
description: GCP image for test cluster
required: true
default: almalinux-cloud/almalinux-8
default: almalinux-cloud/almalinux-9
architecture:
type: choice
required: true
Expand Down
2 changes: 1 addition & 1 deletion plans/backup.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# bolt plan run peadm::backup -t primary1.example.com
#
plan peadm::backup (
# This plan should be run on the primary server
# This plan should be run on the primary serverggggggg
Peadm::SingleTargetSpec $targets,

# backup type determines the backup options
Expand Down
Loading