diff options
author | Tait,Trevor(rt0435) <rtait@amdocs.com> | 2019-02-19 14:54:54 -0500 |
---|---|---|
committer | Tait,Trevor(rt0435) <rtait@amdocs.com> | 2019-02-20 13:56:41 -0500 |
commit | a63304affd6cb323fedcf76c2961c9cb983a7597 (patch) | |
tree | 89821b037fcf9eb86480806c9b7824839befd775 /config/jolt/sdToModelContextSpec.json | |
parent | 85dda672f8d9a3bed20ca36852fa6e94c378f5b4 (diff) |
ND Context Builder Updates for port/p-interface
Issue-ID: LOG-977
Change-Id: I321036e0f51297092b9c88ff668c4e09c89b36a0
Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
Diffstat (limited to 'config/jolt/sdToModelContextSpec.json')
-rw-r--r-- | config/jolt/sdToModelContextSpec.json | 32 |
1 files changed, 22 insertions, 10 deletions
diff --git a/config/jolt/sdToModelContextSpec.json b/config/jolt/sdToModelContextSpec.json index 77a71f1..d9b56c0 100644 --- a/config/jolt/sdToModelContextSpec.json +++ b/config/jolt/sdToModelContextSpec.json @@ -12,11 +12,23 @@ "network-id": "networkList[&1].uuid" } }, + "pnfs": { + "*": { + "pnf-id": "pnfList[&1].uuid", + "p-interfaces": { + "p-interface": { + "*": { + "equipment-identifier": "pnfList[&4].pInterfaceList[&1].uuid" + } + } + } + } + }, "generic-vnfs": { - "*": { + "*": { "vservers": { "*": { - "vserver-id": "vnfList[&3].vfModuleList[0].vmList[&1].uuid" + "vserver-id": "vnfList[&3].vfModuleList[0].vmList[&1].uuid" } }, "l3-networks": { @@ -25,15 +37,15 @@ } }, "vf-modules": { - "vf-module": { - "*": { - "l3-networks" : { - "*": { - "network-id": "vnfList[&6].vfModuleList[0].networkList[&1].uuid" - } + "vf-module": { + "*": { + "l3-networks": { + "*": { + "network-id": "vnfList[&6].vfModuleList[0].networkList[&1].uuid" + } } - } - } + } + } }, "vnfcs": { "*": { |