D.1.5.1 NWDAF Single Cluster Deployment Instance Configuration Examples
CNCC Configuration
global:
cncc-iam:
enabled: true
mcncc-core:
enabled: true
acncc-core:
enabled: true
isMultiClusterDeployment: false
# Automatic route generation for CNCC Manager Deployment
self:
cnccId: Cluster1
mCnccIams:
- id: Cluster1
ip: 10.xx.xx.xx
mCnccCores:
- id: Cluster1
aCnccs:
- id: Cluster1
role: Cluster1
fqdn: cncc-acore-ingress-gateway.cncc.svc.occne-223cluster
port: 80
instances:
- id : Cluster1-nwdaf-instance1
type: NWDAF-UI
owner: Cluster1
fqdn: nwdafgui.nwdaf-gui.svc
port: 80
apiPrefix: /occne-223cluster/nwdaf-gui/ocnwdaf
- id : Cluster1-nwdaf-instance1
type: NWDAF-API
owner: Cluster1
fqdn: nwdaf-portal-service.nwdaf-gui.svc
port: 80
apiPrefix: /occne-223cluster/nwdaf-gui/ocnwdafapi
Sample Configuration for HTTPS Enabled Deployment
- Scheme should be updated to "https" in mCnccIams and aCnccs
- Https port should be updated in mCnccIams and aCnccs
CNCC Configuration
global:
cncc-iam:
enabled: true
mcncc-core:
enabled: true
acncc-core:
enabled: true
isMultiClusterDeployment: false
# Automatic route generation for CNCC Manager Deployment
self:
cnccId: Cluster1
mCnccIams:
- id: Cluster1
scheme: https
ip: 10.xx.xx.xx
mCnccCores:
- id: Cluster1
aCnccs:
- id: Cluster1
role: Cluster1
scheme: https
fqdn: cncc-acore-ingress-gateway.cncc.svc.occne-223cluster
port: 443
instances:
- id : Cluster1-nwdaf-instance1
type: NWDAF-UI
owner: Cluster1
fqdn: nwdafgui.nwdaf-gui.svc
port: 80
apiPrefix: /occne-223cluster/nwdaf-gui/ocnwdaf
- id : Cluster1-nwdaf-instance1
type: NWDAF-API
owner: Cluster1
fqdn: nwdaf-portal-service.nwdaf-gui.svc
port: 80
apiPrefix: /occne-223cluster/nwdaf-gui/ocnwdafapi