Skip to content
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

Added 6.12 version #425

Merged
merged 4 commits into from
Aug 24, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
15 changes: 15 additions & 0 deletions roles/satellite-clone/vars/satellite_6.12.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
# 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_ansible_version: '2.9'
evgeni marked this conversation as resolved.
Show resolved Hide resolved
satellite_maintenance_version: '6.12'