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:
parent
898e1c3183
commit
aaf4dc1690
@ -24,7 +24,7 @@ echo "nameserver 8.8.4.4" >> /etc/resolv.conf
|
||||
yum -q -y remove openstack-dashboard
|
||||
|
||||
# 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
|
||||
|
||||
# Prepare hostname
|
||||
|
Loading…
x
Reference in New Issue
Block a user