aboutsummaryrefslogtreecommitdiffstats
path: root/vnf_resources.json.example
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2018-10-29 09:15:15 -0500
committerBrian Freeman <bf1936@att.com>2018-10-29 09:45:28 -0500
commitcc2623baa0b64da8d441ead586416807e3e16faa (patch)
tree500b7757e5c0d1fb616764c2876d12b1cf833f8e /vnf_resources.json.example
parent855a5a548be91923333ba15bf7c64ae8ae64db05 (diff)
Distribute Demo VNF from existing model
Firt version that uses a static file of the vnf-type and vf-module-id SDC query can be used to get these but that will be a second pass. Issue-ID: INT-704 Change-Id: Icf4571a0ad11d59f7985a253e55fcb5894a3e82f Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'vnf_resources.json.example')
-rw-r--r--vnf_resources.json.example17
1 files changed, 17 insertions, 0 deletions
diff --git a/vnf_resources.json.example b/vnf_resources.json.example
new file mode 100644
index 00000000..e5f187fc
--- /dev/null
+++ b/vnf_resources.json.example
@@ -0,0 +1,17 @@
+{
+ "vFWSNK": {
+ "vnf_type": "53a6f526-7df5-4d96-8646 0",
+ "vf_module": "53a6f5267df54d968646..base_vfw..module-0"
+ },
+ "vPKG": {
+ "vnf_type": "6652ddfc-6759-47ec-9ef5 0",
+ "vf_module": "6652ddfc675947ec9ef5..base_vpkg..module-0"
+ }
+}
+
+# SDC Query
+# http://{{sdc_be_port}}//sdc2/rest/v1/catalog/services/serviceName/demoVFWCL/serviceVersion/1.0
+# componentInstances[].groupInstances[0].groupName
+# componentInstances[].name
+# groupInstances[]."groupName": "53a6f5267df54d968646..base_vfw..module-0",
+# "name": "53a6f526-7df5-4d96-8646 0",