Netflix / denominator

Portably control DNS clouds using java or bash
Apache License 2.0
580 stars 110 forks source link

Add OpenStack Designate provider #200

Closed codefromthecrypt closed 11 years ago

codefromthecrypt commented 11 years ago

This adds full support for OpenStack Designate.

I tested this using HP Cloud DNS using the below configuration:

name: hpcloud
provider: designate
url: https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0
credentials:
  tenantId: 12345678910
  username: my_username
  password: my_password

This almost works against Rackspace Cloud DNS, except its api is slightly different. For example, it returns a 404 when there are no domains or records whereas designate returns a 200 with an empty array.

codefromthecrypt commented 11 years ago

@kiall will release this shortly. passes 100%.. good job on moniker now designate!

cc @jdaggett @everett-toews

cloudbees-pull-request-builder commented 11 years ago

denominator-pull-requests #271 SUCCESS This pull request looks good