diff options
Diffstat (limited to 'src/onaptests/templates/vnf-services/pnf-service.yaml')
-rw-r--r-- | src/onaptests/templates/vnf-services/pnf-service.yaml | 7 |
1 files changed, 1 insertions, 6 deletions
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" |