diff options
author | Mahmoud Abdelhamid <mahmoud.abdelhamid@orange.com> | 2021-09-15 20:27:19 +0200 |
---|---|---|
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-10-06 16:42:13 +0000 |
commit | 7fc530c6504411c2051fc774bcec265673f2fa54 (patch) | |
tree | 48cb71813731d00acd90edc2180c20020efcc034 /kubernetes/dmaap/components/dmaap-dr-prov/requirements.yaml | |
parent | a001a61bdd6430027b39281f9d79366e837c7494 (diff) |
[DMAAP] Use the common mariadb-galera instance
Have following updates for DMAAP-DR-PROV:
- Add section under .Values.global for shared mariadb instance default
info with a condition to instantiate local instance
- Add section under .Values for mariadb-init and mariadb-galera projects
- Add condition under requirments.yaml to install local mariadb instance
- Update deployment with DB host parameter and reflect it into resource
file (using the templates defined under templates/_mariadb.tpl)
Issue-ID: OOM-2774
Signed-off-by: Mahmoud Abdelhamid <mahmoud.abdelhamid@orange.com>
Change-Id: I8a8e2c179710680282f4ad686dc44e75356a1b81
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-dr-prov/requirements.yaml')
-rw-r--r-- | kubernetes/dmaap/components/dmaap-dr-prov/requirements.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/dmaap/components/dmaap-dr-prov/requirements.yaml b/kubernetes/dmaap/components/dmaap-dr-prov/requirements.yaml index 65867f50af..3c25c94388 100644 --- a/kubernetes/dmaap/components/dmaap-dr-prov/requirements.yaml +++ b/kubernetes/dmaap/components/dmaap-dr-prov/requirements.yaml @@ -23,7 +23,10 @@ dependencies: version: ~8.x-0 repository: '@local' - name: mariadb-galera - alias: mariadb + version: ~8.x-0 + repository: '@local' + condition: global.mariadbGalera.localCluster + - name: mariadb-init version: ~8.x-0 repository: '@local' - name: certInitializer |