Feature 10239: Distributed VCA 76/10576/13
authorDavid Garcia <david.garcia@canonical.com>
Wed, 31 Mar 2021 17:13:10 +0000 (19:13 +0200)
committerbeierlm <mark.beierl@canonical.com>
Wed, 28 Apr 2021 08:50:04 +0000 (10:50 +0200)
commit961145b6c1ab65c8cc5953aae008781e285c1461
treeb77b82f89bb98d3e426c32f9c6191a824b3a1a1b
parent8fdbc7b94c475febecf9896d9ea1e715f82c3daa
Feature 10239: Distributed VCA

Add the following commands to the OSM Client:
 - osm vca-add
 - osm vca-delete
 - osm vca-update
 - osm vca-list
 - osm vca-show
Other changes:
 - Add the --vca argument in the osm vim-create command, to be able to
associate a vca with a VIM
Depends on: https://osm.etsi.org/gerrit/#/c/osm/NBI/+/10574/

Change-Id: I1d322745d16c5ade27444be5afd37904f7306c5c
Signed-off-by: David Garcia <david.garcia@canonical.com>
Dockerfile
osmclient/scripts/osm.py
osmclient/scripts/tests/tests_vca.py [new file with mode: 0644]
osmclient/sol005/client.py
osmclient/sol005/k8scluster.py
osmclient/sol005/ns.py
osmclient/sol005/tests/test_vca.py [new file with mode: 0644]
osmclient/sol005/vca.py [new file with mode: 0644]
osmclient/sol005/vim.py
osmclient/v1/client.py