mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Fix filename typo
This commit is contained in:
parent
565e03445e
commit
7efafd25df
1 changed files with 3 additions and 3 deletions
|
|
@ -55,7 +55,7 @@ The following YAML configuration sets up two pools, `debian-7-i386` and `debian-
|
||||||
size: 5
|
size: 5
|
||||||
```
|
```
|
||||||
|
|
||||||
See the provided YAML configuration example, [vmpooler.yaml.example](vmware.yaml.example), for additional configuration options and parameters.
|
See the provided YAML configuration example, [vmpooler.yaml.example](vmpooler.yaml.example), for additional configuration options and parameters.
|
||||||
|
|
||||||
### Template set-up
|
### Template set-up
|
||||||
|
|
||||||
|
|
@ -64,7 +64,7 @@ Template set-up is left as an exercise to the reader. Somehow, either via PXE,
|
||||||
|
|
||||||
## API and Dashboard
|
## API and Dashboard
|
||||||
|
|
||||||
vmpooler provides an API and web front-end (dashboard) on port `:4567`. See the provided YAML configuration example, [vmpooler.yaml.example](vmware.yaml.example), to specify an alternative port to listen on.
|
vmpooler provides an API and web front-end (dashboard) on port `:4567`. See the provided YAML configuration example, [vmpooler.yaml.example](vmpooler.yaml.example), to specify an alternative port to listen on.
|
||||||
|
|
||||||
### API
|
### API
|
||||||
|
|
||||||
|
|
@ -118,7 +118,7 @@ A dashboard is provided to offer real-time statistics and historical graphs. It
|
||||||
|
|
||||||
(img)
|
(img)
|
||||||
|
|
||||||
[Graphite](http://graphite.wikidot.com/) is required for historical data retrieval. See the provided YAML configuration example, [vmpooler.yaml.example](vmware.yaml.example), for details.
|
[Graphite](http://graphite.wikidot.com/) is required for historical data retrieval. See the provided YAML configuration example, [vmpooler.yaml.example](vmpooler.yaml.example), for details.
|
||||||
|
|
||||||
|
|
||||||
## Author
|
## Author
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue