Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: rhel 7.6

...

Example 15 node (1 master + 14 nodes) OOM Deployment

Rancher 1.6.2225, Kubernetes 1.11.5, Docker 17.03, Helm 2.9.1

...

Undercloud Install - Rancher/Kubernetes/Helm/Docker

Ubuntu 16.04 Host VM Configuration

keyvalue



Redhat 7.6 Host VM Configuration

see https://gerrit.onap.org/r/#/c/77850/

keyvalue
firewalld offsystemctl disable firewalld
git, make, python
yum install git
yum groupinstall 'Development Tools'
IPv4 forwardingadd to /etc/sysctl.conf
net.ipv4.ip_forward = 1
Networking enabledsudo vi /etc/sysconfig/network-scripts/ifcfg-ens33 with ONBOOT=yes"


General Host VM Configuration

Follow https://git.onap.org/logging-analytics/tree/deploy/rancher/oom_rancher_setup.sh

Run the following script on a clean Ubuntu 16.04 or Redhat RHEL 7.x (7.6) VM anywhere - it will provision and register your kubernetes system as a collocated master/host.

...