SD-Fabric chart

Prerequest

See SD-Fabric deployment guide and deploy all necessary components like Kubernetes and switch.

Configuration

NameDescription
.Values.image.credential.secretNameName for the Kubernetes secret to store the credential
.Values.image.credential.registryThe container registry
.Values.image.credential.usernameThe username to login the container registry
.Values.image.credential.passwordThe password to login the container registry
.Values.onos-classicSee https://github.com/onosproject/onos-helm-charts/tree/master/onos-classic
.Values.stratumSee https://github.com/stratum/stratum-helm-charts/tree/master/stratum

Installation

Modify values.yaml according to the explanations above, then run the following command:

helm upgrade --install -f my-values.yaml sdfabric .

This command will deploy the SD-Fabric helm chart with release name sdfabric in the current context.