1007 Use KDU name and NS id for model names 56/8556/7
authorDominik Fleischmann <dominik.fleischmann@canonical.com>
Tue, 4 Feb 2020 14:32:42 +0000 (15:32 +0100)
committerDominik Fleischmann <dominik.fleischmann@canonical.com>
Thu, 6 Feb 2020 17:49:40 +0000 (18:49 +0100)
commit847f3c055188614da2cd7ea8028db8ab025eb1d8
treeaa9a75d36941a4d18f82e0b4b874d47c1d5b6c22
parent601697a71710893f45f3c00c4fdb9d612cc99b59
1007 Use KDU name and NS id for model names

This commit is part of the fix for Bug 1007. Previously
The wrong naming was used in the uninstall function and
it was deleting each application one by one. Now the whole
model will be deleted automatically.
This commit is dependent on this one in LCM:
https://osm.etsi.org/gerrit/#/c/osm/LCM/+/8555/

Additionally the naming for models has changes so that
each KDU gets is own model with the following naming:
<kdu-name>-<ns-id> . This will fix multi KDU support.

Change-Id: I912105417d67d5f3d95b997b91d7a5b7388bdf0d
Signed-off-by: Dominik Fleischmann <dominik.fleischmann@canonical.com>
n2vc/k8s_conn.py
n2vc/k8s_helm_conn.py
n2vc/k8s_juju_conn.py