Include scenario name in the name of created stack
K8s scenario deployments on OpenStack will be enabled and this might
result in stack name clashes given that we are naming stacks same.
This change adds deploy scenario name to stack_name to created by Jenkins
jobs prevent clashes.
Change-Id: Ic6076da3107cb46f55dbdce63c8a3845cd9bfce5
diff --git a/jjb/cloud-infra/cloud-infra-periodic-onap.yaml b/jjb/cloud-infra/cloud-infra-periodic-onap.yaml
index 488dc81..4a0b86d 100644
--- a/jjb/cloud-infra/cloud-infra-periodic-onap.yaml
+++ b/jjb/cloud-infra/cloud-infra-periodic-onap.yaml
@@ -117,7 +117,7 @@
description: 'ONAP flavor to deploy - could be core, small, medium, full. Also used for xtesting as run_type.'
- string:
name: STACK_NAME
- default: 'nordix-cicd-onap-{onap-branch}-{onap-flavor}'
+ default: 'nordix-cicd-{deploy-scenario}-{onap-branch}-{onap-flavor}'
- string:
name: ENGINE_VERSION
default: '{engine-version}'