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

    VoxBot

    12/07/2022, 3:47 PM
    ewoud: can you do a new release for https://github.com/ekohl/metadata_json_deps
  • v

    VoxBot

    12/07/2022, 4:04 PM
    also I hacked https://github.com/voxpupuli/beaker-hostgenerator/pull/261 together to get hcloud support
  • v

    VoxBot

    12/07/2022, 4:17 PM
    bastelfreak: https://rubygems.org/gems/metadata_json_deps/versions/0.6.0
  • v

    VoxBot

    12/07/2022, 4:17 PM
    perhaps I should have made it 1.0.0
  • v

    VoxBot

    12/07/2022, 4:17 PM
    :D
  • v

    VoxBot

    12/07/2022, 4:17 PM
    next time
  • v

    VoxBot

    12/07/2022, 4:17 PM
    thanks for the release
  • s

    Slackbot

    12/07/2022, 9:56 PM
    This message was deleted.
    k
    r
    +2
    • 5
    • 7
  • r

    Robert Vincent

    12/07/2022, 9:57 PM
    Review needed: https://github.com/puppetlabs/puppetlabs-apt/pull/1073
  • r

    Robert Vincent

    12/07/2022, 10:14 PM
    @bastelfreak Review needed: https://github.com/voxpupuli/puppet-archive/pull/474
  • r

    Robert Vincent

    12/07/2022, 10:14 PM
    @bastelfreak Review needed: https://github.com/voxpupuli/puppet-archive/pull/474
  • b

    bastelfreak

    12/07/2022, 10:51 PM
    @Robert Vincent please please rubocop :)
  • s

    Slackbot

    12/07/2022, 10:53 PM
    This message was deleted.
    k
    r
    b
    • 4
    • 3
  • b

    bastelfreak

    12/07/2022, 10:55 PM
    I can have a look tomorrow and fix the master branch if it has any issues
    πŸ‘ 1
  • v

    VoxBot

    12/08/2022, 8:27 AM
    ewoud: when I do
    bundle exec beaker-hostgenerator
    , do you know if I can pass the fqdn like we do it with BEAKER_setfile?
  • r

    root-expert

    12/08/2022, 9:04 AM
    Seems centos 6/7 (maybe 8 as well) are failing globally on the org. It can't seem to get a connection to the VM
    connection closed by remote host
    and
    connection reset by peer
    has anyone seen that before?
  • b

    bastelfreak

    12/08/2022, 9:07 AM
    any chance those are runners that github updated from ubuntu 20.04 to 22.04?
  • r

    root-expert

    12/08/2022, 9:13 AM
    Hmm, maybe we should consider not using
    ubuntu-latest
    but bump it manually in our GHA_puppet repo
  • r

    root-expert

    12/08/2022, 9:13 AM
    Now it's way easier than running modulesync πŸ˜›
  • b

    bastelfreak

    12/08/2022, 9:21 AM
    you can give it a try. I'm not sure if ubuntu 22 is causing this
  • d

    Daneel

    12/08/2022, 9:39 AM
    i am using this in my CI :
    Copy code
    BEAKER_setfile: ubuntu2004-64server.m{hostname=<http://smtpd-server.example.com|smtpd-server.example.com>}-ubuntu2004-64client.a{hostname=<http://smtp-client.example.com|smtp-client.example.com>}
  • b

    bastelfreak

    12/08/2022, 9:39 AM
    yes, but I'm not sure how I can pass it to beaker-hostgenerator
  • b

    bastelfreak

    12/08/2022, 9:40 AM
    it doesn't read the BEAKER_setfile environment variable
  • d

    Daneel

    12/08/2022, 9:40 AM
    i am using beaker-hostgenerator
  • b

    bastelfreak

    12/08/2022, 9:40 AM
    and passing it on the CLI doesn' work either
  • d

    Daneel

    12/08/2022, 9:41 AM
    strange it works in my CI
  • d

    Daneel

    12/08/2022, 9:42 AM
    strange it works in my CI
  • b

    bastelfreak

    12/08/2022, 9:42 AM
    but you're calling the beaker rake task and not beaker-hostgenerator directly I assume?
  • d

    Daneel

    12/08/2022, 9:43 AM
    In the gitlab-ci.yml :
    Copy code
    variables: 
        PUPPET_INSTALL_TYPE: agent 
        BEAKER_IS_PE: 'no'  
        BEAKER_PUPPET_COLLECTION: puppet7 
        BEAKER_debug: 'true' 
        BEAKER_setfile: ubuntu2004-64server.m{hostname=<http://smtpd-server.example.com|smtpd-server.example.com>}-ubuntu2004-64client.a{hostname=<http://smtp-client.example.com|smtp-client.example.com>} 
        BEAKER_HYPERVISOR: docker 
      script: 
      - bundle exec rake beaker
  • b

    bastelfreak

    12/08/2022, 9:44 AM
    see, that's something different πŸ™‚
1...205206207...648Latest