We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b076087 commit ae20e6dCopy full SHA for ae20e6d
files/install_config_agent_yum.sh
@@ -84,3 +84,5 @@ retry yum install -y \
84
atomic-openshift-clients \
85
vim \
86
tmux
87
+
88
+retry systemctl enable rhsmcertd --now
server_with_port.yaml
@@ -77,8 +77,8 @@ resources:
77
subscription-manager repos --enable=rhel-7-server-satellite-tools-6.3-rpms
78
yum install -y katello-agent
79
fi
80
- ln -sf /usr/share/zoneinfo/UTC /etc/localtime
81
- nmcli d connect eth1
+ systemctl enable rhsmcertd --now
+ ln -sf /usr/share/zoneinfo/UTC /etc/localtime
82
83
port:
type: OS::Neutron::Port
0 commit comments