Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add softlayer driver #5

Closed
wants to merge 113 commits into from

Commits on Oct 22, 2014

  1. Copy the full SHA
    46c07c1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f9afca6 View commit details
    Browse the repository at this point in the history
  3. Remove redundant ToJSON method

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    4da654c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    043769e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d36d527 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    de80b45 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    96089dd View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    ac148c2 View commit details
    Browse the repository at this point in the history
  9. Add basic virtualbox driver

    Creates a host that doesn't do anything.
    bfirsh committed Oct 22, 2014
    Copy the full SHA
    1494d05 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    54e24c7 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    1c51a44 View commit details
    Browse the repository at this point in the history
  12. Fix valid host name regex

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    01c563c View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    82657b5 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    108a103 View commit details
    Browse the repository at this point in the history
  15. Pass through host directory

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    f046f13 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    0e7f81f View commit details
    Browse the repository at this point in the history
  17. Add start and stop commands

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    bb511ff View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    5e9d3d0 View commit details
    Browse the repository at this point in the history
  19. Add error to GetURL

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    8a3fc0f View commit details
    Browse the repository at this point in the history
  20. Rename disk to disk.vmdk

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    4c7d0d9 View commit details
    Browse the repository at this point in the history
  21. Remove serial console

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    e8f3c8a View commit details
    Browse the repository at this point in the history
  22. Add networking and SSH access

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    73a5486 View commit details
    Browse the repository at this point in the history
  23. Wait for host to start

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    185d0ab View commit details
    Browse the repository at this point in the history
  24. Use built in debug flag

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    48c5b36 View commit details
    Browse the repository at this point in the history
  25. Fix size of disk

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    67dac21 View commit details
    Browse the repository at this point in the history
  26. Add "docker hosts ip" command

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    16858a0 View commit details
    Browse the repository at this point in the history
  27. Add "docker hsots restart"

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    8ea9a10 View commit details
    Browse the repository at this point in the history
  28. Add "docker hosts kill"

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    9bf2bd9 View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    b4abcf9 View commit details
    Browse the repository at this point in the history
  30. Copy the full SHA
    5be5e27 View commit details
    Browse the repository at this point in the history
  31. Copy the full SHA
    f0e75f7 View commit details
    Browse the repository at this point in the history
  32. Clean up virtualbox fields

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    b0408de View commit details
    Browse the repository at this point in the history
  33. Add driver documentation

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    3d639dc View commit details
    Browse the repository at this point in the history
  34. Copy the full SHA
    a472555 View commit details
    Browse the repository at this point in the history
  35. Add "docker hosts ssh" command

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    cb7a795 View commit details
    Browse the repository at this point in the history
  36. Copy the full SHA
    16a008b View commit details
    Browse the repository at this point in the history
  37. Add basic Digital Ocean driver

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    9936da8 View commit details
    Browse the repository at this point in the history
  38. Copy the full SHA
    2616194 View commit details
    Browse the repository at this point in the history
  39. Add state to digital ocean

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    8544984 View commit details
    Browse the repository at this point in the history
  40. Copy the full SHA
    7a7994e View commit details
    Browse the repository at this point in the history
  41. Copy the full SHA
    4e66364 View commit details
    Browse the repository at this point in the history
  42. Copy the full SHA
    e6592a9 View commit details
    Browse the repository at this point in the history
  43. Copy the full SHA
    60206e2 View commit details
    Browse the repository at this point in the history
  44. Copy the full SHA
    b73d88e View commit details
    Browse the repository at this point in the history
  45. Wait for TCP in a loop

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    d67dd75 View commit details
    Browse the repository at this point in the history
  46. Copy the full SHA
    44ae68e View commit details
    Browse the repository at this point in the history
  47. Validate socket host URL

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    9a85c20 View commit details
    Browse the repository at this point in the history
  48. Fix "open HOME/.docker/hosts: no such file or directory" when "docker…

    … hosts list" is invoked before .docker/hosts is created
    tianon authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    0ee15b5 View commit details
    Browse the repository at this point in the history
  49. Copy the full SHA
    0b6e09a View commit details
    Browse the repository at this point in the history
  50. Add the minor hack to get "docker hosts create DRIVER [OPTIONS] NAME"…

    … so "[OPTIONS]" can be driver-dependent
    
    Signed-off-by: Andrew Page <admwiggin@gmail.com>
    tianon authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    42a926d View commit details
    Browse the repository at this point in the history
  51. Add a FIXME about GitHub API rate limiting

    Signed-off-by: Andrew Page <admwiggin@gmail.com>
    tianon authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    721f169 View commit details
    Browse the repository at this point in the history
  52. Fix "rename /tmp/boot2docker-598737585 HOME/.docker/hosts/HOST/boot2d…

    …ocker.iso: invalid cross-device link" by downloading instead to HOME/.docker/hosts/HOST/boot2docker.iso.tmpXXXX
    tianon authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    e5f3f88 View commit details
    Browse the repository at this point in the history
  53. Change the VBM const to be vboxManageCmd so it isn't exported (becaus…

    …e it doesn't need to be)
    tianon authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    e8748da View commit details
    Browse the repository at this point in the history
  54. Add unit tests for Store

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    27f1ffc View commit details
    Browse the repository at this point in the history
  55. Copy the full SHA
    fbaa29b View commit details
    Browse the repository at this point in the history
  56. Remove a few modifyvm flags that aren't available on some VBox versio…

    …ns and shouldn't actually make a difference
    tianon authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    35c3258 View commit details
    Browse the repository at this point in the history
  57. Revert "Add the minor hack to get "docker hosts create DRIVER [OPTION…

    …S] NAME" so "[OPTIONS]" can be driver-dependent"
    
    This reverts commit 7e06571.
    
    Signed-off-by: Andrew Page <admwiggin@gmail.com>
    tianon authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    71b2c3a View commit details
    Browse the repository at this point in the history
  58. Copy the full SHA
    5eea123 View commit details
    Browse the repository at this point in the history
  59. Add basic active host support

    Currently not possible to unset active host. Will perhaps fix itself
    with a "default" host.
    bfirsh committed Oct 22, 2014
    Copy the full SHA
    7ccb0c7 View commit details
    Browse the repository at this point in the history
  60. Copy the full SHA
    59e32a0 View commit details
    Browse the repository at this point in the history
  61. Fix ".active" to not be +x

    tianon authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    eea22f9 View commit details
    Browse the repository at this point in the history
  62. Copy the full SHA
    b4cfbc1 View commit details
    Browse the repository at this point in the history
  63. Use flags to configure drivers

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    f0ecef7 View commit details
    Browse the repository at this point in the history
  64. Copy the full SHA
    301a08c View commit details
    Browse the repository at this point in the history
  65. Add more logging when creating

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    9d1fe51 View commit details
    Browse the repository at this point in the history
  66. Copy the full SHA
    dd96dc2 View commit details
    Browse the repository at this point in the history
  67. Copy the full SHA
    14d49b7 View commit details
    Browse the repository at this point in the history
  68. Rename drivers

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    69fa29a View commit details
    Browse the repository at this point in the history
  69. Copy the full SHA
    05770b2 View commit details
    Browse the repository at this point in the history
  70. Copy the full SHA
    2bf921a View commit details
    Browse the repository at this point in the history
  71. Copy the full SHA
    42e000a View commit details
    Browse the repository at this point in the history
  72. Mount vbox share for OS X

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    e89e902 View commit details
    Browse the repository at this point in the history
  73. Refactor the sharing code a bit to make future enhancement more strai…

    …ghtforward and to make it not fail on Linux
    tianon authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    2849a2d View commit details
    Browse the repository at this point in the history
  74. Copy the full SHA
    e5080b7 View commit details
    Browse the repository at this point in the history
  75. Update CLI help text

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    65577ef View commit details
    Browse the repository at this point in the history
  76. List available drivers

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    acc94b3 View commit details
    Browse the repository at this point in the history
  77. Copy the full SHA
    68aa67e View commit details
    Browse the repository at this point in the history
  78. Add "hosts" to main help text

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    1b9c912 View commit details
    Browse the repository at this point in the history
  79. Copy the full SHA
    49d1b54 View commit details
    Browse the repository at this point in the history
  80. Improve active message

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    46ae37b View commit details
    Browse the repository at this point in the history
  81. Copy the full SHA
    d3e5e77 View commit details
    Browse the repository at this point in the history
  82. Don't display URL in host list

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    545d3bb View commit details
    Browse the repository at this point in the history
  83. Add "docker hosts url" command

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    76b8d5b View commit details
    Browse the repository at this point in the history
  84. Revert "Don't display URL in host list"

    This reverts commit 5a94e0b.
    bfirsh committed Oct 22, 2014
    Copy the full SHA
    0554bb3 View commit details
    Browse the repository at this point in the history
  85. Copy the full SHA
    dfbdf0a View commit details
    Browse the repository at this point in the history
  86. Copy the full SHA
    66c2347 View commit details
    Browse the repository at this point in the history
  87. Copy the full SHA
    9f30bcb View commit details
    Browse the repository at this point in the history
  88. Copy the full SHA
    1b984f7 View commit details
    Browse the repository at this point in the history
  89. Copy the full SHA
    71ecd07 View commit details
    Browse the repository at this point in the history
  90. Fix tests

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    1d7e554 View commit details
    Browse the repository at this point in the history
  91. Copy the full SHA
    dd17d53 View commit details
    Browse the repository at this point in the history
  92. Hardcode Docker 1.3 image

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    1fdd7ba View commit details
    Browse the repository at this point in the history
  93. Added Azure driver to hosts

    Added Azure driver to hosts
    ruslangabitov authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    27223ea View commit details
    Browse the repository at this point in the history
  94. Added GetIP command and fixed GetStatus command

    - Added GetIP command
    - fixed GetStatus command
    ruslangabitov authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    386c818 View commit details
    Browse the repository at this point in the history
  95. Added azure-sdk dep & Fixed bug with missing VM

    Added azure-sdk dependency to hack\vendor.sh
    Fixed bug with missing VM in drivers\azure
    ruslangabitov authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    2642930 View commit details
    Browse the repository at this point in the history
  96. Changed Azure SDK dependency

    Changed Azure SDK dependency. Now it points to v1.0 release
    ruslangabitov authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    e94ab9c View commit details
    Browse the repository at this point in the history
  97. Azure gofmt.

    Jeff Mendoza authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    6aeb866 View commit details
    Browse the repository at this point in the history
  98. Update Azure driver to use utils random ID.

    Jeff Mendoza authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    5f6cf14 View commit details
    Browse the repository at this point in the history
  99. Fix azure imports.

    Jeff Mendoza authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    1c2cc8b View commit details
    Browse the repository at this point in the history
  100. Vendor azure-sdk-for-go

    bfirsh committed Oct 22, 2014
    Copy the full SHA
    e2e1d1f View commit details
    Browse the repository at this point in the history
  101. Add ability to clean up multiple hosts with one rm

    Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
    nathanleclaire authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    bd8f3f7 View commit details
    Browse the repository at this point in the history
  102. Create docker hosts inspect command

    Docker-DCO-1.1-Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com> (github: )
    nathanleclaire authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    ea4eb05 View commit details
    Browse the repository at this point in the history
  103. Fixed bugs in Azure driver and updated Azure SDK dependency

    Fixed bugs in Azure driver and updated Azure SDK dependency
    ruslangabitov authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    dbc7fdd View commit details
    Browse the repository at this point in the history
  104. Fixed -azure-ssh param and update Azure SDK dependency

    Fixed -azure-ssh param and update Azure SDK dependency
    ruslangabitov authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    137bd72 View commit details
    Browse the repository at this point in the history
  105. Call out to hosts for state concurrently

    This is more efficient than polling status in series, especially when
    the number of hosts is large.
    
    Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
    nathanleclaire authored and bfirsh committed Oct 22, 2014
    Copy the full SHA
    148069f View commit details
    Browse the repository at this point in the history
  106. Copy the full SHA
    94fb1a6 View commit details
    Browse the repository at this point in the history
  107. Copy the full SHA
    ea710d7 View commit details
    Browse the repository at this point in the history
  108. Copy the full SHA
    8d0888b View commit details
    Browse the repository at this point in the history
  109. Fix azure sdk import in azure host driver.

    Jeff Mendoza committed Oct 22, 2014
    Copy the full SHA
    35ea087 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2014

  1. Merge pull request moby#8 from MSOpenTech/host-management

    Fix azure sdk import in azure host driver.
    bfirsh committed Oct 23, 2014
    Copy the full SHA
    c5edfcf View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2014

  1. replace os/user with go-homedir

    os/user can't be used in cross-platform builds, hence we vendor a
    cross-platform hack.
    
    Signed-off-by: Peter Salvatore <peter@psftw.com>
    psftw committed Oct 24, 2014
    Copy the full SHA
    9c33b8d View commit details
    Browse the repository at this point in the history
  2. Merge pull request moby#9 from psftw/host-management

    replace os/user with go-homedir
    bfirsh committed Oct 24, 2014
    Copy the full SHA
    c6d9ad8 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2014

  1. Add softlayer driver

    Signed-off-by: Brian Goff <cpuguy83@gmail.com>
    cpuguy83 committed Oct 29, 2014
    Copy the full SHA
    2aeb70c View commit details
    Browse the repository at this point in the history