Skip to content

vm imaging: rm bullseye support, rm sshd and firewall from preseed #2353

vm imaging: rm bullseye support, rm sshd and firewall from preseed

vm imaging: rm bullseye support, rm sshd and firewall from preseed #2353

Triggered via pull request August 17, 2026 23:16
Status Failure
Total duration 1m 50s
Artifacts

ci.yml

on: pull_request
Matrix: spec
Fit to window
Zoom out
Zoom in

Annotations

50 errors
Ubuntu 24.04
Process completed with exit code 1.
Ubuntu 24.04: spec/classes/profile/kubernetes/router_spec.rb#L70
nebula::profile::kubernetes::router on ubuntu-24.04-x86_64 with cluster set to second_cluster is expected to contain Firewall[003 Give external requests our public IP] with source => "10.123.234.0/24" and tosource => "10.0.0.2" Failure/Error: expect(subject).to contain_firewall("003 Give external requests our public IP") .with_source("10.123.234.0/24") .with_tosource("10.0.0.2") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.itswl05v3osujfikzcwsk2dmfd.jx.internal.cloudapp.net
Ubuntu 24.04: spec/classes/profile/kubernetes/router_spec.rb#L68
nebula::profile::kubernetes::router on ubuntu-24.04-x86_64 with cluster set to second_cluster is expected not to contain Firewall[002 Give internal requests our private IP] Failure/Error: it { is_expected.not_to contain_firewall("002 Give internal requests our private IP") } Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.itswl05v3osujfikzcwsk2dmfd.jx.internal.cloudapp.net
Ubuntu 24.04: spec/classes/profile/kubernetes/router_spec.rb#L62
nebula::profile::kubernetes::router on ubuntu-24.04-x86_64 with cluster set to second_cluster is expected to contain Firewall[001 Do not NAT internal requests] with source => "10.123.234.0/24" and destination => "10.123.234.0/24" Failure/Error: expect(subject).to contain_firewall("001 Do not NAT internal requests") .with_source("10.123.234.0/24") .with_destination("10.123.234.0/24") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.itswl05v3osujfikzcwsk2dmfd.jx.internal.cloudapp.net
Ubuntu 24.04: spec/classes/profile/kubernetes/router_spec.rb#L53
nebula::profile::kubernetes::router on ubuntu-24.04-x86_64 configures sshd MaxStartups Failure/Error: is_expected.to contain_file("/etc/ssh/sshd_config.d/70-MaxStartups.conf") .with_content(/^MaxStartups 100$/) .that_notifies("Service[ssh]") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.itswl05v3osujfikzcwsk2dmfd.jx.internal.cloudapp.net
Ubuntu 24.04: spec/classes/profile/kubernetes/router_spec.rb#L43
nebula::profile::kubernetes::router on ubuntu-24.04-x86_64 is expected to contain Firewall[003 Give external requests our public IP] with table => "nat", chain => "POSTROUTING", jump => "SNAT", proto => "all", source => "172.28.0.0/14" and tosource => "10.0.0.1" Failure/Error: expect(subject).to contain_firewall("003 Give external requests our public IP") .with_table("nat") .with_chain("POSTROUTING") .with_jump("SNAT") .with_proto("all") .with_source("172.28.0.0/14") .with_tosource("10.0.0.1") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.itswl05v3osujfikzcwsk2dmfd.jx.internal.cloudapp.net
Ubuntu 24.04: spec/classes/profile/kubernetes/router_spec.rb#L32
nebula::profile::kubernetes::router on ubuntu-24.04-x86_64 is expected to contain Firewall[002 Give internal requests our private IP] with table => "nat", chain => "POSTROUTING", jump => "SNAT", proto => "all", source => "172.28.0.0/14", tosource => "192.168.123.234" and destination => "192.168.0.0/16" Failure/Error: expect(subject).to contain_firewall("002 Give internal requests our private IP") .with_table("nat") .with_chain("POSTROUTING") .with_jump("SNAT") .with_proto("all") .with_source("172.28.0.0/14") .with_tosource("192.168.123.234") .with_destination("192.168.0.0/16") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.itswl05v3osujfikzcwsk2dmfd.jx.internal.cloudapp.net
Ubuntu 24.04: spec/classes/profile/kubernetes/router_spec.rb#L22
nebula::profile::kubernetes::router on ubuntu-24.04-x86_64 is expected to contain Firewall[001 Do not NAT internal requests] with table => "nat", chain => "POSTROUTING", jump => "accept", proto => "all", source => "172.28.0.0/14" and destination => "172.28.0.0/14" Failure/Error: expect(subject).to contain_firewall("001 Do not NAT internal requests") .with_table("nat") .with_chain("POSTROUTING") .with_jump("accept") .with_proto("all") .with_source("172.28.0.0/14") .with_destination("172.28.0.0/14") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.itswl05v3osujfikzcwsk2dmfd.jx.internal.cloudapp.net
Ubuntu 24.04: spec/classes/profile/kubernetes/router_spec.rb#L16
nebula::profile::kubernetes::router on ubuntu-24.04-x86_64 is expected to contain File[/etc/sysctl.d/router.conf] that notifies Service[procps] Failure/Error: expect(subject).to contain_file("/etc/sysctl.d/router.conf") .with_content(%r{^net\.ipv4\.ip_forward *= *1$}) .that_notifies("Service[procps]") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.itswl05v3osujfikzcwsk2dmfd.jx.internal.cloudapp.net
Ubuntu 24.04: spec/classes/profile/kubernetes/router_spec.rb#L14
nebula::profile::kubernetes::router on ubuntu-24.04-x86_64 is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile } error during compilation: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.itswl05v3osujfikzcwsk2dmfd.jx.internal.cloudapp.net
Debian 12
Process completed with exit code 1.
Debian 12: spec/classes/profile/kubernetes/router_spec.rb#L70
nebula::profile::kubernetes::router on debian-12-x86_64 with cluster set to second_cluster is expected to contain Firewall[003 Give external requests our public IP] with source => "10.123.234.0/24" and tosource => "10.0.0.2" Failure/Error: expect(subject).to contain_firewall("003 Give external requests our public IP") .with_source("10.123.234.0/24") .with_tosource("10.0.0.2") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.od4bt22g1abudelfz3vncirdmh.phxx.internal.cloudapp.net
Debian 12: spec/classes/profile/kubernetes/router_spec.rb#L68
nebula::profile::kubernetes::router on debian-12-x86_64 with cluster set to second_cluster is expected not to contain Firewall[002 Give internal requests our private IP] Failure/Error: it { is_expected.not_to contain_firewall("002 Give internal requests our private IP") } Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.od4bt22g1abudelfz3vncirdmh.phxx.internal.cloudapp.net
Debian 12: spec/classes/profile/kubernetes/router_spec.rb#L62
nebula::profile::kubernetes::router on debian-12-x86_64 with cluster set to second_cluster is expected to contain Firewall[001 Do not NAT internal requests] with source => "10.123.234.0/24" and destination => "10.123.234.0/24" Failure/Error: expect(subject).to contain_firewall("001 Do not NAT internal requests") .with_source("10.123.234.0/24") .with_destination("10.123.234.0/24") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.od4bt22g1abudelfz3vncirdmh.phxx.internal.cloudapp.net
Debian 12: spec/classes/profile/kubernetes/router_spec.rb#L53
nebula::profile::kubernetes::router on debian-12-x86_64 configures sshd MaxStartups Failure/Error: is_expected.to contain_file("/etc/ssh/sshd_config.d/70-MaxStartups.conf") .with_content(/^MaxStartups 100$/) .that_notifies("Service[ssh]") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.od4bt22g1abudelfz3vncirdmh.phxx.internal.cloudapp.net
Debian 12: spec/classes/profile/kubernetes/router_spec.rb#L43
nebula::profile::kubernetes::router on debian-12-x86_64 is expected to contain Firewall[003 Give external requests our public IP] with table => "nat", chain => "POSTROUTING", jump => "SNAT", proto => "all", source => "172.28.0.0/14" and tosource => "10.0.0.1" Failure/Error: expect(subject).to contain_firewall("003 Give external requests our public IP") .with_table("nat") .with_chain("POSTROUTING") .with_jump("SNAT") .with_proto("all") .with_source("172.28.0.0/14") .with_tosource("10.0.0.1") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.od4bt22g1abudelfz3vncirdmh.phxx.internal.cloudapp.net
Debian 12: spec/classes/profile/kubernetes/router_spec.rb#L32
nebula::profile::kubernetes::router on debian-12-x86_64 is expected to contain Firewall[002 Give internal requests our private IP] with table => "nat", chain => "POSTROUTING", jump => "SNAT", proto => "all", source => "172.28.0.0/14", tosource => "192.168.123.234" and destination => "192.168.0.0/16" Failure/Error: expect(subject).to contain_firewall("002 Give internal requests our private IP") .with_table("nat") .with_chain("POSTROUTING") .with_jump("SNAT") .with_proto("all") .with_source("172.28.0.0/14") .with_tosource("192.168.123.234") .with_destination("192.168.0.0/16") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.od4bt22g1abudelfz3vncirdmh.phxx.internal.cloudapp.net
Debian 12: spec/classes/profile/kubernetes/router_spec.rb#L22
nebula::profile::kubernetes::router on debian-12-x86_64 is expected to contain Firewall[001 Do not NAT internal requests] with table => "nat", chain => "POSTROUTING", jump => "accept", proto => "all", source => "172.28.0.0/14" and destination => "172.28.0.0/14" Failure/Error: expect(subject).to contain_firewall("001 Do not NAT internal requests") .with_table("nat") .with_chain("POSTROUTING") .with_jump("accept") .with_proto("all") .with_source("172.28.0.0/14") .with_destination("172.28.0.0/14") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.od4bt22g1abudelfz3vncirdmh.phxx.internal.cloudapp.net
Debian 12: spec/classes/profile/kubernetes/router_spec.rb#L16
nebula::profile::kubernetes::router on debian-12-x86_64 is expected to contain File[/etc/sysctl.d/router.conf] that notifies Service[procps] Failure/Error: expect(subject).to contain_file("/etc/sysctl.d/router.conf") .with_content(%r{^net\.ipv4\.ip_forward *= *1$}) .that_notifies("Service[procps]") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.od4bt22g1abudelfz3vncirdmh.phxx.internal.cloudapp.net
Debian 12: spec/classes/profile/kubernetes/router_spec.rb#L14
nebula::profile::kubernetes::router on debian-12-x86_64 is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile } error during compilation: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.od4bt22g1abudelfz3vncirdmh.phxx.internal.cloudapp.net
Ubuntu 22.04
Process completed with exit code 1.
Ubuntu 22.04: spec/classes/profile/kubernetes/router_spec.rb#L70
nebula::profile::kubernetes::router on ubuntu-22.04-x86_64 with cluster set to second_cluster is expected to contain Firewall[003 Give external requests our public IP] with source => "10.123.234.0/24" and tosource => "10.0.0.2" Failure/Error: expect(subject).to contain_firewall("003 Give external requests our public IP") .with_source("10.123.234.0/24") .with_tosource("10.0.0.2") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.i0mypgrsqwuejh5fzfu4a1vwtg.yx.internal.cloudapp.net
Ubuntu 22.04: spec/classes/profile/kubernetes/router_spec.rb#L68
nebula::profile::kubernetes::router on ubuntu-22.04-x86_64 with cluster set to second_cluster is expected not to contain Firewall[002 Give internal requests our private IP] Failure/Error: it { is_expected.not_to contain_firewall("002 Give internal requests our private IP") } Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.i0mypgrsqwuejh5fzfu4a1vwtg.yx.internal.cloudapp.net
Ubuntu 22.04: spec/classes/profile/kubernetes/router_spec.rb#L62
nebula::profile::kubernetes::router on ubuntu-22.04-x86_64 with cluster set to second_cluster is expected to contain Firewall[001 Do not NAT internal requests] with source => "10.123.234.0/24" and destination => "10.123.234.0/24" Failure/Error: expect(subject).to contain_firewall("001 Do not NAT internal requests") .with_source("10.123.234.0/24") .with_destination("10.123.234.0/24") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.i0mypgrsqwuejh5fzfu4a1vwtg.yx.internal.cloudapp.net
Ubuntu 22.04: spec/classes/profile/kubernetes/router_spec.rb#L53
nebula::profile::kubernetes::router on ubuntu-22.04-x86_64 configures sshd MaxStartups Failure/Error: is_expected.to contain_file("/etc/ssh/sshd_config.d/70-MaxStartups.conf") .with_content(/^MaxStartups 100$/) .that_notifies("Service[ssh]") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.i0mypgrsqwuejh5fzfu4a1vwtg.yx.internal.cloudapp.net
Ubuntu 22.04: spec/classes/profile/kubernetes/router_spec.rb#L43
nebula::profile::kubernetes::router on ubuntu-22.04-x86_64 is expected to contain Firewall[003 Give external requests our public IP] with table => "nat", chain => "POSTROUTING", jump => "SNAT", proto => "all", source => "172.28.0.0/14" and tosource => "10.0.0.1" Failure/Error: expect(subject).to contain_firewall("003 Give external requests our public IP") .with_table("nat") .with_chain("POSTROUTING") .with_jump("SNAT") .with_proto("all") .with_source("172.28.0.0/14") .with_tosource("10.0.0.1") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.i0mypgrsqwuejh5fzfu4a1vwtg.yx.internal.cloudapp.net
Ubuntu 22.04: spec/classes/profile/kubernetes/router_spec.rb#L32
nebula::profile::kubernetes::router on ubuntu-22.04-x86_64 is expected to contain Firewall[002 Give internal requests our private IP] with table => "nat", chain => "POSTROUTING", jump => "SNAT", proto => "all", source => "172.28.0.0/14", tosource => "192.168.123.234" and destination => "192.168.0.0/16" Failure/Error: expect(subject).to contain_firewall("002 Give internal requests our private IP") .with_table("nat") .with_chain("POSTROUTING") .with_jump("SNAT") .with_proto("all") .with_source("172.28.0.0/14") .with_tosource("192.168.123.234") .with_destination("192.168.0.0/16") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.i0mypgrsqwuejh5fzfu4a1vwtg.yx.internal.cloudapp.net
Ubuntu 22.04: spec/classes/profile/kubernetes/router_spec.rb#L22
nebula::profile::kubernetes::router on ubuntu-22.04-x86_64 is expected to contain Firewall[001 Do not NAT internal requests] with table => "nat", chain => "POSTROUTING", jump => "accept", proto => "all", source => "172.28.0.0/14" and destination => "172.28.0.0/14" Failure/Error: expect(subject).to contain_firewall("001 Do not NAT internal requests") .with_table("nat") .with_chain("POSTROUTING") .with_jump("accept") .with_proto("all") .with_source("172.28.0.0/14") .with_destination("172.28.0.0/14") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.i0mypgrsqwuejh5fzfu4a1vwtg.yx.internal.cloudapp.net
Ubuntu 22.04: spec/classes/profile/kubernetes/router_spec.rb#L16
nebula::profile::kubernetes::router on ubuntu-22.04-x86_64 is expected to contain File[/etc/sysctl.d/router.conf] that notifies Service[procps] Failure/Error: expect(subject).to contain_file("/etc/sysctl.d/router.conf") .with_content(%r{^net\.ipv4\.ip_forward *= *1$}) .that_notifies("Service[procps]") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.i0mypgrsqwuejh5fzfu4a1vwtg.yx.internal.cloudapp.net
Ubuntu 22.04: spec/classes/profile/kubernetes/router_spec.rb#L14
nebula::profile::kubernetes::router on ubuntu-22.04-x86_64 is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile } error during compilation: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.i0mypgrsqwuejh5fzfu4a1vwtg.yx.internal.cloudapp.net
Debian 13
Process completed with exit code 1.
Debian 13: spec/classes/profile/kubernetes/router_spec.rb#L70
nebula::profile::kubernetes::router on debian-13-x86_64 with cluster set to second_cluster is expected to contain Firewall[003 Give external requests our public IP] with source => "10.123.234.0/24" and tosource => "10.0.0.2" Failure/Error: expect(subject).to contain_firewall("003 Give external requests our public IP") .with_source("10.123.234.0/24") .with_tosource("10.0.0.2") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.x4sqsxs2iljevo3edg0lkvit2b.yx.internal.cloudapp.net
Debian 13: spec/classes/profile/kubernetes/router_spec.rb#L68
nebula::profile::kubernetes::router on debian-13-x86_64 with cluster set to second_cluster is expected not to contain Firewall[002 Give internal requests our private IP] Failure/Error: it { is_expected.not_to contain_firewall("002 Give internal requests our private IP") } Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.x4sqsxs2iljevo3edg0lkvit2b.yx.internal.cloudapp.net
Debian 13: spec/classes/profile/kubernetes/router_spec.rb#L62
nebula::profile::kubernetes::router on debian-13-x86_64 with cluster set to second_cluster is expected to contain Firewall[001 Do not NAT internal requests] with source => "10.123.234.0/24" and destination => "10.123.234.0/24" Failure/Error: expect(subject).to contain_firewall("001 Do not NAT internal requests") .with_source("10.123.234.0/24") .with_destination("10.123.234.0/24") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.x4sqsxs2iljevo3edg0lkvit2b.yx.internal.cloudapp.net
Debian 13: spec/classes/profile/kubernetes/router_spec.rb#L53
nebula::profile::kubernetes::router on debian-13-x86_64 configures sshd MaxStartups Failure/Error: is_expected.to contain_file("/etc/ssh/sshd_config.d/70-MaxStartups.conf") .with_content(/^MaxStartups 100$/) .that_notifies("Service[ssh]") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.x4sqsxs2iljevo3edg0lkvit2b.yx.internal.cloudapp.net
Debian 13: spec/classes/profile/kubernetes/router_spec.rb#L43
nebula::profile::kubernetes::router on debian-13-x86_64 is expected to contain Firewall[003 Give external requests our public IP] with table => "nat", chain => "POSTROUTING", jump => "SNAT", proto => "all", source => "172.28.0.0/14" and tosource => "10.0.0.1" Failure/Error: expect(subject).to contain_firewall("003 Give external requests our public IP") .with_table("nat") .with_chain("POSTROUTING") .with_jump("SNAT") .with_proto("all") .with_source("172.28.0.0/14") .with_tosource("10.0.0.1") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.x4sqsxs2iljevo3edg0lkvit2b.yx.internal.cloudapp.net
Debian 13: spec/classes/profile/kubernetes/router_spec.rb#L32
nebula::profile::kubernetes::router on debian-13-x86_64 is expected to contain Firewall[002 Give internal requests our private IP] with table => "nat", chain => "POSTROUTING", jump => "SNAT", proto => "all", source => "172.28.0.0/14", tosource => "192.168.123.234" and destination => "192.168.0.0/16" Failure/Error: expect(subject).to contain_firewall("002 Give internal requests our private IP") .with_table("nat") .with_chain("POSTROUTING") .with_jump("SNAT") .with_proto("all") .with_source("172.28.0.0/14") .with_tosource("192.168.123.234") .with_destination("192.168.0.0/16") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.x4sqsxs2iljevo3edg0lkvit2b.yx.internal.cloudapp.net
Debian 13: spec/classes/profile/kubernetes/router_spec.rb#L22
nebula::profile::kubernetes::router on debian-13-x86_64 is expected to contain Firewall[001 Do not NAT internal requests] with table => "nat", chain => "POSTROUTING", jump => "accept", proto => "all", source => "172.28.0.0/14" and destination => "172.28.0.0/14" Failure/Error: expect(subject).to contain_firewall("001 Do not NAT internal requests") .with_table("nat") .with_chain("POSTROUTING") .with_jump("accept") .with_proto("all") .with_source("172.28.0.0/14") .with_destination("172.28.0.0/14") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.x4sqsxs2iljevo3edg0lkvit2b.yx.internal.cloudapp.net
Debian 13: spec/classes/profile/kubernetes/router_spec.rb#L16
nebula::profile::kubernetes::router on debian-13-x86_64 is expected to contain File[/etc/sysctl.d/router.conf] that notifies Service[procps] Failure/Error: expect(subject).to contain_file("/etc/sysctl.d/router.conf") .with_content(%r{^net\.ipv4\.ip_forward *= *1$}) .that_notifies("Service[procps]") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.x4sqsxs2iljevo3edg0lkvit2b.yx.internal.cloudapp.net
Debian 13: spec/classes/profile/kubernetes/router_spec.rb#L14
nebula::profile::kubernetes::router on debian-13-x86_64 is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile } error during compilation: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.x4sqsxs2iljevo3edg0lkvit2b.yx.internal.cloudapp.net
Debian 11
Process completed with exit code 1.
Debian 11: spec/classes/profile/kubernetes/router_spec.rb#L70
nebula::profile::kubernetes::router on debian-11-x86_64 with cluster set to second_cluster is expected to contain Firewall[003 Give external requests our public IP] with source => "10.123.234.0/24" and tosource => "10.0.0.2" Failure/Error: expect(subject).to contain_firewall("003 Give external requests our public IP") .with_source("10.123.234.0/24") .with_tosource("10.0.0.2") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.y232teqa1aqu1oajvuuj3tvpxf.gx.internal.cloudapp.net
Debian 11: spec/classes/profile/kubernetes/router_spec.rb#L68
nebula::profile::kubernetes::router on debian-11-x86_64 with cluster set to second_cluster is expected not to contain Firewall[002 Give internal requests our private IP] Failure/Error: it { is_expected.not_to contain_firewall("002 Give internal requests our private IP") } Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.y232teqa1aqu1oajvuuj3tvpxf.gx.internal.cloudapp.net
Debian 11: spec/classes/profile/kubernetes/router_spec.rb#L62
nebula::profile::kubernetes::router on debian-11-x86_64 with cluster set to second_cluster is expected to contain Firewall[001 Do not NAT internal requests] with source => "10.123.234.0/24" and destination => "10.123.234.0/24" Failure/Error: expect(subject).to contain_firewall("001 Do not NAT internal requests") .with_source("10.123.234.0/24") .with_destination("10.123.234.0/24") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.y232teqa1aqu1oajvuuj3tvpxf.gx.internal.cloudapp.net
Debian 11: spec/classes/profile/kubernetes/router_spec.rb#L53
nebula::profile::kubernetes::router on debian-11-x86_64 configures sshd MaxStartups Failure/Error: is_expected.to contain_file("/etc/ssh/sshd_config.d/70-MaxStartups.conf") .with_content(/^MaxStartups 100$/) .that_notifies("Service[ssh]") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.y232teqa1aqu1oajvuuj3tvpxf.gx.internal.cloudapp.net
Debian 11: spec/classes/profile/kubernetes/router_spec.rb#L43
nebula::profile::kubernetes::router on debian-11-x86_64 is expected to contain Firewall[003 Give external requests our public IP] with table => "nat", chain => "POSTROUTING", jump => "SNAT", proto => "all", source => "172.28.0.0/14" and tosource => "10.0.0.1" Failure/Error: expect(subject).to contain_firewall("003 Give external requests our public IP") .with_table("nat") .with_chain("POSTROUTING") .with_jump("SNAT") .with_proto("all") .with_source("172.28.0.0/14") .with_tosource("10.0.0.1") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.y232teqa1aqu1oajvuuj3tvpxf.gx.internal.cloudapp.net
Debian 11: spec/classes/profile/kubernetes/router_spec.rb#L32
nebula::profile::kubernetes::router on debian-11-x86_64 is expected to contain Firewall[002 Give internal requests our private IP] with table => "nat", chain => "POSTROUTING", jump => "SNAT", proto => "all", source => "172.28.0.0/14", tosource => "192.168.123.234" and destination => "192.168.0.0/16" Failure/Error: expect(subject).to contain_firewall("002 Give internal requests our private IP") .with_table("nat") .with_chain("POSTROUTING") .with_jump("SNAT") .with_proto("all") .with_source("172.28.0.0/14") .with_tosource("192.168.123.234") .with_destination("192.168.0.0/16") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.y232teqa1aqu1oajvuuj3tvpxf.gx.internal.cloudapp.net
Debian 11: spec/classes/profile/kubernetes/router_spec.rb#L22
nebula::profile::kubernetes::router on debian-11-x86_64 is expected to contain Firewall[001 Do not NAT internal requests] with table => "nat", chain => "POSTROUTING", jump => "accept", proto => "all", source => "172.28.0.0/14" and destination => "172.28.0.0/14" Failure/Error: expect(subject).to contain_firewall("001 Do not NAT internal requests") .with_table("nat") .with_chain("POSTROUTING") .with_jump("accept") .with_proto("all") .with_source("172.28.0.0/14") .with_destination("172.28.0.0/14") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.y232teqa1aqu1oajvuuj3tvpxf.gx.internal.cloudapp.net
Debian 11: spec/classes/profile/kubernetes/router_spec.rb#L16
nebula::profile::kubernetes::router on debian-11-x86_64 is expected to contain File[/etc/sysctl.d/router.conf] that notifies Service[procps] Failure/Error: expect(subject).to contain_file("/etc/sysctl.d/router.conf") .with_content(%r{^net\.ipv4\.ip_forward *= *1$}) .that_notifies("Service[procps]") Puppet::Error: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.y232teqa1aqu1oajvuuj3tvpxf.gx.internal.cloudapp.net
Debian 11: spec/classes/profile/kubernetes/router_spec.rb#L14
nebula::profile::kubernetes::router on debian-11-x86_64 is expected to compile into a catalogue without dependency cycles Failure/Error: it { is_expected.to compile } error during compilation: Could not find resource 'Service[ssh]' in parameter 'notify' (file: /home/runner/work/nebula/nebula/spec/fixtures/modules/nebula/manifests/profile/kubernetes/router.pp, line: 55) on node runnervm69nxj.y232teqa1aqu1oajvuuj3tvpxf.gx.internal.cloudapp.net