1. 07 Nov, 2013 3 commits
    • 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
    • Matthew Hooker's avatar
      Merge pull request #601 from vogxn/master · b55252b3
      Matthew Hooker authored
      Update README.md to include updatedeps target
      b55252b3
    • Prasanna Santhanam's avatar
      Update README.md to include updatedeps target · 826c230a
      Prasanna Santhanam authored
      When new dependencies are included builds on your localrepo will fail
      until you have all the latest dependencies in the GOPATH. After doing
      updatedeps, make will generate the packer binary.
      Signed-off-by: default avatarPrasanna Santhanam <tsp@apache.org>
      826c230a
  2. 06 Nov, 2013 10 commits
  3. 05 Nov, 2013 10 commits
  4. 04 Nov, 2013 6 commits
  5. 03 Nov, 2013 11 commits