OpenShift 3.6 Basic Guest Template

From NovaOrdis Knowledge Base
Revision as of 22:23, 7 November 2017 by Ovidiu (talk | contribs) (→‎Procedure)
Jump to navigation Jump to search

Internal

Overview

This is the simplest possible guest template, which will be used as a base for various other types of guests or more complex templates.

Procedure

Make sure the required storage pools have been configured as described in the Virtualization Host Preparation page.

The template creation procedure is described in detail in the virt-install page.

The


We are building an ingress guest template using a different procedure than the generic guest template because the ingress host is different from any other host in the environment in three aspects:

  • the network configuration is more complex - it has two different network interfaces, one public and one environment-facing.
  • it requires significantly fewer software packages.
  • it is security hardened.

Provision the Guest Virtual Machine

The virsh command is available below. For more details. For more details ...

Note that the ingress guest must have at least two network interfaces, one for public access and the other one for communication with the cluster. The procedure is described here: