diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-04-12 09:08:46 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2021-04-21 06:56:09 +0000 |
commit | 07a4a7084d7fc149b8a491b5ef342cb8a9ca8e32 (patch) | |
tree | 3132228e16723de8567714f7c8d61145c01a66b3 /src/onaptests/templates/vnf-services/pnf-service.yaml | |
parent | 98b02c5c366613fcd32ab80c1f2d2617e1d69d1f (diff) |
Wait for pnf simulator
Add VSP for PNF
Issue-ID: TEST-280
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: If2476f5f9f9fc8d4c14c5dd398a8a659e7fe3e9a
Diffstat (limited to 'src/onaptests/templates/vnf-services/pnf-service.yaml')
-rw-r--r-- | src/onaptests/templates/vnf-services/pnf-service.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/onaptests/templates/vnf-services/pnf-service.yaml b/src/onaptests/templates/vnf-services/pnf-service.yaml new file mode 100644 index 0000000..2dcdfbb --- /dev/null +++ b/src/onaptests/templates/vnf-services/pnf-service.yaml @@ -0,0 +1,13 @@ +--- +test_pnf_macro: + tosca_file_from_SDC: service-basic_network-template + version: "1.0" + subscription_type: "net" + 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" |