-
Notifications
You must be signed in to change notification settings - Fork 791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(IAC-1595) MySQL maintenance #1472
Conversation
Prior to this commit, MySQL module had the entirety of the Debian OS family disabled due to provisioning issues at cloud level. JIRA ticket IAC-1595 reported this behaviour. In addition, Debian 11 was reported to have an unfinished implementation. This commit was aimed at re-enabling the debian systems and troubleshooting the failing ones. As well as adding the missing configuration for Debian 11. During this commit, it was established that the best way to troubleshoot the debian provisioning issues was to switch the provisioning service to GCP. Upon fixing the provisioning issues, a number of test error cases related to privileges and bad locale variables were reported and those were addressed as well. Finally, some minor maintenance changes were applied as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got a few small questions but otherwise everything look's good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two small comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
exciting |
Prior to this commit, MySQL module had the entirety of the Debian OS
family disabled due to provisioning issues at cloud level. JIRA ticket
IAC-1595 reported this behaviour. In addition, Debian 11 was reported
to have an unfinished implementation.
This commit was aimed at re-enabling the debian systems and
troubleshooting the failing ones. As well as adding the missing
configuration for Debian 11.
During this commit, it was established that the best way to troubleshoot
the debian provisioning issues was to switch the provisioning service to
GCP. Upon fixing the provisioning issues, a number of test error cases
related to privileges and bad locale variables were reported and those
were addressed as well.
Finally, some minor maintenance changes were applied as well.
Issues created:
#1473
#1474