Create resources for VNF-Onboarding
Added classes for creation images, flavors, credentials that will
be used by vnf-onboarding pipelines.
Related-PROD: PROD-19328
Related-PROD: PROD-19968
Change-Id: If57d8a95315904dceb960038013ebaf937c1f478
diff --git a/jenkins/client/job/vnf-onboarding/deploy_cloudify.yml b/jenkins/client/job/vnf-onboarding/deploy_cloudify.yml
index 234178e..79d53aa 100644
--- a/jenkins/client/job/vnf-onboarding/deploy_cloudify.yml
+++ b/jenkins/client/job/vnf-onboarding/deploy_cloudify.yml
@@ -39,7 +39,7 @@
default: "cloudify-enterprise"
CFM_FLAVOR:
type: string
- default: "large"
+ default: "cfy.mngr"
CFM_DISK_SIZE:
type: string
default: "80"
@@ -57,7 +57,16 @@
default: "${_param:dns_server01}"
CFM_SSH_KEY_ID:
type: string
- default: "openstack_key"
+ default: "openstack-key"
EXTERNAL_NET:
type: string
- default: "public"
\ No newline at end of file
+ default: "public"
+ VNF_DOCKER_REGISTRY_PATH:
+ type: string
+ default: "${_param:vnf_docker_registry_path}"
+ VNF_DOCKER_CLI_TAG:
+ type: string
+ default: "latest"
+ VNF_DOCKER_CLI_PLATFORM:
+ type: string
+ default: "ubuntu"
\ No newline at end of file