Set default site name to virtual-airship-core
* For zuul jobs respective site_name is set from jobs.yaml, however when running gate scripts for local deployment we are not using jobs.yaml and so it defaults to test-site from the config created using template from airshipctl repo. Change-Id: I0f4b975f78db4161048eb0621a9cc25933141f63
This commit is contained in:
parent
da6ea23ba3
commit
64e4fa9eec
@ -23,6 +23,7 @@ export IMAGE_DIR=${IMAGE_DIR:-"/srv/images"}
|
||||
export SERVE_PORT=${SERVE_PORT:-"8099"}
|
||||
export AIRSHIPCTL_WS=${AIRSHIPCTL_WS:-$PWD}
|
||||
export TMP_DIR=${TMP_DIR:-"$(dirname $(mktemp -u))"}
|
||||
export SITE=${SITE:-"virtual-airship-core"}
|
||||
|
||||
ANSIBLE_CFG=${ANSIBLE_CFG:-"${HOME}/.ansible.cfg"}
|
||||
ANSIBLE_HOSTS=${ANSIBLE_HOSTS:-"${TMP_DIR}/ansible_hosts"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user