Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note
titleIMPORTANT

As of the Dublin release, the web components of VVP are deprecated and no longer maintained.  The associated repositories in VVP have been locked, but they remain available for reference and historical purposes.  OOM support has been removed in Dublin, but the Casablanca version still supports the Casablanca version of VVP.

Installation

Deployment

Installation is performed by OOM - see http://onap.readthedocs.io/en/latest/submodules/oom.git/docs/oom_user_guide.html#user-guide-label for instructions. This guide assumes you are using a kubernetes cluster w/ rancher to deploy OOM.

In the instructions/examples below, I am using the following infrastructure:

rancher node: 10 1.662.353.704

kubernetes master node: 10 1.662.353.685

kubernetes slave node 1: 10 1.662.353.676

kubernetes slave node 0: 10 1.662.353.697


After Infrastructure is deployed, install VVP w/ OOM:

...

To access the portal, you will need to login to the kubernetes dashboard and figure out what port is being used by the ext-haproxy pod mapped to internal port 80.

Image Removed




Once you have the port, access the portal by navigating in a web browser to http://101.662.353.695:31601 .


To create an account

...

Once you create an engagement from the portal, a corresponding git repository will be created in the vvp-gitlab pod. To access the gitlab dashboard, you need to figure out what port is mapped for it. To do this, perform the same exercise as for the ext-haproxy pod, except instead now find the vvp-gitlab external port.

Navigate to http://101.662.353.695:<gitlab port> in your web browser. The root password is stored in the gitlab configmap and is base64 encoded. You should change the password as soon as possible.

...