distcloud-client/distributedcloud-client
Gustavo Herzmann 47c902ab33 Use "SystemController" when requesting default strategy config
Previously, retrieving the default strategy configuration required
using "RegionOne" as the subcloud_ref. Since the concept of "RegionOne"
will be removed in the future, and the system controller will only have
a UUID region and the "SystemController" region, this commit updates
references from "RegionOne" to "SystemController" when requesting the
default strategy configuration.

Test Plan:
01. PASS - Run 'dcmanager strategy-config update' using different
    region names: "RegionOne", "SystemController", and without
    specifying a region name. Verify that the default options are
    modified accordingly.
02. PASS - Run the previous test but using 'dcmanager strategy-config
    show' instead.

Depends-On: https://review.opendev.org/c/starlingx/distcloud/+/945580

Story: 2011312
Task: 51862

Change-Id: I371fd2550b521943da93c3817c35785bde470cd6
Signed-off-by: Gustavo Herzmann <gustavo.herzmann@windriver.com>
2025-03-26 13:13:59 +00:00
..
2024-06-24 10:55:29 -03:00
2019-11-04 16:12:27 -05:00
2024-06-24 10:55:29 -03:00
2024-06-24 09:52:54 -03:00
2024-06-24 09:52:54 -03:00

Dcmanagerclient

Wind River's Distributed Cloud system supports an edge computing solution by providing central management and orchestration for a geographically distributed network of Titanium Cloud systems.

python-dcmanagerclient

Python client for dcmanager

This is a client library for Dcmanager built on the Dcmanager API. It provides a Python API (the dcmanagerclient module) and a command-line tool (dcmanager).