Add: Cluster Resource Model Source node source documentation#1786
Merged
fdevans merged 3 commits intorundeck:4.0.xfrom Apr 2, 2026
Merged
Add: Cluster Resource Model Source node source documentation#1786fdevans merged 3 commits intorundeck:4.0.xfrom
fdevans merged 3 commits intorundeck:4.0.xfrom
Conversation
Creates documentation for the Cluster Resource Model Source plugin, filling a documentation gap for this Enterprise feature. Includes setup instructions, configuration options, and critical SSH connection configuration guidance addressing hostname resolution issues identified in customer investigations. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds new documentation for the Enterprise Cluster Resource Model Source plugin, explaining how it exposes Rundeck cluster members as nodes and how to configure hostnames to avoid SSH connectivity issues in clustered environments.
Changes:
- Introduces a new manual page describing setup and configuration for the Cluster Resource Model Source.
- Documents SSH hostname resolution expectations and provides example
framework.propertiesvalues. - Lists node attributes populated for cluster member nodes.
Contributor
|
Check out CoPilot feedback. This also likely needs updates to the sidebar nav so customers can find it. |
Updates sidebar menu to include the new Cluster Resource Model Source documentation in the Node Sources section, making it discoverable for customers. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Contributor
Author
|
Updated! Added the Cluster Resource Model Source to the sidebar navigation in user-guide.ts so it's discoverable under Nodes > Node Sources. Copilot feedback looks good - the summary accurately describes the new documentation page. |
Adds tip callout clarifying that SSH authentication settings can be overridden at the node level using attributes like ssh-key-storage-path or username, with reference to SSH Node Execution documentation for configuration precedence. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Contributor
Author
|
Copilot remarks also addressed on commit 62579de . |
fdevans
approved these changes
Apr 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Creates documentation for the Cluster Resource Model Source plugin, filling a documentation gap for this Enterprise feature. Includes setup instructions, configuration options, and critical SSH connection configuration guidance addressing hostname resolution issues identified in customer investigations.