forked from canonical/postgresql-k8s-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DPE-1782] Configuration support (canonical#281)
* Initial configuration support * Add pending restart check * Add missing parameters and make configuration support work * Fix parameters validation * Adjust config management * Fix configuration support and pending restart * Fix test * Add validations * Add shared_buffers min and max values * Add validation for instance_default_text_search_config * Add validation for request_time_zone * Add validation for request_date_style * Add validation for memory_max_prepared_transactions * Fix CPU core count retrieval * Remove check for primary endpoint being ready * Remove logs * Add comment * Uncomment test code * Remove default value * Remove unused constant * Minor changes in the config class * Check new settings on integration test * Fix validation of parameters relying on locales * Update LIBPATCH * Remove connection_ssl config option, fix CPU limits check and shared_buffers upper limit * Improve checks on test * Add config options defaults, allowed values and unit, also removing connection_ssl config option * One more improvement in the test * Fix tests * Update Juju 3 version * Skip test on Juju 3 * Skip Indico test
- Loading branch information
1 parent
daf0adb
commit 4adeab9
Showing
13 changed files
with
604 additions
and
59 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.