Johann Hoffmann cfd00fc956 [WIFI-7832] Create AWS CloudFormation template (#68)
* 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>
2022-06-16 13:45:31 +02:00
2021-10-13 11:14:21 +02:00

wlan-cloud-ucentral-deploy

This Git repository is used for different deployment manifests for uCentral

Currently 2 deployment methods are supported:

  1. Helm deployment - may be used for deployment to Kubernetes clusters
  2. 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:

  1. 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 branch release/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 version v2.0.0, we should set its repository to "git+https://github.com/Telecominfraproject/wlan-cloud-ucentralgw@helm?ref=v2.0.0").
  2. 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 version 0.1.1 (without v in it) in Chart.yaml).
  3. 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.selfsigned and docker-compose/.env.letsencrypt files.
  4. 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.
  5. 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
Readme 1.3 MiB
Latest
2025-12-25 06:34:23 +00:00
Languages
Shell 87.6%
Smarty 8.7%
Dockerfile 3.7%