aboutsummaryrefslogtreecommitdiffstats
path: root/samples/xnfs.yaml
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2021-11-30 08:25:09 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2021-12-03 09:58:59 +0000
commit66e44262b8eb996c06670dcededd899dd1cbd7dc (patch)
tree3fcea0fe3317f8069281cb93c61add4b1599ab83 /samples/xnfs.yaml
parent2416a1a546c1d2922c37d513df42e9d26bbaaa42 (diff)
Data provider release
Change-Id: Ia041a07152e8dabd87de05992d3670cbdc1ddaae Issue-ID: INT-2010 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Diffstat (limited to 'samples/xnfs.yaml')
-rw-r--r--samples/xnfs.yaml35
1 files changed, 35 insertions, 0 deletions
diff --git a/samples/xnfs.yaml b/samples/xnfs.yaml
new file mode 100644
index 0000000..35f3024
--- /dev/null
+++ b/samples/xnfs.yaml
@@ -0,0 +1,35 @@
+# VNFs and PNFs sample.
+# In that sample we don't create any additional resources - just xNFs. Make
+# sure that VSP you want to use already exists or use sample from `vsp.yaml`
+# file and create it.
+# It will also use "BASIC_VM_enriched.zip" package as an xNF artifact.
+# Remember: package value is a path, it has to point to the file from the `onap-data-provider` runner perspective.
+# I recommend to use absulute path to be sure there will be no errors.
+
+odpSchemaVersion: 1.0
+resources:
+ vnfs:
+ - vnf:
+ name: sample-vnf-without-artifact
+ vsp: sample-vsp # Make sure it exists!
+ - vnf:
+ name: sample-vnf-with-artifact
+ vsp: sample-vsp # Make sure it exists!
+ deployment_artifact:
+ artifact_type: CONTROLLER_BLUEPRINT_ARCHIVE
+ artifact_name: BASIC_VM_enriched.zip
+ artifact_label: vfwcds
+ artifact_file_name: BASIC_VM_enriched.zip
+
+ pnfs:
+ - pnf:
+ name: sample-pnf-without-artifact
+ vsp: sample-vsp # Make sure it exists!
+ - pnf:
+ name: sample-pnf-with-artifact
+ vsp: sample-vsp # Make sure it exists!
+ deployment_artifact:
+ artifact_type: CONTROLLER_BLUEPRINT_ARCHIVE
+ artifact_name: BASIC_VM_enriched.zip
+ artifact_label: vfwcds
+ artifact_file_name: BASIC_VM_enriched.zip