Use a more appropriate domain name for FreeIPA

the domain I set initially was causing issues with some operations when
used outside of CI, this uses a more appropriate one.

Change-Id: I3142b3593d93bcdc1f92d12c1192262b0cc1e557
This commit is contained in:
Juan Antonio Osorio Robles 2017-02-28 17:33:56 +02:00
parent 1c3cf60060
commit d02eb1e631
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if [ $CA_SERVER == 1 ] ; then
ipa-client \
python-novajoin
export TRIPLEO_DOMAIN=tripleodomain
export TRIPLEO_DOMAIN=tripleodomain.example.com
export CA_SERVER_HOSTNAME=ipa.$TRIPLEO_DOMAIN
export CA_ADMIN_PASS=$(uuidgen)
export CA_DIR_MANAGER_PASS=$(uuidgen)