Open crumblingCake opened 1 year ago
Thank you @crumblingCake, In order to prioritize and understand the issue better, please reach out to us at automation_toolchain_pm@f5.com
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.
I sent an email explaining my problems on the 14th of June to automation_toolchain_pm@f5.com, so I am confused to why this issue is being closed. The issue still remains and I would appreciate if you could reopen it.
@crumblingCake I've just found this issue when searching for duplicates before creating documentation update request #757 .
The description in the schema is a bit misleading/lacking sufficient information. You can disable Priority Group Activation by setting the attribute minimumMembersActive
to 0
in your Pool object.
eg.
"foopool": {
"class": "Pool",
"monitors": ["https"],
"minimumMembersActive": 0,
"members": [{
"serverAddresses": ["10.4.3.2", "10.2.3.4"],
"servicePort": 443,
"shareNodes": true
}]
}
I have added it to our product backlog as AUTOTOOL-4275
Is your feature request related to a problem? Please describe.
I would like to deploy pools via AS3 and disable the
Priority Group Activation
. Currently the default seems to be set to "Less than 1 active member"Describe the solution you'd like
The parameter Priority Group Activation should be configurable via AS3, like in the GUI
Describe alternatives you've considered
Not to deploy pools via AS3 and only reference them, if they need a different setting.