diff options
author | jmac <james.macnider@amdocs.com> | 2018-04-27 15:28:47 +0000 |
---|---|---|
committer | jmac <james.macnider@amdocs.com> | 2018-04-27 19:34:09 +0000 |
commit | caeb6e02dbe8858691371125f96388df8a1ad886 (patch) | |
tree | 8ff4102559131d04500ee9b5aa889ceccb818de2 /kubernetes/sdnc/resources/config/conf | |
parent | 880fa5c26aab08e504a887e2659828693c2b12fd (diff) |
Fix for UEB connectivity to SDC
A new property was added in Beijing to connect to SDC, so this needed to
be added to ueb-listener.properties
While investigating, I also noticed that dblib.properties wasn't being properly configured, so I fixed that as well.
Added init dependencies on the dmaap and sdc-be pods.
Change-Id: I40b36c7333d511aeaa03e51cd9fadc8dc10956ac
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: CCSDK-254
Diffstat (limited to 'kubernetes/sdnc/resources/config/conf')
-rw-r--r-- | kubernetes/sdnc/resources/config/conf/dblib.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/sdnc/resources/config/conf/dblib.properties b/kubernetes/sdnc/resources/config/conf/dblib.properties index 499834e0e2..15cb2182a2 100644 --- a/kubernetes/sdnc/resources/config/conf/dblib.properties +++ b/kubernetes/sdnc/resources/config/conf/dblib.properties @@ -19,7 +19,7 @@ # ============LICENSE_END========================================================= ### -# dblib.properrties +# dblib.properties org.onap.ccsdk.sli.dbtype=jdbc org.onap.ccsdk.sli.jdbc.hosts=sdnctldb01 |