You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »


Request access to VM

  • Login to  https://selfservice-dev.est.tech/login to create a 'booking' for OpenVPN
  • Read through the instructions and tips to get familiar with the process (also make sure, that you generate an RSA keypair, seem like that's the only one they accept)
  • Request Andrew Fenner and/or Robert Tomczyk for a new account on 'our' VM' (172.16.3.229)

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:

sudo openvpn --config YOUR_USERNAME.xerces.onap.ovpn --auth-nocache

Uninstall CPS

To unistall CPS from a given namespace use this command:

helm uninstall $ONAP_INSTALL_RELEASE_NAME --namespace $ONAP_INSTALL_NAMESPACE


Install (minimal) CPS


Update CPS

Upgrade the installment:

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

Demo

  • No labels