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
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://<kube-node-ip>:<ext-proxy-port> .
To create an account
- Sign up like normal (email, pwd)
- No email will be sent, you can find the activation link with the command "kubectl logs <em-uwsgi pod name>"
- Paste the activation link into your browser to activate the new account
- login to your new account
- Add a public ssh key your profile