mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
Merge pull request #149 from puppetlabs/DIO-2412
DIO 2412- Ondemand and Priority flag added to SSH command
This commit is contained in:
commit
8573a4e976
1 changed files with 2 additions and 0 deletions
|
|
@ -469,6 +469,8 @@ class Vmfloaty
|
|||
c.option '--user STRING', String, 'User to authenticate with'
|
||||
c.option '--token STRING', String, 'Token for pooler service'
|
||||
c.option '--notoken', 'Makes a request without a token'
|
||||
c.option '--priority STRING', 'Priority for supported backends(ABS) (High(1), Medium(2), Low(3))'
|
||||
c.option '--ondemand', 'Requested vms are provisioned upon receival of the request, tracked by a request ID'
|
||||
c.action do |args, options|
|
||||
verbose = options.verbose || config['verbose']
|
||||
service = Service.new(options, config)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue