terra-ops / terra-cli

The Terra Command Line Interface
http://terra.readthedocs.org
GNU General Public License v2.0
48 stars 17 forks source link

Make Environment DNS setup automatic #19

Open jonpugh opened 9 years ago

jonpugh commented 9 years ago

We should create a pluggable method EnvironmentFactiry->setDNS()

If it's local, it could modify the /etc/hosts file.

If it's deploying online, it could interact with a DNS API.

I could use help making things like this pluggable.

jonpugh commented 9 years ago

Also need to document the wildcard DNS option for system URLs that works now.