diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-01-13 15:50:36 +0200 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-01-13 17:10:47 +0200 |
commit | aaf4dc1690ffeeace74ae3507e5416e77fb4db45 (patch) | |
tree | acf9824e8bb380ba15d215c339803ec0073f61f7 /ci/scripts | |
parent | 898e1c31836724447030068fd313f4fdae826d0d (diff) |
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
Diffstat (limited to 'ci/scripts')
-rw-r--r-- | ci/scripts/freeipa_setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/scripts/freeipa_setup.sh b/ci/scripts/freeipa_setup.sh index 9f5f2dc6..6906a2dd 100644 --- a/ci/scripts/freeipa_setup.sh +++ b/ci/scripts/freeipa_setup.sh @@ -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 |