-
This might be related to #1716. After upgrading to v2.6.3, it seems that Rundeck is not detecting new nodes correctly. We are using the AWS provider and new instances are not being shown in the UI. I'…
-
Hi
We use
- Rundeck 2.3.2
- API java: rundeck-api-java-client12.0
We create a RundeckClient with version 12 then execute a job.
When we use the method getExecutionState we have a NullPointerExc…
-
When searching for nodes in the web UI, rundeck currently returns data as html.
The data volume is really high, for instance on our 5573 nodes, it represent around 302MB whereas the initial data is o…
-
Hi there,
Using a fresh install of `Rundeck 2.6.2` and `rundeck-ec2-nodes-plugin-1.5.1.jar` (I also tried master), the node list is not populated at all:
![](https://i.imgur.com/YsHANLh.png)
I can …
-
I installed two version rundeck-ec2-nodes-plugin (1.5 and 1.5.1) under $RDECK_BASE/libext
I think I should get two ec2 plugins, but I found ec2 plugin is totally disappeared in Rundeck.
-
Hi, faced with the following problem when tried to update resources:
```
...
new_node = {"name": "some_node", "hostname": "some_node.some_domain", "username": "some_user"}
rd.update_project_resources…
-
Hi,
it seems that rundeck applyies a timeout to jobs that differs from the value configured in the gui.
(Version "2.5.0-1 cafe au lait saddlebrown grain")
For example for this job settings:
![rundeck…
-
Rundeck Version: 2.6.4-1
We are experimenting with different node executors to help with deployment, (using docker as way to isloate things, still requiring the ssh executor to execute things on node…
-
We use aws consolidated accounts to manage the resources. So I need the feature to get all nodes from main account and several consolidated accounts.
Rundeck server is installed at main account.
Is …
-
Sudoers on some Linux/Unix machines by default require a TTY session which jsch doesn't do. Either you go configure rundeck to use openssh or change the sudoers to do something like
Defaults: ops !…