Reset branch to master 19/12819/1
authorMark Beierl <mark.beierl@canonical.com>
Fri, 6 Jan 2023 18:03:17 +0000 (13:03 -0500)
committerMark Beierl <mark.beierl@canonical.com>
Fri, 6 Jan 2023 18:04:07 +0000 (13:04 -0500)
commita448805c3b22be921f1076be86168591e60552d3
tree32d579d51074ab1628a7eb1a181ac602f65dc4f5
parente0de6916445407a98c63e87d88d7276e66c445a0
Reset branch to master

Change-Id: I89942d1e14403d404ddf71f4b8daf62f09e32eab
Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
37 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/test_ns_operations.py [deleted file]
osmclient/scripts/tests/test_paas_operations.py [deleted file]
osmclient/scripts/tests/tests_vca.py
osmclient/scripts/tests/tests_vim.py
osmclient/sol005/client.py
osmclient/sol005/ns.py
osmclient/sol005/paas.py [deleted file]
osmclient/sol005/tests/test_paas.py [deleted file]
osmclient/sol005/tests/test_sol005_ns.py [deleted file]
osmclient/sol005/vca.py
osmclient/sol005/vim.py