From f901c5e96022a41db4bf2f4437b39999e46f5b97 Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Mon, 12 Apr 2021 09:08:46 +0000 Subject: Wait for pnf simulator Add VSP for PNF Issue-ID: TEST-280 Signed-off-by: Michal Jagiello Change-Id: If2476f5f9f9fc8d4c14c5dd398a8a659e7fe3e9a --- src/onaptests/templates/artifacts/pNF.csar | Bin 0 -> 22327 bytes src/onaptests/templates/vnf-services/pnf-service.yaml | 7 +------ 2 files changed, 1 insertion(+), 6 deletions(-) create mode 100755 src/onaptests/templates/artifacts/pNF.csar (limited to 'src/onaptests/templates') diff --git a/src/onaptests/templates/artifacts/pNF.csar b/src/onaptests/templates/artifacts/pNF.csar new file mode 100755 index 0000000..7693506 Binary files /dev/null and b/src/onaptests/templates/artifacts/pNF.csar differ diff --git a/src/onaptests/templates/vnf-services/pnf-service.yaml b/src/onaptests/templates/vnf-services/pnf-service.yaml index 0676ce4..2dcdfbb 100644 --- a/src/onaptests/templates/vnf-services/pnf-service.yaml +++ b/src/onaptests/templates/vnf-services/pnf-service.yaml @@ -6,13 +6,8 @@ test_pnf_macro: instantiation_type: "Macro" pnfs: - pnf_name: "test-pnf" + heat_files_to_upload: onaptests/templates/artifacts/pNF.csar pnf_artifact_type: "CONTROLLER_BLUEPRINT_ARCHIVE" pnf_artifact_name: "CBA_enriched.zip" pnf_artifact_label: "cbapnf" pnf_artifact_file_path: "/tmp/PNF_DEMO_enriched.zip" - properties: - controller_actor: "CDS" - skip_post_instantiation_configuration: False - sdnc_artifact_name: "test" - sdnc_model_version: "1.0.0" - sdnc_model_name: "CBA_PNF_SIM" -- cgit 1.2.3-korg