https://www.puppet.com/community logo
Join Slack
Powered by
# puppet-enterprise
  • t

    tuxmea

    08/25/2022, 3:34 PM
    Is there any documentation which describes RBAC and the “Project Deployers” role and how to create a “Project” and what IS a “Project” at all? I want to give users access to running tasks and plans. I assumed that “Project deployers” would be the right role. But that is not the case.
  • v

    vchepkov

    08/25/2022, 3:36 PM
    Someone mentioned before it was added as a planned feature, but not implemented yet
  • v

    vchepkov

    08/25/2022, 3:37 PM
    so it does nothing at the moment
  • v

    vchepkov

    08/25/2022, 3:37 PM
    Someone mentioned before it was added as a planned feature, but not implemented yet
  • t

    tuxmea

    08/25/2022, 3:37 PM
    @vchepkov good to know. many thanks.
    👍 1
  • s

    Slackbot

    08/26/2022, 2:22 PM
    This message was deleted.
    c
    s
    • 3
    • 2
  • s

    Slackbot

    08/26/2022, 3:14 PM
    This message was deleted.
    c
    b
    +2
    • 5
    • 26
  • b

    bastelfreak

    08/26/2022, 3:19 PM
    PE-28206 is a comment in the puppet_enterprise module and mentions basically 'switch from G1 garbage collector to parallelGC'. that ticket is private. can someone give some background? is that quite an old change?
  • c

    csharpsteen

    08/26/2022, 3:22 PM
    It came in with PE 2019.0 and Java 11. Basically, after performance testing, we found that: • ParallelGC can reduce the maximum heap size below
    -Xmx
    when appropriate, which frees RAM for use by other part of the system (GC may have gained this capability by Java 17). • G1 does not fit well with JRuby: https://github.com/jruby/jruby/issues/5789
  • b

    bastelfreak

    08/26/2022, 3:23 PM
    thanks, will have a look. We were considering to switch to G1 because of our pxp-agent timeouts
  • s

    Slackbot

    08/26/2022, 3:41 PM
    This message was deleted.
    n
    b
    +2
    • 5
    • 10
  • c

    csharpsteen

    08/26/2022, 3:56 PM
    Otherwise, you can use something like the following:
    Copy code
    /opt/puppetlabs/server/apps/java/lib/jvm/java/bin/jcmd \
      $(systemctl show pe-puppetserver -p MainPID|cut -d= -f2) \
      JFR.configure stackdepth=128
    
    /opt/puppetlabs/server/apps/java/lib/jvm/java/bin/jcmd \
      $(systemctl show pe-puppetserver -p MainPID|cut -d= -f2) \
      JFR.start name=pcp-broker settings=profile disk=true duration=2h filename=/var/log/puppetlabs/puppetserver/pcp-broker.jfr
  • s

    Slackbot

    08/26/2022, 4:51 PM
    This message was deleted.
    j
    b
    • 3
    • 2
  • b

    bastelfreak

    08/26/2022, 5:01 PM
    hopefully the last thing for the week: we noticed regression in puppet lookup in PE 2021.08.10. could someone provide an estimate when we could get a fix for this? https://tickets.puppetlabs.com/browse/PUP-11595
  • w

    wil.rodriguez

    08/26/2022, 8:21 PM
    Can anyone tell me what the license is for the puppet-dev-tools docker container?
  • s

    Slackbot

    08/29/2022, 3:22 PM
    This message was deleted.
    n
    b
    +2
    • 5
    • 30
  • c

    csharpsteen

    08/29/2022, 4:19 PM
    That does make a good point about separate JVMs though: Catalog compilation needs a high throughput GC and PCP Broker needs a low pause GC --- and those are opposing goals that a given GC algorithm has to pick one of.
  • c

    csharpsteen

    08/29/2022, 4:26 PM
    The broker is already publicly available: https://github.com/puppetlabs/pcp-broker So, having pre-built packages wouldn't be a huge change. But, the missing FOSS component would be an Orchestrator equivalent that transforms API requests like "run puppet", "run a task", "run a job" into the PXP messages that flow back and forth over the broker.
  • v

    vchepkov

    08/30/2022, 10:26 PM
    new LTS is out👋
    party dag 4
    🎉 5
    🎉 1
  • s

    Slackbot

    08/31/2022, 3:14 PM
    This message was deleted.
    🔜 1
    c
    s
    v
    • 4
    • 8
  • s

    Slackbot

    08/31/2022, 4:44 PM
    This message was deleted.
    b
    s
    s
    • 4
    • 3
  • s

    spin

    08/31/2022, 7:48 PM
    dozens of rhel 5 mostly, 32 and 64bit.
  • s

    Slackbot

    08/31/2022, 8:03 PM
    This message was deleted.
    y
    n
    • 3
    • 3
  • y

    Yorokobi

    08/31/2022, 8:05 PM
    What should be used instead of eyaml for encrypted hiera data? Should the workaround sentence say "... you can use a non-FIPS-enabled primary server with FIPS-enabled agents, which limits the issue to situations where only the primary uses the Ruby Library"?
  • c

    cody-at-puppet

    08/31/2022, 9:03 PM
    The parameter is undocumented but if you set $permit_unsafe_versions to true then peadm will attempt install of 2021.7
  • s

    Slackbot

    09/01/2022, 8:08 AM
    This message was deleted.
    a
    c
    b
    • 4
    • 3
  • s

    Slackbot

    09/01/2022, 9:01 AM
    This message was deleted.
    m
    b
    n
    • 4
    • 8
  • b

    bastelfreak

    09/01/2022, 9:01 AM
    hey people to get some visibility into the ENTERPRISE jira project and the workflow? For example I raised a feature request (https://tickets.puppetlabs.com/browse/ENTERPRISE-1460) in april. I don't know if that's accepted, if someone is working on this or if I could help with a pull request. are those tickets reviewed on a regular basis? Should we raise feature requests in a different way?
  • v

    vchepkov

    09/01/2022, 1:51 PM
    I have equally opinionated dev setup 🙂 https://github.com/vchepkov/bootstrap-pe-ha
  • s

    seanmil

    09/01/2022, 1:53 PM
    ah, nice. thanks. I'll take a look. I have quite a rather opinionated setup myself. it works for us, and works well in general, but has tended to make upgrades more challenging than normal for PE and more challenging than it can be for the folks I'd like to hand off platform maintenance to - hence a big driver for having a plan where I can capture those manual things.
1...232425...73Latest