OpenShift 3.6 Basic Guest Template: Difference between revisions

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


=Procedure=
=Procedure=
Make sure the required storage pools have been configured as described in the [[OpenShift_3.6_Virtualization_Host_Preparation|Virtualization Host Preparation]] page.
The template creation procedure is described in detail in the [[Virt-install|virt-install]] page.
The
We are building an ingress guest template using a different procedure than [[OpenShift_3.6_Generic_Guest_Template|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==
==Provision the Guest Virtual Machine==

Revision as of 22:23, 7 November 2017

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: