Skip to content

Commit

Permalink
Updating the examples from 8.8 to 8.10 (#230)
Browse files Browse the repository at this point in the history
* Updated versions in example playbooks and docs to 8.10

* 8.10 typo

* Add changelog fragment.

---------

Co-authored-by: bontreger <bontreger@redhat.com>
Co-authored-by: Jeffrey Cutter <jcutter@redhat.com>
  • Loading branch information
3 people authored Oct 17, 2024
1 parent d399fe9 commit e586666
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/update_8_8_to_8_10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- Update example playbooks and variables from 8.8 to 8.10.
2 changes: 1 addition & 1 deletion playbooks/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# analysis_repos_el7: rhel-7-server-extras-rpms
# Optionally override the default analysis_repos_el7 to use the upstream copr leapp repository:
# analysis_repos_el7: copr:copr.fedorainfracloud.org:group_oamg:leapp
leapp_preupg_opts: --target 8.8
leapp_preupg_opts: --target 8.10
leapp_answerfile: |
[remove_pam_pkcs11_module_check]
confirm = True
Expand Down
2 changes: 1 addition & 1 deletion playbooks/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
satellite_organization: My Satellite Organization
satellite_activation_key_leapp: MY_ACTIVATION_KEY
satellite_activation_key_post_leapp: MY_ACTIVATION_KEY_POST
leapp_upgrade_opts: --target 8.8
leapp_upgrade_opts: --target 8.10
update_grub_to_grub_2: true
selinux_mode: permissive
tasks:
Expand Down
8 changes: 4 additions & 4 deletions roles/analysis/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ local_repos_pre_leapp: []
local_repos_leapp: []
# local_repos_leapp:
# - name: rhel-8-for-x86_64-baseos-rpms
# description: Red Hat 8.8 Base OS
# baseurl: http://repo01.example.com/8.8/rhel-8-for-x86_64-baseos-rpms
# description: Red Hat 8.10 Base OS
# baseurl: http://repo01.example.com/8.10/rhel-8-for-x86_64-baseos-rpms
# # enabled: 1 # Default 1
# # gpgcheck: 0 # Default 0
# # gpgkey: XXX # Default omit.
# # repo_gpgcheck: 0 # Default omit.
# - name: rhel-8-for-x86_64-appstream-rpms
# description: Red Hat 8.8 App Stream
# baseurl: http://repo01.example.com/8.8/rhel-8-for-x86_64-baseos-rpms
# description: Red Hat 8.10 App Stream
# baseurl: http://repo01.example.com/8.10/rhel-8-for-x86_64-baseos-rpms
# # enabled: 1 # Default 1
# # gpgcheck: 0 # Default 0
# # gpgkey: XXX # Default omit.
Expand Down
8 changes: 4 additions & 4 deletions roles/upgrade/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ local_repos_pre_leapp: []
local_repos_leapp: []
# local_repos_leapp:
# - name: rhel-8-for-x86_64-baseos-rpms
# description: Red Hat 8.8 Base OS
# baseurl: http://repo03.example.com/8.8/rhel-8-for-x86_64-baseos-rpms
# description: Red Hat 8.10 Base OS
# baseurl: http://repo03.example.com/8.10/rhel-8-for-x86_64-baseos-rpms
# # enabled: 1 # Default 1
# # gpgcheck: 0 # Default 0
# # gpgkey: XXX # Default omit.
Expand All @@ -57,8 +57,8 @@ local_repos_leapp: []
# # file: local # Will be ignored for leapp_upgrade_repositories.repo
# # state: present # Defaults to present.
# - name: rhel-8-for-x86_64-appstream-rpms
# description: Red Hat 8.8 App Stream
# baseurl: http://repo03.example.com/8.8/rhel-8-for-x86_64-baseos-rpms
# description: Red Hat 8.10 App Stream
# baseurl: http://repo03.example.com/8.10/rhel-8-for-x86_64-baseos-rpms
# # enabled: 1 # Default 1
# # gpgcheck: 0 # Default 0
# # gpgkey: XXX # Default omit.
Expand Down

0 comments on commit e586666

Please sign in to comment.