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

    nwops

    12/14/2022, 6:30 PM
    PRs from the past hunting me down today 😁
  • b

    bastelfreak

    12/14/2022, 6:32 PM
    speaking about PRs!
  • b

    bastelfreak

    12/14/2022, 6:34 PM
    someone wants to review https://github.com/voxpupuli/puppet_metadata/pull/59, https://github.com/voxpupuli/puppet_metadata/pull/65, https://github.com/voxpupuli/puppet_metadata/pull/66, https://github.com/voxpupuli/puppet_metadata/pull/69, https://github.com/voxpupuli/puppet_metadata/pull/70
  • b

    bastelfreak

    12/14/2022, 6:44 PM
    and if we do merges, we should start with https://github.com/voxpupuli/puppet_metadata/pull/59 so @Alex Fisher doesn't need to rebase it a forth time 😄
  • b

    bastelfreak

    12/14/2022, 6:44 PM
    and if we do merges, we should start with https://github.com/voxpupuli/puppet_metadata/pull/59 so @Alex Fisher doesn't need to rebase it a forth time 😄
  • y

    Yury Bushmelev

    12/15/2022, 9:48 AM
    Tbh, this is confusing:
    centos6-32compile_master,<http://another_role.ma|another_role.ma>
    (reading help of
    beaker-hostgenerator
    )..
  • y

    Yury Bushmelev

    12/15/2022, 9:49 AM
    I mean
    .ma
    mostly
  • b

    bastelfreak

    12/15/2022, 9:49 AM
    I don't think we use those rules at all
  • b

    bastelfreak

    12/15/2022, 9:53 AM
    that's probably a PE/Puppet leftover
  • y

    Yury Bushmelev

    12/15/2022, 9:53 AM
    where one usually stores the hosts file in a module? I understand Voxpupuli is using very own setup.. but what is the suggestion for kind of independent module?
  • b

    bastelfreak

    12/15/2022, 9:54 AM
    so!
  • b

    bastelfreak

    12/15/2022, 9:54 AM
    we've all supported operating systems in metadata.json
  • b

    bastelfreak

    12/15/2022, 9:54 AM
    and our CI runs metadata2gha from https://github.com/voxpupuli/puppet_metadata/tree/master/bin
  • b

    bastelfreak

    12/15/2022, 9:55 AM
    that generates an beaker_setfiles array for all OSes in metadata.json (minus the ones not supported by beaker)
  • y

    Yury Bushmelev

    12/15/2022, 9:55 AM
    I guess I should start here: https://github.com/voxpupuli/voxpupuli-acceptance/#running-tests 🙂
  • b

    bastelfreak

    12/15/2022, 9:55 AM
    so we do not need to store nodesets anymore
  • b

    bastelfreak

    12/15/2022, 9:56 AM
    and also https://github.com/voxpupuli/gha-puppet/blob/v1/.github/workflows/beaker.yml to see the commands we're running during tests
  • b

    bastelfreak

    12/15/2022, 9:56 AM
    and also https://github.com/voxpupuli/gha-puppet/blob/v1/.github/workflows/beaker.yml to see the commands we're running during tests
  • b

    bastelfreak

    12/15/2022, 9:56 AM
    https://github.com/voxpupuli/gha-puppet/blob/v1/.github/workflows/beaker.yml#L75 -> https://github.com/voxpupuli/gha-puppet/blob/v1/.github/workflows/beaker.yml#L107-L138
  • b

    bastelfreak

    12/15/2022, 9:56 AM
    https://github.com/voxpupuli/gha-puppet/blob/v1/.github/workflows/beaker.yml#L75 -> https://github.com/voxpupuli/gha-puppet/blob/v1/.github/workflows/beaker.yml#L107-L138
  • y

    Yury Bushmelev

    12/15/2022, 9:57 AM
    wow, tyvm! Let me get through it 🙂
  • y

    Yury Bushmelev

    12/15/2022, 9:58 AM
    I guess I can write a rake task which follows the steps (if there is no one yet)
  • b

    bastelfreak

    12/15/2022, 9:59 AM
    most of this is hacked together with rake tasks. If you think something is missing, let us know. maybe it exists but is just hard to find 😄
  • s

    Slackbot

    12/15/2022, 10:35 AM
    This message was deleted.
    m
    b
    • 3
    • 5
  • m

    Marty Ewings

    12/15/2022, 10:39 AM
    @bastelfreak question for you on puppet-rspec-facts and facterdb
  • b

    bastelfreak

    12/15/2022, 10:39 AM
    yes!
  • m

    Marty Ewings

    12/15/2022, 10:40 AM
    so there is a use case being pondered for facterdb, where the customer wants specific el version numbers in the module metatdata ie not 8 but 8.5 8.5 etc
  • m

    Marty Ewings

    12/15/2022, 10:40 AM
    and wants a specific fact set returned from the facterdb, not just 8
  • b

    bastelfreak

    12/15/2022, 10:41 AM
    interesting
  • m

    Marty Ewings

    12/15/2022, 10:41 AM
    im reading the code for all the functions, and i think for EL its only considering major version?
1...215216217...648Latest