mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
Adding command to list pools out of ABS
This commit is contained in:
parent
d8dd0885ab
commit
de7d0fdeab
5 changed files with 237 additions and 2 deletions
|
|
@ -131,6 +131,10 @@ services:
|
|||
url: 'https://nspooler.example.net/api/v1'
|
||||
token: 'nspooler-tokenstring'
|
||||
type: 'nonstandard' # <-- 'type' is necessary for any non-vmpooler service
|
||||
abs:
|
||||
url: 'https://abs.example.net/api/v2'
|
||||
token: 'abs-tokenstring'
|
||||
type: 'abs' # <-- 'type' is necessary for any non-vmpooler service
|
||||
```
|
||||
|
||||
With this configuration, you could list available OS types from nspooler like this:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue