Versions Compared

Key

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

...

  • ONAP-AAF
  • ONAP-DCAE
  • ONAP-DMaaP
  • ONAP-SDNC (single node, SMO functionality)
Released images:

Relevant images for released use cases:

componentImageTagRemark
SDNConap/sdnc-image2.0.4
SDNRDBbitnami/elasticsearch7.6.1
DCAEonap/org.onap.dcaegen2.deployments.k8s-bootstrap-container2.1.8VES collector
DMaaPonap/dmaap/dmaap-mr1.1.18message router

Please note: helm deployment contains more images which are not listed here.

Limitations (wip):
  • none
Prerequisites:

...

  • build local onap helm repo
Code Block
languagebash
sudo apt install -y build-essential
cd ~/workspace/oom_smo/kubernetes
make repo; make SKIP_LINT=TRUE all ; make SKIP_LINT=TRUE onap
# take a coffee
helm search onap

...

Code Block
languagebash
helm install -n smo local/onap --set global.masterPassword=myAwesomePasswordThatINeedToChange -f ~/workspace/smo/deploy_smo_cherry.yaml --namespace onap --timeout 900

...