freno icon indicating copy to clipboard operation
freno copied to clipboard

Add more methods for collecting cluster hostnames

Open shlomi-noach opened this issue 8 years ago • 0 comments

Right now we can configure cluster hostnames via:

  • HAProxySettings
  • StaticHostsSettings

Two additional low hanging fruit settings can be:

  • via URL: expect plaintext listing of hostnames given a specific URL
  • via orchestrator: provide URI for orchestrator such as https://my.orchestrator.com/api/cluster/alias/mycluster -- freno will parse the JSON response correctly.
    • also via cluster-pool-instances/:clusterName/:pool (should also support alias)

shlomi-noach avatar Apr 28 '17 15:04 shlomi-noach