Add rundeck cli and project management #304
ci.yml
on: pull_request
Puppet
/
Static validations
22s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
26 errors
Puppet / 8 (Ruby 3.2):
spec/defines/config/project_spec.rb#L17
rundeck::config::plugin on almalinux-8-x86_64 Add rundeck project: MyProject with defaults is expected to contain Rundeck::Config::Project[MyProject] with update_method => "update" and config => {"project.description"=>"MyProject project", "project.disable.executions"=>"true", "project.disable.schedule"=>"true"}
Failure/Error:
is_expected.to contain_rundeck__config__project('MyProject').with(
update_method: 'update',
config: {
'project.description' => 'MyProject project',
'project.disable.executions' => 'true',
'project.disable.schedule' => 'true',
}
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[MyProject]: expects a value for parameter 'source' (line: 2) on node fv-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/config/project_spec.rb#L28
rundeck::config::plugin on almalinux-8-x86_64 Add rundeck project: MyProject with defaults is expected to contain Exec[Create rundeck project: MyProject]
Failure/Error: it { is_expected.to contain_exec('Create rundeck project: MyProject') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[MyProject]: expects a value for parameter 'source' (line: 2) on node fv-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/config/project_spec.rb#L29
rundeck::config::plugin on almalinux-8-x86_64 Add rundeck project: MyProject with defaults is expected to contain Exec[Manage rundeck project: MyProject]
Failure/Error: it { is_expected.to contain_exec('Manage rundeck project: MyProject') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[MyProject]: expects a value for parameter 'source' (line: 2) on node fv-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/config/project_spec.rb#L46
rundeck::config::plugin on almalinux-8-x86_64 Add rundeck project: TestProject with update_method = set and custom config is expected to contain Rundeck::Config::Project[TestProject] with update_method => "set" and config => {"project.description"=>"This is a rundeck test project", "project.disable.executions"=>"false"}
Failure/Error:
is_expected.to contain_rundeck__config__project('TestProject').with(
update_method: 'set',
config: {
'project.description' => 'This is a rundeck test project',
'project.disable.executions' => 'false',
}
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[TestProject]:
has no parameter named 'update_method'
has no parameter named 'config'
expects a value for parameter 'source' (line: 2) on node fv-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/config/project_spec.rb#L56
rundeck::config::plugin on almalinux-8-x86_64 Add rundeck project: TestProject with update_method = set and custom config is expected to contain Exec[Create rundeck project: TestProject]
Failure/Error: it { is_expected.to contain_exec('Create rundeck project: TestProject') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[TestProject]:
has no parameter named 'update_method'
has no parameter named 'config'
expects a value for parameter 'source' (line: 2) on node fv-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/config/project_spec.rb#L57
rundeck::config::plugin on almalinux-8-x86_64 Add rundeck project: TestProject with update_method = set and custom config is expected to contain Exec[Manage rundeck project: TestProject]
Failure/Error: it { is_expected.to contain_exec('Manage rundeck project: TestProject') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[TestProject]:
has no parameter named 'update_method'
has no parameter named 'config'
expects a value for parameter 'source' (line: 2) on node fv-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/config/project_spec.rb#L17
rundeck::config::plugin on almalinux-9-x86_64 Add rundeck project: MyProject with defaults is expected to contain Rundeck::Config::Project[MyProject] with update_method => "update" and config => {"project.description"=>"MyProject project", "project.disable.executions"=>"true", "project.disable.schedule"=>"true"}
Failure/Error:
is_expected.to contain_rundeck__config__project('MyProject').with(
update_method: 'update',
config: {
'project.description' => 'MyProject project',
'project.disable.executions' => 'true',
'project.disable.schedule' => 'true',
}
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[MyProject]: expects a value for parameter 'source' (line: 2) on node fv-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/config/project_spec.rb#L28
rundeck::config::plugin on almalinux-9-x86_64 Add rundeck project: MyProject with defaults is expected to contain Exec[Create rundeck project: MyProject]
Failure/Error: it { is_expected.to contain_exec('Create rundeck project: MyProject') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[MyProject]: expects a value for parameter 'source' (line: 2) on node fv-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/config/project_spec.rb#L29
rundeck::config::plugin on almalinux-9-x86_64 Add rundeck project: MyProject with defaults is expected to contain Exec[Manage rundeck project: MyProject]
Failure/Error: it { is_expected.to contain_exec('Manage rundeck project: MyProject') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[MyProject]: expects a value for parameter 'source' (line: 2) on node fv-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.internal.cloudapp.net
|
Puppet / 8 (Ruby 3.2):
spec/defines/config/project_spec.rb#L46
rundeck::config::plugin on almalinux-9-x86_64 Add rundeck project: TestProject with update_method = set and custom config is expected to contain Rundeck::Config::Project[TestProject] with update_method => "set" and config => {"project.description"=>"This is a rundeck test project", "project.disable.executions"=>"false"}
Failure/Error:
is_expected.to contain_rundeck__config__project('TestProject').with(
update_method: 'set',
config: {
'project.description' => 'This is a rundeck test project',
'project.disable.executions' => 'false',
}
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[TestProject]:
has no parameter named 'update_method'
has no parameter named 'config'
expects a value for parameter 'source' (line: 2) on node fv-az1269-852.fxpsww3xma3elm0kakxm5dxyzh.phxx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/config/project_spec.rb#L17
rundeck::config::plugin on rocky-8-x86_64 Add rundeck project: MyProject with defaults is expected to contain Rundeck::Config::Project[MyProject] with update_method => "update" and config => {"project.description"=>"MyProject project", "project.disable.executions"=>"true", "project.disable.schedule"=>"true"}
Failure/Error:
is_expected.to contain_rundeck__config__project('MyProject').with(
update_method: 'update',
config: {
'project.description' => 'MyProject project',
'project.disable.executions' => 'true',
'project.disable.schedule' => 'true',
}
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[MyProject]: expects a value for parameter 'source' (line: 2) on node fv-az1208-361.o0w0toc4japevojxffvmyyi3gh.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/config/project_spec.rb#L28
rundeck::config::plugin on rocky-8-x86_64 Add rundeck project: MyProject with defaults is expected to contain Exec[Create rundeck project: MyProject]
Failure/Error: it { is_expected.to contain_exec('Create rundeck project: MyProject') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[MyProject]: expects a value for parameter 'source' (line: 2) on node fv-az1208-361.o0w0toc4japevojxffvmyyi3gh.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/config/project_spec.rb#L29
rundeck::config::plugin on rocky-8-x86_64 Add rundeck project: MyProject with defaults is expected to contain Exec[Manage rundeck project: MyProject]
Failure/Error: it { is_expected.to contain_exec('Manage rundeck project: MyProject') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[MyProject]: expects a value for parameter 'source' (line: 2) on node fv-az1208-361.o0w0toc4japevojxffvmyyi3gh.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/config/project_spec.rb#L46
rundeck::config::plugin on rocky-8-x86_64 Add rundeck project: TestProject with update_method = set and custom config is expected to contain Rundeck::Config::Project[TestProject] with update_method => "set" and config => {"project.description"=>"This is a rundeck test project", "project.disable.executions"=>"false"}
Failure/Error:
is_expected.to contain_rundeck__config__project('TestProject').with(
update_method: 'set',
config: {
'project.description' => 'This is a rundeck test project',
'project.disable.executions' => 'false',
}
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[TestProject]:
has no parameter named 'update_method'
has no parameter named 'config'
expects a value for parameter 'source' (line: 2) on node fv-az1208-361.o0w0toc4japevojxffvmyyi3gh.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/config/project_spec.rb#L56
rundeck::config::plugin on rocky-8-x86_64 Add rundeck project: TestProject with update_method = set and custom config is expected to contain Exec[Create rundeck project: TestProject]
Failure/Error: it { is_expected.to contain_exec('Create rundeck project: TestProject') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[TestProject]:
has no parameter named 'update_method'
has no parameter named 'config'
expects a value for parameter 'source' (line: 2) on node fv-az1208-361.o0w0toc4japevojxffvmyyi3gh.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/config/project_spec.rb#L57
rundeck::config::plugin on rocky-8-x86_64 Add rundeck project: TestProject with update_method = set and custom config is expected to contain Exec[Manage rundeck project: TestProject]
Failure/Error: it { is_expected.to contain_exec('Manage rundeck project: TestProject') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[TestProject]:
has no parameter named 'update_method'
has no parameter named 'config'
expects a value for parameter 'source' (line: 2) on node fv-az1208-361.o0w0toc4japevojxffvmyyi3gh.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/config/project_spec.rb#L17
rundeck::config::plugin on redhat-9-x86_64 Add rundeck project: MyProject with defaults is expected to contain Rundeck::Config::Project[MyProject] with update_method => "update" and config => {"project.description"=>"MyProject project", "project.disable.executions"=>"true", "project.disable.schedule"=>"true"}
Failure/Error:
is_expected.to contain_rundeck__config__project('MyProject').with(
update_method: 'update',
config: {
'project.description' => 'MyProject project',
'project.disable.executions' => 'true',
'project.disable.schedule' => 'true',
}
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[MyProject]: expects a value for parameter 'source' (line: 2) on node fv-az1208-361.o0w0toc4japevojxffvmyyi3gh.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/config/project_spec.rb#L28
rundeck::config::plugin on redhat-9-x86_64 Add rundeck project: MyProject with defaults is expected to contain Exec[Create rundeck project: MyProject]
Failure/Error: it { is_expected.to contain_exec('Create rundeck project: MyProject') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[MyProject]: expects a value for parameter 'source' (line: 2) on node fv-az1208-361.o0w0toc4japevojxffvmyyi3gh.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/config/project_spec.rb#L29
rundeck::config::plugin on redhat-9-x86_64 Add rundeck project: MyProject with defaults is expected to contain Exec[Manage rundeck project: MyProject]
Failure/Error: it { is_expected.to contain_exec('Manage rundeck project: MyProject') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[MyProject]: expects a value for parameter 'source' (line: 2) on node fv-az1208-361.o0w0toc4japevojxffvmyyi3gh.cx.internal.cloudapp.net
|
Puppet / 7 (Ruby 2.7):
spec/defines/config/project_spec.rb#L46
rundeck::config::plugin on redhat-9-x86_64 Add rundeck project: TestProject with update_method = set and custom config is expected to contain Rundeck::Config::Project[TestProject] with update_method => "set" and config => {"project.description"=>"This is a rundeck test project", "project.disable.executions"=>"false"}
Failure/Error:
is_expected.to contain_rundeck__config__project('TestProject').with(
update_method: 'set',
config: {
'project.description' => 'This is a rundeck test project',
'project.disable.executions' => 'false',
}
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Rundeck::Config::Plugin[TestProject]:
has no parameter named 'update_method'
has no parameter named 'config'
expects a value for parameter 'source' (line: 2) on node fv-az1208-361.o0w0toc4japevojxffvmyyi3gh.cx.internal.cloudapp.net
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully
Failure/Error: apply_manifest(pp, catch_failures: true, debug: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 6 running:
puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_071354180.pp.iwph0v
Last 10 lines of output were:
Debug: Finishing transaction 16840
Debug: Storing state
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
Debug: Pruned old state cache entries in 0.00 seconds
Debug: Stored state in 0.00 seconds
�[mNotice: Applied catalog in 73.33 seconds
Debug: Applying settings catalog for sections reporting, metrics
Debug: Finishing transaction 22740
Debug: Received report to process from centos7-64-puppet7.example.com
Debug: Processing report from centos7-64-puppet7.example.com with processor Puppet::Reports::Store
|
Puppet / Puppet 7 - CentOS 7:
spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_071510157.pp.qxft8h
Last 10 lines of output were:
Error: /Stage[main]/Rundeck::Cli/Package[jq]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install jq' returned 1: Error: Nothing to do
�[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns:
�[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: ERROR: JAVA_HOME is set to an invalid directory: /usr/lib/jvm/java-1.8.0/
�[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns:
�[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: Please set the JAVA_HOME variable in your environment to match the
�[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: location of your Java installation.
Error: 'rd system info' returned 1 instead of one of [0]
Info: Stage[main]: Unscheduling all events on Stage[main]
Error: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: change from 'notrun' to ['0'] failed: 'rd system info' returned 1 instead of one of [0]
�[mNotice: Applied catalog in 310.34 seconds
|
Puppet / Puppet 7 - CentOS 7
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/rundeck_spec.rb#L7
rundeck class default parameters applies successfully
Failure/Error: apply_manifest(pp, catch_failures: true, debug: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 6 running:
puppet apply --debug --detailed-exitcodes /tmp/apply_manifest_071349518.pp.ClqaEa
Last 10 lines of output were:
Debug: Finishing transaction 16800
Debug: Storing state
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
Debug: Pruned old state cache entries in 0.00 seconds
Debug: Stored state in 0.00 seconds
�[mNotice: Applied catalog in 75.23 seconds
Debug: Applying settings catalog for sections reporting, metrics
Debug: Finishing transaction 22660
Debug: Received report to process from centos7-64-puppet8.example.com
Debug: Processing report from centos7-64-puppet8.example.com with processor Puppet::Reports::Store
|
Puppet / Puppet 8 - CentOS 7:
spec/acceptance/rundeck_spec.rb#L35
rundeck class updrade to latest version applies successfully
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_071508862.pp.IMmtso
Last 10 lines of output were:
Error: /Stage[main]/Rundeck::Cli/Package[jq]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install jq' returned 1: Error: Nothing to do
�[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns:
�[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: ERROR: JAVA_HOME is set to an invalid directory: /usr/lib/jvm/java-1.8.0/
�[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns:
�[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: Please set the JAVA_HOME variable in your environment to match the
�[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: location of your Java installation.
Error: 'rd system info' returned 1 instead of one of [0]
Error: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]/returns: change from 'notrun' to ['0'] failed: 'rd system info' returned 1 instead of one of [0]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 310.26 seconds
|
Puppet / Puppet 8 - CentOS 7
Process completed with exit code 1.
|