Skip to content

Commit

Permalink
Change satellite-tools from 6.3 to 6.5 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
benbacon authored and k8soneill committed Nov 13, 2019
1 parent cee6f89 commit 93a01c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions files/install_config_agent_yum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ retry subscription-manager register --org __rhn_orgid__ --activationkey __rhn_ac
# install katello agent from specific repo and then disable
if [[ "__satellite_deploy__" = True ]]
then
subscription-manager repos --enable=rhel-7-server-satellite-tools-6.3-rpms
subscription-manager repos --enable=rhel-7-server-satellite-tools-6.5-rpms
yum install -y katello-agent
fi

Expand All @@ -54,7 +54,7 @@ retry subscription-manager repos \
--enable=rhel-7-server-openstack-12-tools-rpms \
--enable=rhel-7-server-rh-common-rpms \
--enable=rhel-7-server-ansible-2.6-rpms \
--enable=rhel-7-server-satellite-tools-6.3-rpms
--enable=rhel-7-server-satellite-tools-6.5-rpms

retry yum install -y \
os-collect-config \
Expand Down
2 changes: 1 addition & 1 deletion server_with_port.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ resources:
subscription-manager repos --enable=rhel-7-server-rpms
if [[ "__satellite_deploy__" = True ]]
then
subscription-manager repos --enable=rhel-7-server-satellite-tools-6.3-rpms
subscription-manager repos --enable=rhel-7-server-satellite-tools-6.5-rpms
yum install -y katello-agent
fi
systemctl enable rhsmcertd --now
Expand Down

0 comments on commit 93a01c2

Please sign in to comment.