image VMs without fileserver #2368
ci.yml
on: pull_request
_setup
13s
standardrb
15s
lint
15s
Matrix: spec
Annotations
51 errors and 1 warning
|
lint
Process completed with exit code 1.
|
|
Debian 13:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-13-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/hostname string vmname\.default\.invalid$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.hydavqcd0keetpffw02zhyt4ta.yx.internal.cloudapp.net
|
|
Debian 13:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-13-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_domain string default\.invalid$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.hydavqcd0keetpffw02zhyt4ta.yx.internal.cloudapp.net
|
|
Debian 13:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-13-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_hostname string vmname\.default\.invalid$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.hydavqcd0keetpffw02zhyt4ta.yx.internal.cloudapp.net
|
|
Debian 13:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-13-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_nameservers string 192.168.1.1$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.hydavqcd0keetpffw02zhyt4ta.yx.internal.cloudapp.net
|
|
Debian 13:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-13-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_gateway string 192.168.1.1$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.hydavqcd0keetpffw02zhyt4ta.yx.internal.cloudapp.net
|
|
Debian 13:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-13-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_netmask string 255\.255\.255\.0$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.hydavqcd0keetpffw02zhyt4ta.yx.internal.cloudapp.net
|
|
Debian 13:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-13-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_ipaddress string 127\.0\.0\.1$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.hydavqcd0keetpffw02zhyt4ta.yx.internal.cloudapp.net
|
|
Debian 13:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-13-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/choose_interface select eth0$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.hydavqcd0keetpffw02zhyt4ta.yx.internal.cloudapp.net
|
|
Debian 13:
spec/defines/virtual_machine_spec.rb#L35
nebula::virtual_machine on debian-13-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] that requires File[/tmp/.virtual.vmname]
Failure/Error:
expect(subject).to contain_preseed.that_requires(
"File[/tmp/.virtual.vmname]"
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.hydavqcd0keetpffw02zhyt4ta.yx.internal.cloudapp.net
|
|
Debian 13:
spec/defines/virtual_machine_spec.rb#L29
nebula::virtual_machine on debian-13-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname] with ensure => "directory"
Failure/Error:
expect(subject).to contain_file("/tmp/.virtual.vmname").with(
ensure: "directory"
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.hydavqcd0keetpffw02zhyt4ta.yx.internal.cloudapp.net
|
|
Debian 11:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-11-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/hostname string vmname\.default\.invalid$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.zhg52qm01lne5auqhd3vxei1rd.cx.internal.cloudapp.net
|
|
Debian 11:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-11-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_domain string default\.invalid$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.zhg52qm01lne5auqhd3vxei1rd.cx.internal.cloudapp.net
|
|
Debian 11:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-11-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_hostname string vmname\.default\.invalid$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.zhg52qm01lne5auqhd3vxei1rd.cx.internal.cloudapp.net
|
|
Debian 11:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-11-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_nameservers string 192.168.1.1$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.zhg52qm01lne5auqhd3vxei1rd.cx.internal.cloudapp.net
|
|
Debian 11:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-11-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_gateway string 192.168.1.1$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.zhg52qm01lne5auqhd3vxei1rd.cx.internal.cloudapp.net
|
|
Debian 11:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-11-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_netmask string 255\.255\.255\.0$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.zhg52qm01lne5auqhd3vxei1rd.cx.internal.cloudapp.net
|
|
Debian 11:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-11-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_ipaddress string 127\.0\.0\.1$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.zhg52qm01lne5auqhd3vxei1rd.cx.internal.cloudapp.net
|
|
Debian 11:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-11-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/choose_interface select eth0$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.zhg52qm01lne5auqhd3vxei1rd.cx.internal.cloudapp.net
|
|
Debian 11:
spec/defines/virtual_machine_spec.rb#L35
nebula::virtual_machine on debian-11-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] that requires File[/tmp/.virtual.vmname]
Failure/Error:
expect(subject).to contain_preseed.that_requires(
"File[/tmp/.virtual.vmname]"
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.zhg52qm01lne5auqhd3vxei1rd.cx.internal.cloudapp.net
|
|
Debian 11:
spec/defines/virtual_machine_spec.rb#L29
nebula::virtual_machine on debian-11-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname] with ensure => "directory"
Failure/Error:
expect(subject).to contain_file("/tmp/.virtual.vmname").with(
ensure: "directory"
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.zhg52qm01lne5auqhd3vxei1rd.cx.internal.cloudapp.net
|
|
Ubuntu 24.04:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on ubuntu-24.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/hostname string vmname\.default\.invalid$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.sdepc40nacee3nbtdzaat1c3ob.ex.internal.cloudapp.net
|
|
Ubuntu 24.04:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on ubuntu-24.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_domain string default\.invalid$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.sdepc40nacee3nbtdzaat1c3ob.ex.internal.cloudapp.net
|
|
Ubuntu 24.04:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on ubuntu-24.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_hostname string vmname\.default\.invalid$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.sdepc40nacee3nbtdzaat1c3ob.ex.internal.cloudapp.net
|
|
Ubuntu 24.04:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on ubuntu-24.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_nameservers string 192.168.1.1$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.sdepc40nacee3nbtdzaat1c3ob.ex.internal.cloudapp.net
|
|
Ubuntu 24.04:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on ubuntu-24.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_gateway string 192.168.1.1$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.sdepc40nacee3nbtdzaat1c3ob.ex.internal.cloudapp.net
|
|
Ubuntu 24.04:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on ubuntu-24.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_netmask string 255\.255\.255\.0$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.sdepc40nacee3nbtdzaat1c3ob.ex.internal.cloudapp.net
|
|
Ubuntu 24.04:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on ubuntu-24.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_ipaddress string 127\.0\.0\.1$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.sdepc40nacee3nbtdzaat1c3ob.ex.internal.cloudapp.net
|
|
Ubuntu 24.04:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on ubuntu-24.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/choose_interface select eth0$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.sdepc40nacee3nbtdzaat1c3ob.ex.internal.cloudapp.net
|
|
Ubuntu 24.04:
spec/defines/virtual_machine_spec.rb#L35
nebula::virtual_machine on ubuntu-24.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] that requires File[/tmp/.virtual.vmname]
Failure/Error:
expect(subject).to contain_preseed.that_requires(
"File[/tmp/.virtual.vmname]"
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.sdepc40nacee3nbtdzaat1c3ob.ex.internal.cloudapp.net
|
|
Ubuntu 24.04:
spec/defines/virtual_machine_spec.rb#L29
nebula::virtual_machine on ubuntu-24.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname] with ensure => "directory"
Failure/Error:
expect(subject).to contain_file("/tmp/.virtual.vmname").with(
ensure: "directory"
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.sdepc40nacee3nbtdzaat1c3ob.ex.internal.cloudapp.net
|
|
Debian 12:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-12-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/hostname string vmname\.default\.invalid$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.jmkdeooiyfuedidph4xbqsvnah.cx.internal.cloudapp.net
|
|
Debian 12:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-12-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_domain string default\.invalid$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.jmkdeooiyfuedidph4xbqsvnah.cx.internal.cloudapp.net
|
|
Debian 12:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-12-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_hostname string vmname\.default\.invalid$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.jmkdeooiyfuedidph4xbqsvnah.cx.internal.cloudapp.net
|
|
Debian 12:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-12-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_nameservers string 192.168.1.1$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.jmkdeooiyfuedidph4xbqsvnah.cx.internal.cloudapp.net
|
|
Debian 12:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-12-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_gateway string 192.168.1.1$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.jmkdeooiyfuedidph4xbqsvnah.cx.internal.cloudapp.net
|
|
Debian 12:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-12-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_netmask string 255\.255\.255\.0$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.jmkdeooiyfuedidph4xbqsvnah.cx.internal.cloudapp.net
|
|
Debian 12:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-12-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_ipaddress string 127\.0\.0\.1$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.jmkdeooiyfuedidph4xbqsvnah.cx.internal.cloudapp.net
|
|
Debian 12:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on debian-12-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/choose_interface select eth0$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.jmkdeooiyfuedidph4xbqsvnah.cx.internal.cloudapp.net
|
|
Debian 12:
spec/defines/virtual_machine_spec.rb#L35
nebula::virtual_machine on debian-12-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] that requires File[/tmp/.virtual.vmname]
Failure/Error:
expect(subject).to contain_preseed.that_requires(
"File[/tmp/.virtual.vmname]"
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.jmkdeooiyfuedidph4xbqsvnah.cx.internal.cloudapp.net
|
|
Debian 12:
spec/defines/virtual_machine_spec.rb#L29
nebula::virtual_machine on debian-12-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname] with ensure => "directory"
Failure/Error:
expect(subject).to contain_file("/tmp/.virtual.vmname").with(
ensure: "directory"
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervmpxp9w.jmkdeooiyfuedidph4xbqsvnah.cx.internal.cloudapp.net
|
|
Ubuntu 22.04:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on ubuntu-22.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/hostname string vmname\.default\.invalid$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.npf0p225mkrenglw3n0laovr5b.xx.internal.cloudapp.net
|
|
Ubuntu 22.04:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on ubuntu-22.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_domain string default\.invalid$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.npf0p225mkrenglw3n0laovr5b.xx.internal.cloudapp.net
|
|
Ubuntu 22.04:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on ubuntu-22.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_hostname string vmname\.default\.invalid$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.npf0p225mkrenglw3n0laovr5b.xx.internal.cloudapp.net
|
|
Ubuntu 22.04:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on ubuntu-22.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_nameservers string 192.168.1.1$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.npf0p225mkrenglw3n0laovr5b.xx.internal.cloudapp.net
|
|
Ubuntu 22.04:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on ubuntu-22.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_gateway string 192.168.1.1$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.npf0p225mkrenglw3n0laovr5b.xx.internal.cloudapp.net
|
|
Ubuntu 22.04:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on ubuntu-22.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_netmask string 255\.255\.255\.0$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.npf0p225mkrenglw3n0laovr5b.xx.internal.cloudapp.net
|
|
Ubuntu 22.04:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on ubuntu-22.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/get_ipaddress string 127\.0\.0\.1$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.npf0p225mkrenglw3n0laovr5b.xx.internal.cloudapp.net
|
|
Ubuntu 22.04:
spec/defines/virtual_machine_spec.rb#L55
nebula::virtual_machine on ubuntu-22.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] with content =~ /^d-i netcfg\/choose_interface select eth0$/
Failure/Error: it { is_expected.to contain_preseed.with_content(line) }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.npf0p225mkrenglw3n0laovr5b.xx.internal.cloudapp.net
|
|
Ubuntu 22.04:
spec/defines/virtual_machine_spec.rb#L35
nebula::virtual_machine on ubuntu-22.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname/preseed.cfg] that requires File[/tmp/.virtual.vmname]
Failure/Error:
expect(subject).to contain_preseed.that_requires(
"File[/tmp/.virtual.vmname]"
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.npf0p225mkrenglw3n0laovr5b.xx.internal.cloudapp.net
|
|
Ubuntu 22.04:
spec/defines/virtual_machine_spec.rb#L29
nebula::virtual_machine on ubuntu-22.04-x86_64 with nothing but the title "vmname" is expected to contain File[/tmp/.virtual.vmname] with ensure => "directory"
Failure/Error:
expect(subject).to contain_file("/tmp/.virtual.vmname").with(
ensure: "directory"
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Nebula::Virtual_machine[vmname]: expects a value for parameter 'puppetserver' (line: 2) on node runnervm69nxj.npf0p225mkrenglw3n0laovr5b.xx.internal.cloudapp.net
|
|
lint:
manifests/virtual_machine.pp#L77
optional parameter listed before required parameter (check: parameter_order)
|