mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Document the ~/.vmfloaty content for ABS usage
This commit is contained in:
parent
dbf6c54173
commit
c65b72d86b
1 changed files with 12 additions and 4 deletions
16
README.md
16
README.md
|
|
@ -105,12 +105,20 @@ Now vmfloaty will use those config files if no flag was specified.
|
|||
|
||||
#### Default to Puppet's ABS instead of vmpooler
|
||||
|
||||
When the --service is not specified on the command line, the first one is selected, so put ABS first.
|
||||
Also provide a "vmpooler" service that ABS can use as fallback for operations targeting vmpooler directly
|
||||
```yaml
|
||||
# file at ~/.vmfloaty.yml
|
||||
url: 'https://abs.example.net'
|
||||
user: 'brian'
|
||||
token: 'tokenstring'
|
||||
type: 'abs'
|
||||
services:
|
||||
abs:
|
||||
url: 'https://abs/api/v2'
|
||||
type: 'abs'
|
||||
user: 'samuel'
|
||||
token: 'foo'
|
||||
vmpooler:
|
||||
url: 'http://vmpooler'
|
||||
user: 'samuel'
|
||||
token: 'bar'
|
||||
```
|
||||
|
||||
#### Configuring multiple services
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue