-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix adoption_vars, only one defaultRoute, no ocbpm net
With PR# 2548 support was added for multiple edpm nodesets, these may not have the same networks attached - i.e Compute and Networkere nodes have different network needs. When introducing this support the `networks` was made dynamic, and the `defaultRoute` was set for every network. Only one network can have the `defaultRoute`, this caused an error when deploying the openstackdataplanenodeset. Restore the behaviour prior to PR# 2548 - which would only set `defaultRoute` for the `ctlplane` network. Also, filter the cifmw_libvirt_manager_pub_net when generating networks for edpm_nodes. cifmw_libvirt_manager_pub_net (typically named ocpbm) is a ci-framework "management" network and should not be included in the EDPM nodeset configs. Jira: OSPRH-1301
- Loading branch information
Showing
3 changed files
with
17 additions
and
6 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