oVirt Help Update

This commit is contained in:
Gajendra
2017-08-23 23:44:55 +01:00
committed by thomashaw
parent 4ac2cd3ddc
commit e30d4b007c

View File

@@ -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)