Skip to content

Commit ae20e6d

Browse files
k8soneillstevemul
authored andcommitted
Satellite check-in (#93)
* added start & enable of rhsmcertd to rhel servers init scripts * Update server_with_port.yaml * Removing legacy command
1 parent b076087 commit ae20e6d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

files/install_config_agent_yum.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,5 @@ retry yum install -y \
8484
atomic-openshift-clients \
8585
vim \
8686
tmux
87+
88+
retry systemctl enable rhsmcertd --now

server_with_port.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ resources:
7777
subscription-manager repos --enable=rhel-7-server-satellite-tools-6.3-rpms
7878
yum install -y katello-agent
7979
fi
80-
ln -sf /usr/share/zoneinfo/UTC /etc/localtime
81-
nmcli d connect eth1
80+
systemctl enable rhsmcertd --now
81+
ln -sf /usr/share/zoneinfo/UTC /etc/localtime
8282
8383
port:
8484
type: OS::Neutron::Port

0 commit comments

Comments
 (0)