coreos / tectonic-forum

Apache License 2.0
30 stars 9 forks source link

Deploy Tectonic with Terraform on Openstack without AWS Credentials #158

Open dcurran90 opened 7 years ago

dcurran90 commented 7 years ago

Tectonic Version

1.6.4

Environment

OpenStack

Expected Behavior

Deploy Tectonic to OpenStack using Terraform without having a AWS credentials

Actual Behavior

According to this documentation: https://coreos.com/tectonic/docs/latest/install/openstack/openstack-terraform.html I still require a AWS account to set up Route 53 DNS.

Feature Request

If it's currently possible to avoid using Route 53 for DNS then I have no feature request I might just need to be pointed to some documentation. If deploying to OpenStack currently requires Route 53 I suppose my feature request would be to remove this requirement and allow me to use OpenStack only. Perhaps there's some other DNS solution that can be deployed to OpenStack or maybe it's possible to just use IP's

MartijnStraatman commented 7 years ago

We are running a powerdns server in our openstack tenant. We altered the terraform scripts (dns.tf) to a powerdns implementation.

robszumski commented 7 years ago

Right now it is a requirement, but we're hoping to abstract this away in the future. As @MartijnStraatman mentioned, you can tweak the script if you'd like (the power of open source!)

AndriiOmelianenko commented 6 years ago

I'm also confused by this approach. What's the point of having option to install in Openstack, if it still depends on AWS? :)