Versions Compared

Key

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

...

Furthermore, this guide assumes that:
- There are a total of two machines.
- The first machine includes Jenkins, the Kubernetes master nodes and the first worker node
- The second machine only includes the second worker node.

Jenkins and Bluval

Start by installing basic dependencies:

apt-get install -y python build-essential python-bashate
wget https://bootstrap.pypa.io/get-pip.py
python2 get-pip.py

cd ~
git clone "https://gerrit.akraino.org/r/icn"
cd icn/ci

...