denominator icon indicating copy to clipboard operation
denominator copied to clipboard

Portably control DNS clouds using java or bash

Results 29 denominator issues
Sort by recently updated
recently updated
newest added

https://github.com/Netflix/denominator/wiki/Providers should only include providers that have a denominator codebase (even if externally hosted). It should also include a support contact so that the codebase can be tested even if...

WriteLiveTest passes for all existing providers, but doesn't for a draft implementation of Versign MDNS: Resource record set comparision is failing for Verisign MDNS due to exact comparision in ResourceRecordSetAssert.hasName()....

Route53 has directional (Geo) support, so we should add it. Hopefully, this doesn't break our model :) http://docs.aws.amazon.com/Route53/latest/APIReference/API_GetGeoLocation.html cc @colmmacc

ResourceRecordSet.ttl can be null to suggest inherit a default. This could use provider-specific functionality or instead lookup the SOAData.ttl and apply it. This was attempted in #351, but not practical...

At least clouddns and route53 allow adding comments to records, which is pretty useful. Would it be within the scope of this project to have a --comments/-m flag for the...

Right now, I have test credentials supplied DynECT, UltraDNS, DiscoveryDNS, Rackspace and Google Cloud. I also have paid-for credentials for HP cloud (designate), and Amazon (which I'm not sharing :))....

similar to EC2, GCE also supports instance metadata, which can be used to populate data for A and CNAME records https://developers.google.com/compute/docs/metadata

For example, we would like to read AWS route53 records with multiple CNAMEs. multi-value (load-balanced) ResourceRecordSets: Tasks: - [x] implement base tests for round-robin cnames in `mock` - [ ]...

This is both for recordset as well bulk operations: Tasks: - [ ] add record using zone format. ex. `denominator record -z foo.com add hostname.foo.com 3600 IN A 1.2.3.4` -...