Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
titleValidation
vim ~oom/kubernetes/onap/resources/environments called values_global_gluster.yaml

...

Code Block
languagebash
themeConfluencetitleValidation
global:
# Change to an unused port prefix range to prevent port conflicts


...snip...


# default mount path root directory referenced
# by persistent volumes and log files
persistence:
storageClass: glusterfs-sc
mountPath: /dockerdata-nfs

...

Code Block
languagebash
themeRDarktitleValidation
cd ~/oom/kubernetes
helm upgrade -i dev local/onap --namespace onap -f onap/resources/environments/values_global_gluster.yaml

...

Code Block
languagebash
themeRDarktitleValidation
kubectl get pvc --namespace onap 

...