X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_lcm%2Fns.py;h=a6ef52ed19cc8d02553007928be434c5e63e642b;hb=1d8aa81e353f6a9a1921d1efb0bd96b4719ec576;hp=d267065928f53731030f5bc6c07a50d7ff03d3fe;hpb=28b0bf87c3fe2bd99cd3d5665eae484df8c3b44c;p=osm%2FLCM.git diff --git a/osm_lcm/ns.py b/osm_lcm/ns.py index d267065..a6ef52e 100644 --- a/osm_lcm/ns.py +++ b/osm_lcm/ns.py @@ -1905,6 +1905,7 @@ class NsLcm(LcmBase): db_dict=db_dict, config=osm_config, artifact_path=artifact_path, + chart_model=vca_name, vca_type=vca_type, ) else: @@ -2181,6 +2182,8 @@ class NsLcm(LcmBase): # STEP 7 Configure metrics if vca_type == "helm" or vca_type == "helm-v3": + # TODO: review for those cases where the helm chart is a reference and + # is not part of the NF package prometheus_jobs = await self.extract_prometheus_scrape_jobs( ee_id=ee_id, artifact_path=artifact_path,