2011-07-14 18:33:54 +02:00
. \" generated with Ronn/v0.7.3
. \" http://github.com/rtomayko/ronn/tree/0.7.3
.
2015-02-02 10:02:52 +01:00
.TH "ONEGROUP" "1" "February 2015" "" "onegroup(1) -- manages OpenNebula groups"
2011-07-14 18:33:54 +02:00
.
.SH "NAME"
\fB onegroup\fR
.
.SH "SYNOPSIS"
\fB onegroup\fR \fI command\fR [\fI args\fR ] [\fI options\fR ]
.
.SH "OPTIONS"
.
.nf
2014-03-07 19:14:31 +01:00
\- n, \- \- name name Name for the new group
\- u, \- \- admin_user name Creates an admin user for the group with name
2014-04-09 17:28:56 +02:00
\- p, \- \- admin_password pass Password for the admin user of the group
\- d, \- \- admin_driver driver Auth driver for the admin user of the group
\- r, \- \- resources res_str Which resources can be created by group users
(VM+NET+IMAGE+TEMPLATE by default)
2014-03-07 19:14:31 +01:00
\- a, \- \- append Append new attributes to the current template
2011-07-14 18:33:54 +02:00
\- l, \- \- list x,y,z Selects columns to display with list command
\- d, \- \- delay x Sets the delay in seconds for top command
2013-01-24 16:18:30 +01:00
\- f, \- \- filter x,y,z Filter data\. An array is specified with
column=value pairs\.
2014-03-07 19:14:31 +01:00
\- \- csv Write table in csv format
2011-07-14 18:33:54 +02:00
\- x, \- \- xml Show the resource in xml format
\- n, \- \- numeric Do not translate user and group IDs
2012-10-04 11:58:17 +02:00
\- \- describe Describe list columns
2011-07-14 18:33:54 +02:00
\- v, \- \- verbose Verbose mode
\- h, \- \- help Show this message
\- V, \- \- version Show version and copyright information
2013-01-24 16:18:30 +01:00
\- \- user name User name used to connect to OpenNebula
\- \- password password Password to authenticate with OpenNebula
\- \- endpoint endpoint URL of OpenNebula xmlrpc frontend
2011-07-14 18:33:54 +02:00
.
.fi
.
.SH "COMMANDS"
.
.IP "\(bu" 4
2015-02-24 12:24:31 +01:00
create [\fI group_name\fR ] Creates a new Group\. A group name can be passed as the only argument, or via command line arguments
2014-03-07 19:14:31 +01:00
.
.IP "" 4
.
.nf
Examples:
2015-02-24 12:24:31 +01:00
\- create a group with an admin user and allow group users
to only create new templates and VMs
2014-03-07 19:14:31 +01:00
2014-04-09 17:28:56 +02:00
onegroup create \- \- name groupA
2014-03-07 19:14:31 +01:00
\- \- admin_user admin_userA \- \- admin_password somestr
2014-04-09 17:28:56 +02:00
\- \- resources TEMPLATE+VM
2015-02-24 12:24:31 +01:00
valid options: name, admin_user, admin_password, admin_driver, resources
2014-03-07 19:14:31 +01:00
.
.fi
.
.IP "" 0
.
.IP "\(bu" 4
update \fI groupid\fR [\fI file\fR ] Update the template contents\. If a path is not provided the editor will be launched to modify the current content\. valid options: append
2011-07-14 18:33:54 +02:00
.
.IP "\(bu" 4
2013-03-25 12:39:05 +01:00
delete \fI range|groupid_list\fR Deletes the given Group
2011-07-14 18:33:54 +02:00
.
.IP "\(bu" 4
2014-03-07 19:14:31 +01:00
list Lists Groups in the pool valid options: list, delay, filter, csv, xml, numeric, describe
2011-07-14 18:33:54 +02:00
.
.IP "\(bu" 4
2013-03-25 12:39:05 +01:00
show [\fI groupid\fR ] Shows information for the given Group valid options: xml
2012-06-22 16:05:02 +02:00
.
.IP "\(bu" 4
2015-02-24 12:24:31 +01:00
addadmin \fI range|groupid_list\fR \fI userid\fR Adds a User to the Group administrators set
.
.IP "\(bu" 4
deladmin \fI range|groupid_list\fR \fI userid\fR Removes a User from the Group administrators set
.
.IP "\(bu" 4
2013-03-25 12:39:05 +01:00
quota \fI groupid\fR [\fI file\fR ] Set the quota limits for the group\. If a path is not provided the editor will be launched to modify the current quotas\.
2012-10-04 11:58:17 +02:00
.
.IP "\(bu" 4
2013-03-25 12:39:05 +01:00
batchquota \fI range|groupid_list\fR [\fI file\fR ] Sets the quota limits in batch for various groups\. If a path is not provided the editor will be launched to create new quotas\.
2013-01-24 16:18:30 +01:00
.
.IP "\(bu" 4
2013-03-25 12:39:05 +01:00
defaultquota [\fI file\fR ] Sets the default quota limits for the groups\. If a path is not provided the editor will be launched to modify the current default quotas\.
2011-07-14 18:33:54 +02:00
.
.IP "" 0
.
.SH "ARGUMENT FORMATS"
.
.IP "\(bu" 4
2013-03-25 12:39:05 +01:00
file Path to a file
2011-09-12 13:00:47 +02:00
.
.IP "\(bu" 4
2013-03-25 12:39:05 +01:00
range List of id\' s in the form 1,8\. \. 15
2011-07-14 18:33:54 +02:00
.
.IP "\(bu" 4
2013-03-25 12:39:05 +01:00
text String
2011-07-14 18:33:54 +02:00
.
.IP "\(bu" 4
2013-03-25 12:39:05 +01:00
groupid OpenNebula GROUP name or id
2011-07-14 18:33:54 +02:00
.
.IP "\(bu" 4
2013-03-25 12:39:05 +01:00
groupid_list Comma\- separated list of OpenNebula GROUP names or ids
2011-07-14 18:33:54 +02:00
.
2015-02-24 12:24:31 +01:00
.IP "\(bu" 4
userid OpenNebula USER name or id
.
2011-07-14 18:33:54 +02:00
.IP "" 0
.
.SH "LICENSE"
2015-02-24 12:24:31 +01:00
OpenNebula 4\. 11\. 80 Copyright 2002\- 2014, OpenNebula Project (OpenNebula\. org), C12G Labs
2011-07-14 18:33:54 +02:00
.
.P
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