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

    bastelfreak

    04/26/2023, 8:32 PM
    in the beaker debug output, do you see how it configures the resolv.conf
  • b

    bastelfreak

    04/26/2023, 8:32 PM
    is it identical on all boxes
  • b

    bastelfreak

    04/26/2023, 8:32 PM
    and you can inspect the network with the virtualbox gui
  • b

    bastelfreak

    04/26/2023, 8:32 PM
    https://github.com/voxpupuli/puppet_metadata/pull/82
    āœ… 1
  • r

    rusty

    04/26/2023, 8:33 PM
    well, it actually works before the resolve.conf changes, but I cannot find what changes it is making that differ
  • r

    rusty

    04/26/2023, 8:33 PM
    like all are able to yum/apt install puppet-agent
  • r

    rusty

    04/26/2023, 8:33 PM
    and pull down the modules
  • r

    rusty

    04/26/2023, 8:34 PM
    but by the time it gets to the apply that mimics the module, it breaks
  • b

    bastelfreak

    04/26/2023, 8:34 PM
    what exactly breaks?
  • b

    bastelfreak

    04/26/2023, 8:34 PM
    DNS in general? network access?
  • r

    rusty

    04/26/2023, 8:34 PM
    resolv.conf hosts, facter, all look correct
  • r

    rusty

    04/26/2023, 8:35 PM
    dns only on the 2nd and 3rd hosts in vbox, not the first nor on my laptop
  • r

    rusty

    04/26/2023, 8:35 PM
    can ping IPs
  • r

    rusty

    04/26/2023, 8:35 PM
    not hostnames
  • r

    rusty

    04/26/2023, 8:35 PM
    @rnelson0’s haiku reminded of this. šŸ™‚
  • b

    bastelfreak

    04/26/2023, 8:36 PM
    šŸ˜„
  • b

    bastelfreak

    04/26/2023, 8:37 PM
    I would spin up the VMs and then inspect with vagrant/virtualbox to figure out the differences. then check beaker/beaker-vagrant for the relevant pieces that configure this
  • r

    rnelson0

    04/26/2023, 8:39 PM
    @rusty lol it always pays to check
  • s

    Slackbot

    04/26/2023, 8:40 PM
    This message was deleted.
    v
    r
    r
    • 4
    • 15
  • b

    bastelfreak

    04/26/2023, 8:41 PM
    check if all VMs are on the same virtualbox network, have the same resolver, check if they have any firewall rules, check if the host has any rules
  • b

    bastelfreak

    04/26/2023, 8:42 PM
    are those 3 all the same OS?
  • r

    Robert Waffen

    04/27/2023, 12:59 PM
    when i want to do a first forge release for puppet-k8s. do we start with v0.0.1 or v1.0.0 for voxpupuli modules?
  • b

    bastelfreak

    04/27/2023, 1:04 PM
    I'm always for a v1.0.0
    šŸ’Æ 1
  • t

    tuxmea

    04/27/2023, 1:21 PM
    v1.0.0 is also my favorite
  • l

    Lumiere

    04/27/2023, 2:09 PM
    is it api stable
  • b

    bastelfreak

    04/27/2023, 2:10 PM
    it now is
    šŸ‘€ 1
  • l

    Lumiere

    04/27/2023, 2:17 PM
    then I agree with 1.0.0
  • r

    Robert Waffen

    04/27/2023, 3:49 PM
    rake release:prepare
    is the new way to go? it suggests v0.0.1. the releases docu seems outdated. how do i change it to do a 1.0.0?
  • r

    Robert Waffen

    04/27/2023, 3:57 PM
    ok, this wasn't it thonk
    Copy code
    rake aborted!
    NoMethodError: undefined method `future_release=' for GCGConfig:Class
    Did you mean?  future_release
  • r

    Robert Waffen

    04/27/2023, 3:58 PM
    stupid me.... metadata.json. istn only metadata but has so manny functions šŸ˜„
1...443444445...642Latest