Activity log for bug #1925236

Date Who What changed Old value New value Message
2021-04-20 16:51:23 Sivonaldo Diogo Santos Silva bug added bug
2021-04-20 16:52:36 Sivonaldo Diogo Santos Silva summary openstack-mariad DX: fail to apply stx-openstack due Exception deploying charts: [openstack-mariadb]
2021-04-21 14:27:15 Ghada Khalil tags stx.distro.openstack
2021-04-21 22:56:30 Sivonaldo Diogo Santos Silva description Brief Description ----------------- After swact controller in an AIO-DX (two node) system, apply stx-openstack fail due Exception deploying charts: ['openstack-mariadb'] Severity -------- Critical Steps to Reproduce ------------------ Install an AIO-DX system and the stx-openstack application. lock/unlock controller-1 swact to controller-1 then lock/unlock controller-0 Expected Behavior ------------------ apply stx-openstack successfully Actual Behavior ---------------- it fails to apply stx-openstack Reproducibility --------------- Intermittent System Configuration -------------------- AIO-DX (two node) system Branch/Pull Time/Commit ----------------------- Designer load: StarlingX_Upstream_build/2021-04-19_06-00-00 Last Pass --------- Unsure Timestamp/Logs -------------- 2021-04-20 12:03:53.860 133 ERROR armada.cli [-] Caught internal exception: armada.exceptions.armada_exceptions.ChartDeployException: Exception deploying charts: ['openstack-mariadb'] 2021-04-20 12:03:53.860 133 ERROR armada.cli Traceback (most recent call last): 2021-04-20 12:03:53.860 133 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/cli/__init__.py", line 38, in safe_invoke 2021-04-20 12:03:53.860 133 ERROR armada.cli self.invoke() 2021-04-20 12:03:53.860 133 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/cli/apply.py", line 213, in invoke 2021-04-20 12:03:53.860 133 ERROR armada.cli resp = self.handle(documents, tiller) 2021-04-20 12:03:53.860 133 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/handlers/lock.py", line 81, in func_wrapper 2021-04-20 12:03:53.860 133 ERROR armada.cli return future.result() 2021-04-20 12:03:53.860 133 ERROR armada.cli File "/usr/lib/python3.6/concurrent/futures/_base.py", line 425, in result 2021-04-20 12:03:53.860 133 ERROR armada.cli return self.__get_result() 2021-04-20 12:03:53.860 133 ERROR armada.cli File "/usr/lib/python3.6/concurrent/futures/_base.py", line 384, in __get_result 2021-04-20 12:03:53.860 133 ERROR armada.cli raise self._exception 2021-04-20 12:03:53.860 133 ERROR armada.cli File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run 2021-04-20 12:03:53.860 133 ERROR armada.cli result = self.fn(*self.args, **self.kwargs) 2021-04-20 12:03:53.860 133 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/cli/apply.py", line 256, in handle 2021-04-20 12:03:53.860 133 ERROR armada.cli return armada.sync() 2021-04-20 12:03:53.860 133 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/handlers/armada.py", line 252, in sync 2021-04-20 12:03:53.860 133 ERROR armada.cli raise armada_exceptions.ChartDeployException(failures) 2021-04-20 12:03:53.860 133 ERROR armada.cli armada.exceptions.armada_exceptions.ChartDeployException: Exception deploying charts: ['openstack-mariadb'] Test Activity ------------- Developer testing Brief Description ----------------- After swact controller in an AIO-DX (two node) system, apply stx-openstack fail due Exception deploying charts: ['openstack-mariadb'] Severity -------- Critical Steps to Reproduce ------------------ Install an AIO-DX system and the stx-openstack application. lock/unlock controller-1 swact to controller-1 then lock/unlock controller-0 Expected Behavior ------------------ apply stx-openstack successfully Actual Behavior ---------------- it fails to apply stx-openstack Reproducibility --------------- Intermittent System Configuration -------------------- AIO-DX (two node) system Branch/Pull Time/Commit ----------------------- Designer load: StarlingX_Upstream_build/2021-04-19_06-00-00 Last Pass --------- Unsure Timestamp/Logs -------------- 2021-04-20 12:03:53.860 133 ERROR armada.cli [-] Caught internal exception: armada.exceptions.armada_exceptions.ChartDeployException: Exception deploying charts: ['openstack-mariadb'] 2021-04-20 12:03:53.860 133 ERROR armada.cli Traceback (most recent call last): 2021-04-20 12:03:53.860 133 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/cli/__init__.py", line 38, in safe_invoke 2021-04-20 12:03:53.860 133 ERROR armada.cli self.invoke() 2021-04-20 12:03:53.860 133 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/cli/apply.py", line 213, in invoke 2021-04-20 12:03:53.860 133 ERROR armada.cli resp = self.handle(documents, tiller) 2021-04-20 12:03:53.860 133 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/handlers/lock.py", line 81, in func_wrapper 2021-04-20 12:03:53.860 133 ERROR armada.cli return future.result() 2021-04-20 12:03:53.860 133 ERROR armada.cli File "/usr/lib/python3.6/concurrent/futures/_base.py", line 425, in result 2021-04-20 12:03:53.860 133 ERROR armada.cli return self.__get_result() 2021-04-20 12:03:53.860 133 ERROR armada.cli File "/usr/lib/python3.6/concurrent/futures/_base.py", line 384, in __get_result 2021-04-20 12:03:53.860 133 ERROR armada.cli raise self._exception 2021-04-20 12:03:53.860 133 ERROR armada.cli File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run 2021-04-20 12:03:53.860 133 ERROR armada.cli result = self.fn(*self.args, **self.kwargs) 2021-04-20 12:03:53.860 133 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/cli/apply.py", line 256, in handle 2021-04-20 12:03:53.860 133 ERROR armada.cli return armada.sync() 2021-04-20 12:03:53.860 133 ERROR armada.cli File "/usr/local/lib/python3.6/dist-packages/armada/handlers/armada.py", line 252, in sync 2021-04-20 12:03:53.860 133 ERROR armada.cli raise armada_exceptions.ChartDeployException(failures) 2021-04-20 12:03:53.860 133 ERROR armada.cli armada.exceptions.armada_exceptions.ChartDeployException: Exception deploying charts: ['openstack-mariadb'] Test Activity ------------- Developer testing
2021-04-27 13:10:02 Austin Sun marked as duplicate 1917308
2021-04-27 17:44:23 Ghada Khalil removed duplicate marker 1917308
2021-04-27 17:44:27 Ghada Khalil starlingx: importance Undecided High
2021-04-27 17:44:39 Ghada Khalil starlingx: assignee Austin Sun (sunausti)
2021-04-27 17:44:41 Ghada Khalil starlingx: status New Fix Released
2021-04-27 17:44:57 Ghada Khalil tags stx.distro.openstack stx.5.0 stx.distro.openstack
2021-04-27 17:45:11 Ghada Khalil marked as duplicate 1917308