-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tripleo muilti-cell: conditionally use ext net
Move the role generation and external networks removal snippet from ceph.sh to the main tripleo.sh script, and make it controled by the TRIPLEO_NETWORKING flag. Also add the HCI role to the main roles file, so that other roles defined there may still be used in HCI Ceph topology. Add attach_external_net j2 var based on the TRIPLEO_NETWORKING value. Multi-node adoption CI jobs deploy tripleo isolnet w/o external network historically, so it would use TRIPLEO_NETWORKING=false. For local setups, one might want to use it. Add granular tripleo netconfig control flags In local multi-cell setups, we use tripleo netconfig for cell stacks. Extend it to the main stack as well. In today multi-node CI we keep it disabled, so this addition doesn't change the status quo. Add more granular EDPM flags to control attaching external network, configuring (tripleo) network, and managing (undercloud) default route. This are currently only used with tripleo dev setups, but may be extended to edpm dev envs if/as needed. Align the config download templates to use them consistently Signed-off-by: Bohdan Dobrelia <[email protected]>
- Loading branch information
Showing
8 changed files
with
114 additions
and
27 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
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