From d08ce6dfd4df2574be8f69419f5e5c027cae6d2a Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Wed, 16 Aug 2017 16:28:28 +0200 Subject: Generate and use certificates for OSA Instead of making OSA to generate self signed certs, bring our own and pass them. By this way we will be able to trust in that certs, and start consuming OpenStack easily. It will also generate proper openrc file to source it and start consuming the cloud properly. Change-Id: Ic72a8b05e6efb222926fc5fa0800e033b2dbd22f Closes-Bug: RELENG-266 Signed-off-by: Yolanda Robla --- xci/config/user-vars | 1 + 1 file changed, 1 insertion(+) (limited to 'xci/config/user-vars') diff --git a/xci/config/user-vars b/xci/config/user-vars index c960b904..709aa29e 100755 --- a/xci/config/user-vars +++ b/xci/config/user-vars @@ -30,6 +30,7 @@ export XCI_FLAVOR=${XCI_FLAVOR:-aio} #------------------------------------------------------------------------------- export XCI_DEVEL_ROOT=${XCI_DEVEL_ROOT:-"/tmp/.xci-deploy-env"} export OPNFV_RELENG_PATH="${XCI_DEVEL_ROOT}/releng-xci" +export OPENSTACK_OSA_OPENRC_PATH="${XCI_DEVEL_ROOT}/openstack-ansible-openstack_openrc" export OPENSTACK_BIFROST_PATH="${XCI_DEVEL_ROOT}/bifrost" export OPENSTACK_OSA_PATH="${XCI_DEVEL_ROOT}/openstack-ansible" export OPNFV_SSH_HOST_KEYS_PATH="${XCI_DEVEL_ROOT}/ssh_host_keys" -- cgit 1.2.3-korg