Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script to manage DNS records #11

Open
patcon opened this issue Oct 15, 2013 · 2 comments
Open

Script to manage DNS records #11

patcon opened this issue Oct 15, 2013 · 2 comments

Comments

@patcon
Copy link
Contributor

patcon commented Oct 15, 2013

There are no decent node libs for interacting with dynect API (which we use to manage mpdagile.com dns records), so I trooped away at this over the weekend:
https://github.com/myplanetdigital/node-dynect

(Not complete yet, but it's a stab at something that will make it possible.)

@patcon
Copy link
Contributor Author

patcon commented Oct 15, 2013

Stub hubot script: https://github.com/myplanetdigital/hubot-dynect

@patcon
Copy link
Contributor Author

patcon commented Oct 24, 2013

Might be able to do this via denominator. We'd just spawn a child process, and sub in the provider, in our case dynect. We could easily switch between any dns providers that it works with.
https://github.com/Netflix/denominator

The downside is that we'd need a custom buildpack with both nodejs and java installed:
https://github.com/heroku/heroku-buildpack-nodejs
https://github.com/heroku/heroku-buildpack-java/blob/master/bin/compile#L15

cc: @adriancole

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant