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

    Slackbot

    06/25/2022, 1:29 PM
    This message was deleted.
    j
    • 2
    • 1
  • s

    Slackbot

    06/27/2022, 7:01 PM
    This message was deleted.
    n
    • 2
    • 1
  • s

    Slackbot

    06/28/2022, 3:59 PM
    This message was deleted.
    c
    v
    n
    • 4
    • 5
  • n

    nwops

    06/28/2022, 3:59 PM
    My replica provision failed, how can I start from a clean slate? Already issued puppet infra forget but guessing that does not clean up stuff on the replica system.
  • n

    nwops

    06/28/2022, 4:45 PM
    well yeah. It would have failed so many times already. So many legacy upgrade issues leaving cruft behind.
  • n

    nwops

    06/29/2022, 3:19 PM
    How does the server_list get created and populated on agent nodes for HA? I need to customize the list for specific datacenters but not sure how it is produced and if my hiera data will be overridden.
  • n

    nwops

    06/29/2022, 3:19 PM
    How does the server_list get created and populated on agent nodes for HA? I need to customize the list for specific datacenters but not sure how it is produced and if my hiera data will be overridden.
  • v

    vchepkov

    06/29/2022, 3:33 PM
    Copy code
    puppet_enterprise::profile::agent::server_list:
  • v

    vchepkov

    06/29/2022, 3:33 PM
    Copy code
    puppet_enterprise::profile::agent::manage_puppet_conf: true
  • n

    nwops

    06/29/2022, 3:34 PM
    right but what produces the server_list currently?
  • v

    vchepkov

    06/29/2022, 3:35 PM
    puppet infrastructure provision replica populates it
  • v

    vchepkov

    06/29/2022, 3:35 PM
    unless you do skip-agent-config
  • n

    nwops

    06/29/2022, 3:36 PM
    is it a config? file, puppetdb data?
  • n

    nwops

    06/29/2022, 3:36 PM
    looking for where the data is
  • v

    vchepkov

    06/29/2022, 3:36 PM
    PE classification
  • n

    nwops

    06/29/2022, 3:36 PM
    I looked there and nothing
  • v

    vchepkov

    06/29/2022, 3:36 PM
    should be in
    PE Agent
  • v

    vchepkov

    06/29/2022, 3:36 PM
    if not, then you selected to not manage agent configuration
  • n

    nwops

    06/29/2022, 3:37 PM
    If I pull down the server_list from list of parameters it auto populates the values to primary,replica. So it is getting those values from somewhere else as a default.
  • v

    vchepkov

    06/29/2022, 3:38 PM
    on the node or compiler? because there is also
    PE Infrastructure Agent
  • v

    vchepkov

    06/29/2022, 3:38 PM
    on the node or compiler? because there is also
    PE Infrastructure Agent
  • v

    vchepkov

    06/29/2022, 3:39 PM
    Copy code
    puppet resource pe_node_group|grep server_list
  • n

    nwops

    06/29/2022, 3:54 PM
    found it. It is iin PE infrastructure group.
  • n

    nwops

    06/29/2022, 3:55 PM
    I have a custom port for puppetdb which ha no longer uses
  • n

    nwops

    06/29/2022, 4:04 PM
    puppet resource command rocks
    đź’Ż 1
  • n

    nwops

    06/29/2022, 6:52 PM
    Can i run
    puppet infra enable replica
    multiple times. It failed the first time and I want to make sure everything was configured.
  • n

    nwops

    06/29/2022, 6:53 PM
    Can i run
    puppet infra enable replica
    multiple times. It failed the first time and I want to make sure everything was configured.
  • v

    vchepkov

    06/29/2022, 6:53 PM
    I think you do
  • v

    vchepkov

    06/29/2022, 6:53 PM
    but normally it's just a classification change and bunch of puppet runs
  • n

    nwops

    06/29/2022, 6:54 PM
    anyway to look at the source? I tried to find it in enterprise_tasks but didn’t see the exact command.
1...131415...73Latest