vm imaging: rm bullseye support, rm sshd and firewall from preseed #2353
Annotations
10 errors
|
Run SUPPORTED_OS="Debian 13" rake ci:spec
Process completed with exit code 1.
|
|
Run SUPPORTED_OS="Debian 13" rake ci:spec:
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
|
|
Run SUPPORTED_OS="Debian 13" rake ci:spec:
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
|
|
Run SUPPORTED_OS="Debian 13" rake ci:spec:
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
|
|
Run SUPPORTED_OS="Debian 13" rake ci:spec:
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
|
|
Run SUPPORTED_OS="Debian 13" rake ci:spec:
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
|
|
Run SUPPORTED_OS="Debian 13" rake ci:spec:
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
|
|
Run SUPPORTED_OS="Debian 13" rake ci:spec:
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
|
|
Run SUPPORTED_OS="Debian 13" rake ci:spec:
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
|
|
Run SUPPORTED_OS="Debian 13" rake ci:spec:
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
|
background
wait
wait-all
cancel
parallel
Loading