[SDNC] Use common secret template in dmaap-listener 03/102103/1
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Thu, 20 Feb 2020 23:38:56 +0000 (00:38 +0100)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Thu, 20 Feb 2020 23:43:14 +0000 (00:43 +0100)
commitd67492e508c00597f3d22e4fa5422d365fee7c0d
treeef543edee5e0e408a39ed8092a51d5096125400a
parent62cb98b8def94cd365d2f19b5daac596e546f5bb
[SDNC] Use common secret template in dmaap-listener

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 patch all 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
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I3280f9d7ff4933d4e50b94ca248676ed9aa6688d
kubernetes/sdnc/charts/dmaap-listener/resources/config/aai.properties
kubernetes/sdnc/charts/dmaap-listener/resources/config/dblib.properties
kubernetes/sdnc/charts/dmaap-listener/resources/config/dhcpalert.properties
kubernetes/sdnc/charts/dmaap-listener/resources/config/lcm.properties
kubernetes/sdnc/charts/dmaap-listener/templates/deployment.yaml
kubernetes/sdnc/charts/dmaap-listener/values.yaml