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

    Marty Ewings

    10/13/2022, 12:36 PM
    to account for universtal offline install, you would need to build a customm installer with all debian / el variants
  • d

    David Sandilands

    10/13/2022, 12:43 PM
    Also some not quite ready yet private plans but backup and restore plan on peadm which would show how some of the data can be backed up too. Like Classification via the API https://github.com/puppetlabs/puppetlabs-peadm/blob/main/plans/backup.pp https://github.com/puppetlabs/puppetlabs-peadm/blob/main/plans/restore.pp
  • d

    David Sandilands

    10/13/2022, 12:43 PM
    Also some not quite ready yet private plans backup and restore on peadm which would show how some of the data can be backed up too. Like Classification via the API https://github.com/puppetlabs/puppetlabs-peadm/blob/main/plans/backup.pp https://github.com/puppetlabs/puppetlabs-peadm/blob/main/plans/restore.pp
  • d

    David Sandilands

    10/13/2022, 12:44 PM
    Also some not quite ready yet private plans backup and restore on peadm which would show how some of the data can be backed up/restored too. Like Classification via the API https://github.com/puppetlabs/puppetlabs-peadm/blob/main/plans/backup.pp https://github.com/puppetlabs/puppetlabs-peadm/blob/main/plans/restore.pp
  • d

    David Sandilands

    10/19/2022, 8:53 AM
    In terms of testing is rpsec / serverspec still a regular or is this a real mix depending on org/environment? Slack Conversation
  • s

    Slackbot

    10/19/2022, 3:06 PM
    This message was deleted.
    t
    m
    j
    • 4
    • 34
  • m

    Marty Ewings

    10/19/2022, 3:31 PM
    i can maybe get you ablank one from the same version in my lab?
  • s

    Slackbot

    10/20/2022, 1:56 PM
    This message was deleted.
    m
    b
    c
    • 4
    • 20
  • b

    bastelfreak

    10/20/2022, 1:59 PM
    @Marty Ewings o/ the pe_status_check has an indicator to check for puppet_system_metrics (S0040). And https://puppet.com/docs/pe/2021.6/getting_support_for_pe.html#puppet_metrics_collector mentions it as well. Can you explain a bit the purpose of that collector? The new operational_dashboard module has no telegraf input for the metrics (and telegraf could scrape it directly). Is the only purpose that the PE Support archive can collect some metrics?
  • m

    Marty Ewings

    10/20/2022, 2:03 PM
    of course! Primarily it was put in to aid in support team diagnostics, basically if the sysstat package is there it collects certain SAR data, so we can figure out of there are host machine or vmhost issues causing PE to not be performant
  • s

    Slackbot

    10/24/2022, 2:52 PM
    This message was deleted.
    b
    c
    +2
    • 5
    • 43
  • c

    cdenneen

    10/24/2022, 2:56 PM
    232139	2022-10-24T10:43:19.831-04:00 ERROR [qtp651727949-5501778] [p.c.app] The deploys job failed to sync before the sync timeout was exceeded.
  • c

    CVQuesty

    10/24/2022, 3:55 PM
    I was just thinking about all the environments. that’s still a lot. No telling what the compiler is doing to itself to parse and service all of those environments.
  • s

    Slackbot

    10/26/2022, 9:17 AM
    This message was deleted.
    m
    b
    • 3
    • 8
  • m

    Marty Ewings

    10/26/2022, 9:23 AM
    not sure its quite new
  • m

    Marty Ewings

    10/26/2022, 9:23 AM
    ill have a look see if i can tell
  • s

    Slackbot

    10/27/2022, 9:53 AM
    This message was deleted.
    s
    b
    • 3
    • 5
  • m

    Marty Ewings

    10/27/2022, 10:00 AM
    not sure its quite new
  • s

    steveax

    10/27/2022, 2:38 PM
    Good thought. Some of the endpoints let you
    order_by
    owner, but not filter
  • s

    steveax

    10/27/2022, 2:40 PM
    I guess jobs doesn’t
  • s

    Slackbot

    10/27/2022, 5:41 PM
    This message was deleted.
    j
    b
    +2
    • 5
    • 48
  • b

    bastelfreak

    10/27/2022, 5:48 PM
    by default, the console certificate comes from the Puppetserver CA
  • j

    Jeremy Mill

    10/27/2022, 5:58 PM
    message has been deleted
  • c

    csharpsteen

    10/27/2022, 6:45 PM
    puppetserver
    defaults to using the end-entity certificate of the
    puppet
    agent service on port 8140 which is signed by the Puppet CA certificate.
    puppetserver
    never has used or presented the Puppet CA certificate directly.
  • c

    csharpsteen

    10/27/2022, 7:04 PM
    If port 8140 was returning a certificate with
    CA:TRUE
    to the TLS handshake, that's something someone would had to have gone out of their way to configure.
  • s

    Slackbot

    10/28/2022, 10:21 AM
    This message was deleted.
    d
    k
    • 3
    • 3
  • k

    KevinR

    10/28/2022, 10:21 AM
    Could someone from the SE team approve this PR please? Thank you!
  • k

    KevinR

    10/28/2022, 1:16 PM
    Could the person requesting a separate PR for the PDK 2.5 update approve this PR? https://github.com/puppetlabs/puppetlabs-patching_as_code/pull/81
  • b

    bastelfreak

    10/28/2022, 8:09 PM
    anyone has seen this during a code deploy, in the primary puppetserver.log (PE 2021.7)?
    Copy code
    2022-10-28T20:08:01.446Z WARN  [qtp740278701-595] [c.p.p.ShellUtils] Executed an external process which logged to STDERR: error: object directory /opt/puppetlabs/server/data/code-manager/worker-caches/deploy-pool-2-2/git@github.com-bastelfreak-controlrepo.git/objects does not exist; check .git/objects/info/alternates
    error: object directory /opt/puppetlabs/server/data/code-manager/worker-caches/deploy-pool-2-1/git@*REDACTED*-*REDACTED*-controlrepo.git/objects does not exist; check .git/objects/info/alternates
  • b

    bastelfreak

    10/28/2022, 8:09 PM
    anyone has seen this during a code deploy, in the primary puppetserver.log (PE 2021.7)?
    Copy code
    2022-10-28T20:08:01.446Z WARN  [qtp740278701-595] [c.p.p.ShellUtils] Executed an external process which logged to STDERR: error: object directory /opt/puppetlabs/server/data/code-manager/worker-caches/deploy-pool-2-2/git@github.com-bastelfreak-controlrepo.git/objects does not exist; check .git/objects/info/alternates
    error: object directory /opt/puppetlabs/server/data/code-manager/worker-caches/deploy-pool-2-1/git@*REDACTED*-*REDACTED*-controlrepo.git/objects does not exist; check .git/objects/info/alternates
1...282930...73Latest