unias / docklet

OS for Virtual Private Cloud
https://unias.github.io/docklet/
BSD 3-Clause "New" or "Revised" License
240 stars 46 forks source link

mutiple master #217

Closed zhongyehong closed 7 years ago

zhongyehong commented 7 years ago

Add a docklet-supermaster, if you want to run docklet with a single master, just run docklet-supermaster instead of docklet-master. If you wan to run docklet with multiple master. In a supermaster node, you need to fill the MASTER_IPS in docklet.conf, and then run docklet-supermaster. It will start web and user server and a master instance. In other master, you need to fill the USER_IP and USER_PORT, and then start docklet-master. In this version, go button in other master except supermaster will not take effect, because of the proxy. It will be fixed next step.