mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentral-deploy.git
synced 2026-03-20 03:40:49 +00:00
cfd00fc956835c90c004fc399fb2bcbbccf583a2
* Make default Docker Compose settings optional Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org> * Check if variables are set before executing sed Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org> * Replace websocket cert and key if according variables are set Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org> * Search and replace email address for ACME registration Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org> * Simplify Letsencrypt deployment method by switching to one hostname Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org> * Wait for DNS record to be resolvable to ensure ACME challenge passes Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org> * Send waiting for DNS to background Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org> * Revert "Send waiting for DNS to background" This reverts commit 7f1ac42d223d4c3e870aed44d8a04e42f3ac006e. Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org> * Wait for DNS entry in Traefik container Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org> * Revert "Wait for DNS record to be resolvable to ensure ACME challenge passes" This reverts commit fb3423e42d4fc09ca2ed0deca2c9fe23b74745b1. Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org> * Fix multi-line entrypoint command Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org> * Expose prov and prov-ui ports in Letsencrypt deployment after switch to one hostname Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org> * Restrict websocket-key.pem permissions Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org> * Update README.md Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
wlan-cloud-ucentral-deploy
This Git repository is used for different deployment manifests for uCentral
Currently 2 deployment methods are supported:
- Helm deployment - may be used for deployment to Kubernetes clusters
- Docker-compose - may be used for local deployments
Details on every type of deployment may be found in the corresponding directories
How to cut a new release
This is a short version of uCentral branching model doc with specifics for this repo. To cut a new release following steps must be done:
- Create release branch with next Chart version (check Git tags for the latest version - for example if latest tag was
v0.1.0, create release branchrelease/v0.1.1), set required microservices tags in refs in Chart.yaml (for example, if we want to have this version to be tied to ucentralgw release versionv2.0.0, we should set it’s repository to"git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.0.0"). - Increase Helm version in Chart.yaml to the same version as Git tag (for example if the latest git tag is
v0.1.0, set version0.1.1(without v in it) in Chart.yaml). - Also increase the microservice image tags used by the Docker Compose deployments according to the release in the 'Image tags' section of the
docker-compose/.env,docker-compose/.env.selfsignedanddocker-compose/.env.letsencryptfiles. - Create new git tag from release branch. The Git tag should have the same name as the intended release version. Once the tag is pushed to the repo, Github will trigger a build process that will create an assembly Helm chart bundle with all version fixed to the release equal to the Git tag name and will publish it to the public Artifactory and as GitHub release asset.
- Release to the QA namespace using the packaged Helm assembly chart to verify there are no issues related to the deployment.
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-03-20T04:39:01.781Z
Releases
10
Languages
Shell
87.6%
Smarty
8.7%
Dockerfile
3.7%