diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-15 19:49:26 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-15 19:49:26 +0000 |
commit | f971c059d1b8ce4ccb2003375a3eef52c3b91689 (patch) | |
tree | b94885e37437a63e38fe001b7d4db3e9672c7ff1 /ci/scripts | |
parent | 0f1c1d66eb32630ed9fee936b233ed1ce68b5412 (diff) | |
parent | 701b5448847cbd131344cb2dac70465a8ef5f9a6 (diff) |
Merge "Setup FreeIPA to serve DNS in the setup script"
Diffstat (limited to 'ci/scripts')
-rw-r--r-- | ci/scripts/freeipa_setup.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/scripts/freeipa_setup.sh b/ci/scripts/freeipa_setup.sh index a4a3d665..e699841f 100644 --- a/ci/scripts/freeipa_setup.sh +++ b/ci/scripts/freeipa_setup.sh @@ -94,7 +94,9 @@ rm -f /etc/httpd/conf.d/ssl.conf # Set up FreeIPA ipa-server-install -U -r `hostname -d|tr "[a-z]" "[A-Z]"` \ -p $DirectoryManagerPassword -a $AdminPassword \ - --hostname `hostname -f` + --hostname `hostname -f` \ + --ip-address=$FreeIPAIP \ + --setup-dns --auto-forwarders --auto-reverse # Authenticate echo $AdminPassword | kinit admin |