You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Prerequisites

  • Openstack and admin account with enough resources
  • Kybernetes cluster


This procedure is based on Deploying SDN-C using helm chart.

Open issues related to this topic

Key Summary T Created Updated Due Assignee Reporter P Status Resolution
Loading...
Refresh


Enable SDNC with at least one mariadb-galera replica

nano kubernetes/onap/values.yaml
...
#################################################################
# Enable/disable and configure helm charts (ie. applications)
# to customize the ONAP deployment.
#################################################################
...
mariadb-galera:
  enabled: true
  replicaCount: 1
...
sdnc:
  enabled: true

  replicaCount: 3
...



  • No labels