OpenShift 3.6 Node Guest Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 2: Line 2:


* [[OpenShift_3.6_Installation#Guest_Configuration|OpenShift 3.6 Installation]]
* [[OpenShift_3.6_Installation#Guest_Configuration|OpenShift 3.6 Installation]]
For each master, infranode and node:


=Clone the Generic Template=
=Clone the Generic Template=

Latest revision as of 07:00, 9 November 2017

Internal

For each master, infranode and node:

Clone the Generic Template

Use the generic template as a base image and clone it, as described below.

While cloning the guest, make sure to:

  • Adjust the memory and the number of virtual CPUs.
  • Provision docker storage sized proportionally with the nature of the node.
Cloning a Guest

The process will produce a ocp36.master (smaller docker storage), ocp36.infanode, ocp36.node1, ocp36.node2, etc.

Resources

Verify resources (memory, CPU).

Configure Docker Storage

Repeat the template docker storage setup procedure:

Guest Template Docker Storage Setup

Activate at boot:

systemctl enable docker
systemctl disable docker-storage-setup