...
Relevant images for released use cases:
component | Image | Tag | Remark |
---|---|---|---|
SDNC | onap/sdnc-image | 2.0.4 | |
SDNRDB | bitnami/elasticsearch | 7.6.1 | |
DCAE | onap/org.onap.dcaegen2.deployments.k8s-bootstrap-container | 2.1.8 | VES collector |
DMaaP | onap/dmaap/dmaap-mr | 1.1.18 | message router |
Please note: helm deployment contains more images which are not listed here.
Limitations (wip):
- none
Prerequisites:
...
- build local onap helm repo
Code Block | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
helm install -n smo local/onap --set global.masterPassword=myAwesomePasswordThatINeedToChange -f ~/workspace/smo/deploy_smo_cherry.yaml --namespace onap --timeout 900 |
...