Skip to content

Commit 294e842

Browse files
committed
update versions
add pause after provisioning for debugging
1 parent 39df962 commit 294e842

30 files changed

+35
-33
lines changed

.github/workflows/test-add-replica.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
image:
88
description: 'GCP image for test cluster'
99
required: true
10-
default: 'centos-7'
10+
default: 'almalinux-cloud/almalinux-8'
1111
architecture:
1212
description: 'PE architecture to test'
1313
required: true
1414
default: 'standard'
1515
version:
1616
description: 'PE version to install'
1717
required: true
18-
default: '2019.8.8'
18+
default: '2021.7.0'
1919
ssh-debugging:
2020
description: 'Boolean; whether or not to pause for ssh debugging'
2121
required: true

.github/workflows/test-install-matrix.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- 2021.7.0
3333
image:
3434
- centos-7
35-
35+
- almalinux-cloud/almalinux-8
3636
steps:
3737
- name: "Honeycomb: Start recording"
3838
uses: puppetlabs/kvrhdn-gha-buildevents@pdk-templates-v1
@@ -99,6 +99,8 @@ jobs:
9999
sed -e 's/password: .*/password: "[redacted]"/' < spec/fixtures/litmus_inventory.yaml || true
100100
echo ::endgroup::
101101
102+
touch ${HOME}/pause
103+
102104
- name: "Honeycomb: Record provision time"
103105
if: ${{ always() }}
104106
run: |

.github/workflows/test-install.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
image:
88
description: 'GCP image for test cluster'
99
required: true
10-
default: 'centos-7'
10+
default: 'almalinux-cloud/almalinux-8'
1111
architecture:
1212
description: 'PE architecture to test'
1313
required: true
1414
default: 'standard'
1515
version:
1616
description: 'PE version to install'
1717
required: true
18-
default: '2021.6.0'
18+
default: '2021.7.0'
1919
ssh-debugging:
2020
description: 'Boolean; whether or not to pause for ssh debugging'
2121
required: true

.github/workflows/test-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
version_to_upgrade:
3232
- '2021.7.0'
3333
image:
34-
- 'centos-7'
34+
- 'almalinux-cloud/almalinux-8'
3535
download_mode:
3636
- 'direct'
3737

documentation/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ A parameters JSON file can then reference the target names, which will become th
168168
"console_password": "puppetlabs",
169169
"dns_alt_names": [ "puppet", "puppet.lab1.puppet.vm" ],
170170
"compiler_pool_address": "puppet.lab1.puppet.vm",
171-
"version": "2019.2.2"
171+
"version": "2021.7.0"
172172
}
173173
```
174174

documentation/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The following is an example parameters file for upgrading an Extra Large archite
1010

1111
```json
1212
{
13-
"version": "2019.2.2",
13+
"version": "2021.7.0",
1414
"primary_host": "pe-master-09a40c-0.us-west1-a.c.reidmv-peadm.internal",
1515
"primary_postgresql_host": "pe-psql-09a40c-0.us-west1-a.c.reidmv-peadm.internal",
1616
"replica_host": "pe-master-09a40c-1.us-west1-b.c.reidmv-peadm.internal",

examples/provision/extra-large-ha.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2019.4.0",
2+
"version": "2021.7.0",
33
"console_password": "puppetlabs",
44
"primary_host": "pe-master-1830cd-0.us-west1-a.c.reidmv-peadm.internal",
55
"replica_host": "pe-master-1830cd-1.us-west1-b.c.reidmv-peadm.internal",

examples/provision/extra-large.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2019.2.4",
2+
"version": "2021.7.0",
33
"console_password": "puppetlabs",
44
"primary_host": "pe-master-1830cd-0.us-west1-a.c.reidmv-peadm.internal",
55

examples/provision/large-ha.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2019.4.0",
2+
"version": "2021.7.0",
33
"console_password": "puppetlabs",
44
"primary_host": "pe-master-1830cd-0.us-west1-a.c.reidmv-peadm.internal",
55
"replica_host": "pe-master-1830cd-1.us-west1-b.c.reidmv-peadm.internal",

examples/provision/large.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2019.4.0",
2+
"version": "2021.7.0",
33
"console_password": "puppetlabs",
44
"primary_host": "pe-master-1830cd-0.us-west1-a.c.reidmv-peadm.internal",
55

0 commit comments

Comments
 (0)