Skip to content

bolt project: Make PuppetDB URIs configureable #158

bolt project: Make PuppetDB URIs configureable

bolt project: Make PuppetDB URIs configureable #158

Triggered via pull request November 14, 2024 12:38
Status Failure
Total duration 3m 59s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
31s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
4s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

23 errors
Puppet / 8 (Ruby 3.2): spec/defines/project_spec.rb#L27
bolt::project on almalinux-8-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:http:\/\/127.0.0.1:8080) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / 8 (Ruby 3.2): spec/defines/project_spec.rb#L50
bolt::project on almalinux-8-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:https:\/\/\[::1\]:8081) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / 8 (Ruby 3.2): spec/defines/project_spec.rb#L27
bolt::project on almalinux-9-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:http:\/\/127.0.0.1:8080) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / 8 (Ruby 3.2): spec/defines/project_spec.rb#L50
bolt::project on almalinux-9-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:https:\/\/\[::1\]:8081) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / 8 (Ruby 3.2): spec/defines/project_spec.rb#L27
bolt::project on rocky-8-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:http:\/\/127.0.0.1:8080) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / 8 (Ruby 3.2): spec/defines/project_spec.rb#L50
bolt::project on rocky-8-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:https:\/\/\[::1\]:8081) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / 8 (Ruby 3.2): spec/defines/project_spec.rb#L27
bolt::project on rocky-9-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:http:\/\/127.0.0.1:8080) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / 8 (Ruby 3.2): spec/defines/project_spec.rb#L50
bolt::project on rocky-9-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:https:\/\/\[::1\]:8081) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / 8 (Ruby 3.2): spec/defines/project_spec.rb#L27
bolt::project on redhat-8-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:http:\/\/127.0.0.1:8080) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / 8 (Ruby 3.2): spec/defines/project_spec.rb#L50
bolt::project on redhat-8-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:https:\/\/\[::1\]:8081) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / 7 (Ruby 2.7): spec/defines/project_spec.rb#L27
bolt::project on almalinux-8-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:http:\/\/127.0.0.1:8080) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / 7 (Ruby 2.7): spec/defines/project_spec.rb#L50
bolt::project on almalinux-8-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:https:\/\/\[::1\]:8081) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / 7 (Ruby 2.7): spec/defines/project_spec.rb#L27
bolt::project on almalinux-9-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:http:\/\/127.0.0.1:8080) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / 7 (Ruby 2.7): spec/defines/project_spec.rb#L50
bolt::project on almalinux-9-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:https:\/\/\[::1\]:8081) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / 7 (Ruby 2.7): spec/defines/project_spec.rb#L27
bolt::project on rocky-8-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:http:\/\/127.0.0.1:8080) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / 7 (Ruby 2.7): spec/defines/project_spec.rb#L50
bolt::project on rocky-8-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:https:\/\/\[::1\]:8081) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / 7 (Ruby 2.7): spec/defines/project_spec.rb#L27
bolt::project on rocky-9-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:http:\/\/127.0.0.1:8080) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / 7 (Ruby 2.7): spec/defines/project_spec.rb#L50
bolt::project on rocky-9-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:https:\/\/\[::1\]:8081) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / 7 (Ruby 2.7): spec/defines/project_spec.rb#L27
bolt::project on redhat-8-x86_64 on PE with defaults is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file", content =~ /http:\/\/127.0.0.1:8080/ and content !~ /tmpdir/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').without_content(%r{tmpdir}).with_content(%r{http://127.0.0.1:8080}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /http:\/\/127.0.0.1:8080/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:http:\/\/127.0.0.1:8080) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / 7 (Ruby 2.7): spec/defines/project_spec.rb#L50
bolt::project on redhat-8-x86_64 on PE with https PuppetDB URL is expected to contain File[/opt/peadm/inventory.yaml] with ensure => "file" and content =~ /https:\/\/\[::1\]:8081/ Failure/Error: it { is_expected.to contain_file('/opt/peadm/inventory.yaml').with_ensure('file').with_content(%r{https://\[::1\]:8081}) } expected that the catalogue would contain File[/opt/peadm/inventory.yaml] with content set to /https:\/\/\[::1\]:8081/ but it is set to "---\ngroups:\n- name: primary\n targets:\n - name: foo.example.com\n uri: local://localhost\n" Diff: @@ -1,6 +1,11 @@ -(?-mix:https:\/\/\[::1\]:8081) +--- +groups: +- name: primary + targets: + - name: foo.example.com + uri: local://localhost
Puppet / Puppet 7 - CentOS 9 - PE-Role primary
Process completed with exit code 1.
Puppet / Puppet 8 - CentOS 9 - PE-Role primary
Process completed with exit code 1.
Puppet / Test suite
Process completed with exit code 1.