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

    VoxBot

    01/27/2023, 2:55 PM
    \o/
  • v

    VoxBot

    01/27/2023, 2:55 PM
    so you fixed it on your side?
  • v

    VoxBot

    01/27/2023, 2:56 PM
    Yeah inside the cerncollectd module, wrapper around collectd.
  • v

    VoxBot

    01/27/2023, 2:57 PM
    ah ok
  • j

    jhoblitt

    01/27/2023, 4:03 PM
    4.0.0 release attempt #2... https://github.com/voxpupuli/puppet-systemd/pull/312
    ❤️ 1
  • j

    jhoblitt

    01/27/2023, 4:04 PM
    4.0.0 release attempt #2... https://github.com/voxpupuli/puppet-systemd/pull/312
  • j

    jhoblitt

    01/27/2023, 4:39 PM
    @ewoud Can I pull the trigger on the systemd release?
  • v

    VoxBot

    01/27/2023, 4:39 PM
    I think so
    👍 1
  • j

    jhoblitt

    01/27/2023, 4:41 PM
    https://github.com/voxpupuli/puppet-systemd/actions/runs/4026405847
  • v

    VoxBot

    01/27/2023, 4:43 PM
    $ grep puppet/systemd puppet-*/metadata.json | wc -l
  • d

    Dr Bunsen Honeydew

    01/27/2023, 4:43 PM
    See the
    puppet-systemd
    module at https://forge.puppet.com/puppet/systemd?src=slack&channel=voxpupuli
  • v

    VoxBot

    01/27/2023, 4:43 PM
    29
  • s

    Slackbot

    01/27/2023, 4:43 PM
    This message was deleted.
    j
    b
    • 3
    • 26
  • b

    bastelfreak

    01/27/2023, 4:45 PM
    https://github.com/voxpupuli/modulesync_config/blob/master/bin/bump-dependency-upper-bound and ewoud hacked something together some time ago to bump it
  • s

    Slackbot

    01/27/2023, 5:04 PM
    This message was deleted.
    b
    • 2
    • 2
  • d

    Dr Bunsen Honeydew

    01/27/2023, 5:04 PM
    See the
    camptocamp-systemd
    module at https://forge.puppet.com/camptocamp/systemd?src=slack&channel=voxpupuli
  • j

    jhoblitt

    01/27/2023, 5:17 PM
    it would be nice if it was part of modsync... and if it automatically updated all voxpupuli deps... @ewoud <hint> <hint> 😉
  • j

    jhoblitt

    01/27/2023, 5:17 PM
    That seems to work:
    Copy code
    [master] ~/github/modulesync_config $ ./bin/bump-dependency-upper-bound puppet/systemd 5.0.0 ~/github/puppet-redis/metadata.json 
    Updated /home/jhoblitt/github/puppet-redis/metadata.json: '>= 2.0.0 < 4.0.0' to '>= 2.0.0 < 5.0.0'
  • j

    jhoblitt

    01/27/2023, 5:49 PM
    This is so ghetto...
    Copy code
    bundle exec msync update --noop
    
    for d in `find modules/voxpupuli/ -maxdepth 1 -type d -not -name voxpupuli`; do (cd $d; git checkout -b maint/systemd-4.0.0); done
    
    for d in `find modules/voxpupuli/ -maxdepth 2 -name metadata.json`; do ./bin/bump-dependency-upper-bound puppet/systemd 5.0.0 $d; done
    
    for d in `find modules/voxpupuli/ -maxdepth 1 -type d -not -name voxpupuli`; do (cd $d; git commit -a -m "bump puppet/systemd to < 5.0.0"); done
    
    for d in `find modules/voxpupuli/ -maxdepth 1 -type d -not -name voxpupuli`; do (cd $d; git push); done
    
    for d in `find modules/voxpupuli/ -maxdepth 1 -type d -not -name voxpupuli`; do (cd $d; hub pull-request -m "bump puppet/systemd to < 5.0.0"); done
  • v

    VoxBot

    01/27/2023, 5:53 PM
    the reason I chose to make it a separate script is that you want to figure out if it was breaking and if so also raise the lower bound
  • s

    Slackbot

    01/27/2023, 5:54 PM
    This message was deleted.
    j
    • 2
    • 1
  • v

    VoxBot

    01/27/2023, 5:55 PM
    so I usually do things like ( cd $d && git fetch origin && git checkout -b bump-systemd-4 origin/master )
  • v

    VoxBot

    01/27/2023, 6:03 PM
    too many slack threads for one day :D
  • s

    Slackbot

    01/27/2023, 6:07 PM
    This message was deleted.
    j
    • 2
    • 1
  • j

    jhoblitt

    01/27/2023, 6:25 PM
    Kafka has CI problems. I just nuked a bunch of EOL OS': https://github.com/voxpupuli/puppet-kafka/pull/342 https://github.com/voxpupuli/puppet-kafka/pull/343 https://github.com/voxpupuli/puppet-kafka/pull/344 https://github.com/voxpupuli/puppet-kafka/pull/345
  • j

    jhoblitt

    01/27/2023, 6:26 PM
    Is that module still in use? I can't imagine deploying kafka without a k8s operator at this point.
  • j

    jhoblitt

    01/27/2023, 7:01 PM
    I know you've been working on it 😉 Excited for the day it arrives
  • b

    bastelfreak

    01/27/2023, 7:06 PM
    https://github.com/voxpupuli/ra10ke
  • j

    jhoblitt

    01/27/2023, 7:33 PM
    This is a list of all systemd 4.0.0 version bump PRs which I have opened (both voxpupuli and not): https://github.com/voxpupuli/puppet-nomad/pull/74 https://github.com/voxpupuli/puppet-ferm/pull/159 https://github.com/voxpupuli/puppet-proxysql/pull/192 https://github.com/voxpupuli/puppet-vault/pull/23 https://github.com/voxpupuli/puppet-kafka/pull/341 https://github.com/voxpupuli/puppet-mongodb/pull/665 https://github.com/voxpupuli/puppet-jenkins/pull/1063 https://github.com/voxpupuli/puppet-dbbackup/pull/47 https://github.com/voxpupuli/puppet-wireguard/pull/74 https://github.com/voxpupuli/puppet-nftables/pull/159 https://github.com/voxpupuli/puppet-puppet_summary/pull/10 https://github.com/voxpupuli/puppet-r10k/pull/587 https://github.com/voxpupuli/puppet-earlyoom/pull/22 https://github.com/voxpupuli/puppet-prometheus/pull/645 https://github.com/voxpupuli/puppet-hyperglass/pull/37 https://github.com/voxpupuli/puppet-rabbitmq/pull/919 https://github.com/voxpupuli/puppet-lldpd/pull/148 https://github.com/voxpupuli/puppet-redis/pull/463 https://github.com/voxpupuli/puppet-spiped/pull/33 https://github.com/voxpupuli/puppet-jira/pull/401 https://github.com/voxpupuli/puppet-matterbridge/pull/6 https://github.com/voxpupuli/puppet-mosquitto/pull/30 https://github.com/voxpupuli/puppet-zabbix/pull/863 https://github.com/voxpupuli/puppet-borg/pull/168 https://github.com/voxpupuli/puppet-snmp/pull/266 https://github.com/voxpupuli/puppet-appd_db_agent/pull/49 https://github.com/voxpupuli/puppet-consul/pull/622 https://github.com/voxpupuli/puppet-mlocate/pull/38 https://github.com/voxpupuli/puppet-ipset/pull/77 https://github.com/theforeman/puppet-puppet/pull/863 https://github.com/saz/puppet-ssh/pull/344 https://github.com/lsst-it/puppet-ccs_sal/pull/10 https://github.com/Icinga/puppet-icingaweb2/pull/346 https://github.com/theforeman/puppet-dhcp/pull/216 https://github.com/lsst-it/puppet-cni/pull/13 https://github.com/lsst-it/puppet-daq/pull/10 https://github.com/lsst-it/puppet-smee/pull/5 https://github.com/theforeman/puppet-foreman/pull/1104 https://github.com/lsst-it/puppet-ccs_software/pull/26 https://github.com/jcpunk/puppet-irqbalance/pull/8
  • b

    bastelfreak

    01/27/2023, 7:40 PM
    merged all the vox pupuli ones
    🙏 1
1...264265266...648Latest