Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@codenrhoden codenrhoden released this 24 Aug 22:23
· 2 commits to master since this release

Linux and Mac OS X Installation

curl -L https://github.com/codedellemc/docker-machine-rackhd/releases/download/v0.2.0/docker-machine-driver-rackhd.`uname -s`-`uname -m` > /usr/local/bin/docker-machine-driver-rackhd && chmod +x /usr/local/bin/docker-machine-driver-rackhd

Changelog

New

  • Support for RackHD SKUs
    • Passing a SKU will make the driver look for and choose a node from the given SKU
  • Support for RackHD Workflows
    • Passing a workflow will invoke the workflow on the node
  • Support for pre-existing SSH Keys
    • When a node already has an SSH public key installed, you can point the driver to the private half of the key pair instead of providing a password and having a new key added.

Fixes

  • Fixes an error seen when rming a node. #17