Bug 2065 fixed 62/12162/6
authorPedro Escaleira <escaleira@av.it.pt>
Sat, 4 Jun 2022 18:14:11 +0000 (19:14 +0100)
committercalvinosanc1 <guillermo.calvino@canonical.com>
Wed, 28 Sep 2022 16:03:14 +0000 (18:03 +0200)
commit0fcb6feed111b9eb210c03c49287ce114355b994
tree1b5f848361ff46148006eb25447838ae4666660f
parentd381799865c4c56fd78c6ee17512239ea4496fb6
Bug 2065 fixed

The method _exec_inspect_command is only obtaining the repo name
where an URL was passed: this will allow to scale KDUs based on local
Helm Charts; did also some refactor work: the _split_repo method now
returns both the Chart's name and Repo's name, in order to avoid using
similar blocks of code in other portions (with this, made some changes
to the _exec_inspect_command and _find_repo methods, to use this method,
instead of a similar block of code); added some information to the
description of some changed methods; other small changes.

Change-Id: I7302623ad2bfeef9be3b7c17376cab67f5eda630
Signed-off-by: Pedro Escaleira <escaleira@av.it.pt>
n2vc/k8s_helm3_conn.py
n2vc/k8s_helm_base_conn.py