An error occurred fetching the project authors.
  1. 08 Nov, 2013 5 commits
  2. 07 Nov, 2013 3 commits
    • Mitchell Hashimoto's avatar
      8a8ac430
    • Mitchell Hashimoto's avatar
      builder/vmware: make things more Go-like · 483cda18
      Mitchell Hashimoto authored
      This commit currently breaks the builder though, since the ISo is now
      uploaded back into ESX.
      483cda18
    • Doug MacEachern's avatar
      builder/vmware: new driver to support building images directly on ESX · a828a9a0
      Doug MacEachern authored
      This driver talks directly to ESX over ssh, using vim-cmd, esxcli and sh;
      no vCenter or VIM api required.
      
      Remote* config properties added to support a remote driver
      
      RemoteDriver interface extends Driver:
      * SSHAddress - esx flavor uses esxcli to find the VM's ip address
      * Download - esx flavor downloads iso files to a vmfs datastore
      
      Driver can optionally implement the following interfaces:
      * VNCAddressFinder - esx flavor needs to check remote ports
      * OutputDir - esx driver needs a local and remote OutputDir
      * Inventory - esx driver needs to register/unregister VMs
      * HostIPFinder - esx flavor needs an address on the same network as esx itself
      a828a9a0