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

    Alex Fisher

    11/21/2022, 6:30 PM
    I always prefer a consistent and unambiguous
    Release x.x.x
    commit message rather than the variations of
    Prepare release
    Update for release
    style commit messages that we sometimes also get.
  • v

    VoxBot

    11/21/2022, 6:30 PM
    yes, prepare for release is making sure 'Release x.y.z' can happen, not an actual release
  • s

    Slackbot

    11/21/2022, 6:32 PM
    This message was deleted.
    j
    • 2
    • 2
  • s

    Slackbot

    11/21/2022, 6:32 PM
    This message was deleted.
    j
    • 2
    • 1
  • a

    Alex Fisher

    11/21/2022, 6:37 PM
    I vaguely recall someone working on that. (FWIW, using slack threads in this channel can be confusing to our IRC only users).
  • v

    VoxBot

    11/21/2022, 6:38 PM
    oh yes, reviewing that was on my (long) TODO list :(
  • v

    VoxBot

    11/21/2022, 6:38 PM
    https://github.com/voxpupuli/voxpupuli.github.io/pull/269 that was
  • a

    Alex Fisher

    11/21/2022, 6:44 PM
    oh, I thought you meant this one. https://github.com/voxpupuli/voxpupuli-release/pull/44
  • a

    Alex Fisher

    11/21/2022, 6:44 PM
    oh, I thought you meant this one. https://github.com/voxpupuli/voxpupuli-release/pull/44
  • t

    treydock

    11/21/2022, 7:25 PM
    Could use review on openldap module release - https://github.com/voxpupuli/puppet-openldap/pull/361
  • t

    treydock

    11/21/2022, 7:25 PM
    Could use review on openldap module release - https://github.com/voxpupuli/puppet-openldap/pull/361
  • t

    tuxmea

    11/21/2022, 8:29 PM
    i have read about puppet 8 deprecating legacy facts. can someone confirm? would be a huge impact for unmaintained modules.
  • b

    bastelfreak

    11/21/2022, 8:34 PM
    the idea is to implement a switch to disable legacy facts in the agent. this will be introduced in Puppet 7 and defaults to not disable legavy facts
  • b

    bastelfreak

    11/21/2022, 8:35 PM
    and this might flip on puppet 8. but you will be able to continue using them
  • b

    bastelfreak

    11/21/2022, 8:36 PM
    for all vox pupuli modules we already use a linter plugin to identify and replace all legacy facts
  • j

    jhoblitt

    11/21/2022, 11:32 PM
    UGH. Under el9, the backwards compat
    ifup
    scripts can not handle /etc/sysconfig/network-scripts/ifcfg- scripts which setup vlan interfaces. It handles bonds and bridges but a trivial vlan interface doesn't work
  • b

    bastelfreak

    11/22/2022, 7:28 AM
    time for systemd-networkd <3
    💯 1
  • v

    VoxBot

    11/22/2022, 7:45 AM
    I guess we should really try and get our networkmanager module into a better state for public publishing
  • v

    VoxBot

    11/22/2022, 10:11 AM
    (I hate it for servers)
  • v

    VoxBot

    11/22/2022, 10:11 AM
    I need to admit, I'm not the biggest fan of networkmanager
  • v

    VoxBot

    11/22/2022, 10:44 AM
    Usually servers don't need the whole connection-based design of networkmanager, they're more often on links where the connection is configured on the switch after all
  • j

    jhoblitt

    11/22/2022, 3:51 PM
    @ananace I am not a fan of NM for anything other than a laptop but RH has decided otherwise. I have a fair number of host that are multihomed and static routes are pushed out via puppet (largely because "multicast routing").
  • j

    jhoblitt

    11/22/2022, 3:52 PM
    The situation is bad until EL9. Even
    nmcli conn migrate
    doesn't handle the vlan interfaces
  • j

    jhoblitt

    11/22/2022, 3:52 PM
    and the .nmconnection files seem to be using a UUID to map the relationship between an interface and a bridge.
  • j

    jhoblitt

    11/22/2022, 3:52 PM
    E.g.
    Copy code
    [connection]
    id=VLAN connection 1
    uuid=0576810c-53b0-4b55-ac02-f5ce13636d81
    type=vlan
    interface-name=bond0.1234
    master=65e8129e-3771-b239-f1fb-6549e4cb69f4
    slave-type=bridge
    
    [ethernet]
    
    [vlan]
    flags=1
    id=1234
    parent=bond0
    
    [bridge-port]
  • j

    jhoblitt

    11/22/2022, 3:53 PM
    Where
    65e8129e-3771-b239-f1fb-6549e4cb69f4
    is the UUID of the bridge that vlan1234 from bond0 should be added to.
  • j

    jhoblitt

    11/22/2022, 3:53 PM
    Where
    65e8129e-3771-b239-f1fb-6549e4cb69f4
    is the UUID of the bridge that vlan1234 from bond0 should be added to.
  • v

    VoxBot

    11/22/2022, 3:54 PM
    having the ncurses nmcli thing segfault on me was my favourite bit during the redhat exams
  • j

    jhoblitt

    11/22/2022, 3:55 PM
    The fact that there are at least 4 different cli tools for configuration networking should be a clue that there is a problem.
  • j

    jhoblitt

    11/22/2022, 3:55 PM
    look at this: https://access.redhat.com/documentation/hi-in/red_hat_enterprise_linux/9/html/configu[…]configuring-vlan-tagging_configuring-and-managing-networking
1...194195196...648Latest