1. oneprovision(1)
  2. oneprovision(1) -- Manage OpenNebula Provisions
  3. oneprovision(1)

NAME

oneprovision - Manage OpenNebula Provisions

SYNOPSIS

oneprovision-template command [args] [options]

OPTIONS

 --adjust x,y,z            Adjust size to not truncate selected columns
 -a, --all                 Show all provisions, including DONE
 -a, --amount n            Number of hosts to add or remove from the
                           provision (scales cardinality)
 --api-version version     OneForm API Version to use
 --csv                     Write table in csv format
 --csv-del del             Set delimiter for csv output
 -d, --delay x             Sets the delay in seconds for top command
 -d, --deployment name     Specifies the deployment configuration associated
                           with the provision
 --describe                Describe list columns
 --expand [x=prop,y=prop]  Expands the columns size to fill the terminal.
                           For example: $onevm list --expand
                           name=0.4,group=0.6 will expand name 40% and
                           group 60%. $onevm list --expand name,group will
                           expand name and group based on its size.$onevm
                           list --expand will expand all columns.
 -f, --filter x,y,z        Filter data. An array is specified with
                           column=value pairs. Valid operators
                           =,!=,<,<=,>,>=,~ e.g. NAME=test (match name with
                           test) NAME~test (match every NAME containing the
                           substring 'test')
 -f, --force               Force the resource deletion even if has
                           dependencies
 -h, --help                Show this message
 -i, --ids ids             Hosts IDs to remove from the provision
 -i, --ips ips             IP addresses to add as hosts. Only valid for
                           on-prem providers
 -j, --json                Show the resource in JSON format
 -l, --list x,y,z          Selects columns to display with list command
 -c, --listconf conf       Selects a predefined column list
 --no-expand               Disable expand
 --no-header               Hides the header of the table
 --no-pager                Disable pagination
 --operator operator       Logical operator used on filters: AND, OR.
                           Default: AND.
 -p, --password pass       User password
 -p, --provider-id id      Set the provider by ID to create the provision
 -s, --sensitive           Include sensitive values information in the
                           output
 -s, --server url          OneForm endpoint
 -s, --size x=size,y=size  Change the size of selected columns. For example:
                           $ onevm list --size "name=20" will make column
                           name size 20.
 -u, --username name       User name
 -V, --version             Show version and copyright information
 -y, --yaml                Show the resource in YAML format

COMMANDS

ARGUMENT FORMATS

VERSION

OpenNebula 7.1.80 Copyright 2002-2025, OpenNebula Project, OpenNebula Systems

  1. February 2026
  2. oneprovision(1)