From 91900b1dde00379d671daf4c7c349bb35cd06344 Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Wed, 6 Oct 2021 17:00:55 +0300 Subject: [PATCH] [WIFI-3295] Add: helm owprov service --- chart/Chart.lock | 24 ++++++++++++++++++++++++ chart/Chart.yaml | 3 +++ chart/values.yaml | 15 ++++++++++++--- 3 files changed, 39 insertions(+), 3 deletions(-) create mode 100644 chart/Chart.lock diff --git a/chart/Chart.lock b/chart/Chart.lock new file mode 100644 index 0000000..e0ec390 --- /dev/null +++ b/chart/Chart.lock @@ -0,0 +1,24 @@ +dependencies: +- name: owgw + repository: git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=master + version: 0.1.0 +- name: owsec + repository: git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=main + version: 0.1.0 +- name: owfms + repository: git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=main + version: 0.1.0 +- name: owprov + repository: git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=main + version: 0.1.0 +- name: owgwui + repository: git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=main + version: 0.1.0 +- name: rttys + repository: git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-rtty@chart?ref=main + version: 0.1.0 +- name: kafka + repository: https://charts.bitnami.com/bitnami + version: 13.0.2 +digest: sha256:85df544b65067e3e264ddfc96cec868f49023e6452d101538b83ec8715d36408 +generated: "2021-10-06T16:47:57.71697477+03:00" diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 40c348b..cf32353 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -13,6 +13,9 @@ dependencies: - name: owfms repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=main" version: 0.1.0 +- name: owprov + repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=main" + version: 0.1.0 - name: owgwui repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=main" version: 0.1.0 diff --git a/chart/values.yaml b/chart/values.yaml index 17b5939..65007d6 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -22,6 +22,18 @@ owfms: openwifi.kafka.enable: "true" openwifi.kafka.brokerlist: kafka:9092 +# OpenWIFI Provisioning (https://github.com/Telecominfraproject/wlan-cloud-owprov/) +owprov: + fullnameOverride: owprov + + configProperties: + openwifi.kafka.enable: "true" + openwifi.kafka.brokerlist: kafka:9092 + +# OpenWIFI Web UI (https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui/) +owgwui: + fullnameOverride: owgwui + # rttys (https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-rtty) rttys: enabled: true @@ -47,6 +59,3 @@ kafka: zookeeper: fullnameOverride: zookeeper -# OpenWIFI Web UI (https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui/) -owgwui: - fullnameOverride: owgwui