Skip to content

Commit

Permalink
README.md - remove old parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
itewk committed Feb 9, 2018
1 parent 16daa21 commit 28bffdc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,3 @@ The _Workers Tab_ colume describes which box on the Workers tab of the Advanced
| manageiq\_sims\_refresh\_worker\_memory\_threshold | No | 1.gigabytes | | Advanced |
| manageiq\_storage\_metrics\_collector\_worker\_thread\_count | No | 2 | | Advanced |
| manageiq\_workers\_validate\_parameters | No | True | True, False | N/A | True to enable role parameter validation based on what the ManageIQ / CFME UI allows to be configured. False to disable validation and allow the setting of values that the ManageIQ / CFME does not allow users to configure.
| manageiq\_workers\_confirm\_update\_max\_retries | No | 30 | | N/A | The ManageIQ appliance advanced configuration does not currently expose an API and thus is manipulated by the rails console by the `manageiq_config` module which has to poll the ManageIQ advanced configuration to check when the configuraiton has taken hold. This value sets how many attempts should be made to verify the configuraiton has been succesfully applied before erroring out. In testing this default should be sufficent but is exposed just in case of extenuating circumstances.
| manageiq\_workers\_confirm\_update\_sleep\_interval | No | 1 | | N/A | The ManageIQ appliance advanced configuration does not currently expose an API and thus is manipulated by the rails console by the `manageiq_config` module which has to poll the ManageIQ advanced configuration to check when the configuraiton has taken hold. This value sets how long to wait between attempts to verify the configuraiton has been succesfully applied before erroring out. In testing this default should be sufficent but is exposed just in case of extenuating circumstances
.

0 comments on commit 28bffdc

Please sign in to comment.