OpenShift 3.6 Generic Guest Template: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
* [[OpenShift_3.6_Installation#Template_Preparation|OpenShift 3.6 Installation]] | * [[OpenShift_3.6_Installation#Template_Preparation|OpenShift 3.6 Installation]] | ||
=Clone the Basic Template | =Procedure= | ||
Clone the Basic Template | |||
Use the [[OpenShift_3.6_Basic_Guest_Template|basic template]] as a base image, and clone it, as described here: | Use the [[OpenShift_3.6_Basic_Guest_Template|basic template]] as a base image, and clone it, as described here: |
Revision as of 03:45, 8 November 2017
Internal
Procedure
Clone the Basic Template
Use the basic template as a base image, and clone it, as described here:
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.
Clone the virtual machine image and create the new disk volumes, as described in Cloning a Guest.
virsh define /root/environments/ocp36/ocp36.generic-template.xml
virsh start --console ocp36.generic-template