-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Append controller domain and get IP for AUTHURL
After supporting the management reconfiguration in StarlingX, the openstack keystone endpoint address may change after updating the management network. To avoid the DM cannot access the openstack endpoints after changing the endpoint address during network reconfiguration, this commit enables functions: 1. always append controller domain into the authURLs, which can be used to get the management floating IP address after DNSMask service enabled. 2. query IP address by domains in the authURLs. Test plan: 1. Passed - deploy AIOSX with existing deployment configuratin. 2. Passed - update management network with new management subnet in the AIOSX, verified the DM can keep communicate with the sysinv API after unlock. 3. Passed - check V2 logs, verified the failure of get one IP address of a domain will not fail the client creation, verified the wrong format in the authURL will fail the client creation as expected, verified the duplicated IP address will be removed in the result. Signed-off-by: Yuxing Jiang <Yuxing.Jiang@windriver.com>
- Loading branch information
Showing
4 changed files
with
163 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters