Add missing metadata.yaml definitions

Some of sites defined in document model have no metadata.yaml,
which is essential to work properly with that sites.
 * az-test-site and gcp-test-site metadata.yaml added
 * metadata.yaml for test-site moved to appropriate directory
   for consistency

Change-Id: Ibec109e41a5e3fd36794dc6a879888cfc610c9cc
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
Relates-To: #19
This commit is contained in:
Ruslan Aliev 2020-12-03 19:24:37 -06:00
parent a5c96cb430
commit 4258d1904e
4 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,3 @@
phase:
path: manifests/site/az-test-site/phases
docEntryPointPrefix: manifests/site/az-test-site

View File

@ -0,0 +1,3 @@
phase:
path: manifests/site/gcp-test-site/phases
docEntryPointPrefix: manifests/site/gcp-test-site

View File

@ -30,7 +30,7 @@ export REMOTE_PROXY=false
export AIRSHIP_CONFIG_ISO_SERVE_HOST=${HOST:-"localhost"}
export AIRSHIP_CONFIG_ISO_PORT=${SERVE_PORT}
export AIRSHIP_CONFIG_ISO_NAME=${ISO_NAME:-"ubuntu-focal.iso"}
export AIRSHIP_CONFIG_METADATA_PATH=${AIRSHIP_CONFIG_METADATA_PATH:-"manifests/metadata.yaml"}
export AIRSHIP_CONFIG_METADATA_PATH=${AIRSHIP_CONFIG_METADATA_PATH:-"manifests/site/test-site/metadata.yaml"}
export SYSTEM_ACTION_RETRIES=30
export SYSTEM_REBOOT_DELAY=30
export AIRSHIP_CONFIG_PHASE_REPO_BRANCH=${BRANCH:-"master"}