https://www.puppet.com/community logo
Join Slack
Powered by
# continuous-delivery
  • r

    RyChannel

    08/01/2024, 7:56 PM
    We connect passwordless via a separate user that has rights to switch to root
  • r

    RyChannel

    08/01/2024, 7:57 PM
    Copy code
    groups:
      - name: cd4pe-4-node
        config:
          transport: ssh
          ssh:
            host-key-check: false
            user: boltuser
            run-as: root
            native-ssh: true
        targets:
          - server.domain.local
  • r

    RyChannel

    08/01/2024, 7:57 PM
    Setup that way just uses the ssh key that we have in our user home directly on the local machine rather that hardcoding it in the inventory.yaml
    πŸ‘ 1
  • j

    Jay Iorio

    08/01/2024, 7:58 PM
    Thanks
  • r

    RyChannel

    08/01/2024, 7:59 PM
    No problem
  • r

    RyChannel

    08/01/2024, 7:59 PM
    I was just demo'ing the process today so I had it handy πŸ˜„
  • z

    ziggy

    08/07/2024, 6:08 PM
    Does anyone know on the top of their head what the setting is to increase the timeout for Impact Analysis? I dont remember 😞
  • j

    Jay Iorio

    08/27/2024, 6:12 PM
    Hi: Attempting to install CD4PE V5 on an external server (RH8) via bolt... Being returned with a permission denied on creating a temp directory during the install...SELinux is Permissive... What other reasons are there that the Install would return a permission denied error? I am running this as root using the run-as parameter in the inventory.yaml file.
    c
    • 2
    • 3
  • r

    RyChannel

    08/29/2024, 7:35 PM
    I see podman is supported for job hardware now… was I the only one that already had that working?
    j
    c
    • 3
    • 5
  • j

    Jay Iorio

    08/30/2024, 7:17 PM
    ok... QQ... I finally got cd4pe v5 installed when I bring up the gui in a browser there is no option to login as root. Better yet... if I give it root as the email and the provided password during install I dont get in.... Is there a cmd from the cmdline I can run to retrieve or reset the root pwd?
  • s

    spp

    08/30/2024, 7:21 PM
    Have you tried logging in as "admin"? Unintuitively, that is the default root username.
  • j

    Jay Iorio

    08/30/2024, 7:21 PM
    no letme try that
  • j

    Jay Iorio

    08/30/2024, 7:22 PM
    I'm in thank you
    πŸ‘ 1
  • r

    RyChannel

    10/02/2024, 3:05 PM
    Is servicenow integration still a thing with CD?
    s
    • 2
    • 3
  • r

    RyChannel

    10/08/2024, 8:43 PM
    Anyone know what this means? Module pwshlib failed to synchronize due to PuppetForge:V3Release:ChecksumMismatch
  • r

    RyChannel

    10/09/2024, 2:17 PM
    For like the last couple years the control-repo is missing in the pipeline yaml code generated on the 'Manage as code' page
  • r

    RyChannel

    10/17/2024, 2:30 PM
    Any sort of podman support on Windows for the job hardware?
  • r

    RyChannel

    10/17/2024, 2:31 PM
    I think I know the answer but thought it wouldn't hurt to ask
    s
    c
    • 3
    • 3
  • j

    Jay Iorio

    11/06/2024, 4:00 PM
    Question about Self Signed Certs and CD4PE V5. I'm trying to understand about the cert associated with the CD4PE server and Website. This is a server which has a puppet agent on it where that agent cert is a trusted cert. But the cert associated with CD4PE webui shows two certs... a CA and a cert both associated with the server name (cdp001 in this case). Is my only option of not having a self signed cert to to trust this newly generated CA and cert....or if I upload the ca.pem from the agent which is a chain of the cd4pe server and the trusted Puppet signing cert, will that make the cert with CD4PE WebUI non self signed? Bottom line, I have a Security Vulnerability which does not allow the cert for CD4PE to be self signed. I'm looking for guidance on steps to follow... Is it as simple as using the advanced instructions for TLS Certificates? Or is a combination of everything?
  • c

    choffee

    11/07/2024, 2:59 PM
    @choffee has left the channel
  • r

    RyChannel

    11/26/2024, 7:34 PM
    Anyone else have issues with CD 5.x and new license keys?
    g
    • 2
    • 6
  • c

    CVQuesty

    11/26/2024, 7:34 PM
    @CVQuesty has left the channel
  • r

    RyChannel

    01/06/2025, 2:11 PM
    Anyone seen this before? Trying to modify / remove a stage and this error pops up
  • j

    Jay Iorio

    01/21/2025, 5:17 PM
    Just got out new license for Puppet Advanced,,,, Does uploading it to PE cover the associated CD4PE or do I need to run the bolt plan to upload the license to CD4PE? We currently don't have any pipelines which use Impact Analysis... if that helps the answer.
  • s

    spp

    01/21/2025, 5:43 PM
    CD doesn't need the license, but IA does. I would go ahead and upload the license, just in case you decide you want to use IA. But, CD will work without it.
  • s

    spp

    01/21/2025, 5:44 PM
    I guess I should be a little more clear... you need the license on the CD server in order to use IA. The license on the PE server does nothing except license PE itself, and tell you whether you are licensed for the other advanced features.
    πŸ‘ 1
  • j

    Jay Iorio

    04/09/2025, 12:47 PM
    GM... Any news about when the next version of CD4PE will be available? Just doing some planning.. and realized one had not been released since Jan.
  • m

    magisus

    04/09/2025, 4:04 PM
    There is a release of both 4.x and 5.x scheduled for mid-April.
  • m

    magisus

    04/09/2025, 4:04 PM
    We are now on a quarterly schedule for planned releases.
    πŸ‘ 1
  • r

    Rex Makusia

    04/30/2025, 8:01 AM
    Finally, we managed to complete the migration and upgrade for CD4PE 4.27.1 to v5.7. It was great learning with challenging outcomes when setting it up on an Airgapped environment.