Include scenario name in the name of created stack 73/2073/1
authorFatih Degirmenci <fdegir@gmail.com>
Tue, 27 Aug 2019 16:54:58 +0000 (16:54 +0000)
committerFatih Degirmenci <fdegir@gmail.com>
Tue, 27 Aug 2019 16:54:58 +0000 (16:54 +0000)
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

jjb/cloud-infra/cloud-infra-periodic-onap.yaml

index 488dc81719fc8da33585f6b1c55dc580d9dffe6f..4a0b86dd9d7a59aaf646047df333232f47a5b8ee 100644 (file)
           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}'