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 'nomad.advertise.address' to client meta via NomadFingerPrint #4390

Merged
merged 3 commits into from
Jun 20, 2018

Commits on Jun 7, 2018

  1. Add the local clients advertise address to interpolation env vars

    This commit adds the Nomad local client advertise address in the
    form host:port to the environment variables passed to each task.
    jrasell committed Jun 7, 2018
    Configuration menu
    Copy the full SHA
    e4d8e3d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Add 'nomad.advertise.address' to client meta via NomadFingerPrint

    This change removes the addition of the advertise address to the
    exported task env vars and instead moves this work into the
    NomadFingerprint.Fingerprint which adds this value to the client
    attrs. This can then be used within a Nomad job like
    ${attr.nomad.advertise.address}.
    jrasell committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    40a6675 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

  1. Configuration menu
    Copy the full SHA
    46037d7 View commit details
    Browse the repository at this point in the history