5 CNC Console Supported NFs and Version Compatibility

The CNC Console supports the following NF versions:

SR.No NF NF Version Enabling NFs Route Configuration Remarks
1 NRF 1.8.0

Update in cmservice section of values.yaml

envManageNF:NRF

Update in routeConfig under ingress section in values.yaml

- id: nrf_configuration
  uri: http://<FQDN>:<PORT>
  path: /nrf-configuration/v1/**
 
2 POLICY 1.8.0

Update in cmservice section of values.yaml

envManageNF: POLICY
cmEnableImportExport: true
Update in routeConfig under ingress section in values.yaml

  - id: policy_configuration
    uri: http://<FQDN>:<PORT>
    path: /policyapi/**
    filters:
      rewritePath: "/policyapi(?<segment>/?.*), $\\{segment}"
  - id: policy_export_configuration # Route for Export configuration under Policy screen
    uri: http://<FQDN>:<PORT>
    path: /oc-cnpolicy-configuration/**
  1. For enabling POLICY, add POLICY in "envManageNF" field.
  2. To enable Import, Export buttons set cmEnableImportExport as true. It is applicable only for POLICY GUI.
cmEnableImportExport: true
3 SCP 1.8.0

Update in cmservice section of values.yaml

envManageNF:SCP

Update in routeConfig under ingress section in values.yaml

- id: scpc_configuration   
  uri: http://<FQDN>:<PORT>  
  path: /soothsayer/v1/**
 
4 UDR 1.8.0

Update in cmservice section of values.yaml

envManageNF:UDR
Update in routeConfig under ingress section in values.yaml
	
 - id: udr1
   uri: http://<FQDN>:<PORT>
   path: /nudr-dr-prov/**,/nudr-dr-mgm/**,/nudr-group-id-map-prov/**,/slf-group-prov/**
 - id: udr2
   uri: http://<FQDN>:<PORT>
   path: /nudr-config/**
l