canonical / mysql-operator

Machine charm for MySQL following the operator framework
https://charmhub.io/mysql
Apache License 2.0
6 stars 8 forks source link

DPE-3115 Fix MAAS deployment #444

Closed paulomach closed 2 months ago

paulomach commented 2 months ago

Issue

MAAS deployment fails due hostname resolving to localhost.

Solution

Refactor hostname resolution code to remove offending line in /etc/hosts Simplified code and added unit tests.

Fix validated on MAAS@GCP

Fixes #443 #366