eBayClassifiedsGroup / PanteraS

PanteraS - PaaS - Platform as a Service in a box
GNU General Public License v2.0
200 stars 61 forks source link

How to config registrator? #175

Closed VFT closed 8 years ago

VFT commented 8 years ago

Marathon,consul-ui and mesos were registered to consul when the role of node is master+slave ,and all of them would be balanced through haproxy

i want to hide consul-ui and mesos,how to do it?

sielaq commented 8 years ago

Hi, What kind of "hide":

  1. hide from registering it form consul - hmm I can create env variable if you wish Currently it was not possible
  2. or use different IP address for PaaS components, so others cannot access it? - For that you can play with LISTEN_IP like here https://github.com/eBayClassifiedsGroup/PanteraS/issues/172#issuecomment-172099221
sielaq commented 8 years ago

https://github.com/eBayClassifiedsGroup/PanteraS/pull/176

VFT commented 8 years ago

answer 2 was my wish,thank you