Giter VIP home page Giter VIP logo

Comments (7)

james-powis avatar james-powis commented on July 29, 2024 1

doing some grep foo and looking at the diff from HEAD > omnibus 8.0 the following 2 groupings are not supported currently by this module:

+# sentinel['bind'] = '0.0.0.0'
+# sentinel['port'] = 26379
+# sentinel['quorum'] = 1
+# sentinel['down_after_milliseconds'] = 10000
+# sentinel['failover_timeout'] = 60000
+# sidekiq_cluster['enable'] = false
+# sidekiq_cluster['ha'] = false
+# sidekiq_cluster['log_directory'] = "/var/log/gitlab/sidekiq-cluster"
+# sidekiq_cluster['interval'] = 5 # The number of seconds to wait between worker checks
+# sidekiq_cluster['queue_groups'] = [

from puppet-gitlab.

tobru avatar tobru commented on July 29, 2024 1

Thanks! It's not just adding parameters, but also removing deprecated parameters... Will hopefully work on this over the next weeks.

from puppet-gitlab.

james-powis avatar james-powis commented on July 29, 2024

best I can tell every other config directive is covered by the existing template.

from puppet-gitlab.

matonb avatar matonb commented on July 29, 2024

Would these parameters fit in this category ?

gitlab_rails['backup_path'] = <path>
git_data_dirs({"default" => "<path>"})

from puppet-gitlab.

tobru avatar tobru commented on July 29, 2024

Would these parameters fit in this category ?

Yes =) See also #110

from puppet-gitlab.

davidgubler avatar davidgubler commented on July 29, 2024

All the configuration options mentioned above should be supported now. I recently added the missing git_data_dirs (thanks to Corey Osman) and sidekiq_cluster options (19ff7e0).

from puppet-gitlab.

LongLiveCHIEF avatar LongLiveCHIEF commented on July 29, 2024

So it turns out that git_data_dirs is currently misdocumented. The correct hash for this should look like:

#correct
git_data_dirs({'default' => {'path' => '/git/data/path'}})

#incorrect
git_data_dirs({'default' => '/git/data/path'})

see: https://gitlab.com/gitlab-org/gitlab-ee/issues/4040#note_54368948

from puppet-gitlab.

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.