mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy.git
synced 2026-03-20 03:40:49 +00:00
Compare commits
2 Commits
v2.10.0
...
v2.8.0-RC2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fda661fff5 | ||
|
|
a3efdced9b |
@@ -2,45 +2,45 @@ apiVersion: v2
|
||||
name: openwifi
|
||||
appVersion: "1.0"
|
||||
description: A Helm chart for Kubernetes
|
||||
version: 2.10.0
|
||||
version: 2.8.0-RC2
|
||||
dependencies:
|
||||
- name: owgw
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.10.0"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.8.0-RC2"
|
||||
version: 0.1.0
|
||||
- name: owsec
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.10.0"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralsec@helm?ref=v2.8.0-RC2"
|
||||
version: 0.1.0
|
||||
- name: owfms
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.10.0"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralfms@helm?ref=v2.8.0-RC2"
|
||||
version: 0.1.0
|
||||
- name: owprov
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v2.10.0"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov@helm?ref=v2.8.0-RC2"
|
||||
version: 0.1.0
|
||||
- name: owanalytics
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v2.10.0"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-analytics@helm?ref=v2.8.0-RC2"
|
||||
version: 0.1.0
|
||||
- name: owgwui
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v2.10.0"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui@helm?ref=v2.8.0-RC1"
|
||||
version: 0.1.0
|
||||
- name: owprovui
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v2.10.0"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owprov-ui@helm?ref=v2.8.0-RC1"
|
||||
version: 0.1.0
|
||||
- name: owsub
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v2.10.0"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-userportal@helm?ref=v2.8.0-RC2"
|
||||
version: 0.1.0
|
||||
- name: owrrm
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-rrm@helm?ref=v2.8.0"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-rrm@helm?ref=v2.8.0-RC1"
|
||||
version: 0.1.0
|
||||
- name: kafka
|
||||
repository: https://tip.jfrog.io/artifactory/tip-wlan-cloud-ucentral-helm/
|
||||
version: 13.0.2
|
||||
condition: kafka.enabled
|
||||
- name: owls
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owls@helm?ref=v2.8.0"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owls@helm?ref=main"
|
||||
version: 0.1.0
|
||||
condition: owls.enabled
|
||||
- name: owlsui
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owls-ui@helm?ref=v2.8.0"
|
||||
repository: "git+https://github.com/Telecominfraproject/wlan-cloud-owls-ui@helm?ref=master"
|
||||
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://provui-${NAMESPACE}.cicd.lab.wlan.tip.build \
|
||||
--set owprov.configProperties."openwifi\.system\.uri\.ui"=https://webui-${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 \
|
||||
|
||||
@@ -38,6 +38,12 @@ owgw:
|
||||
owls:
|
||||
enabled: true
|
||||
|
||||
# NOTE this was added for debug purposes in WIFI-10926
|
||||
images:
|
||||
owls:
|
||||
tag: 2c720c28a4a185404c81ca3b9027b28d3138b365
|
||||
# NOTE end, delete all above up to the previous NOTE
|
||||
|
||||
services:
|
||||
owls:
|
||||
type: LoadBalancer
|
||||
|
||||
@@ -112,7 +112,7 @@ owprovui:
|
||||
|
||||
owls:
|
||||
nodeSelector:
|
||||
env: owls
|
||||
env: tests
|
||||
tolerations:
|
||||
- key: "tests"
|
||||
operator: "Exists"
|
||||
|
||||
@@ -433,7 +433,6 @@ owfms:
|
||||
openwifi.restapi.host.0.rootca: $OWFMS_ROOT/certs/restapi-certs/ca.crt
|
||||
openwifi.restapi.host.0.cert: $OWFMS_ROOT/certs/restapi-certs/tls.crt
|
||||
openwifi.restapi.host.0.key: $OWFMS_ROOT/certs/restapi-certs/tls.key
|
||||
firmwaredb.maxage: 200
|
||||
|
||||
volumes:
|
||||
owfms:
|
||||
@@ -520,7 +519,6 @@ 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:
|
||||
@@ -855,7 +853,7 @@ haproxy:
|
||||
service.beta.kubernetes.io/aws-load-balancer-healthcheck-port: "8080"
|
||||
service.beta.kubernetes.io/aws-load-balancer-scheme: internet-facing
|
||||
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: arn:aws:acm:us-east-2:289708231103:certificate/bfa89c7a-5b64-4a8a-bcfe-ffec655b5285
|
||||
service.beta.kubernetes.io/aws-load-balancer-ssl-ports: "16004,17004,16002,16003,17002,16005,17005,5913,16001,17001,16009,16007,16006,17006"
|
||||
service.beta.kubernetes.io/aws-load-balancer-ssl-ports: "16004,17004,16002,16003,17002,16005,17005,16001,17001,5912,5913,16009,16007,16006,17006"
|
||||
service.beta.kubernetes.io/aws-load-balancer-type: nlb-ip
|
||||
|
||||
restapiCerts:
|
||||
|
||||
@@ -85,7 +85,7 @@ clustersysteminfo:
|
||||
images:
|
||||
clustersysteminfo:
|
||||
repository: tip-tip-wlan-cloud-ucentral.jfrog.io/clustersysteminfo
|
||||
tag: v2.10.0
|
||||
tag: v2.8.0-RC2
|
||||
pullPolicy: Always
|
||||
# regcred:
|
||||
# registry: tip-tip-wlan-cloud-ucentral.jfrog.io
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
# Image tags
|
||||
COMPOSE_PROJECT_NAME=openwifi
|
||||
OWGW_TAG=v2.10.0
|
||||
OWGWUI_TAG=v2.10.0
|
||||
OWSEC_TAG=v2.10.0
|
||||
OWFMS_TAG=v2.10.0
|
||||
OWPROV_TAG=v2.10.0
|
||||
OWPROVUI_TAG=v2.10.0
|
||||
OWANALYTICS_TAG=v2.10.0
|
||||
OWSUB_TAG=v2.10.0
|
||||
OWGW_TAG=v2.8.0-RC2
|
||||
OWGWUI_TAG=v2.8.0-RC1
|
||||
OWSEC_TAG=v2.8.0-RC2
|
||||
OWFMS_TAG=v2.8.0-RC2
|
||||
OWPROV_TAG=v2.8.0-RC2
|
||||
OWPROVUI_TAG=v2.8.0-RC1
|
||||
OWANALYTICS_TAG=v2.8.0-RC2
|
||||
OWSUB_TAG=v2.8.0-RC2
|
||||
KAFKA_TAG=latest
|
||||
ZOOKEEPER_TAG=3.8
|
||||
POSTGRESQL_TAG=15.0
|
||||
MYSQL_TAG=latest
|
||||
# NOTE currently OWRRM is only supported in LB installations
|
||||
#OWRRM_TAG=v2.8.0
|
||||
#OWRRM_TAG=v2.8.0-RC1
|
||||
|
||||
# Microservice root/config directories
|
||||
OWGW_ROOT=/owgw-data
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# Image tags
|
||||
COMPOSE_PROJECT_NAME=openwifi
|
||||
OWGW_TAG=v2.10.0
|
||||
OWGWUI_TAG=v2.10.0
|
||||
OWSEC_TAG=v2.10.0
|
||||
OWFMS_TAG=v2.10.0
|
||||
OWPROV_TAG=v2.10.0
|
||||
OWPROVUI_TAG=v2.10.0
|
||||
OWANALYTICS_TAG=v2.10.0
|
||||
OWSUB_TAG=v2.10.0
|
||||
OWRRM_TAG=v2.8.0
|
||||
OWGW_TAG=v2.8.0-RC2
|
||||
OWGWUI_TAG=v2.8.0-RC1
|
||||
OWSEC_TAG=v2.8.0-RC2
|
||||
OWFMS_TAG=v2.8.0-RC2
|
||||
OWPROV_TAG=v2.8.0-RC2
|
||||
OWPROVUI_TAG=v2.8.0-RC1
|
||||
OWANALYTICS_TAG=v2.8.0-RC2
|
||||
OWSUB_TAG=v2.8.0-RC2
|
||||
OWRRM_TAG=v2.8.0-RC1
|
||||
KAFKA_TAG=latest
|
||||
ZOOKEEPER_TAG=3.8
|
||||
ACMESH_TAG=latest
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
# Image tags
|
||||
COMPOSE_PROJECT_NAME=openwifi
|
||||
OWGW_TAG=v2.10.0
|
||||
OWGWUI_TAG=v2.10.0
|
||||
OWSEC_TAG=v2.10.0
|
||||
OWFMS_TAG=v2.10.0
|
||||
OWPROV_TAG=v2.10.0
|
||||
OWPROVUI_TAG=v2.10.0
|
||||
OWANALYTICS_TAG=v2.10.0
|
||||
OWSUB_TAG=v2.10.0
|
||||
OWRRM_TAG=v2.8.0
|
||||
OWGW_TAG=v2.8.0-RC2
|
||||
OWGWUI_TAG=v2.8.0-RC1
|
||||
OWSEC_TAG=v2.8.0-RC2
|
||||
OWFMS_TAG=v2.8.0-RC2
|
||||
OWPROV_TAG=v2.8.0-RC2
|
||||
OWPROVUI_TAG=v2.8.0-RC1
|
||||
OWANALYTICS_TAG=v2.8.0-RC2
|
||||
OWSUB_TAG=v2.8.0-RC2
|
||||
OWRRM_TAG=v2.8.0-RC1
|
||||
KAFKA_TAG=latest
|
||||
ZOOKEEPER_TAG=3.8
|
||||
ACMESH_TAG=latest
|
||||
|
||||
Reference in New Issue
Block a user