The latest version of R-CORD differs from versions included in earlier releases in that it does not include the vSG service. In the code this configuration is called RCORD-Lite, but since it is the only version of Residential CORD currently supported, we usually simply call it "R-CORD."
RCORD-Lite has dependencies on this charts, so they need to be installed first:
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
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