Bug 2411 fix: Workaround for configmap clean up while creating cluster in AWS 14/15414/6
authoryshah <shahithya.y@tataelxsi.co.in>
Tue, 23 Sep 2025 09:53:26 +0000 (09:53 +0000)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 11 Nov 2025 10:00:54 +0000 (11:00 +0100)
Change-Id: Ic68016ac2b2be8f287a76d5d6710ef9e9d188378
Signed-off-by: yshah <shahithya.y@tataelxsi.co.in>
osm_lcm/odu_libs/cluster_mgmt.py

index 0905f21..7f35c9d 100644 (file)
@@ -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)