D.1 CNC Console Instances Configuration Examples

The following section lists the CNC Console instances configuration examples for single cluster and multi-cluster deployment of supported NFs.

Note:

Support for Instance Configuration over IPV6 Family IPs

  • CNC Console supports configuration of NF and Common Service Instances over IPv6 Family IPs as well. For configuring an IPv6 IP in the Instances:
    • IP must be enclosed in square brackets "[]" as per IPv6 standards
    • The complete IP String must be enclosed in double quotes (""). For example, "[2606:b400:605:b82e::]"
Sample Configuration Using IPV6
global:
 
  cncc-iam:
    enabled: true
  mcncc-core:
    enabled: true
  acncc-core:
    enabled: true
 
  isMultiClusterDeployment: false
   # Automatic route generation for CNCC Manager & Agent Deployment
  self:
    cnccId: Cluster1
  mCnccIams:
    - id: Cluster1
      ip: "[2606:b400:605:b82e::]"
  mCnccCores:
    - id: Cluster1
  aCnccs:
    - id: Cluster1
      role: Cluster1
      fqdn: cncc-acore-ingress-gateway.con6.svc.trypticon.lab.us.oracle.com
      port: 80
  instances:
    - id : Cluster1-bsf-instance1
      type: BSF
      owner: Cluster1
      ip: "[2606:b400:605:b82e::1]"
      port: 80
    - id: Cluster1-kibana
      type: CS
      owner: Cluster1
      ip: "[2606:b400:605:b82e::3]"
      apiPrefix: /jazz/kibana