Skip to content

Commit 8573a4e

Browse files
Merge pull request #149 from puppetlabs/DIO-2412
DIO 2412- Ondemand and Priority flag added to SSH command
2 parents d361f4c + 3c36236 commit 8573a4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/vmfloaty.rb

+2
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,8 @@ def run # rubocop:disable Metrics/AbcSize
469469
c.option '--user STRING', String, 'User to authenticate with'
470470
c.option '--token STRING', String, 'Token for pooler service'
471471
c.option '--notoken', 'Makes a request without a token'
472+
c.option '--priority STRING', 'Priority for supported backends(ABS) (High(1), Medium(2), Low(3))'
473+
c.option '--ondemand', 'Requested vms are provisioned upon receival of the request, tracked by a request ID'
472474
c.action do |args, options|
473475
verbose = options.verbose || config['verbose']
474476
service = Service.new(options, config)

0 commit comments

Comments
 (0)