Versions Compared

Key

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

...

4. OOM

The installation is straightforward. We download the Beijing OOM from git (WARNING - the Beijing release might need Helm 2.8.2)as follows:

Code Block
languagebash
themeRDark
git clone -b beijing http"https://gerrit.onap.org/r/oom

or download master (future Casablanca - this is preferred over Beijing):

Code Block
languagebash
themeRDark
git clone http://gerrit.onap.org/r/oom"
git submodule init
git submodule update
sudo cp -R ~/oom/kubernetes/helm/plugins/ ~/.helm


Before running A&AI we must customize what projects should be enabled in the oom/kubernetes/onap/values.yaml file. As we want to run A&AI, we should have:

...

Code Block
languagebash
themeRDark
cd oom/kubernetes
make all
sudo helm installdeploy local/onap -f onap/values.yaml --version 2.0.0 -n demo ./onap --namespace onapnsonap

When you do

Code Block
languagebash
themeRDark
kubectl get pods --all-namespaces

...