Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 2 Next »

Installation

Deployment

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

kubernetes master node: 10.66.35.68

kubernetes slave node 1: 10.66.35.67

kubernetes slave node 0: 10.66.35.69

root@rancher:~# kubectl get pods
NAME                                READY     STATUS    RESTARTS   AGE
dev-ci-uwsgi-688f759846-dcm5t       1/1       Running   0          54m
dev-cms-uwsgi-564b5b5d86-mpgkl      1/1       Running   0          54m
dev-em-645d6bf559-h9tdq             1/1       Running   0          54m
dev-ext-haproxy-6597f77789-ql5vn    1/1       Running   0          54m
dev-imagescanner-54fb84dfb8-6hwx6   3/3       Running   2          54m
dev-int-haproxy-57945994cf-rj2pr    1/1       Running   0          54m
dev-vvp-79b59c4f55-g84r2            1/1       Running   0          54m
dev-vvp-gitlab-5f48c7cf6c-nmbrf     1/1       Running   0          54m
dev-vvp-jenkins-69758c6dc8-cbm99    1/1       Running   0          54m
dev-vvp-postgres-d9bf9fd55-9vb4g    1/1       Running   0          54m
dev-vvp-redis-7c7448c5f4-5ls98      1/1       Running   0          54m

Post Deployment

After deployment has been initiated, it will take ~10 minutes for the containers to come up and become functional.

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.


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


To create an account

  • Sign up like normal (email, pwd)
  • 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


  • No labels