-
We are getting 2 runs with the same ID.
We had Rundeck hang on us, so we restarted it, and this is where it started. It'll run a job, call it stale, supposably kill it, but it will later succeed. Thi…
-
Work in progress:
- [x] libvirt ~foreman/.ssh instructions should note .ssh dir already exists, #276
- [x] EL7 rebuild support
- [x] Headline features
- [x] Settings
- [x] Installer options
- [x] Cont…
-
@rveznaver Looking through code I notice: https://github.com/criteo-cookbooks/rundeck-server/blob/master/providers/job.rb#L125. Is this something I need to fix? I'm guessing this is more an issue of h…
-
Hi,
I have encountered a problem with chef-rundeck, the error is:
NoMethodError - undefined method `[]' for nil:NilClass:
/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-rundeck-1.0.1/lib/ch…
-
Why does running the following from a command prompt result in an error,
C:>chef-rundeck config_file = "knife.rb"
here is the error message
The filename = config.rb
C:/Ruby193/lib/ruby/gems/1.9.1/…
-
Not sure why -u option is being passed into Chef::Rest
https://github.com/oswaldlabs/chef-rundeck/blob/master/lib/chef-rundeck.rb#L51
-
On an AWS EC2-Classic centos 6.4 host that has ipv6 enabled, chef-rundeck binds to just the ipv6 addresses and not ipv4. Disabling ipv6 in the kernel and restarting chef-rundeck resolves the issue.
-
Failures:
1) ChefRundeck should return false
Failure/Error: get '/'
ArgumentError:
Cannot sign the request without a client name, check that :node_name is assigned
# ./lib/chef…
-
Currently the [output for tags](https://github.com/oswaldlabs/chef-rundeck/blob/master/lib/chef-rundeck.rb#L184) is a concatenated list of roles and the chef_environment. Those values are already outp…
-
I use the following in my rundeck resource file to pick username/passwd from options.
ssh-authentication="password" ssh-password-option="option.sshPassword" username="${option.sshUsername}"
How do I…