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

    VoxBot

    03/17/2023, 3:23 PM
    bastelfreak: that only fails on Ruby 3.2 on the Array bit
  • v

    VoxBot

    03/17/2023, 3:27 PM
    which commit do you mean? 293c25a from https://github.com/voxpupuli/beaker/pull/1784 already failed to setup the containers but didn't use the patched beaker-docker
  • v

    VoxBot

    03/17/2023, 3:27 PM
    oh wait, somehow I misread that I think
  • v

    VoxBot

    03/17/2023, 3:29 PM
    yeah
  • v

    VoxBot

    03/17/2023, 3:29 PM
    try ubuntu20.04
  • v

    VoxBot

    03/17/2023, 3:31 PM
    trying again
  • v

    VoxBot

    03/17/2023, 3:31 PM
    nice, looks better
  • v

    vchepkov

    03/17/2023, 3:33 PM
    too early to start looking at new AL ?
    Copy code
    # puppet facts os
    {
      "os": {
        "architecture": "x86_64",
        "distro": {
          "codename": "Amazon Linux",
          "description": "Amazon Linux release 2023 (Amazon Linux)",
          "id": "Amazon",
          "release": {
            "full": "2023",
            "major": "2023"
          }
        },
        "family": "RedHat",
        "hardware": "x86_64",
        "name": "Amazon",
        "release": {
          "full": "2023",
          "major": "2023"
        },
        "selinux": {
          "config_mode": "enforcing",
          "config_policy": "targeted",
          "current_mode": "enforcing",
          "enabled": true,
          "enforced": true,
          "policy_version": "33"
        }
      }
    }
  • v

    VoxBot

    03/17/2023, 3:33 PM
    yes, but now it fails after it closes the connection
  • v

    VoxBot

    03/17/2023, 3:33 PM
    and I suspect it's because the docker container shuts down after the last connection has been closed
  • s

    Slackbot

    03/17/2023, 3:34 PM
    This message was deleted.
    v
    • 2
    • 1
  • v

    VoxBot

    03/17/2023, 3:34 PM
    ewoud: should we try setting BEAKER_destroy=no?
  • v

    VoxBot

    03/17/2023, 3:34 PM
    if it's part of the RH OS family then some version checks could show some interesting results
  • v

    VoxBot

    03/17/2023, 3:35 PM
    bastelfreak: feels like a hack, but could work
  • v

    VoxBot

    03/17/2023, 3:35 PM
    the tests are... interesting
  • v

    VoxBot

    03/17/2023, 3:37 PM
    feels like something a module should really verify with acceptance tests, not like adding Rocky support when there's already RHEL support in a module
  • v

    VoxBot

    03/17/2023, 3:38 PM
    any idea if you can easily run AL in a container so Beaker can run it?
  • v

    VoxBot

    03/17/2023, 3:38 PM
    there's also beaker-aws
  • v

    vchepkov

    03/17/2023, 3:38 PM
    there is a container available, from docker hub and ecr
  • v

    vchepkov

    03/17/2023, 3:39 PM
    Copy code
    docker pull amazonlinux:2023
  • v

    VoxBot

    03/17/2023, 3:40 PM
    neat
  • v

    vchepkov

    03/17/2023, 3:40 PM
    yep, I running it on my M1 now 🙂
  • v

    VoxBot

    03/17/2023, 3:40 PM
    sounds like you volunteered to add amazon linux support to puppet_metadata
  • v

    VoxBot

    03/17/2023, 3:42 PM
    first beaker-hostgenerator I guess
  • v

    vchepkov

    03/17/2023, 3:42 PM
    Oh, I will have to adopt it in our code base, but there is no support of agent yet, so we will have to wait for that to happen, probably
  • v

    vchepkov

    03/17/2023, 3:43 PM
    I am running el9 agent don't see issues yet
  • v

    vchepkov

    03/17/2023, 3:45 PM
    I try not say things like that in the office 🙂 don't want puppet to be seemed as impediment of new technology adoption
  • v

    VoxBot

    03/17/2023, 3:46 PM
    looks at ubuntu 22 puppetserver support
  • v

    vchepkov

    03/17/2023, 3:47 PM
    same with rhel9
  • v

    VoxBot

    03/17/2023, 3:51 PM
    bastelfreak: fails in exactly the same place
1...368369370...648Latest