From: yshah Date: Tue, 23 Sep 2025 09:53:26 +0000 (+0000) Subject: Bug 2411 fix: Workaround for configmap clean up while creating cluster in AWS X-Git-Tag: v19.0.0~14 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F14%2F15414%2F6;p=osm%2FLCM.git Bug 2411 fix: Workaround for configmap clean up while creating cluster in AWS Change-Id: Ic68016ac2b2be8f287a76d5d6710ef9e9d188378 Signed-off-by: yshah --- diff --git a/osm_lcm/odu_libs/cluster_mgmt.py b/osm_lcm/odu_libs/cluster_mgmt.py index 0905f21d..7f35c9d7 100644 --- a/osm_lcm/odu_libs/cluster_mgmt.py +++ b/osm_lcm/odu_libs/cluster_mgmt.py @@ -528,12 +528,12 @@ async def clean_items_cluster_create(self, op_id, op_params, content): "namespace": "osm-workflows", } ], - "configmaps": [ - { - "name": f"{content['cluster']['name']}-parameters", - "namespace": "managed-resources", - } - ], + # "configmaps": [ + # { + # "name": f"{content['cluster']['name']}-parameters", + # "namespace": "managed-resources", + # } + # ], } try: await self.clean_items(items)