Versions Compared

Key

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

...

Installation is performed alongside 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:

...

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 Added


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

Image Added

To create an account

  • Sign up like normal (email, pwd)
    Image Added
  • No activation email will be sent, you can find the activation link with the command
    root@rancher:~# kubectl logs dev-em-645d6bf559-h9tdq

    There will be a message with the activation link to navigate to in your web browser.

  • login to your new account and create an engagement
  • Add a public ssh key your profile

To login to the admin account

  • From the sign up page, click the 'reset password' button
  • use email admin@na.com
  • Perform the same exercise as signing up, by browsing the engagement manager pod logs for the password reset link
  • Paste the password reset link into your browser, and use the temp password from the logs
  • Create a new password


Create an engagement

Image Added

Image Added

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://10.66.35.69:<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.

Validation Scripts

Once heat templates are uploaded to gitlab, add those files to the checklist in the engagement manager portal

Image Added

After updating the checklist, jenkins pod will clone and run the validation-scripts against the heat templates. This will be reported back in the jenkins log on the portal

Image Added

Once satisfied, move engagement to completed

Image Added

Known Issues

  • If you are intending to only use VVP as an internal tool and not accessible publicly, you can mark the new git repo as "public" in the settings of the gitlab dashboard.
  • Need to manually install validation-scripts python requirements. Clone validation scripts repo to jenkins pod after deployment, and run pip install -r requirements.txt.
  • If VVP is available publicly but you wish to keep the heat templates stored in it private, you will need to modify the jenkins container file /usr/local/bin/ice-testengine to include the username/password for gitlab when cloning the heat templates from the gitlab instance.
  • To clone the git repo from gitlab, you will only be able to use http.