Skip to content

Commit 69c0cdb

Browse files
authored
Merge pull request #283 from puppetlabs/SOLARCH-1041
Bump latest versoins to 2021.7.0 and 2019.8.12
2 parents 472d2b2 + d700ccc commit 69c0cdb

33 files changed

+55
-52
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-fips-install-matrix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- large
2929
- extra-large-with-dr
3030
version:
31-
- 2019.8.11
32-
- 2021.6.0
31+
- 2019.8.12
32+
- 2021.7.0
3333
image:
3434
- rhel-8
3535
fips:

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
- large
2929
- extra-large-with-dr
3030
version:
31-
- 2019.8.11
32-
- 2021.6.0
31+
- 2019.8.12
32+
- 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
@@ -88,7 +88,8 @@ jobs:
8888
--modulepath spec/fixtures/modules \
8989
provider=provision_service \
9090
image=${{ matrix.image }} \
91-
architecture=${{ matrix.architecture }}
91+
architecture=${{ matrix.architecture }} \
92+
--log-level trace
9293
echo ::endgroup::
9394
9495
echo ::group::info:request

.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
- 'standard'
2828
- 'extra-large-with-dr'
2929
version:
30-
- '2019.8.11'
30+
- '2019.8.12'
3131
version_to_upgrade:
32-
- '2021.6.0'
32+
- '2021.7.0'
3333
image:
34-
- 'centos-7'
34+
- 'almalinux-cloud/almalinux-8'
3535
download_mode:
3636
- 'direct'
3737

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ The peadm module is able to deploy and manage Puppet Enterprise 2019.x Standard,
66

77
#### Table of Contents
88

9-
1. [Expectations and support](#expectations-and-support)
10-
2. [Overview](#overview)
11-
* [What peadm affects](#what-peadm-affects)
12-
* [What peadm does not affect](#what-peadm-does-not-affect)
13-
* [Requirements](#requirements)
14-
3. [Usage](#usage)
15-
4. [Reference](#reference)
16-
5. [Getting Help](#getting-help)
9+
- [Puppet Enterprise (pe) Administration (adm) Module](#puppet-enterprise-pe-administration-adm-module)
10+
- [Table of Contents](#table-of-contents)
11+
- [Expectations and support](#expectations-and-support)
12+
- [Overview](#overview)
13+
- [What peadm affects](#what-peadm-affects)
14+
- [What peadm does not affect](#what-peadm-does-not-affect)
15+
- [Requirements](#requirements)
16+
- [Usage](#usage)
17+
- [Reference](#reference)
18+
- [Getting Help](#getting-help)
1719

1820
## Expectations and support
1921

@@ -42,7 +44,7 @@ The normal usage pattern for peadm is as follows.
4244

4345
### Requirements
4446

45-
* Puppet Enterprise 2019.8.1 or newer (tested with PE 2021.6)
47+
* Puppet Enterprise 2019.8.1 or newer (tested with PE 2021.7)
4648
* Bolt 3.17.0 or newer (tested with Bolt 3.21.0)
4749
* EL 7, EL 8, Ubuntu 18.04, or Ubuntu 20.04
4850
* Classifier Data enabled. This PE feature is enabled by default on new installs, but can be disabled by users if they remove the relevant configuration from their global hiera.yaml file. See the [PE docs](https://puppet.com/docs/pe/latest/config_console.html#task-5039) for more information.

documentation/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Example params.json Bolt parameters file (shown: Extra Large with DR):
103103
"console_password": "puppetlabs",
104104
"dns_alt_names": [ "puppet", "puppet.lab1.puppet.vm" ],
105105
"compiler_pool_address": "puppet.lab1.puppet.vm",
106-
"version": "2021.6.0"
106+
"version": "2021.7.0"
107107
}
108108
```
109109

@@ -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

0 commit comments

Comments
 (0)