1. onetemplate(1)
  2. onetemplate(1) -- manages OpenNebula templates
  3. onetemplate(1)

NAME

onetemplate

SYNOPSIS

onetemplate command [args] [options]

OPTIONS

 --name name               Name of the new VM or TEMPLATE. When instantiating
                           multiple VMs you can use the"%i" wildcard to produce
                           different names such as vm-0, vm-1...
 --cpu cpu                 CPU percentage reserved for the VM (1=100% one CPU)
 --arch arch               Architecture of the VM, e.g.: i386 or x86_64
 --memory memory           Memory ammount given to the VM
 --disk disk0,disk1        Disks to attach. To use a disk owned by other user use user[disk]
 --network network0,network1 Networks to attach. To use a network owned by other user use user[network]
 --raw string              Raw string to add to the template. Not to be confused with the RAW attribute
 -m, --multiple x          Instance multiple VMs
 -l, --list x,y,z          Selects columns to display with list command
 -d, --delay x             Sets the delay in seconds for top command
 -x, --xml                 Show the resource in xml format
 -n, --numeric             Do not translate user and group IDs
 --describe                Describe list columns
 -v, --verbose             Verbose mode
 -h, --help                Show this message
 -V, --version             Show version and copyright information

COMMANDS

ARGUMENT FORMATS

LICENSE

OpenNebula 3.8.5 Copyright 2002-2013, OpenNebula Project Leads (OpenNebula.org)

Licensed 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

  1. October 2013
  2. onetemplate(1)