Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Explanation of values.yaml

The following table describes the configuration parameters listed in the values.yaml file. You will need the parameter values obtained in Before You Install CN2 Pipelines. See an example values.yaml file in Install the CN2 Pipelines Helm Chart

Table 1: Parameters for Values.yaml in CN2 Release 23.2

Name

Description

Value

Accepted Values

Global Parameters

global.registry

Global image registry to pull Juniper artifacts

""

enterprise-hub.juniper.net/contrail-container-prod/
global.docker_image_repo

Global docker registry for non-Juniper images

""

docker.io
global.imagePullSecret

Image pull secret for authenticated registry in base64 format.

""

base64 formatted secret

global.deployment_type

CN2 cluster installed on Kubernetes or OpenShift

""

k8s, openshift
global.managementServer

Management server KubeAPI IP

""

Example: 192.168.1.4

Global GitServer Parameters

global.gitServer.access_token

GitLab personal access token

""

Example: 1di9sd23cpsadadsaaasd

global.gitServer.gitlabBaseURL

Base server for your GitLab server

""

Example: https://cnf-gitlab.net

global.gitServer.project

Repository or project name in GitLab

""

Example: devops/cn2config

global.gitServer.folderName

Folder name where all the CN2 configurations are located

""

Example: cn2networkconfig

global.gitServer.branch

CN2 config Git branch name

""

Example: master

Global cn2ClusterDetails

global.cn2ClusterDetails.name

CN2 cluster name from kubeconfig file

""

Example: cluster.local

global.cn2ClusterDetails.server

CN2 cluster kubeapi server, which is accessible from the management server

""

Example: 10.1.2.3

global.cn2ClusterDetails.kubeconfig

CN2 kubeconfig name

""

cn2-cluster-kubeconfig

global.cn2ClusterDetails.mountpath

CN2 test profile folder location

""

Example: /opt/cn2

Workflow Object Parameters

workflow-objects.ssl_enabled

True if SSL enabled. Otherwise, False

False

False, True

Enable the following OpenShift Container Platform (OCP) when deployment_type is "openshift"

workflow-objects.ocp_api_host_ip

Only for OpenShift Container Platform (OCP) kubeapi IP address

""

Example: 192.168.19.571

workflow-objects.ocp_api_host_name

Only for OpenShift Container Platform (OCP) kubeapi name

""

Example: api.ocp-ss-571.net