Bug 2065 fixed 18/12318/2 v12.0.4 v12.0.5
authorPedro Escaleira <escaleira@av.it.pt>
Sat, 4 Jun 2022 18:14:11 +0000 (19:14 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 29 Nov 2022 14:47:15 +0000 (15:47 +0100)
commit2f0692e61e18466f6e7df3e580140f27cad396de
tree5a4e264f4053c96f1ff6280a6e382670b5f6c55b
parent5d542b5a382558bd5f83a8b173840ea2c953aaa5
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>
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
n2vc/k8s_helm3_conn.py
n2vc/k8s_helm_base_conn.py