Skip to content

Commit

Permalink
Add support for Satellite 6.12 version
Browse files Browse the repository at this point in the history
  • Loading branch information
LadislavVasina1 committed Aug 24, 2022
1 parent 0f0e33f commit f3392dd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Throughout this documentation, ensure that you understand the following terminol
- 6.9
- 6.10
- 6.11
- 6.12

#### What you need: ####
- A blank (vanilla install) RHEL 7 or RHEL 8 (Satellite 6.11+) machine (target server). You will run the setup commands here.
Expand Down Expand Up @@ -55,5 +56,4 @@ Proceed to performing the [cloning process](docs/satellite-clone.md). Please che

## Development ##

To make a contribution, please fork the repository and open up a pull request with your branch. All pull requests need to have a corresponding issue, you can comment the issue that your are fixing by putting `Fixes #302` (where 302 is the issue number) in the commit message. If there is no issue yet for your problem, just open one up! Community issues and contributions are always appreciated.

To make a contribution, please fork the repository and open up a pull request with your branch. All pull requests need to have a corresponding issue, you can comment the issue that your are fixing by putting `Fixes #302` (where 302 is the issue number) in the commit message. If there is no issue yet for your problem, just open one up! Community issues and contributions are always appreciated.
2 changes: 1 addition & 1 deletion library/parse_backup_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# - Full path (including file name) to metadata.yml
# required: true

SUPPORTED_VERSIONS = ["6.6", "6.7", "6.8", "6.9", "6.10", "6.11"]
SUPPORTED_VERSIONS = ["6.6", "6.7", "6.8", "6.9", "6.10", "6.11", "6.12"]

def find_rpm(rpms, pattern):
rpm_pattern = re.compile(pattern)
Expand Down
14 changes: 14 additions & 0 deletions roles/satellite-clone/vars/satellite_6.12.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# See the following issues for installer options
# https://github.com/RedHatSatellite/satellite-clone/issues/268
# https://github.com/RedHatSatellite/satellite-clone/issues/349
satellite_installer_options: "--foreman-ipa-authentication false --reset-puppet-server-ssl-chain-filepath --disable-system-checks"
satellite_upgrade_options: "--disable-system-checks"
verify_rake_task: reimport
selinux_packages:
- foreman-selinux
- katello-selinux
- pulpcore-selinux
db_packages:
- "{{ postgresql_package_name }}"
satellite_maintenance_version: '6.12'

0 comments on commit f3392dd

Please sign in to comment.