diff options
author | DR695H <dr695h@att.com> | 2019-07-22 12:37:45 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-22 17:17:28 -0400 |
commit | c1103fba68e3461b136b044daec3339d0e6575f7 (patch) | |
tree | aeef2cbf58858d236d8dfa4b17c463fab83b5b6a /vnf_resources.json.example | |
parent | d979465ec6720dffbebd22bd83104ea5a5f4e65e (diff) |
remove the last of the global variables
Issue-ID: TEST-174
Change-Id: I1997bd0e4b693f3560f2cfc254c93537c96ed444
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'vnf_resources.json.example')
-rw-r--r-- | vnf_resources.json.example | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vnf_resources.json.example b/vnf_resources.json.example deleted file mode 100644 index e5f187fc..00000000 --- a/vnf_resources.json.example +++ /dev/null @@ -1,17 +0,0 @@ -{ - "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", |