Skip to content

Instantly share code, notes, and snippets.

@chris1984
Created March 24, 2021 15:14
Show Gist options
  • Save chris1984/9c41a8432b3d5fd409f6ac35ea6044cd to your computer and use it in GitHub Desktop.
Save chris1984/9c41a8432b3d5fd409f6ac35ea6044cd to your computer and use it in GitHub Desktop.
Export-seed
echo 'Enabling Red Hat Ansible Engine 2.9 RPMs for Red Hat Enterprise Linux 7 Server'
hammer repository-set enable --name "Red Hat Ansible Engine 2.9 RPMs for Red Hat Enterprise Linux 7 Server" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Satellite Capsule 6.8 (for RHEL 7 Server) (RPMs)'
hammer repository-set enable --name "Red Hat Satellite Capsule 6.8 (for RHEL 7 Server) (RPMs)" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Satellite Maintenance 6 (for RHEL 7 Server) (RPMs)'
hammer repository-set enable --name "Red Hat Satellite Maintenance 6 (for RHEL 7 Server) (RPMs)" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Satellite Tools 6.3 - Puppet 4 (for RHEL 6 Server) (RPMs)'
hammer repository-set enable --name "Red Hat Satellite Tools 6.3 - Puppet 4 (for RHEL 6 Server) (RPMs)" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Satellite Tools 6.3 - Puppet 4 (for RHEL 7 Server) (RPMs)'
hammer repository-set enable --name "Red Hat Satellite Tools 6.3 - Puppet 4 (for RHEL 7 Server) (RPMs)" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Satellite Tools 6.4 (for RHEL 7 Server) (RPMs)'
hammer repository-set enable --name "Red Hat Satellite Tools 6.4 (for RHEL 7 Server) (RPMs)" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Satellite Tools 6.5 (for RHEL 6 Server) (RPMs)'
hammer repository-set enable --name "Red Hat Satellite Tools 6.5 (for RHEL 6 Server) (RPMs)" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Satellite Tools 6.5 (for RHEL 7 Server) (RPMs)'
hammer repository-set enable --name "Red Hat Satellite Tools 6.5 (for RHEL 7 Server) (RPMs)" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Satellite Tools 6.5 for RHEL 8 x86_64 (RPMs)'
hammer repository-set enable --name "Red Hat Satellite Tools 6.5 for RHEL 8 x86_64 (RPMs)" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Satellite Tools 6.6 (for RHEL 6 Server) (RPMs)'
hammer repository-set enable --name "Red Hat Satellite Tools 6.6 (for RHEL 6 Server) (RPMs)" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Satellite Tools 6.6 (for RHEL 7 Server) (RPMs)'
hammer repository-set enable --name "Red Hat Satellite Tools 6.6 (for RHEL 7 Server) (RPMs)" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Satellite Tools 6.6 for RHEL 8 x86_64 (RPMs)'
hammer repository-set enable --name "Red Hat Satellite Tools 6.6 for RHEL 8 x86_64 (RPMs)" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Satellite Tools 6.7 for RHEL 6 Server RPMs'
hammer repository-set enable --name "Red Hat Satellite Tools 6.7 (for RHEL 6 Server) (RPMs)" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Satellite Tools 6.7 (for RHEL 7 Server) (RPMs)'
hammer repository-set enable --name "Red Hat Satellite Tools 6.7 (for RHEL 7 Server) (RPMs)" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Satellite Tools 6.7 for RHEL 8 x86_64 (RPMs)'
hammer repository-set enable --name "Red Hat Satellite Tools 6.7 for RHEL 8 x86_64 (RPMs)" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Satellite Tools 6.8 (for RHEL 6 Server) (RPMs)'
hammer repository-set enable --name "Red Hat Satellite Tools 6.8 (for RHEL 6 Server) (RPMs)" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Satellite Tools 6.8 (for RHEL 7 Server) (RPMs)'
hammer repository-set enable --name "Red Hat Satellite Tools 6.8 (for RHEL 7 Server) (RPMs)" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Satellite Tools 6.8 for RHEL 8 x86_64 (RPMs)'
hammer repository-set enable --name "Red Hat Satellite Tools 6.8 for RHEL 8 x86_64 (RPMs)" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Virtualization 4 Tools for RHEL 8 x86_64 (RPMs)'
hammer repository-set enable --name "Red Hat Virtualization 4 Tools for RHEL 8 x86_64 (RPMs)" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Virtualization 4 Tools (RHEL 7 Server) (RPMs)'
hammer repository-set enable --name "Red Hat Virtualization 4 Tools (RHEL 7 Server) (RPMs)" --organization-id 1 --basearch "x86_64"
echo 'Enabling Red Hat Virtualization Manager 4 Tools (RHEL 7 Server) (RPMs)'
hammer repository-set enable --name "Red Hat Virtualization Manager 4 Tools (RHEL 7 Server) (RPMs)" --organization-id 1 --basearch "x86_64"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment