-
Notifications
You must be signed in to change notification settings - Fork 55
Adding support for legacy compilers (#448) #495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
3103736
Adding support for legacy compilers (#448)
ragingra 80e0762
Updating groups to cover ha scenarios
a0ffeaa
PE-38768 classify compilers task added (#467)
AaronShannon 590af0b
(PE-38767) Adding legacy compilers to get_peadm_config (#456)
ragingra e97569b
(PE-38770) Install Plan accepts legacy_compilers key (#474)
CoMfUcIoS 496e4bc
(PE-38771) Convert plan accepts legacy compilers key in params.json (…
CoMfUcIoS 9d584f2
feat(convert): add check for legacy compilers (#483)
CoMfUcIoS 3a5f4fb
fix: update messaging for legacy compilers check
CoMfUcIoS 5a05385
fix: clarify legacy compilers upgrade message
CoMfUcIoS e566eb2
chore(workflow): update test-upgrade-legacy.yaml for compiler versions
CoMfUcIoS 89d3acf
chore(workflow): add console_password to test-upgrade-legacy.yaml
CoMfUcIoS 8924308
refactor(plan): remove PuppetDB service stop commands in convert_comp…
CoMfUcIoS b509f68
fix(setup): correct variable reference for internal compiler pool add…
CoMfUcIoS f7244a3
Adding internal compiler address params to convert legacy compilers, …
123c1e6
Matching internal compiler address param types
e332276
Adding require node_manager_yaml to legacy_compiler_group
97577d6
Introduced a puppet run before node_groups defs
CoMfUcIoS bd2acdc
fix(setup): update puppetdb_host to use internal compiler pool addresses
CoMfUcIoS f38f402
docs: update upgrade_with_legacy_compilers.md with remove_pdb paramet…
CoMfUcIoS afff69c
fix(workflow): correct indentation for ssh-debugging input in test-up…
CoMfUcIoS 4c5bd66
chore(workflow): update test-upgrade-legacy.yaml name for clarity
CoMfUcIoS 4b24dfb
feat(convert_compiler_to_legacy): update parameter types and improve …
CoMfUcIoS 016bdd6
feat(workflow): enhance test-upgrade-legacy with SSH config and grouping
CoMfUcIoS b93f416
fix: handle undefined certname in convert_compiler_to_legacy plan
CoMfUcIoS f642fe8
fix(workflow): downgrade test-upgrade-legacy version to 2021.7.9
CoMfUcIoS fb01220
fix(workflow): update architecture in test-upgrade-legacy to large-wi…
CoMfUcIoS 86ca580
Fix Conflicts
CoMfUcIoS 0ae01f3
feat(plan): run puppet agent on all nodes after installation
CoMfUcIoS b30996c
fix(plan): remove redundant puppet agent run task
CoMfUcIoS 79dc961
feat(plans): gather certificate extension information in convert_comp…
CoMfUcIoS 7533166
feat(convert_compiler_to_legacy): gather certificate extension inform…
CoMfUcIoS e67d0b3
feat(convert_compiler_to_legacy): gather certificate extension inform…
CoMfUcIoS fdac866
feat(convert_compiler_to_legacy): gather certificate extension inform…
CoMfUcIoS e235324
feat(convert_compiler_to_legacy): gather certificate extension inform…
CoMfUcIoS 002167c
feat(convert_compiler_to_legacy): update internal compiler pool addre…
CoMfUcIoS 438ca01
ci(github-actions): remove test-upgrade-legacy workflow
CoMfUcIoS 4a07155
docs: update documentation for converting and upgrading legacy compilers
CoMfUcIoS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Convert compilers to legacy | ||
|
||
### Puppet Enterprise installed with puppetlabs-peadm version 3.25 or later | ||
|
||
To convert compilers to legacy compilers use the `peadm::convert_compiler_to_legacy` plan. This plan will create the needed Node group and Classifier rules to make compilers legacy. Also will add certificate extensions to those nodes. | ||
|
||
```shell | ||
bolt plan run peadm::convert_compiler_to_legacy legacy_hosts=compiler1.example.com,compiler2.example.com primary_host=primary.example.com | ||
``` |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.