Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
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.)

Code Block
languagebash
...
#################################################################
# 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

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