Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Naming standardization for System Configuration #1623

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/manual/configuration-mgmt/configmgmt.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Configuration Management (Commercial)
# System Configuration (Enterprise Only)

:::enterprise
:::

Runbook Automation includes a Configuration Management module to set configuration settings via the GUI and store them in the Rundeck database. Database storage shares configuration options with all your cluster members and centralizes configuration. This can significantly streamline configuration of new Rundeck servers. Most settings will be set and refreshed upon Saving. If a setting requires a restart there is a message to let users know.
Runbook Automation includes a System Configuration module to set configuration settings via the GUI and store them in the Rundeck database. Database storage shares configuration options with all your cluster members and centralizes configuration. This can significantly streamline the configuration of new Rundeck servers. Most settings will be set and refreshed upon Saving. If a setting requires a restart there is a message to let users know.

![Configuration Management](/assets/img/configmgmt-list.png)
![System Configuration](/assets/img/configmgmt-list.png)

## Managing Configuration
Use the **+ Add Config** button to add new configuration entries.
Expand All @@ -14,13 +14,13 @@ Use the **+ Add Config** button to add new configuration entries.

**Property Name**

Enter the property value here. A dynamic drop down will pre-populate with some suggested settings, but the field will take any value.
Enter the property value here. A dynamic drop-down will pre-populate with some suggested settings, but the field will take any value.

**Property Value**

Enter the value for the setting here. Currently the field only supports string values.
Enter the value for the setting here. Currently, the field only supports string values.


## Initial Boot Notes

On initial Rundeck build/boot all configuration items are still written to the traditional file based configuration files. In order to use this feature configuration settings must be written in this Configuration Management GUI, then removed from the file based configurations. File based configurations will take precedence over database configuration.
On the initial Rundeck build/boot, all configuration items are still written to the traditional file-based configuration files. In order to use this feature configuration settings must be written in this System Configuration GUI, then removed from the file-based configurations. File-based configurations will take precedence over database configurations.
Loading