aboutsummaryrefslogtreecommitdiffstats
path: root/config/networkdiscoveryspec.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/networkdiscoveryspec.json')
-rw-r--r--config/networkdiscoveryspec.json140
1 files changed, 0 insertions, 140 deletions
diff --git a/config/networkdiscoveryspec.json b/config/networkdiscoveryspec.json
deleted file mode 100644
index b01fbeb..0000000
--- a/config/networkdiscoveryspec.json
+++ /dev/null
@@ -1,140 +0,0 @@
-[
- // Use https://jolt-demo.appspot.com/#inception to develop/test
- // any changes to this file
-
- {
- // This sections adds nfNamingCode and dataQuality to the json
- // fields returned from service-decomposition that we are
- // interested in
-
- "operation": "default",
- "spec": {
- "dataQuality": {
- "status": "ok"
- },
- "generic-vnfs[]": {
- "*": {
- "dataQuality": {
- "status": "ok"
- },
- "nfNamingCode": "vf",
- "vf-modules": {
- "vf-module[]": {
- "*": {
- "dataQuality": {
- "status": "ok"
- },
- "nfNamingCode": "vfModule"
- }
- }
- },
- "vservers[]": {
- "*": {
- "dataQuality": {
- "status": "ok"
- },
- "nfNamingCode": "vserver"
- }
- },
- "l3-networks[]": {
- "*": {
- "dataQuality": {
- "status": "ok"
- },
- "nfNamingCode": "l3-network"
- }
- },
- "vnfcList[]": {
- "*": {
- "dataQuality": {
- "status": "ok"
- },
- "nfNamingCode": "vnfc"
- }
- }
- }
- }
- }
- },
- {
- // This section converts the updated json from service-decompostion
- // to org.onap.pomba.common.datatypes.ModelContext
-
- "operation": "shift",
- "spec": {
- "dataQuality": {
- "status": "dataQuality.status"
- },
- "service-instance-name": "service.name",
- "model-invariant-id": "service.invariantUUID",
- "service-instance-id": "service.uuid",
- "generic-vnfs": {
- "*": {
- "vnf-name": "vfList[&1].name",
- "model-invariant-id": "vfList[&1].invariantUUID",
- "vnf-id": "vfList[&1].uuid",
- "nfNamingCode": "vfList[&1].nfNamingCode",
- "dataQuality": {
- "status": "vfList[&2].dataQuality.status"
- },
- "vf-modules": {
- "vf-module": {
- "*": {
- "vf-module-name": "vfList[&4].vfModuleList[0].name",
- "model-invariant-id": "vfList[&4].vfModuleList[0].invariantUUID",
- "vf-module-id": "vfList[&4].vfModuleList[0].uuid",
- "nfNamingCode": "vfList[&4].vfModuleList[0].nfNamingCode",
- "dataQuality": {
- "status": "vfList[&5].vfModuleList[0].dataQuality.status"
- }
- }
- }
- },
- "vservers": {
- "*": {
- "vserver-name": "vfList[&3].vfModuleList[0].vmList[&1].name",
- "model-invariant-id": "vfList[&3].vfModuleList[0].vmList[&1].invariantUUID",
- "vserver-id": "vfList[&3].vfModuleList[0].vmList[&1].uuid",
- "nfNamingCode": "vfList[&3].vfModuleList[0].vmList[&1].nfNamingCode",
- "dataQuality": {
- "status": "vfList[&4].vfModuleList[0].vmList[&2].dataQuality.status"
- }
- }
- },
- "l3-networks": {
- "*": {
- "network-name": "vfList[&3].vfModuleList[0].networkList[&1].name",
- "model-invariant-id": "vfList[&3].vfModuleList[0].networkList[&1].invariantUUID",
- "network-id": "vfList[&3].vfModuleList[0].networkList[&1].uuid",
- "nfNamingCode": "vfList[&3].vfModuleList[0].networkList[&1].nfNamingCode",
- "dataQuality": {
- "status": "vfList[&4].vfModuleList[0].networkList[&2].dataQuality.status"
- }
- },
- "vnfcs": {
- "*": {
- "vnfc-name": "vfList[&2].vnfcList[&1].name",
- "model-invariant-id": "vfList[&2].vnfcList[&1].invariantUUID",
- "vnfc-id": "vfList[&2].vnfcList[&1].uuid",
- "nfNamingCode": "vfList[&2].vfModuleList[0].nfNamingCode",
- "dataQuality": {
- "status": "vfList[&3].vfModuleList[0].dataQuality.status"
- }
- }
- }
- }
- }
- }
- }
- },
- {
- "operation": "default",
- "spec": {
- "service": {
- "dataQuality": {
- "status": "ok"
- }
- }
- }
- }
- ]