diff options
author | Aaron Hay <ah415j@att.com> | 2018-05-16 14:19:11 -0400 |
---|---|---|
committer | Aaron Hay <ah415j@att.com> | 2018-05-16 14:19:15 -0400 |
commit | 927208bd812581222505ffe2cc0abfe5644ebb36 (patch) | |
tree | 4939fdc517565e46790ca02351b03b9a2cf41d15 /kubernetes/appc/resources/config | |
parent | 651fb2e692a39f101b0aef9c2e1c7a8d7e04b941 (diff) |
Update appc.properties file for vCPE failure
The appc.properties change for APPC-900 needs to be ported over to the OOM version of the appc.properties file.
Change-Id: I854e3fc6e80bd610fe8bf33240a28ead4c7b4e63
Issue-ID: OOM-1088
Signed-off-by: Aaron Hay <ah415j@att.com>
Diffstat (limited to 'kubernetes/appc/resources/config')
-rw-r--r-- | kubernetes/appc/resources/config/appc/opt/onap/appc/data/properties/appc.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/appc/resources/config/appc/opt/onap/appc/data/properties/appc.properties b/kubernetes/appc/resources/config/appc/opt/onap/appc/data/properties/appc.properties index 007d0e15fe..d59d20d736 100644 --- a/kubernetes/appc/resources/config/appc/opt/onap/appc/data/properties/appc.properties +++ b/kubernetes/appc/resources/config/appc/opt/onap/appc/data/properties/appc.properties @@ -81,6 +81,7 @@ appc.LCM.client.name=APPC-EVENT-LISTENER-TEST appc.LCM.provider.user=admin appc.LCM.provider.pass=admin appc.LCM.provider.url=http://localhost:8181/restconf/operations/appc-provider-lcm +appc.LCM.scopeOverlap.endpoint=http://localhost:8181/restconf/operations/interfaces-service:execute-service # properties from appc-netconf-adapter-bundle, appc-dg-common, appc-dmaap-adapter-bundle poolMembers=message-router.{{.Release.Namespace}}:3904 |