Versions Compared

Key

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

...

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

Code Block
languagebash
themeRDark
git clone -b beijing http://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

Before running A&AI Before running ONAP 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
git clone -b beijing http://gerrit.onap.org/r/oom
cd oom/kubernetes
make all
helm install local/onap -f onap/values.yaml --version 2.0.0 -n onap --namespace onapns

...