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

Compare with Current View Page History

« Previous Version 5 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
...



Enable SDN-R WT apps

(Please check the status of open issues. Adjust additional helm templates if still required.)

...
#################################################################
# Application configuration defaults.
#################################################################
# application images
repository: nexus3.onap.org:10001
pullPolicy: Always
image: onap/sdnc-image:1.5.1-STAGING-latest ## put here the right image tag
...
# application configuration
config:
  odlPassword: <secretadminpasswort>
...
  
  sdnrwt: true


Please check the status of open issues. Adjust helm templates if still required.

Make helm repos and deploy

/home/ubuntu/oom/kubernetes# sudo make all
/home/ubuntu/oom/kubernetes# helm install local/onap --name <Release-name> --namespace onap



  • No labels