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 new configuration is called rcord-lite
, but since it is the only version of Residential CORD currently supported, we simply call it the R-CORD profile.
R-CORD has dependencies on the following charts, so they need to be installed first:
helm dep update xos-profiles/rcord-lite helm install -n rcord-lite xos-profiles/rcord-lite
Now that your R-CORD deployment is complete, please read the following guide to understand how to configure it: Configure R-CORD
Define a my-rcord-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-values.yaml