f125a8b892
This change addresses a long-standing issue in rST documentation imported from XML. That import process added backslash escapes in front of various characters. The three most common being '(', ')', and '_'. These instances are removed. Signed-off-by: Ron Stone <ronald.stone@windriver.com> Change-Id: Id43a9337ffcd505ccbdf072d7b29afdb5d2c997e
904 B
904 B
Orchestration Strategy Using Subcloud Groups
When an upgrade, update, or firmware update orchestration strategy is created, the strategy ensures that the application of software upgrades, and updates are done in the following order for the subclouds.
The order in which dcmanager subcloud-group list
displays the
subcloud groups, is the order they are processed by orchestration.
- First, all subclouds in the default group.
- All subclouds in the first, second, and third group, etc.
- Subclouds from different groups will never be included in the same stage of the strategy to ensure they are not upgraded, updated (patched) at the same time.