summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/charts/ueb-listener/resources/config/ueb-listener.properties
AgeCommit message (Collapse)AuthorFilesLines
2020-08-31[SDNC] oom for clustered disaggregated SDN-RAlexander Dehn1-22/+0
use disaggregated elasticserach DB from common Issue-ID: SDNC-1165 Signed-off-by: Alexander Dehn <alexander.dehn@highstreet-technologies.com> Change-Id: I0c6ac6549f6c144f0ed5a64ae76a1fa352f740d2
2020-02-20[SDNC] Use common secret template in ueb listenerKrzysztof Opasiak1-4/+4
Whole SDNC strongly depends on the assumption that it is using a common mariadb-galera instance and that root password is secret password. Also user and password to sdnc DB is hardcoded. Let's start working on removing this assumption and component by component add support for local and shared mariadb instance without hardcoding any passwords to the database. In this patchAll passwords are still hardcoded in the helm chart to not break other parts of SDNC. Those values will be removed in a final patch. Issue-ID: OOM-2309 Change-Id: Ie998b3c5775807ef096074b18a18a1773120c1d6 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2018-11-05Reduce UEB listener timeoutjmac1-1/+1
Change-Id: Ie2f98e66140b47729458f525b8d1cd09ce005eb3 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: SDNC-472
2018-08-22port updates to ueb-listener.properties to OOMjmac1-2/+2
Test results: ----------------------------------------------------------- Basic SDNC Health Check | PASS | ----------------------------------------------------------- devel-sdnc-0 2/2 Running 0 3h devel-sdnc-ansible-server-6d8f999475-x8b9k 1/1 Running 0 3h devel-sdnc-db-0 2/2 Running 0 3h devel-sdnc-dgbuilder-65d5b8f5dd-ndbkr 1/1 Running 0 3h devel-sdnc-dmaap-listener-65bd9d5f79-8vssb 1/1 Running 0 3h devel-sdnc-portal-6b65bfcfbb-9gmdb 1/1 Running 0 3h devel-sdnc-ueb-listener-669bc949f4-djr9g 1/1 Running 0 3h Change-Id: Iebe8af5fa2e381072538816a28905ee9faa1d4b1 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: SDNC-429
2018-05-11General cleanup of SDNC chartsjmac1-3/+3
Addressing issues like: - missing property files - hard-coded ports - hard-coded ODL passwords - improper configMap mounts - incorrect service names Change-Id: I74726ffedbfc20e164a814ca8777a699b92b3d65 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: SDNC-310
2018-05-07Resolve UEB listener dblib config issuejmac1-1/+1
Change-Id: If925a7855b83beba86e769c1350fd65dc4165531 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-1049
2018-04-27Fix for UEB connectivity to SDCjmac1-0/+1
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
2018-04-02Add Standardized Configuration to SDN-C Chartjmac1-0/+21
Change-Id: I9f4d43c2a3f0766b9c8477a180f5a0bd45fde243 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-748