OpenShift 3.6 Generic Guest Template: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 17: Line 17:
  cp ocp36.basic-template.xml ocp36.generic-template.xml
  cp ocp36.basic-template.xml ocp36.generic-template.xml


Adjust the configuration.
Adjust the configuration as described [[Linux_Virtualization_Cloning_a_KVM_Guest_Virtual_Machine#Adjust_the_Configuration|here]].

Revision as of 03:00, 8 November 2017

Internal

Clone the Basic Template

Use the basic template as a base image, and clone it, as described here:

Cloning a Guest

Sequence:

virsh shutdown ocp36.basic-template
virsh dumpxml ocp36.basic-template > /root/environments/ocp36/ocp36.basic-template.xml

cp ocp36.basic-template.xml ocp36.generic-template.xml

Adjust the configuration as described here.