distcloud-client/distributedcloud-client
Gustavo Herzmann 2b7efc3eea Rename dcmanager subcloud-deploy commands
Renames the 'dcmanager subcloud-deploy upload/show' commands to
'dcmanager subcloud deploy upload/show'. This is done so that the
command names are consistent with the new 'dcmanager subcloud deploy'
commands (add, install, bootstrap, config, abort and resume).

The original commands will return a deprecation notice, instructing
the user to use the new command names.

Test Plan:
1. PASS - Verify that both renamed commands are working as expected (no
          change to the command functionality);
2. PASS - Verify that the old commands are returning the deprecation
          notice instructing the user to use the renamed commands;
3. PASS - Verify that the return code when using the deprecated
          commands is 1;
4. PASS - Verify that the 'dcmanager help' shows the correct help
          message for the renamed commands.

Story: 2010756
Task: 48054

Change-Id: I731b49d74b8d05b411030e3ed83dbc0266df9d9b
Signed-off-by: Gustavo Herzmann <gustavo.herzmann@windriver.com>
2023-07-19 17:40:56 +00:00
..
centos Enabling firmware update dcmanager orchestration commands 2020-07-30 12:58:26 -05:00
dcmanagerclient Rename dcmanager subcloud-deploy commands 2023-07-19 17:40:56 +00: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
.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 Make Tox compatible to Debian Python3.9 Environment - dc-client 2022-08-11 14:16:40 -04: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-debian.txt Make Tox compatible to Debian Python3.9 Environment - dc-client 2022-08-11 14:16:40 -04:00
test-requirements.txt Adding py39 gate and removing py36 gates from zuul 2021-10-28 19:41:32 +00:00
tox.ini Update tox.ini to work with tox 4 2022-12-26 18:28:59 +00: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).