mesosphere-backup / dcos-gce

Ansible script to install DC/OS on Google Compute Engine
Apache License 2.0
30 stars 18 forks source link

Requires consecutive IP #22

Open luhkevin opened 7 years ago

luhkevin commented 7 years ago

Why is this step necessary?

Ensure the IP address for master0 in ./hosts is the next consecutive IP from bootstrap_public_ip.

Does it have to be the consecutive ip? I'm getting

Could not fetch resource:", " - IP '10.142.0.13' is already being used by another resource

This seems incredibly fragile...

ajazam commented 7 years ago

@luhkevin This is not a strict requirement. I wrote this to make the documentation and setup as simple as possible.

ajazam commented 7 years ago

@luhkevin You still need to specify an IP address for your master. Without checking the source, I think the agents needs to know the IP of the master(s).

luhkevin commented 7 years ago

I see -- thanks for the clarification! Can this be put in the docs somewhere? The docs seem to imply that it has to be the consecutive IP.