Versions Compared

Key

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

...

Required Security Groups Rules

Image RemovedImage Added

Installing Kubernetes and Rancher

...

Launch new VMs in OpenStack.

Image RemovedImage Added

Select Ubuntu

...

20.04 as the boot image for the virtual machine without any volume

Image RemovedImage Added


Select

...

m4.large flavor

Image RemovedImage Added

Networking

Image RemovedImage Added

Apply customization script for Control Plane VMs

Image RemovedImage Added


The script to be copied:

...

  • Install docker and hold the docker version to 18.09.5
  • set hosts file with IP and hostname
  • install make
  • download and install kubectl
  • download and install helm

Launched Instances

Create the Kubernetes 12 nodes worker cluster named as onap-

...

workers on OpenStack cloud

The following instructions describe how to create OpenStack VMs to host the Highly-Available Kubernetes Workers. ONAP workloads will only be scheduled on these nodes.

Launch new VM instances in OpenStack

Image RemovedImage Added

Select Ubuntu

...

20.04 as base image

Image RemovedImage Added

Select Flavor

The size of Kubernetes hosts depend on the size of the ONAP deployment being installed.

If a small subset of ONAP applications are being deployed (i.e. for testing purposes), then 16GB or 32GB may be sufficient.

Image RemovedImage Added

Networking

Image RemovedImage Added

Apply customization script for Kubernetes VM(s)

Image RemovedImage Added

The scrip to be copied:

...

  • Install docker and hold the docker version to 18.09.5
  • insert hostname and IP in the hosts file
  • install nfs common
  • download and install kubectl


Launched

...

onap-workers instances

Image RemovedImage Added

Configure Rancher Kubernetes Engine

...

Launch new NFS Server VM instance

Select Ubuntu 18.04 as base image

Select Flavor

Networking

Apply customization script for NFS Server VM

...