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

Add provider for Verisign's managed DNS service #372

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

majain-vrsn
Copy link

Please review this pull request, which implements a Denominator provider for Verisign’s managed DNS service. It includes basic zone and resource record management operations. It represents a substantial rewrite of previous submissions based on prior comments, and the new implementation is based on an existing provider implementation. Please let us know your feedback.

@cloudbees-pull-request-builder

NetflixOSS » denominator » denominator-pull-requests #142 FAILURE
Looks like there's a problem with this pull request


@RunWith(Live.class)
@UseTestGraph(VerisignDnsTestGraph.class)
public class VerisignDnsTest {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this class seems to repeat work done in the normal live tests. also, it is storing XML, which seems distracting. Should this become a mock test? or should we remove it?

@codefromthecrypt
Copy link
Contributor

did a very cursory review. I might have an account to test with, still. Can do more review in a day or two.

@codefromthecrypt
Copy link
Contributor

PS this looks much cleaner than before, nice work.

Before we merge this, please review this and make sure qualifications are met. For example, we've not had any user ask for this. It may make sense to host this in your repository until there's diverse need, similar to how we support discoverydns.

https://github.com/Netflix/denominator/wiki/Adding-new-Providers

@cloudbees-pull-request-builder

NetflixOSS » denominator » denominator-pull-requests #143 SUCCESS
This pull request looks good

@cloudbees-pull-request-builder

NetflixOSS » denominator » denominator-pull-requests #144 SUCCESS
This pull request looks good

@cloudbees-pull-request-builder

NetflixOSS » denominator » denominator-pull-requests #145 SUCCESS
This pull request looks good

@mcarrer
Copy link

mcarrer commented Dec 15, 2015

All, we tested the Denominator provider for Verisign’s managed DNS in our product and it worked fine.
We would like to have this merged upstream for a better management of the dependencies.

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

Successfully merging this pull request may close these issues.

5 participants