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

    Slackbot

    06/14/2022, 2:09 PM
    This message was deleted.
    b
    n
    v
    • 4
    • 26
  • n

    nwops

    06/14/2022, 2:12 PM
    running puppet 7.16. So it would communicate to a compiler not the primary directly. Maybe the updated CRL doesn’t exist on the compiler?
  • n

    nwops

    06/14/2022, 5:35 PM
    message has been deleted
  • s

    Slackbot

    06/14/2022, 5:35 PM
    This message was deleted.
    b
    n
    • 3
    • 10
  • b

    bastelfreak

    06/15/2022, 10:11 AM
    so people, anybody see increased IO caused by postgresql on the primary, after upgrading PE 2019 to 2019.8.11?
  • s

    simonhoenscheid

    06/15/2022, 11:06 AM
    The "Run Puppet" job in Puppet Enterprise, is there an option to icrease the limit of 8 nodes in parallel?
  • b

    bastelfreak

    06/15/2022, 11:07 AM
    @simonhoenscheid o/
  • v

    vchepkov

    06/15/2022, 11:50 AM
    @simonhoenscheid
    Copy code
    puppet_enterprise::profile::orchestrator::global_concurrent_compiles: 8
    🦜 1
  • s

    Slackbot

    06/15/2022, 1:12 PM
    This message was deleted.
    v
    n
    b
    • 4
    • 21
  • v

    vchepkov

    06/15/2022, 2:22 PM
    I rely on
    puppet infrastructure tune --compare
    you can check what changes it recommends
  • s

    Slackbot

    06/15/2022, 2:59 PM
    This message was deleted.
    n
    c
    n
    • 4
    • 3
  • c

    csharpsteen

    06/15/2022, 3:43 PM
    The
    pe_status_check
    will report
    pxp-agent
    connection status as a fact: https://github.com/puppetlabs/puppetlabs-pe_status_check/blob/main/lib/facter/agent_status_check.rb#L17-L18 Otherwise, PuppetDB doesn’t have visibility into that. The closest it would get is a list of agent
    certnames
    that have reported within the past
    node-ttl
    that could be compared against the list of connected
    certnames
    returned by the Orchestrator API.
  • n

    nwops

    06/15/2022, 7:44 PM
    What is the easiest way to put a trusted cert (internal) on code manager service?
  • n

    nwops

    06/15/2022, 7:50 PM
    thinking of using netcat and piping to curl
  • n

    npwalker

    06/15/2022, 8:54 PM
    https://puppet.com/docs/pe/2019.8/pe_database_maintenance.html#enable_pe_database_module
  • b

    bastelfreak

    06/15/2022, 9:04 PM
    the systemd services at least didnt log errors
  • s

    Slackbot

    06/16/2022, 5:25 PM
    This message was deleted.
    n
    • 2
    • 1
  • n

    nwops

    06/16/2022, 5:27 PM
    how do the pe_repos get synced to other compilers?
  • n

    npwalker

    06/16/2022, 5:29 PM
    they don’t it’s all puppet code
  • v

    vchepkov

    06/16/2022, 5:31 PM
    i.e., synced by puppet code
  • s

    Slackbot

    06/16/2022, 6:19 PM
    This message was deleted.
    n
    • 2
    • 2
  • s

    Slackbot

    06/16/2022, 6:23 PM
    This message was deleted.
    n
    • 2
    • 1
  • s

    Slackbot

    06/16/2022, 8:40 PM
    This message was deleted.
    t
    • 2
    • 1
  • n

    nwops

    06/17/2022, 9:47 PM
    I want to run a task on 800 nodes but I dont’ want to run all at once is there a max_concurrent setting? What is the default? This is a puppet agent upgrade task so I don’t want to DDOS my puppet servers.
  • n

    nwops

    06/17/2022, 9:47 PM
    I want to run a task on 800 nodes but I dont’ want to run all at once is there a max_concurrent setting? What is the default? This is a puppet agent upgrade task so I don’t want to DDOS my puppet servers.
  • v

    vchepkov

    06/17/2022, 9:57 PM
    the limit is already set
    Copy code
    puppet_enterprise::profile::orchestrator::global_concurrent_compiles
  • v

    vchepkov

    06/17/2022, 9:59 PM
    with bolt you can be more granular it has
    Copy code
    bolt task run  --concurrency
  • n

    nwops

    06/17/2022, 10:00 PM
    # @param task_concurrency [Integer] The maximum number of task runs to allow at once, across all jobs.
  • v

    vchepkov

    06/17/2022, 10:01 PM
    right, that all jobs, not just one
  • v

    vchepkov

    06/17/2022, 10:02 PM
    above parameter is for singular task
1...111213...73Latest