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

Advertise driver-specific addresses #2709

Merged
merged 21 commits into from
Jul 3, 2017
Merged

Commits on Jun 22, 2017

  1. Implement DriverNetwork and Service.AddressMode

    Ideally DriverNetwork would be fully populated in Driver.Prestart, but
    Docker doesn't assign the container's IP until you start the container.
    
    However, it's important to setup the port env vars before calling
    Driver.Start, so Prestart should populate that.
    schmichael committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    3fddb05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a7df57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4117c8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57b6f6e View commit details
    Browse the repository at this point in the history
  5. Document address_mode

    schmichael committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    ee5e02f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cda2db2 View commit details
    Browse the repository at this point in the history
  7. Fix lxc tests

    schmichael committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    8ed23d4 View commit details
    Browse the repository at this point in the history
  8. Remove debug logging

    schmichael committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    a464ca3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e6552e1 View commit details
    Browse the repository at this point in the history
  10. Remove readme

    schmichael committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    2023946 View commit details
    Browse the repository at this point in the history
  11. Bump error log level

    schmichael committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    81b942e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    deffe5b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3f37be3 View commit details
    Browse the repository at this point in the history
  14. Have Qemu return PortMap

    schmichael committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    b5fdf1d View commit details
    Browse the repository at this point in the history
  15. Remove DRIVER env vars

    Also make NOMAD_ADDR_* use host ip:port for consistency. NOMAD_PORT_*
    varies based on port map and the driver IP isn't exposed as an env var
    as the only place it can be used is in script checks anyway.
    schmichael committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    5d7fba4 View commit details
    Browse the repository at this point in the history
  16. Fixup example

    schmichael committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    fe3bb07 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9ef4a42 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. Style and comments

    schmichael committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    a70ad9b View commit details
    Browse the repository at this point in the history
  2. Remove defunct DRIVER references in docs

    Simplifies things greatly!
    schmichael committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    cc29d74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c32582 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. Fix test error formats

    schmichael committed Jun 26, 2017
    Configuration menu
    Copy the full SHA
    85860dc View commit details
    Browse the repository at this point in the history