SUSE / ha-sap-terraform-deployments

Automated SAP/HA Deployments in Public/Private Clouds
GNU General Public License v3.0
122 stars 88 forks source link

reorder package related states in os_setup to run updates at the very end #770

Closed yeoldegrove closed 3 years ago

yeoldegrove commented 3 years ago

This partially reverts #766 by removing the kernel switch workaround. The real root cause for the issues in #766 seems to be that a full system update is run and after that, salt code to run package installs/removals of kernels does not work anymore. To prevent issues like this, this PR installs package updates at the very end. This is a best practice anyhow.