What's on this page

Production

Getting Started

This section details how to install Telco Network Cloud Orchestration (TNC-O) using Helm on an existing Kubernetes cluster. This will install the following Helm charts: helm-foundation - reference Helm Chart for deploying the third-party components required by TNC-O. lm-configurator - Helm Chart executing a Kubernetes job to create relevant schemas and other configuration required by TNC-O. lm-helm - Helm Chart for deploying the TNC-O Microservices Pre-requisites Kubernetes A Kubernetes cluster is required to install TNC-O. »

Offline

The following guide explains how to pre-prepare the artifacts required by Telco Network Cloud Orchestration (TNC-O) during installation so you may complete installation at a later date without internet access. Preparing Offline Install Helm Charts The Helm charts should have already been gathered and copied onto the installation machine. Docker Images Create a workspace mkdir lm-docker-images Identifying Images Below is a full list of the docker images used by the sub-charts in v2. »

Installing TNC-O

This section assumes you have followed the configuration steps and now have: a helm-foundation Helm chart an lm-configurator Helm chart an lm-helm - Helm chart a custom values YAML file Installing with Helm You can now install the various TNC-O Helm charts in the order listed above, using the helm install command helm install <your-helm-chart> --name <your-release-name> --namespace <your-namespace> -f <your-custom-values-file> -f <your-additional-flavour-files> cicdhub-helm-chart - path to the Helm chart your-release-name - unique name used to identify this installation in Helm your-namespace - Kubernetes namespace to install into (leave out to use default). »