distcloud-client/distributedcloud-client
Gustavo Pereira f83fe08336 Add subcloud enroll command
This commit introduces the enroll command for subclouds.

Test Plan

PASS: Deploy a system controller and run subcloud add
enroll command with migrate command. Verify that an
error is thrown informing that enroll and migrate
cannot run together.

PASS: Deploy a system controller and run subcloud add
enroll command. Verify that the dcmanager API returns
a success.

Change-Id: Icbebdafa746b87cd8b906a9394f161991da9a123
Signed-off-by: Gustavo Pereira <gustavo.lyrapereira@windriver.com>
2024-04-16 15:56:47 -03:00
..
centos Enabling firmware update dcmanager orchestration commands 2020-07-30 12:58:26 -05:00
dcmanagerclient Add subcloud enroll command 2024-04-16 15:56:47 -03:00
debian Update debian package versions to use git commits 2023-02-10 09:13:13 -08:00
.coveragerc Move content to subdir to support relocated packaging 2019-11-04 14:14:38 -05:00
.pylintrc Change class name to use camelCase 2024-02-29 17:10:14 -03:00
.testr.conf Move content to subdir to support relocated packaging 2019-11-04 14:14:38 -05:00
LICENSE Update files for relocated repo 2019-11-04 16:12:27 -05:00
MANIFEST.in Move content to subdir to support relocated packaging 2019-11-04 14:14:38 -05:00
README.rst Move content to subdir to support relocated packaging 2019-11-04 14:14:38 -05:00
babel.cfg Move content to subdir to support relocated packaging 2019-11-04 14:14:38 -05:00
requirements.txt Update tox config for Distributed Cloud Client 2024-02-27 16:58:59 -03:00
setup.cfg Move content to subdir to support relocated packaging 2019-11-04 14:14:38 -05:00
setup.py Move content to subdir to support relocated packaging 2019-11-04 14:14:38 -05:00
test-requirements.txt Update tox config for Distributed Cloud Client 2024-02-27 16:58:59 -03:00
tox.ini Update tox config for Distributed Cloud Client 2024-02-27 16:58:59 -03:00

README.rst

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).