Difference between revisions of "OpenNebula Templates"

From CipherSpace Client Wiki
Jump to navigation Jump to search
 
(34 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:OpenNebula]]
[[Category:How To]]
[[Category:CloudInfrastructure]]
__TOC__
__TOC__


==Create a new Template==
==Create a new Template==
#[[OpenNebula_Administrative_Functions | Log into OpenNebula Sunstone]].
#Go to “Templates” in the left menu and click on “VMs” in the drop down menu.
#:[[File:Templates_menu.png|thumb|none|upright=0.5]]
#:<br>
#Click on the "+" button to create a new template. See below.
#Click "Create" button.


1.[[OpenNebula_Administrative_Functions | Log into OpenNebula Sunstone]].
===Basic Template for Linux VMs===
 
 
2. Go to “Virtual Resources” in the left menu and click on “Templates” in the drop down menu.
[[File:Templates_menu.png|thumb|none|upright=0.5]]
 
 
3. Click on the "+" button to create a new template.
 
 
===Configure Template===
 
The basic procedure is as follows:
The basic procedure is as follows:
* Add a template name in "General" menu.
* Add a template name in "General" menu.
[[File:Template_name.png|thumb|none|upright=2]]
[[File:Template_name.png|thumb|none|upright=2]]




* Add storage disks in "Storage" menu.
* In "Storage" tab, choose a storage disk. If your template requires more disks, click on "Add another disk" and select it accordingly.
[[File:Template_storage.png|thumb|none|upright=2.5]]
[[File:Template_storage.png|thumb|none|upright=2.5]]




* Add a network interface in "Network" menu. If a fixed ip address is required, click on "Advanced Option" button and type the fixed address in the "IP" field.
* In "Network" tab, select a Virtual Network, which the instantiated virtual machine(s) will be connected to. If your template requires more network interfaces, click on "Add another nic" and select it accordingly.
[[File:Template_interface.png|thumb|none|upright=2.5]]
[[File:Template_interface.png|thumb|none|upright=2.5]]




* In "Input/Output" menu, select "VNC" Graphics and tick "Generate Random Password"  
* If a fixed ip address is required, click on "Advanced Option" button and type the fixed address in the "IP" field.
[[File:Template_adv_net_opt.png|thumb|none|upright=2.0]]
 
 
* In "Input/Output" menu, select "VNC" Graphics and tick "Generate Random Password".
[[File:Template_vnc.png|thumb|none|upright=1.5]]
[[File:Template_vnc.png|thumb|none|upright=1.5]]




* Add SSH keys and flag "Add SSH contextualization" in "Context" menu.
* In "Context" menu, add SSH keys in the "Public Key" field and make sure that "Add SSH contextualization" and "Add Network contextualization" are ticked.
[[File:Template_context.png|thumb|none|upright=2.5]]
[[File:Template_context.png|thumb|none|upright=2.5]]




* In Context menu a root password could be defined under "Custom Vars". Add following value : KEY= ROOT_PASSWORD, VALUE= "password" and press "Add" button.
* In "Context" menu, you can define a root password under "Custom Vars". Add the following entries: KEY= CRYPTED_PASSWORD_BASE64, VALUE= "password" and press "Add" button.  
[[File:Template_rootpwd.png|thumb|none|upright=2.5]]
[[File:Template_rootpwd.png|thumb|none|upright=2.5]]
The  [[Contextualization_of_Linux_VMs|following page]] contains more information regarding the Context section.
===Basic Template for Windows VMs===
The basic procedure is as follows:
* Add a template name in "General" menu.
[[File:Template_name.png|thumb|none|upright=2]]




* In "Storage" tab, choose a storage disk. If your template requires more disks, click on "Add another disk" and select it accordingly.
[[File:Template_storage.png|thumb|none|upright=2.5]]


5. Click "Create" button


==Update a Template==
* In "Network" tab, select a Virtual Network, which the instantiated virtual machine(s) will be connected to. If your template requires more network interfaces, click on "Add another nic" and select it accordingly.
[[File:Template_interface.png|thumb|none|upright=2.5]]


