From d2c5f361fa3a246dfa23c2c582ec498322a97282 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Fri, 19 Mar 2021 17:50:37 +0100 Subject: Implementation of config-assign and config-deploy actions Implementation of config-assign and config-deploy actions Issue-ID: INT-1868 Signed-off-by: Lukasz Rajewski Change-Id: Ibe61ea32bb1d0fbfc5396adf54c7d2fcbc7bbf30 --- heat/vFW_CNF_CDS/templates/cba-dev/run-vf-pkg-ra.sh | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'heat/vFW_CNF_CDS/templates/cba-dev/run-vf-pkg-ra.sh') diff --git a/heat/vFW_CNF_CDS/templates/cba-dev/run-vf-pkg-ra.sh b/heat/vFW_CNF_CDS/templates/cba-dev/run-vf-pkg-ra.sh index b7835626..09283293 100755 --- a/heat/vFW_CNF_CDS/templates/cba-dev/run-vf-pkg-ra.sh +++ b/heat/vFW_CNF_CDS/templates/cba-dev/run-vf-pkg-ra.sh @@ -19,7 +19,7 @@ REQ_ID=`shuf -i 1-1000000 -n 1` SUB_REQ_ID=$REQ_ID"-"`shuf -i 1-1000 -n 1` -TEMPLATE_NAME="vpkg" +TEMPLATE_NAME="helm_vpkg" curl --location --request POST 'http://localhost:8081/api/v1/execution-service/process' \ --header 'Authorization: Basic Y2NzZGthcHBzOmNjc2RrYXBwcw==' \ @@ -53,13 +53,15 @@ curl --location --request POST 'http://localhost:8081/api/v1/execution-service/p "vf-module-label": "'$TEMPLATE_NAME'", "vf-module-type": "vf-module-type", "vf-module-model-customization-uuid": "d3ae2df9-95d4-48cc-a466-9f12dee80458", - "vf-module-model-invariant-uuid": "564e55dc-3b90-4c9c-9e97-42f2c97d8f11", - "vf-module-model-version": "3d55e2a6-7634-4ceb-98e9-2852d621a544", + "vf-module-model-invariant-uuid": "95e56eee-eeef-4a18-a032-8dbd757544b5", + "vf-module-model-version": "de66174a-d401-4b31-9331-3a44ad3ba01b", "vf-module-id": "3e6a0375-4b92-4bf5-9910-b0b893448a9c", "vf-naming-policy" : "SDNC_Policy.ONAP_NF_NAMING_TIMESTAMP", - "k8s-rb-profile-name": "vpkg-modified", - "k8s-rb-profile-source": "vfw-cnf-cds-vpkg-profile", - "k8s-rb-profile-namespace": "test", + "k8s-rb-profile-name": "vfw-cnf-cds-base-profile", + "k8s-rb-profile-source": "vfw-cnf-cds-base-profile", + "k8s-rb-profile-namespace": "vfirewall", + "k8s-rb-config-template-name": "ssh-service-config", + "k8s-rb-config-template-source": "ssh-service-config", "management-prefix-id" : 3 } } -- cgit 1.2.3-korg