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:
Sirajudeen 2021-07-14 19:33:22 +00:00
parent da6ea23ba3
commit 64e4fa9eec
1 changed files with 1 additions and 0 deletions

View File

@ -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"}