R-CORD Lite

Prerequisites

CORD Components

RCORD-Lite has dependencies on this charts, so they need to be installed first:

Install the RCORD-Lite helm chart

helm install -n rcord-lite xos-profiles/rcord-lite

Now that the your RCORD-Lite deployment is complete, please read this to understand how to configure it: Configure RCORD-Lite

How to customize the RCORD-Lite helm chart

Define a my-rcord-lite-values.yaml that looks like:

# in service charts
addressmanager:
  imagePullPolicy: 'Always'
fabric:
  imagePullPolicy: 'Always'
onos-service:
  imagePullPolicy: 'Always'
volt:
  imagePullPolicy: 'Always'
vsg-hw:
  imagePullPolicy: 'Always'
kubernetes:
  imagePullPolicy: 'Always'
vrouter:
  imagePullPolicy: 'Always'
xos-gui:
  imagePullPolicy: 'Always'
simpleexampleservice:
  imagePullPolicy: 'Always'

and use it during the installation with:

helm install -n rcord-lite xos-profiles/rcord-lite -f my-rcord-lite-values.yaml