1. 15 Jun, 2014 1 commit
    • Ian Delahorne's avatar
      Force IPv4 addresses from address pools in Openstack. Fixes #1258 · 8bf935be
      Ian Delahorne authored
      Rackspace defaults to a public IPv4 and IPv6 address. These are returned in
      random order, with the sprintf further on generating an incorrect connection
      string if on IPv6. Force IPv4 until support for correct connection strings and
      a configuration flag for logging in over IPv6 is added.
      8bf935be
  2. 13 Jun, 2014 2 commits
  3. 09 Jun, 2014 1 commit
  4. 07 Jun, 2014 1 commit
  5. 28 May, 2014 2 commits
    • Ross Smith II's avatar
      Merge pull request #1209 from blt04/fix-chef-solo-chroot · 1dcaf171
      Ross Smith II authored
      Fix chroot builder to work with chef-solo provisioner. Fixes  #1196
      1dcaf171
    • Brandon Turner's avatar
      Fix chroot builder to work with chef-solo · b2258dc4
      Brandon Turner authored
      According to be5adb92, the UploadDir
      method supports two ways of copying depending on whether a trailing
      slash is used:
          src = "dir"  -> dest/dir
          src = "dir/" -> dest
      
      On BSD-based systems (such as OSX, FreeBSD, etc.) the `cp -R` command
      handles these two cases automatically.  However, Linux treats "src/" and
      "src" the same.
      
      To support the trailing slash syntax portably, we can use:
          src = "dir"   -> dest/dir
          src = "dir/." -> dest
      
      This works on BSD and Linux.  It is better than using wildcards as it
      grabs hidden files as well.
      
      This fixes #1196 that prevents the chef-solo provisioner from working
      with the chroot builder.
      b2258dc4
  6. 26 May, 2014 2 commits
  7. 23 May, 2014 2 commits
  8. 22 May, 2014 3 commits
  9. 15 May, 2014 6 commits
  10. 13 May, 2014 2 commits
  11. 12 May, 2014 1 commit
  12. 11 May, 2014 8 commits
  13. 10 May, 2014 9 commits