mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -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
14
README.md
14
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
|
#### 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
|
```yaml
|
||||||
# file at ~/.vmfloaty.yml
|
# file at ~/.vmfloaty.yml
|
||||||
url: 'https://abs.example.net'
|
services:
|
||||||
user: 'brian'
|
abs:
|
||||||
token: 'tokenstring'
|
url: 'https://abs/api/v2'
|
||||||
type: 'abs'
|
type: 'abs'
|
||||||
|
user: 'samuel'
|
||||||
|
token: 'foo'
|
||||||
|
vmpooler:
|
||||||
|
url: 'http://vmpooler'
|
||||||
|
user: 'samuel'
|
||||||
|
token: 'bar'
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Configuring multiple services
|
#### Configuring multiple services
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue