Jira Legacy | ||||||||
---|---|---|---|---|---|---|---|---|
|
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
...
- CPS
- CPS and xNF
- Only xNF?
...
Database:
OOM Datastore still not implemented is not still separated from the OOM core and hence at the moment we will reuse ONAP progress Db
...
Code Block | ||
---|---|---|
| ||
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 |
...