Giter Club home page Giter Club logo

Comments (6)

solarkennedy avatar solarkennedy commented on June 27, 2024

Wow! That is a lot of records!
You are probably the biggest user! :)

That kind of use case is probably better served via a different implementation. This module makes heavy use of concat, which is not very efficient.

Can you tell me more about your use case and how you use this module? Maybe I could suggest some alternatives?

from puppet-dns.

ITBlogger avatar ITBlogger commented on June 27, 2024

We were looking to automate management of bind for all of our dns zones and
records, internal and external, for where I work. We have a huge amount of
vanity domains.

On Tue, Apr 28, 2015 at 7:49 PM, Kyle Anderson [email protected]
wrote:

Wow! That is a lot of records!
You are probably the biggest user! :)

That kind of use case is probably better served via a different
implementation. This module makes heavy use of concat, which is not very
efficient.

Can you tell me more about your use case and how you use this module?
Maybe I could suggest some alternatives?


Reply to this email directly or view it on GitHub
#104 (comment).

from puppet-dns.

solarkennedy avatar solarkennedy commented on June 27, 2024

But do they need to be defined in the puppet DSL?
Are they all very similar/templated?

from puppet-dns.

ITBlogger avatar ITBlogger commented on June 27, 2024

no, they just need to be automated...they all fit within the constraints of
this module

On Wed, Apr 29, 2015 at 7:24 AM, Kyle Anderson [email protected]
wrote:

But do they need to be defined in the puppet DSL?
Are they all very similar/templated?


Reply to this email directly or view it on GitHub
#104 (comment).

from puppet-dns.

ITBlogger avatar ITBlogger commented on June 27, 2024

I got past the timeouts with:

http_connect_timeout = 1h
configtimeout = 1h

in puppet.conf

Also had to increase java memory maximums in /etc/sysconfig/pe-puppetdb and
/etc/sysconfig/pe-puppetserver

--Alex

On Wed, Apr 29, 2015 at 9:02 AM, Alex Scoble [email protected]
wrote:

no, they just need to be automated...they all fit within the constraints
of this module

On Wed, Apr 29, 2015 at 7:24 AM, Kyle Anderson [email protected]
wrote:

But do they need to be defined in the puppet DSL?
Are they all very similar/templated?


Reply to this email directly or view it on GitHub
#104 (comment).

from puppet-dns.

solarkennedy avatar solarkennedy commented on June 27, 2024

Ok. Certainly do what you need to do. I personally think this module is not the right tool for the job to scale to thousands of records and thousands of domains. This is certainly true if many of them are DNAMEs or can be easily templated.

Or, if you do need to scale and must use puppet, you could do a thing where you slave to a different server for subdomains or a subset of zones, to separate the megazones into smaller domains. I don't know if that is possible in your use case, but it works for many. (.dev, .stage, .prod, etc)

We can keep this issue here for others who need to search, or we can reference back to it in the future.

from puppet-dns.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.