docs/doc/source/dist_cloud/managing-subcloud-groups.rst
Juanita-Balaraj 63cd4f5fdc CephFS RWX Support in Host-based Ceph
Incorporated patchset 1 review comments
Updated patchset 5 review comments
Updated patchset 6 review comments
Fixed merge conflicts
Updated patchset 8 review comments

Change-Id: Icd7b08ab69273f6073b960a13cf59905532f851a
Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com>
2021-05-03 16:39:45 -04:00

2.6 KiB

Manage Subcloud Groups

Subclouds can be organized into subcloud groups. These subcloud groups can control how subclouds are updated.

When a subcloud is created it is automatically added to the 'Default' subcloud group, unless the group is specified. Subclouds can be associated with a particular group when they are created, and that association can be changed to a different subcloud group, if required. To create a subcloud group, see, Creating Subcloud Groups <creating-subcloud-groups>.

For example, while creating a strategy, if several subclouds can be upgraded or updated in parallel, they can be grouped together in a subcloud group that supports parallel upgrades or updates. In this case, the max\_parallel\_subclouds, and subcloud\_apply\_type are not specified when the strategy is created, so that the settings in the subcloud group are used.

Alternatively, if several subclouds should be upgraded or updated individually, they can be grouped together in a subcloud group that supports serial updates. In this case, the max\_parallel\_subclouds, andsubcloud\_apply\_type are not specified when creating the strategy, and the subcloud group settings for max\_parallel\_subclouds (not applicable), and the subcloud\_apply\_type (serial) associated with that subcloud group are used.

For more information on creating a strategy for orchestration upgrades, updates or firmware updates, see:

  • To create an upgrade orchestration strategy use the dcmanager upgrade-strategy create command.
  • To create an update (patch) orchestration strategy use the dcmanager patch-strategy create command.
  • To create a firmware update orchestration strategy use the dcmanager fw-update-strategy create command.

Creating Subcloud Groups <creating-subcloud-groups>

Orchestration Strategy Using Subcloud Groups <ochestration-strategy-using-subcloud-groups>