diff options
author | Phillip Leigh <phillip.leigh@amdocs.com> | 2018-08-24 14:50:18 -0400 |
---|---|---|
committer | Phillip Leigh <phillip.leigh@amdocs.com> | 2018-08-27 11:47:49 -0400 |
commit | 11624e0f91daddf9bf65d139436b5ffaeeccdc3e (patch) | |
tree | b20360f9c75a84c17e9ab56d36035a505626a12e /config | |
parent | 70b95e441017c1cc89c106c7167da2ef99da8748 (diff) |
BugFix:resourceType mismatch btw SrvDecomp &CtxBud
Issue-ID: SDNC-317
Change-Id: Idc34aae969027dc6a5144d981686b6d512b2acbf
Signed-off-by: Phillip Leigh <phillip.leigh@amdocs.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/application.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/application.properties b/config/application.properties index 556c240..6a40904 100644 --- a/config/application.properties +++ b/config/application.properties @@ -24,6 +24,11 @@ networkDiscoveryCtxBuilder.userId=admin networkDiscoveryCtxBuilder.password=OBF:1u2a1toa1w8v1tok1u30 networkDiscoveryCtxBuilder.resourceList=vnfcs,vservers,l3-networks +# Resource Type mapping from ServiceDecomposition type to CtxBuilder type +networkDiscoveryCtxBuilder.resourceTypeMapping.vnfcs=vnfc +networkDiscoveryCtxBuilder.resourceTypeMapping.vservers=vserver +networkDiscoveryCtxBuilder.resourceTypeMapping.l3-networks=l3-network + # Service Decomposition REST Client Configuration serviceDecomposition.httpProtocol=http serviceDecomposition.host=10.147.112.136 |