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

    VoxBot

    04/27/2022, 8:50 PM
    I will write some stuff tomorrow for the gems
  • v

    VoxBot

    04/28/2022, 6:04 AM
    Hello everyone,
  • v

    VoxBot

    04/28/2022, 6:04 AM
    Please advise - I have Puppet5 server and would like to configure Webhook (when pushed/committed in Bitbucket cloud repo to trigger r10k for production and/or feature branch on Puppet server, aka “r10k deploy environment production”).
  • v

    VoxBot

    04/28/2022, 6:04 AM
    I'm doing it for the first time, and would like to ask - what is the recommended way for doing it?
  • v

    VoxBot

    04/28/2022, 6:04 AM
    I’m trying to do it via “webhook-go” but faced a few issues/questions around “orchestration” section and usage of “bolt” https://github.com/voxpupuli/webhook-go/issues/51
  • v

    VoxBot

    04/28/2022, 6:45 AM
    Hey, we need some testers for a patch on our kmod module to verfiy the fact is now working properly: https://github.com/voxpupuli/puppet-kmod/pull/81
  • v

    VoxBot

    04/28/2022, 6:45 AM
    OleksandrLytvyn: dhollinger should be able to help you out
  • r

    root-expert

    04/28/2022, 6:52 AM
    OleksandrLytvyn: You don't need
    orchestration
    option to deploy into one Puppet Server so you can turn that off. You'll need to configure correctly the
    r10k
    section. As for systemd, in the current state of development webhook-go doesn't support being run as a service (afaik)
  • b

    bastelfreak

    04/28/2022, 6:56 AM
    it doesn't? that would be odd
  • b

    bastelfreak

    04/28/2022, 6:56 AM
    I think we just don't have a unit file?
  • v

    VoxBot

    04/28/2022, 6:57 AM
    Hmm, I'm sorry, I didn't understood regarding "orchestration" section. When it's fully commented:
  • v

    VoxBot

    04/28/2022, 6:57 AM
    #orchestration:
  • v

    VoxBot

    04/28/2022, 6:57 AM
    # enabled: false
  • v

    VoxBot

    04/28/2022, 6:57 AM
    # type: bolt
  • v

    VoxBot

    04/28/2022, 6:57 AM
    # user: puppet
  • v

    VoxBot

    04/28/2022, 6:57 AM
    # bolt:
  • v

    VoxBot

    04/28/2022, 6:57 AM
    # transport: local
  • v

    VoxBot

    04/28/2022, 6:57 AM
    # targets:
  • v

    VoxBot

    04/28/2022, 6:57 AM
    # - localhost
  • v

    VoxBot

    04/28/2022, 6:57 AM
    # host_key_check: false
  • v

    VoxBot

    04/28/2022, 6:57 AM
    I receive errors:
  • v

    VoxBot

    04/28/2022, 6:57 AM
    `[GIN] 2022/04/27 - 140341 | 500 | 409.155282ms | 18.246.31.227 | POST "/api/v1/r10k/environment"
  • v

    VoxBot

    04/28/2022, 6:57 AM
    2022/04/27 140342 [Recovery] 2022/04/27 - 140342 panic recovered:
  • v

    VoxBot

    04/28/2022, 6:57 AM
    POST /api/v1/r10k/environment HTTP/1.0
  • v

    VoxBot

    04/28/2022, 6:57 AM
    Host: puppet5-prod-webhook.XXXXXXXXXXXXXXXXXXXXX
  • v

    VoxBot

    04/28/2022, 6:57 AM
    Connection: close
  • v

    VoxBot

    04/28/2022, 6:57 AM
    Accept: /
  • v

    VoxBot

    04/28/2022, 6:57 AM
    Connection: close
  • v

    VoxBot

    04/28/2022, 6:59 AM
    When I set it as "false" i receive next errors:
  • v

    VoxBot

    04/28/2022, 6:59 AM
    --
1...131415...647Latest