
Like devtest_seed, we need endpoint details and noproxy settings as outputs from the undercloud script. By moving them into the structured testenvironment file we can query them later without depending on an ever moving set of environment variables. This will also support using pre-running underclouds to run overcloud tests in CI (when we get to that). Change-Id: Ida6beac05c46ab5c7da8a77ae3a14fec5a39a825
9 lines
345 B
Plaintext
9 lines
345 B
Plaintext
export NOVA_VERSION=1.1
|
|
export OS_PASSWORD=$(os-apply-config -m $TE_DATAFILE --type raw --key undercloud.password)
|
|
export OS_AUTH_URL=$(os-apply-config -m $TE_DATAFILE --type raw --key undercloud.endpoint)
|
|
export OS_USERNAME=admin
|
|
export OS_TENANT_NAME=admin
|
|
export COMPUTE_API_VERSION=1.1
|
|
export OS_NO_CACHE=True
|
|
export OS_CLOUDNAME=undercloud
|