a10networks / acos-client

ACOS API Client
Apache License 2.0
35 stars 61 forks source link

[STACK-1589] Added support for associating multiple floating IPs with a VRID #289

Closed hthompson6 closed 4 years ago

hthompson6 commented 4 years ago

Issue Description

Added support for associating multiple floating IPs with a VRID (create / update)

Jira Ticket

STACK-1589

Technical approach

Manual Tests

Requirement: Setup an Active-Standy VRRPA deployment

  1. Issue a create command with a single IP ----> only one should be associated
  2. Issue a create command with multiple IPs ----> all IPs should be added to the VRID
  3. Issue an update command with same IPs as step 2 ----> no change
  4. Issue an update command with one IP from step 2/3 removed ----> removed IP not in list (others should remain)