mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
(POOLER-142) Add running host to vm API data
This change adds the running host for a VM to the API data available via /vm/hostname. Without this change the running host would be logged to vmpooler log, but not available any other way. Additionally, the data will specify if a machine has been migrated. Without this change parent host data for a vmpooler machine is not available via the vmpooler API.
This commit is contained in:
parent
9d48bc1b7e
commit
9c5a0d114b
7 changed files with 19 additions and 4 deletions
|
|
@ -13,7 +13,8 @@ git logs & PR history.
|
|||
# [Unreleased](https://github.com/puppetlabs/vmpooler/compare/0.6.3...master)
|
||||
|
||||
### Added
|
||||
- Add capability to disable linked clones for vsphere provider
|
||||
- Add capability to disable linked clones for vsphere provider (POOLER-147)
|
||||
- Add running host to VM data returned from /vm/hostname (POOLER-142)
|
||||
|
||||
# [0.6.3](https://github.com/puppetlabs/vmpooler/compare/0.6.2...0.6.3)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue