mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			47 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version='1.0' encoding='utf-8' ?>
 | 
						|
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
 | 
						|
<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
 | 
						|
%BOOK_ENTITIES;
 | 
						|
]>
 | 
						|
 | 
						|
<!-- Licensed to the Apache Software Foundation (ASF) under one
 | 
						|
 or more contributor license agreements.  See the NOTICE file
 | 
						|
 distributed with this work for additional information
 | 
						|
 regarding copyright ownership.  The ASF licenses this file
 | 
						|
 to you under the Apache License, Version 2.0 (the
 | 
						|
 "License"); you may not use this file except in compliance
 | 
						|
 with the License.  You may obtain a copy of the License at
 | 
						|
 
 | 
						|
   http://www.apache.org/licenses/LICENSE-2.0
 | 
						|
 
 | 
						|
 Unless required by applicable law or agreed to in writing,
 | 
						|
 software distributed under the License is distributed on an
 | 
						|
 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 | 
						|
 KIND, either express or implied.  See the License for the
 | 
						|
 specific language governing permissions and limitations
 | 
						|
 under the License.
 | 
						|
-->
 | 
						|
 | 
						|
<section id="create-bare-metal-template">
 | 
						|
    <title>Creating a Bare Metal Template</title>
 | 
						|
    <note><para><emphasis role="bold">Beta feature. Untested in &PRODUCT; 3.0.3. Provided without guarantee of performance</emphasis>.</para></note>
 | 
						|
    <para>Before you can create a bare metal template, you must have performed several other installation and setup steps to create a bare metal cluster and environment. See Bare Metal Installation in the Installation Guide. It is assumed you already have a directory named "win7_64bit" on your CIFS server, containing the image for the bare metal instance. This directory and image are set up as part of the Bare Metal Installation procedure.</para>
 | 
						|
    <orderedlist>
 | 
						|
        <listitem><para>Log in to the &PRODUCT; UI as an administrator or end user.</para></listitem>
 | 
						|
        <listitem><para>In the left navigation bar, click Templates.</para></listitem>
 | 
						|
        <listitem><para>Click Create Template.</para></listitem>
 | 
						|
        <listitem><para>In the dialog box, enter the following values.</para>
 | 
						|
        <itemizedlist>
 | 
						|
            <listitem><para><emphasis role="bold">Name</emphasis>. Short name for the template.</para></listitem>
 | 
						|
            <listitem><para><emphasis role="bold">Display Text</emphasis>. Description of the template.</para></listitem>
 | 
						|
            <listitem><para><emphasis role="bold">URL</emphasis>. The directory name which contains image file on your CIFS server. For example, win7_64bit.</para></listitem>
 | 
						|
            <listitem><para><emphasis role="bold">Zone</emphasis>. All Zones.</para></listitem>            
 | 
						|
            <listitem><para><emphasis role="bold">OS Type</emphasis>. Select the OS type of the ISO image. Choose other if the OS Type of the ISO is not listed or if the ISO is not bootable.</para></listitem>
 | 
						|
            <listitem><para><emphasis role="bold">Hypervisor</emphasis>. BareMetal.</para></listitem>
 | 
						|
            <listitem><para><emphasis role="bold">Format</emphasis>. BareMetal.</para></listitem>
 | 
						|
            <listitem><para><emphasis role="bold">Password Enabled</emphasis>. No.</para></listitem>
 | 
						|
            <listitem><para><emphasis role="bold">Public</emphasis>. No.</para></listitem>
 | 
						|
            <listitem><para><emphasis role="bold">Featured</emphasis>. Choose Yes if you would like this template to be more prominent for users to select. Only administrators may make templates featured.</para></listitem>
 | 
						|
        </itemizedlist></listitem></orderedlist>
 | 
						|
    </section>
 |