Adding command to list pools out of ABS

This commit is contained in:
Mikker Gimenez-Peterson 2019-10-17 16:09:08 -07:00
parent 697cc878ef
commit 9b80b6bc78
5 changed files with 237 additions and 2 deletions

View file

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