aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests/templates/vnf-services/pnf-service.yaml.j2
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2024-01-31 08:30:41 +0100
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2024-02-02 08:30:15 +0100
commit440df5e3af8446ddaf1e7ab9ed5abbbe439f9a06 (patch)
tree13ee8f0a3839b18eff32a1bcab25a6c5baf00364 /src/onaptests/templates/vnf-services/pnf-service.yaml.j2
parent6a3e189d7fac6ec562f8785c71ed87663ef0c311 (diff)
Refactor tests to use SDC v2 onapsdk module
Refactored SDC allows to archive and delete SDC resources Remove unmaintained test basic_clamp Issue-ID: TEST-404 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I11e4be6f4567098b20733879e393c689766a9c6e
Diffstat (limited to 'src/onaptests/templates/vnf-services/pnf-service.yaml.j2')
-rw-r--r--src/onaptests/templates/vnf-services/pnf-service.yaml.j213
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"