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

    vchepkov

    04/28/2022, 2:02 PM
    well, that doesn't happen during catalog compile, it fails to deploy an environment
  • v

    vchepkov

    04/28/2022, 2:08 PM
    I'll open a PE ticket ¯\_(ツ)_/¯
  • d

    David Sandilands

    04/28/2022, 2:59 PM
    You can run the following to get more detailed code deploy logging runuser -u pe-puppet -- /opt/puppetlabs/puppet/bin/r10k -c /opt/puppetlabs/server/data/code-manager/r10k.yaml deploy environment ITTO_4954_gdc --puppetfile --verbose debug2
  • d

    David Sandilands

    04/28/2022, 3:00 PM
    You can run the following to get more detailed code deploy logging runuser -u pe-puppet -- /opt/puppetlabs/puppet/bin/r10k -c /opt/puppetlabs/server/data/code-manager/r10k.yaml deploy environment ITTO_4954_gdc --puppetfile --verbose debug2
  • v

    vchepkov

    04/28/2022, 3:03 PM
    same deal, not much more data
  • v

    vchepkov

    04/28/2022, 3:03 PM
    Copy code
    [2022-04-28 11:02:37 - ERROR] Error during concurrent deploy of a module: ambiguous lookup - OID prefix is too short
    [2022-04-28 11:02:37 - ERROR] ambiguous lookup - OID prefix is too short
  • s

    Slackbot

    04/28/2022, 3:06 PM
    This message was deleted.
    n
    v
    j
    • 4
    • 35
  • n

    npwalker

    04/28/2022, 3:17 PM
    what’s weird is now I looked for that error and it seems like it really should be related to pool_size https://github.com/puppetlabs/r10k/blob/dccc3799224d39b03e35c474936b53224285ad3f/lib/r10k/content_synchronizer.rb#L46
  • n

    npwalker

    04/28/2022, 3:18 PM
    it just happened at that line of code
  • j

    Jarret Lavallee

    04/29/2022, 1:48 PM
    I am looking at this now and the problem is that
    libgit2
    thinks that the branch name is an OID due to the format.
    libgit2
    is parsing the branch name to identify what the
    ref
    is. It starts by looking at the string to see if it is hex, which could be a OID. The OID is too short as the min length is [4 characters](https://github.com/libgit2/libgit2/blob/main/include/git2/oid.h#L30) . It then sends the error [here](https://github.com/libgit2/libgit2/blob/main/src/libgit2/object.c#L187-L190).
  • s

    Slackbot

    04/29/2022, 4:12 PM
    This message was deleted.
    w
    n
    • 3
    • 2
  • s

    Slackbot

    04/29/2022, 6:20 PM
    This message was deleted.
    b
    h
    b
    • 4
    • 14
  • b

    barr

    04/29/2022, 10:01 PM
    @bastelfreak In order to facilitate the transition, we are going to keep running the legacy networking infrastructure to connect to the Forge until 6/4/22. To use this network path, you can add a private DNS record pointing forge.puppet.com to 192.69.65.71
  • j

    Joao Morgado

    05/01/2022, 12:33 PM
    Hi everyone. Using PE 2021.4, was trying out the Patch Management functionality
  • j

    Joao Morgado

    05/01/2022, 12:33 PM
    It has been running for a bit, with all the patch groups defined, etc
  • j

    Joao Morgado

    05/01/2022, 12:33 PM
    then added some changes to the patch groups, added some, changed some rules on a couple
  • j

    Joao Morgado

    05/01/2022, 12:34 PM
    on the Patch Management, can’t see the groups. The fact patch_group under pe_patch shows “” for all the nodes
  • j

    Joao Morgado

    05/01/2022, 12:35 PM
    On the classification I can see nodes show up in every group, under Matching nodes: nodes match the rules for this node group
  • j

    Joao Morgado

    05/01/2022, 12:36 PM
    tried to change patch_management to absent, then enabled it again, still no luck
  • j

    Joao Morgado

    05/01/2022, 12:36 PM
    tried to change patch_management to absent, then enabled it again, still no luck
  • j

    Joao Morgado

    05/01/2022, 12:40 PM
    on the Patch Management, can’t see the groups. The fact patch_group under pe_patch shows “” for all the nodes
  • s

    Slackbot

    05/02/2022, 1:42 PM
    This message was deleted.
    j
    h
    • 3
    • 3
  • s

    Slackbot

    05/02/2022, 1:49 PM
    This message was deleted.
    r
    n
    d
    • 4
    • 8
  • n

    nwops

    05/02/2022, 1:49 PM
    What is the best way to migrate nodes from different PE versions where unique CA certs were used?
  • j

    Joao Morgado

    05/02/2022, 3:53 PM
    Just checked and the nodes are showing up
  • d

    David Sandilands

    05/03/2022, 11:26 AM
    https://github.com/fervidus/puppet_ca_utils Might help it can set up mutal trust between cas
  • s

    Slackbot

    05/03/2022, 1:26 PM
    This message was deleted.
    s
    n
    • 3
    • 2
  • b

    bastelfreak

    05/03/2022, 1:59 PM
    Hey people. I'm using https://github.com/puppetlabs/puppetlabs-satellite_pe_tools . the lib/ directory got pluginsynced. after updating the routes.yaml to use satellite as indirector and restarting pe-puppetserver I get
    could not find terminus satellite for indirection facts
    . Anyone has an idea what's wrong/missing? I'm on PE 2019.5
  • b

    bastelfreak

    05/03/2022, 1:59 PM
    Hey people. I'm using https://github.com/puppetlabs/puppetlabs-satellite_pe_tools . the lib/ directory got pluginsynced. after updating the routes.yaml to use satellite as indirector and restarting pe-puppetserver I get
    could not find terminus satellite for indirection facts
    . Anyone has an idea what's wrong/missing? I'm on PE 2019.5
  • v

    vchepkov

    05/03/2022, 2:15 PM
    did you restart puppetserver after installing report ?
12345...73Latest