Add git to FreeIPA test server install script
This is needed to fetch the tripleo repo; since it's not available because we're using the generic cloud image on CI. Change-Id: I22ebe028c7b23cb5fba7d03ce89e967bca5951f8
This commit is contained in:
@@ -24,7 +24,7 @@ echo "nameserver 8.8.4.4" >> /etc/resolv.conf
|
|||||||
yum -q -y remove openstack-dashboard
|
yum -q -y remove openstack-dashboard
|
||||||
|
|
||||||
# Install the needed packages
|
# Install the needed packages
|
||||||
yum -q install -y ipa-server ipa-server-dns epel-release rng-tools mod_nss
|
yum -q install -y ipa-server ipa-server-dns epel-release rng-tools mod_nss git
|
||||||
yum -q install -y haveged
|
yum -q install -y haveged
|
||||||
|
|
||||||
# Prepare hostname
|
# Prepare hostname
|
||||||
|
|||||||
Reference in New Issue
Block a user