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

services: enable setting arbitrary address value in service registrations #12720

Merged
merged 4 commits into from
Apr 22, 2022

Commits on Apr 22, 2022

  1. services: enable setting arbitrary address value in service registrat…

    …ions
    
    This PR introduces the `address` field in the `service` block so that Nomad
    or Consul services can be registered with a custom `.Address.` to advertise.
    
    The address can be an IP address or domain name. If the `address` field is
    set, the `service.address_mode` must be set in `auto` mode.
    shoenig committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    890d4a9 View commit details
    Browse the repository at this point in the history
  2. services: format ipv6 in nomad service info output

    Co-authored-by: Michael Schurter <mschurter@hashicorp.com>
    shoenig and schmichael committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    2e26098 View commit details
    Browse the repository at this point in the history
  3. services: cr followup

    shoenig committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    ed37d21 View commit details
    Browse the repository at this point in the history
  4. services: fix imports

    shoenig committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    2443174 View commit details
    Browse the repository at this point in the history