Versions Compared

Key

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

Jira Legacy
serverSystem Jira
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId4733707d-2057-3a0f-ae5e-4fd8aff50176
keyCPS-175

References

Application  Ports Reserved for CPS, and xNF

  • CPS with xNF: 31205

Service exposition

  • Exposed services are configured using Ingress
  • Not exposed services are configured using ClusterIP
  • There is no service using NodePort

Deployment

  Needs to be defined, what Honolulu approach we want. ATM approach is to have 1 with option of enable 2 as well

...

  1.  CPS
  2.  CPS and xNF
  3.  Only xNF?

   Database:

...

 Database:

       OOM Datastore is not still separated from the OOM core and hence at the moment we will reuse ONAP progress Db

...

Code Block
languagebash
git clone -b master http://gerrit.onap.org/r/oom --recurse-submodules

cd oom/kubernetes
make repo
make SKIP_LINT=TRUE all

helm install local/onap -n onap \
--namespace onap \
--set cps.enabled=true \
--set postgres.enabled=true \
--set global.masterPassword=random \
--set global.persistence.storageClass=microk8s-hostpath

helm list

...