Skip to content

Releases: kdebisschop/rundeck-rancher-node-plugin

Make FileCopier binary safe

18 Dec 11:05
4147960
Compare
Choose a tag to compare

For best performance, install docker and the rancher CLI on the Rundeck server. However, this implementation will also work without those tools by uploading base64 encoded chunks of the file and recombining them with the base64 utility. This approach also avoids sending large files to the API that exceed the POST size limit.

Node Executor timeout

17 Dec 19:08
Compare
Choose a tag to compare

Provides a configurable timeout for Node Executor.

Initial Public Release

17 Dec 15:21
Compare
Choose a tag to compare

This is a java-based plug-in to access Rancher-controlled Docker containers as nodes in Rundeck.

It currently provides the Resource Model, a Node Executor, and a File Copier.