mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy.git
synced 2026-01-27 10:23:04 +00:00
106 lines
4.9 KiB
YAML
106 lines
4.9 KiB
YAML
# TODO adapt config for your environments - change FQDNs, certificates and security credentials
|
|
owgw:
|
|
configProperties: # TODO change FQDNs
|
|
openwifi.fileuploader.host.0.name: gw.cicd.lab.wlan.tip.build
|
|
openwifi.system.uri.public: https://gw.cicd.lab.wlan.tip.build:16002
|
|
openwifi.system.uri.private: https://gw.cicd.lab.wlan.tip.build:17002
|
|
openwifi.system.uri.ui: https://webui.cicd.lab.wlan.tip.build
|
|
rtty.server: rtty.cicd.lab.wlan.tip.build
|
|
|
|
owgwui:
|
|
services:
|
|
owgwui:
|
|
type: NodePort
|
|
|
|
ingresses:
|
|
default:
|
|
enabled: true
|
|
className: alb
|
|
annotations:
|
|
alb.ingress.kubernetes.io/scheme: internet-facing
|
|
alb.ingress.kubernetes.io/group.name: wlan-cicd
|
|
alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:ap-south-1:289708231103:certificate/2cc8c764-11fd-411d-bf7d-a93f488f3f6c
|
|
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS": 443}]'
|
|
alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_302"}}'
|
|
external-dns.alpha.kubernetes.io/hostname: webui.cicd.lab.wlan.tip.build # TODO change FQDN
|
|
paths:
|
|
- path: /*
|
|
serviceName: owgwui
|
|
servicePort: http
|
|
|
|
public_env_variables:
|
|
REACT_APP_UCENTRALSEC_URL: https://sec.cicd.lab.wlan.tip.build:16001 # TODO change to OWSEC RESTAPI url
|
|
|
|
owsec:
|
|
configProperties: # TODO change FQDNs and credentials
|
|
authentication.default.username: tip@ucentral.com
|
|
authentication.default.password: TOFILL # TODO change password to default hashed password (see OWSEC readme for details)
|
|
openwifi.system.uri.public: https://sec.cicd.lab.wlan.tip.build:16001
|
|
openwifi.system.uri.private: https://sec.cicd.lab.wlan.tip.build:17001
|
|
openwifi.system.uri.ui: https://webui.cicd.lab.wlan.tip.build
|
|
|
|
owfms:
|
|
configProperties: # TODO change FQDNs and credentials
|
|
s3.key: TOFILL # TODO change these values to S3 credentials to get firmwares from bucket
|
|
s3.secret: TOFILL
|
|
# TODO uncomment and change these values if you are using your own S3 bucket with firmwares
|
|
#s3.bucketname: ucentral-ap-firmware
|
|
#s3.region: us-east-1
|
|
#s3.bucket.uri: ucentral-ap-firmware.s3.amazonaws.com
|
|
openwifi.system.uri.public: https://fms.cicd.lab.wlan.tip.build:16004
|
|
openwifi.system.uri.private: https://fms.cicd.lab.wlan.tip.build:17004
|
|
openwifi.system.uri.ui: https://webui.cicd.lab.wlan.tip.build
|
|
|
|
owprov:
|
|
configProperties: # TODO change FQDNs
|
|
openwifi.system.uri.public: https://prov.cicd.lab.wlan.tip.build:16005
|
|
openwifi.system.uri.private: https://prov.cicd.lab.wlan.tip.build:17005
|
|
openwifi.system.uri.ui: https://webui.cicd.lab.wlan.tip.build
|
|
|
|
owprovui:
|
|
services:
|
|
owprovui:
|
|
type: NodePort
|
|
|
|
ingresses:
|
|
default:
|
|
enabled: true
|
|
className: alb
|
|
annotations:
|
|
alb.ingress.kubernetes.io/scheme: internet-facing
|
|
alb.ingress.kubernetes.io/group.name: wlan-cicd
|
|
alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:ap-south-1:289708231103:certificate/2cc8c764-11fd-411d-bf7d-a93f488f3f6c
|
|
alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS": 443}]'
|
|
alb.ingress.kubernetes.io/actions.ssl-redirect: '{"Type": "redirect", "RedirectConfig": { "Protocol": "HTTPS", "Port": "443", "StatusCode": "HTTP_302"}}'
|
|
external-dns.alpha.kubernetes.io/hostname: provui.cicd.lab.wlan.tip.build # TODO change FQDN
|
|
paths:
|
|
- path: /*
|
|
serviceName: owprovui
|
|
servicePort: http
|
|
|
|
public_env_variables:
|
|
REACT_APP_UCENTRALSEC_URL: https://sec.cicd.lab.wlan.tip.build:16001 # TODO change to OWSEC RESTAPI url
|
|
|
|
owsub:
|
|
configProperties: # TODO change FQDNs
|
|
openwifi.system.uri.public: https://sub.cicd.lab.wlan.tip.build:16007
|
|
openwifi.system.uri.private: https://sub.cicd.lab.wlan.tip.build:17007
|
|
openwifi.system.uri.ui: https://webui.cicd.lab.wlan.tip.build
|
|
|
|
owanalytics:
|
|
configProperties: # TODO change FQDNs
|
|
openwifi.system.uri.public: https://analytics.cicd.lab.wlan.tip.build:16009
|
|
openwifi.system.uri.private: https://analytics.cicd.lab.wlan.tip.build:17009
|
|
openwifi.system.uri.ui: https://webui.cicd.lab.wlan.tip.build
|
|
|
|
haproxy:
|
|
service:
|
|
annotations:
|
|
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: ssl
|
|
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-ports: "16004,17004,16002,16003,17002,16005,17005,16001,17001,5912,5913,16009,16007"
|
|
service.beta.kubernetes.io/aws-load-balancer-type: nlb-ip
|
|
external-dns.alpha.kubernetes.io/hostname: "gw.cicd.lab.wlan.tip.build,sec.cicd.lab.wlan.tip.build,fms.cicd.lab.wlan.tip.build,prov.cicd.lab.wlan.tip.build,rtty.cicd.lab.wlan.tip.build,sub.cicd.lab.wlan.tip.build,analytics.cicd.lab.wlan.tip.build" # TODO change FQDNs
|
|
|