Code Monkey home page Code Monkey logo

wlan-cloud-ucentral-deploy's Introduction

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 it’s 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.

wlan-cloud-ucentral-deploy's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.