Feature 10962 Refactoring of osmclient commands 95/11795/14
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 28 Mar 2022 22:11:30 +0000 (00:11 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Sat, 29 Oct 2022 17:19:53 +0000 (19:19 +0200)
commit00bc0353583beab960fb853375dc1e8f4a77840d
tree54163ea86cd1766dd99a0b6dd71326588d83f3e3
parent36993ffceb0f72059b54c19e62fd7588c2b9d931
Feature 10962 Refactoring of osmclient commands

This commit refactors click commands to different modules under
osmclient/cli_commands.

Change-Id: Ie28a7c5f4fb663433f0d5aad491d1634da5c4fcd
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
29 files changed:
README.md
osmclient/cli_commands/__init__.py [new file with mode: 0644]
osmclient/cli_commands/alarms.py [new file with mode: 0755]
osmclient/cli_commands/k8scluster.py [new file with mode: 0755]
osmclient/cli_commands/metrics.py [new file with mode: 0755]
osmclient/cli_commands/netslice_instance.py [new file with mode: 0755]
osmclient/cli_commands/netslice_ops.py [new file with mode: 0755]
osmclient/cli_commands/netslice_template.py [new file with mode: 0755]
osmclient/cli_commands/nfpkg.py [new file with mode: 0755]
osmclient/cli_commands/ns.py [new file with mode: 0755]
osmclient/cli_commands/nslcm.py [new file with mode: 0755]
osmclient/cli_commands/nslcm_ops.py [new file with mode: 0755]
osmclient/cli_commands/nspkg.py [new file with mode: 0755]
osmclient/cli_commands/other.py [new file with mode: 0755]
osmclient/cli_commands/packages.py [new file with mode: 0755]
osmclient/cli_commands/pdus.py [new file with mode: 0755]
osmclient/cli_commands/rbac.py [new file with mode: 0755]
osmclient/cli_commands/repo.py [new file with mode: 0755]
osmclient/cli_commands/sdnc.py [new file with mode: 0755]
osmclient/cli_commands/subscriptions.py [new file with mode: 0755]
osmclient/cli_commands/utils.py [new file with mode: 0755]
osmclient/cli_commands/vca.py [new file with mode: 0755]
osmclient/cli_commands/vim.py [new file with mode: 0755]
osmclient/cli_commands/vnf.py [new file with mode: 0755]
osmclient/cli_commands/wim.py [new file with mode: 0755]
osmclient/scripts/osm.py
osmclient/scripts/tests/tests_vca.py
osmclient/scripts/tests/tests_vim.py
osmclient/sol005/vca.py