Pull Request #4 Add automatic moving of hosts when checking in/out

We have to build our own wrapper around the MoveInto task for clusters,
since there isn't one in govmomi. Once we have that, though, we're able
to do the migration that we previously had to do by hand.

Matt Moriarity avatar Matt Moriarity

Pull request event #23.1 passed

  • Ran for
AMD64
Go: 1.8
Git
language: go
go: 1.8
install:
- make prereqs
- make deps
script:
- make build
- make test
.travis.yml
null
Build Config
{
  "go": [
    "1.8"
  ],
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "sudo": false,
  "script": [
    "make build",
    "make test"
  ],
  "install": [
    "make prereqs",
    "make deps"
  ],
  "language": "go"
}