From 4fe91b545e2da189bcf9da2b48ee47babe5f8342 Mon Sep 17 00:00:00 2001 From: Gustavo Pereira Date: Mon, 10 Mar 2025 23:30:27 -0300 Subject: [PATCH] Removal of local-hostname from meta-data This commit solves the delay in factory install playbook tasks that was caused by hostname resolution, removing the variable from meta-data file will ensure the system uses localhost until controller-0 host entries and hostname are configured. Test Plan: PASS: Follow the standard Factory Install procedure and verify that the factory install process executes without delay in the playbook tasks. PASS: Factory install and enroll a subcloud. Verify that the subcloud enrollment completes successfully. Closes-bug: 2101837 Change-Id: Idfed4a1f152996eb0526fb409184abadc91acf41 Signed-off-by: Gustavo Pereira --- tools/nocloud-factory-install/meta-data | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/nocloud-factory-install/meta-data b/tools/nocloud-factory-install/meta-data index 6fe2fd51..2de3e788 100644 --- a/tools/nocloud-factory-install/meta-data +++ b/tools/nocloud-factory-install/meta-data @@ -1,2 +1 @@ instance-id: iid-local01 -local-hostname: controller-0