...
After you are able to log in you can check the kube config file on the VM. Its recommended to merge that file with your computer's local kube config file. This way you will be able to work from your computer, so you only have to connect to the VPN.
You can use this command to connect from the same directory where your .ovpn is located:
Code Block |
---|
sudo openvpn --config YOUR_USERNAME.xerces.onap.ovpn --auth-nocache |
Uninstall CPS
To unistall CPS from a given namespace use this command:
Code Block |
---|
helm uninstall $ONAP_INSTALL_RELEASE_NAME --namespace $ONAP_INSTALL_NAMESPACE |
Install (minimal) CPS
Update CPS
Upgrade the installment:
Code Block |
---|
helm upgrade $ONAP_INSTALL_RELEASE_NAME xerces/onap -i -f values.yaml -f $ONAP_INSTALL_VALUES_YAML --namespace $ONAP_INSTALL_NAMESPACE --set global.masterPassword=$ONAP_INSTALL_MASTER_PASSWORD --debug |