aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/oof/components/oof-cmso/requirements.yaml
diff options
context:
space:
mode:
authorMahmoud Abdelhamid <mahmoud.abdelhamid@orange.com>2021-06-13 14:21:42 +0200
committerMahmoud Abdelhamid <mahmoud.abdelhamid@orange.com>2021-06-21 10:06:29 +0000
commit468f3bf44b093f9b2f66addd1e6616be2d956802 (patch)
treee0d931a2426744e4f7f5c274e5e9ad65578f00fb /kubernetes/oof/components/oof-cmso/requirements.yaml
parentdfa07dd296a1dc781cb97b7c6c8314ea8a2fc855 (diff)
[OOF] Use the common mariadb-galera instance
Updates for OOF CMSO: - Add section under (.Values.global) for shared mariadb instance with a condition to instantiate local instance. - Use a hook to send mariadb info to oof-csmo-service and oof-csmo-optimizer - Add condition under (requirments.yaml) to install local mariadb instance - Update oof-cmso-service and oof-cmso-optimizer (.Values) files to accomodate for local mariadb instance - Update oof-cmso-service and oof-cmso-optimizer deployments to use the templates defined under (templates/_mariadb.tpl) Issue-ID: OOM-2769 Signed-off-by: Mahmoud Abdelhamid <mahmoud.abdelhamid@orange.com> Change-Id: I59e6c98ae992faafd363c5f97e18bf631f9c4d4e
Diffstat (limited to 'kubernetes/oof/components/oof-cmso/requirements.yaml')
-rw-r--r--kubernetes/oof/components/oof-cmso/requirements.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/oof/components/oof-cmso/requirements.yaml b/kubernetes/oof/components/oof-cmso/requirements.yaml
index 535a1e1696..30946c6a33 100644
--- a/kubernetes/oof/components/oof-cmso/requirements.yaml
+++ b/kubernetes/oof/components/oof-cmso/requirements.yaml
@@ -23,6 +23,7 @@ dependencies:
- name: mariadb-galera
version: ~8.x-0
repository: '@local'
+ condition: global.mariadbGalera.localCluster
- name: mariadb-init
version: ~8.x-0
repository: '@local'