...
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.66.35.70
...
kubernetes slave node 0: 10.66.35.69
After Infrastructure is deployed, install VVP w/ OOM:
# clone oom repo
# update kubernetes/onap/values.yaml to enable/disable components.
# make sure VVP is enabled.
cd kubernetes
helm init --upgrade
helm serve &
helm repo add local http://127.0.0.1:8879
make all
helm install local/onap --name dev --namespace onap
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
...