distcloud/distributedcloud/dcmanager/api/controllers/v1
Gustavo Herzmann d3b7434a5b Fix peer-controller-gateway-address update
This commit updates the peer group association sync status to
'out-of-sync' after the user updates the
peer-controller-gateway-address attribute of the system-peer object.

This commit also modifies the subcloud update function to update the
subcloud route whenever the systemcontroller_gateway_address is
updated on the primary side and synced to the secondary.

It also adds an informative message to remind the caller to run the
sync command after updating the peer-controller-gateway-address.

Test Plan:
1. PASS: Do the following steps:
         - Create a system peer with an incorrect systemcontroller
         gateway address that's inside the management subcloud, but
         outside the reserved IP range and then create an association.
         Verify that the secondary subcloud and a route was created
         using the incorrect IP.
         - Update the system peer with the correct systemcontroller
         gateway address on the primary site. Verify that the PGA
         sync status is set to 'out-of-sync' on both sites.
         - Sync the PGA and verify that the secondary subcloud
         systemcontroller gateway address was updated and that the
         old route was deleted and a new one using the new address
         was created.
         - Migrate the SPG to the non-primary site and verify that
         it completes successfully and that the subcloud becomes
         online and managed.
2. PASS: Repeat the first step of test case #1, but use an incorrect
         address that's outside the management subnet. Then create
         a PGA and verify that it fails due to the following
         validation:
         "systemcontroller_gateway_address invalid: Address must be in
         subnet <management subnet>"
3. PASS: Repeat the first step of test case #1, but use an incorrect
         address that's inside the reserved IP range. Then create
         a PGA and verify that it fails due to the following
         validation:
         "systemcontroller_gateway_address invalid, is within
         management pool <ip range>"
4. PASS: Create a system peer with a correct systemcontroller gateway
         address for the first time and then create an association.
         Verify that the secondary subcloud and a route was created
         using the correct IP.
5. PASS: Update an attribute of the subcloud (e.g. the subcloud
         description) on the primary site and verify that the sync
         status chages to 'out-of-sync' on both sites, then run
         the PGA sync operation and verify that the attribute was
         synced to the secondary subcloud on the peer site.

Closes-Bug: 2062372

Change-Id: Ibffe6c86656a56a85d10deca54c161bbed7f0d17
Signed-off-by: Gustavo Herzmann <gustavo.herzmann@windriver.com>
2024-04-18 14:04:00 +00:00
..
__init__.py Move content to subdir to support relocated packaging 2019-11-04 13:57:02 -05:00
alarm_manager.py Remove unused methods in alarm manager 2024-02-13 10:39:31 -05:00
notifications.py Update tox pylint/pep8 for dcmanager 2024-01-18 21:51:25 +00:00
peer_group_association.py Set PGA status to out-of-sync after certain operations 2024-03-08 19:38:31 +00:00
phased_subcloud_deploy.py Restrict subcloud deploy configure to primary site 2024-02-20 15:18:16 -05:00
root.py Add dcmanager peer group association management API support 2023-11-04 10:36:41 +08:00
subcloud_backup.py Update tox pylint/pep8 for dcmanager 2024-01-18 21:51:25 +00:00
subcloud_deploy.py Update tox pylint/pep8 for dcmanager 2024-01-18 21:51:25 +00:00
subcloud_group.py Update tox pylint/pep8 for dcmanager 2024-01-18 21:51:25 +00:00
subcloud_peer_group.py Allow rehome related data update when subcloud migration fails 2024-03-20 11:27:56 -04:00
subclouds.py Fix peer-controller-gateway-address update 2024-04-18 14:04:00 +00:00
sw_update_options.py Implement access control for DC API 2022-09-22 18:26:35 -03:00
sw_update_strategy.py Remove the use_usm flag 2024-02-15 16:45:21 -03:00
system_peers.py Fix peer-controller-gateway-address update 2024-04-18 14:04:00 +00:00