mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy.git
synced 2026-03-20 03:40:49 +00:00
Compare commits
14 Commits
v2.9.0
...
v2.11.0-RC
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a520cdfb7 | ||
|
|
1cab619265 | ||
|
|
ff8ffb4c37 | ||
|
|
75f2ae0383 | ||
|
|
1987b8560f | ||
|
|
81c7a4cd02 | ||
|
|
02a994f196 | ||
|
|
ef4b33ddd7 | ||
|
|
56defe7333 | ||
|
|
098766b32c | ||
|
|
2f07656a7e | ||
|
|
30169c3854 | ||
|
|
a08607d295 | ||
|
|
81c8f1c9e3 |
@@ -2,31 +2,31 @@ apiVersion: v2
|
||||
name: openwifi
|
||||
appVersion: "1.0"
|
||||
description: A Helm chart for Kubernetes
|
||||
version: 2.9.0
|
||||
version: 2.11.0-RC2
|
||||
dependencies:
|
||||
- name: owgw
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.9.0"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.11.0-RC2"
|
||||
version: 0.1.0
|
||||
- name: owsec
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.9.0"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.11.0-RC2"
|
||||
version: 0.1.0
|
||||
- name: owfms
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.9.0"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.11.0-RC2"
|
||||
version: 0.1.0
|
||||
- name: owprov
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v2.9.0"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v2.11.0-RC2"
|
||||
version: 0.1.0
|
||||
- name: owanalytics
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v2.9.0"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v2.11.0-RC2"
|
||||
version: 0.1.0
|
||||
- name: owgwui
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v2.9.0"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v2.11.0-RC1"
|
||||
version: 0.1.0
|
||||
- name: owprovui
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v2.9.0"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v2.11.0-RC1"
|
||||
version: 0.1.0
|
||||
- name: owsub
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v2.9.0"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v2.11.0-RC2"
|
||||
version: 0.1.0
|
||||
- name: owrrm
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-rrm@helm?ref=v2.8.0"
|
||||
@@ -40,7 +40,7 @@ dependencies:
|
||||
version: 0.1.0
|
||||
condition: owls.enabled
|
||||
- name: owlsui
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owls-ui@helm?ref=master"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owls-ui@helm?ref=v2.9.0"
|
||||
version: 0.1.0
|
||||
condition: owlsui.enabled
|
||||
- name: haproxy
|
||||
|
||||
@@ -198,7 +198,7 @@ helm upgrade --install --create-namespace --wait --timeout 60m \
|
||||
--set owprov.services.owprov.annotations."external-dns\.alpha\.kubernetes\.io/hostname"=prov-${NAMESPACE}.cicd.lab.wlan.tip.build \
|
||||
--set owprov.configProperties."openwifi\.system\.uri\.public"=https://prov-${NAMESPACE}.cicd.lab.wlan.tip.build:16005 \
|
||||
--set owprov.configProperties."openwifi\.system\.uri\.private"=$INTERNAL_RESTAPI_ENDPOINT_SCHEMA://owprov-owprov:17005 \
|
||||
--set owprov.configProperties."openwifi\.system\.uri\.ui"=https://webui-${NAMESPACE}.cicd.lab.wlan.tip.build \
|
||||
--set owprov.configProperties."openwifi\.system\.uri\.ui"=https://provui-${NAMESPACE}.cicd.lab.wlan.tip.build \
|
||||
--set owprov.configProperties."iptocountry\.ipinfo\.token"="${IPTOCOUNTRY_IPINFO_TOKEN}" \
|
||||
--set owprov.public_env_variables.OWSEC=sec-${NAMESPACE}.cicd.lab.wlan.tip.build:16001 \
|
||||
--set owprovui.ingresses.default.annotations."external-dns\.alpha\.kubernetes\.io/hostname"=provui-${NAMESPACE}.cicd.lab.wlan.tip.build \
|
||||
|
||||
@@ -425,6 +425,7 @@ owfms:
|
||||
|
||||
public_env_variables:
|
||||
SELFSIGNED_CERTS: "true"
|
||||
FIRMWAREDB_MAXAGE: "360"
|
||||
|
||||
configProperties:
|
||||
openwifi.internal.restapi.host.0.rootca: $OWFMS_ROOT/certs/restapi-certs/ca.crt
|
||||
@@ -519,6 +520,7 @@ owprov:
|
||||
openwifi.restapi.host.0.rootca: $OWPROV_ROOT/certs/restapi-certs/ca.crt
|
||||
openwifi.restapi.host.0.cert: $OWPROV_ROOT/certs/restapi-certs/tls.crt
|
||||
openwifi.restapi.host.0.key: $OWPROV_ROOT/certs/restapi-certs/tls.key
|
||||
rrm.providers: owrrm
|
||||
|
||||
volumes:
|
||||
owprov:
|
||||
|
||||
@@ -85,7 +85,7 @@ clustersysteminfo:
|
||||
images:
|
||||
clustersysteminfo:
|
||||
repository: tip-tip-wlan-cloud-ucentral.jfrog.io/clustersysteminfo
|
||||
tag: v2.9.0
|
||||
tag: v2.11.0-RC2
|
||||
pullPolicy: Always
|
||||
# regcred:
|
||||
# registry: tip-tip-wlan-cloud-ucentral.jfrog.io
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# Image tags
|
||||
COMPOSE_PROJECT_NAME=openwifi
|
||||
OWGW_TAG=v2.9.0
|
||||
OWGWUI_TAG=v2.9.0
|
||||
OWSEC_TAG=v2.9.0
|
||||
OWFMS_TAG=v2.9.0
|
||||
OWPROV_TAG=v2.9.0
|
||||
OWPROVUI_TAG=v2.9.0
|
||||
OWANALYTICS_TAG=v2.9.0
|
||||
OWSUB_TAG=v2.9.0
|
||||
OWGW_TAG=v2.11.0-RC2
|
||||
OWGWUI_TAG=v2.11.0-RC1
|
||||
OWSEC_TAG=v2.11.0-RC2
|
||||
OWFMS_TAG=v2.11.0-RC2
|
||||
OWPROV_TAG=v2.11.0-RC2
|
||||
OWPROVUI_TAG=v2.11.0-RC1
|
||||
OWANALYTICS_TAG=v2.11.0-RC2
|
||||
OWSUB_TAG=v2.11.0-RC2
|
||||
KAFKA_TAG=latest
|
||||
ZOOKEEPER_TAG=3.8
|
||||
POSTGRESQL_TAG=15.0
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# Image tags
|
||||
COMPOSE_PROJECT_NAME=openwifi
|
||||
OWGW_TAG=v2.9.0
|
||||
OWGWUI_TAG=v2.9.0
|
||||
OWSEC_TAG=v2.9.0
|
||||
OWFMS_TAG=v2.9.0
|
||||
OWPROV_TAG=v2.9.0
|
||||
OWPROVUI_TAG=v2.9.0
|
||||
OWANALYTICS_TAG=v2.9.0
|
||||
OWSUB_TAG=v2.9.0
|
||||
OWGW_TAG=v2.11.0-RC2
|
||||
OWGWUI_TAG=v2.11.0-RC1
|
||||
OWSEC_TAG=v2.11.0-RC2
|
||||
OWFMS_TAG=v2.11.0-RC2
|
||||
OWPROV_TAG=v2.11.0-RC2
|
||||
OWPROVUI_TAG=v2.11.0-RC1
|
||||
OWANALYTICS_TAG=v2.11.0-RC2
|
||||
OWSUB_TAG=v2.11.0-RC2
|
||||
OWRRM_TAG=v2.8.0
|
||||
KAFKA_TAG=latest
|
||||
ZOOKEEPER_TAG=3.8
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# Image tags
|
||||
COMPOSE_PROJECT_NAME=openwifi
|
||||
OWGW_TAG=v2.9.0
|
||||
OWGWUI_TAG=v2.9.0
|
||||
OWSEC_TAG=v2.9.0
|
||||
OWFMS_TAG=v2.9.0
|
||||
OWPROV_TAG=v2.9.0
|
||||
OWPROVUI_TAG=v2.9.0
|
||||
OWANALYTICS_TAG=v2.9.0
|
||||
OWSUB_TAG=v2.9.0
|
||||
OWGW_TAG=v2.11.0-RC2
|
||||
OWGWUI_TAG=v2.11.0-RC1
|
||||
OWSEC_TAG=v2.11.0-RC2
|
||||
OWFMS_TAG=v2.11.0-RC2
|
||||
OWPROV_TAG=v2.11.0-RC2
|
||||
OWPROVUI_TAG=v2.11.0-RC1
|
||||
OWANALYTICS_TAG=v2.11.0-RC2
|
||||
OWSUB_TAG=v2.11.0-RC2
|
||||
OWRRM_TAG=v2.8.0
|
||||
KAFKA_TAG=latest
|
||||
ZOOKEEPER_TAG=3.8
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Image tags
|
||||
COMPOSE_PROJECT_NAME=owls
|
||||
OWSEC_TAG=main
|
||||
OWLS_TAG=v2.9.0
|
||||
OWLS_TAG=main
|
||||
OWLSUI_TAG=master
|
||||
KAFKA_TAG=latest
|
||||
ZOOKEEPER_TAG=latest
|
||||
|
||||
Reference in New Issue
Block a user