distcloud-client/distributedcloud-client
albailey c640a51440 Adding upgrade strategy commands
dcmanager strategy-config
dcmanager upgrade-strategy

This change refactors the existing sw-update code so that
patch and upgrades share common functionality.

This adds the strategy 'type' to the CLI output so that a
user can differentiate between which strategy type is
being orchestrated.

patch-strategy-config is generic to all update types, so a new
strategy-config CLI command is now registered.

Change-Id: Icd33eb26f907e8e250ebddbba7d2cebea3592ac7
Depends-On: https://review.opendev.org/#/c/721620
Story: 2007403
Task: 39654
Signed-off-by: albailey <Al.Bailey@windriver.com>
2020-05-05 11:36:52 -05:00
..
centos Support subcloud deploy upload the common files 2020-04-23 09:38:51 -04:00
dcmanagerclient Adding upgrade strategy commands 2020-05-05 11:36:52 -05:00
.coveragerc Move content to subdir to support relocated packaging 2019-11-04 14:14:38 -05: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
pylint.rc Enable pylint for distributed cloud client 2020-04-12 14:36:26 -05:00
requirements.txt Support subcloud deploy upload the common files 2020-04-23 09:38:51 -04: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 Enable pylint for distributed cloud client 2020-04-12 14:36:26 -05:00
tox.ini Enable pylint for distributed cloud client 2020-04-12 14:36:26 -05: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).