mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 19:28:02 +00:00
oVirt Help Update
This commit is contained in:
17
secgen.rb
17
secgen.rb
@@ -30,9 +30,9 @@ def usage
|
||||
--ovirtuser [ovirt_username] (REQUIRED)
|
||||
--ovirtpass [ovirt_password] (REQUIRED)
|
||||
--ovirt-vmname [ovirt_vm_name] (OPTIONAL)
|
||||
--ovirt-url [ovirt_api_url] (REQUIRED)
|
||||
--ovirt-cluster [ovirt_cluster] (REQUIRED)
|
||||
--ovirt-template [ovirt_template] (REQUIRED)
|
||||
--ovirt-url [ovirt_api_url] (OPTIONAL)
|
||||
--ovirt-cluster [ovirt_cluster] (OPTIONAL)
|
||||
--ovirt-template [ovirt_template] (OPTIONAL)
|
||||
--ovirt-ip [ovirt_static_ip] (OPTIONAL)
|
||||
--ovirt-network [ovirt_network_name] (OPTIONAL)
|
||||
|
||||
@@ -402,3 +402,14 @@ case ARGV[0]
|
||||
exit
|
||||
end
|
||||
|
||||
|
||||
# oVirt Virtualization platform (Usage)
|
||||
#################################################
|
||||
#
|
||||
# @author Gajendra Ravichandran
|
||||
#
|
||||
# set DEFAULT Value in lib/templates/Vagrantfile.erb or use command argument
|
||||
# ovirt-api-url : set DEFAULT_URL (Line 36)
|
||||
# ovirt-cluster : set DEFAULT_CLUSTER (Line 41)
|
||||
# ovirt-template : set DEFAULT_TEMPLATE (Line 46)
|
||||
# ovirt-network : set DEFAULT_NETWORK (Line 121)
|
||||
|
||||
Reference in New Issue
Block a user