salt/changelog/56924.fixed
waynegemmell 6f625ff829
Update pcs support for > 0.10 (#60257)
* PCS module and state updated to handle pcs version > 0.10

* PCS module and state updated to handle pcs version > 0.10 - changelog

* Removed six

* Module documentation updated

* Requested changes implemented

* Add pcs module tests

* Tests added and is_auth altered to fit purpose

* Tests added. Debian bypass for broken config creation bypassed.

* Tests debug output removed

* Minor linting fixes

* Update salt/modules/pcs.py

Co-authored-by: Megan Wilhite <megan.wilhite@gmail.com>

* Updated as per @Ch3LL's recommendations and other pre-commit fails

* Removed test_config_show and some commented out print lines

* Extra documentation added to cluster_setup

* Updated item_show to work properly with properties and updated tests to match

* Fixed change requests and added a wipe_default flag to remove default config

* Extra args now gets passed from the pcs state to the auth function in the pcs module.

* Minor formatting fix

* Minor build fix to make linter happy

Co-authored-by: Wayne Gemmell <wayne@connect-mobile.co.za>
Co-authored-by: Megan Wilhite <megan.wilhite@gmail.com>
Co-authored-by: Sage the Rage <36676171+sagetherage@users.noreply.github.com>
2021-08-24 14:04:15 -04:00

1 line
84 B
Text

Updated pcs support to handle auth and setup for new syntax supporting version 0.10