...
Code Block | ||
---|---|---|
| ||
git clone -b frankfurt http://gerrit.onap.org/r/oom --recurse-submodules oom_smo cd oom_smo git fetch "https://gerrit.onap.org/r/oom" refs/changes/31/106331/4 && git checkout FETCH_HEAD # HEAD is now at 275f7de9 [SDNC] oom for clustered disaggregated SDN-R |
- verifiy if local helm repo is available, otherwise follow intructions in onap setup
Code Block |
---|
helm repo list
#NAME URL
#stable https://kubernetes-charts.storage.googleapis.com
#local http://127.0.0.1:8879
|
- build local onap helm repo
Code Block |
---|
cd oom_smo/kubernetes
make all; make onap
# take a coffee
helm search onap
|