mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-29 23:49:09 +00:00
deprecates the old module name (#53972)
adds ha order, ha group and ha load as failover types refactors main() function and module manager to accomodate new patterns updates docs refactors unit tests
This commit is contained in:
parent
cd1ff016ef
commit
dcf40d43ea
4 changed files with 383 additions and 45 deletions
22
test/units/modules/network/f5/fixtures/load_tg_ha_order.json
Normal file
22
test/units/modules/network/f5/fixtures/load_tg_ha_order.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"kind": "tm:cm:traffic-group:traffic-groupstate",
|
||||
"name": "traffic-group-2",
|
||||
"partition": "Common",
|
||||
"fullPath": "/Common/traffic-group-2",
|
||||
"generation": 227,
|
||||
"selfLink": "https://localhost/mgmt/tm/cm/traffic-group/~Common~traffic-group-2?ver=12.1.4",
|
||||
"autoFailbackEnabled": "true",
|
||||
"autoFailbackTime": 60,
|
||||
"haLoadFactor": 1,
|
||||
"isFloating": "true",
|
||||
"mac": "none",
|
||||
"unitId": 1,
|
||||
"haOrder": [
|
||||
"/Common/v12-1.ansible.local"
|
||||
],
|
||||
"haOrderReference": [
|
||||
{
|
||||
"link": "https://localhost/mgmt/tm/cm/device/~Common~v12-1.ansible.local?ver=12.1.4"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue