diff --git a/README.md b/README.md index c43734b..10f0dae 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. \ No newline at end of file diff --git a/library/parse_backup_metadata.py b/library/parse_backup_metadata.py index 125614c..cbc1c85 100644 --- a/library/parse_backup_metadata.py +++ b/library/parse_backup_metadata.py @@ -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) diff --git a/roles/satellite-clone/vars/satellite_6.12.yml b/roles/satellite-clone/vars/satellite_6.12.yml new file mode 100644 index 0000000..7250904 --- /dev/null +++ b/roles/satellite-clone/vars/satellite_6.12.yml @@ -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'