1. Open OpenNebula Sunstone and [[OpenNebula_Administrative_Functions | login]].


* If a fixed ip address is required, click on "Advanced Option" button and type the fixed address in the "IP" field.
[[File:Template_adv_net_opt.png|thumb|none|upright=2.0]]


2. Go to “Virtual Resources” in the left menu and click “Templates” in the drop down menu.
[[File:Templates_menu.png|thumb|none|upright=0.5]]


* In "Input/Output" menu, select "VNC" Graphics and tick "Generate Random Password".
[[File:Template_vnc.png|thumb|none|upright=1.5]]


3. Click on the template and press "Update" button.


* In "Context" menu, you can define a user account under "Custom Vars". Add the following entries: KEY= USERNAME, VALUE= "your-username", KEY= PASSWORD, VALUE= "your-password" and press "Add" button.
[[File:Template_userpassword.png|thumb|none|upright=2.5]]


4. Make the changes and press "Update" green button to save.
The  [[Contextualization_of_Windows_VMs|following page]] contains more information regarding the Context section.
 
==Update a Template==
#[[OpenNebula_Administrative_Functions | Log into OpenNebula Sunstone]].
#Go to “Templates” in the left menu and click on “VMs” in the drop down menu.
#:[[File:Templates_menu.png|thumb|none|upright=0.5]]
#:<br>
#Click on the template and press "Update" button.
#Make the necessary changes and press the green "Update" button to save.

Latest revision as of 09:24, 25 April 2017


Create a new Template

  1. Log into OpenNebula Sunstone.
  2. Go to “Templates” in the left menu and click on “VMs” in the drop down menu.
    Templates menu.png

  3. Click on the "+" button to create a new template. See below.
  4. Click "Create" button.

Basic Template for Linux VMs

The basic procedure is as follows:

  • Add a template name in "General" menu.
Template name.png


  • In "Storage" tab, choose a storage disk. If your template requires more disks, click on "Add another disk" and select it accordingly.
Template storage.png


  • In "Network" tab, select a Virtual Network, which the instantiated virtual machine(s) will be connected to. If your template requires more network interfaces, click on "Add another nic" and select it accordingly.
Template interface.png


  • If a fixed ip address is required, click on "Advanced Option" button and type the fixed address in the "IP" field.
Template adv net opt.png


  • In "Input/Output" menu, select "VNC" Graphics and tick "Generate Random Password".
Template vnc.png


  • In "Context" menu, add SSH keys in the "Public Key" field and make sure that "Add SSH contextualization" and "Add Network contextualization" are ticked.
Template context.png


  • In "Context" menu, you can define a root password under "Custom Vars". Add the following entries: KEY= CRYPTED_PASSWORD_BASE64, VALUE= "password" and press "Add" button.
Template rootpwd.png

The following page contains more information regarding the Context section.

Basic Template for Windows VMs

The basic procedure is as follows:

  • Add a template name in "General" menu.
Template name.png


  • In "Storage" tab, choose a storage disk. If your template requires more disks, click on "Add another disk" and select it accordingly.
Template storage.png


  • In "Network" tab, select a Virtual Network, which the instantiated virtual machine(s) will be connected to. If your template requires more network interfaces, click on "Add another nic" and select it accordingly.
Template interface.png


  • If a fixed ip address is required, click on "Advanced Option" button and type the fixed address in the "IP" field.
Template adv net opt.png


  • In "Input/Output" menu, select "VNC" Graphics and tick "Generate Random Password".
Template vnc.png


  • In "Context" menu, you can define a user account under "Custom Vars". Add the following entries: KEY= USERNAME, VALUE= "your-username", KEY= PASSWORD, VALUE= "your-password" and press "Add" button.
Template userpassword.png

The following page contains more information regarding the Context section.

Update a Template

  1. Log into OpenNebula Sunstone.
  2. Go to “Templates” in the left menu and click on “VMs” in the drop down menu.
    Templates menu.png

  3. Click on the template and press "Update" button.
  4. Make the necessary changes and press the green "Update" button to save.