diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-09-21 14:00:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-21 14:00:28 +0000 |
commit | f172f8e3dc92710f79a33ad38aa3da6313da879c (patch) | |
tree | 610357bbcea7a37a1cb9a5d16c8502cb1eb74296 /ci/deploy.sh | |
parent | 7099ffcba4c7a84dfd2ac53fd59149948665f884 (diff) | |
parent | 3ee785abc3b36e10a5c89e879168725a135b731b (diff) |
Merge "[state] virtual_init: Limit to mas01 on baremetal"
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 41ac60237..3a0f9f9e5 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -278,6 +278,7 @@ generate_ssh_key export MAAS_SSH_KEY="$(cat "$(basename "${SSH_KEY}").pub")" # Expand jinja2 templates based on PDF data and env vars +[[ "${DEPLOY_SCENARIO}" =~ -ha$ ]] || MCP_VCP=0 export MCP_REPO_ROOT_PATH MCP_VCP MCP_STORAGE_DIR MCP_DOCKER_TAG MCP_CMP_SS \ MCP_JUMP_ARCH=$(uname -i) MCP_DEPLOY_SCENARIO="${DEPLOY_SCENARIO}" do_templates_scenario "${MCP_STORAGE_DIR}" "${TARGET_LAB}" "${TARGET_POD}" \ |