diff options
Diffstat (limited to 'src/onaptests/templates/vnf-services/pnf-service.yaml.j2')
-rw-r--r-- | src/onaptests/templates/vnf-services/pnf-service.yaml.j2 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/onaptests/templates/vnf-services/pnf-service.yaml.j2 b/src/onaptests/templates/vnf-services/pnf-service.yaml.j2 new file mode 100644 index 0000000..0c13f0a --- /dev/null +++ b/src/onaptests/templates/vnf-services/pnf-service.yaml.j2 @@ -0,0 +1,13 @@ +--- +{{ service_name }}: + tosca_file_from_SDC: service-basic_network-template + version: "1.0" + subscription_type: "net" + instantiation_type: "Macro" + pnfs: + - pnf_name: "{{ service_name }}" + heat_files_to_upload: 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" |