Add rundeck cli and project management #293
Annotations
10 errors
Run tests:
spec/classes/cli_spec.rb#L13
rundeck::cli on debian-10-x86_64 with default parameters is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile }
error during compilation: Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az777-500.lfui0zr1uqperkldaumeavowed.bx.internal.cloudapp.net
|
Run tests:
spec/classes/cli_spec.rb#L15
rundeck::cli on debian-10-x86_64 with default parameters is expected to contain Package[jq] with ensure => "present"
Failure/Error: it { is_expected.to contain_package('jq').with(ensure: 'present') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az777-500.lfui0zr1uqperkldaumeavowed.bx.internal.cloudapp.net
|
Run tests:
spec/classes/cli_spec.rb#L29
rundeck::cli on debian-10-x86_64 with default parameters is expected to contain Apt::Source[rundeck] that comes before Package[rundeck-cli]
Failure/Error:
is_expected.to contain_apt__source('rundeck').with(
location: 'https://packages.rundeck.com/pagerduty/rundeck/any',
release: 'any',
repos: 'main',
key: {
'name' => 'rundeck',
'source' => 'https://packages.rundeck.com/pagerduty/rundeck/gpgkey',
}
).that_comes_before('Package[rundeck-cli]')
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az777-500.lfui0zr1uqperkldaumeavowed.bx.internal.cloudapp.net
|
Run tests:
spec/classes/cli_spec.rb#L41
rundeck::cli on debian-10-x86_64 with default parameters is expected to contain Class[apt::update] that comes before Package[rundeck-cli]
Failure/Error: it { is_expected.to contain_class('apt::update').that_comes_before('Package[rundeck-cli]') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az777-500.lfui0zr1uqperkldaumeavowed.bx.internal.cloudapp.net
|
Run tests:
spec/classes/cli_spec.rb#L42
rundeck::cli on debian-10-x86_64 with default parameters is expected to contain Package[rundeck-cli] with ensure => "installed"
Failure/Error: it { is_expected.to contain_package('rundeck-cli').with(ensure: 'installed') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az777-500.lfui0zr1uqperkldaumeavowed.bx.internal.cloudapp.net
|
Run tests:
spec/classes/cli_spec.rb#L43
rundeck::cli on debian-10-x86_64 with default parameters is expected to contain File[/usr/local/bin/rd_project_diff.sh] with ensure => "file" and mode => "0755"
Failure/Error: it { is_expected.to contain_file('/usr/local/bin/rd_project_diff.sh').with(ensure: 'file', mode: '0755') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az777-500.lfui0zr1uqperkldaumeavowed.bx.internal.cloudapp.net
|
Run tests:
spec/classes/cli_spec.rb#L45
rundeck::cli on debian-10-x86_64 with default parameters is expected to contain Exec[Check rundeck cli connection] that requires Package[rundeck-cli]
Failure/Error:
is_expected.to contain_exec('Check rundeck cli connection').with(
command: 'rd system info',
path: ['/bin', '/usr/bin', '/usr/local/bin'],
environment: [
'RD_FORMAT=json',
'RD_URL=http://localhost:4440',
'RD_BYPASS_URL=http://localhost:4440',
'RD_USER=admin',
'RD_PASSWORD=admin',
],
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az777-500.lfui0zr1uqperkldaumeavowed.bx.internal.cloudapp.net
|
Run tests:
spec/classes/cli_spec.rb#L73
rundeck::cli on debian-10-x86_64 with different urls and token auth is expected to contain Exec[Check rundeck cli connection] with environment => ["RD_FORMAT=json", "RD_URL=http://rundeck01.example.com", "RD_BYPASS_URL=http://rundeck.example.com", "RD_TOKEN=very_secure"]
Failure/Error:
is_expected.to contain_exec('Check rundeck cli connection').with(
environment: [
'RD_FORMAT=json',
'RD_URL=http://rundeck01.example.com',
'RD_BYPASS_URL=http://rundeck.example.com',
'RD_TOKEN=very_secure',
]
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az777-500.lfui0zr1uqperkldaumeavowed.bx.internal.cloudapp.net
|
Run tests:
spec/classes/cli_spec.rb#L106
rundeck::cli on debian-10-x86_64 with projects config is expected to contain Rundeck::Config::Project[MyProject] with update_method => "set" and config => {"project.description"=>"This is My rundeck project", "project.disable.executions"=>"false"}
Failure/Error:
is_expected.to contain_rundeck__config__project('MyProject').with(
update_method: 'set',
config: {
'project.description' => 'This is My rundeck project',
'project.disable.executions' => 'false',
}
)
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az777-500.lfui0zr1uqperkldaumeavowed.bx.internal.cloudapp.net
|
Run tests:
spec/classes/cli_spec.rb#L116
rundeck::cli on debian-10-x86_64 with projects config 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, Class[Rundeck::Cli]: expects a value for parameter 'repo_config' (line: 2, column: 1) on node fv-az777-500.lfui0zr1uqperkldaumeavowed.bx.internal.cloudapp.net
|
The logs for this run have expired and are no longer available.
Loading