From ef52a3c8c5358823e99d4cb0116e70f7a6b54d46 Mon Sep 17 00:00:00 2001 From: John Garbutt Date: Thu, 15 May 2025 13:49:06 +0100 Subject: [PATCH] Add config drive to the infra VM This helps when we have issues with the metadata service being unable to bootstrap the VM. Adding this removes a possible failure mode. --- roles/infra/templates/resources.tf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/infra/templates/resources.tf.j2 b/roles/infra/templates/resources.tf.j2 index 4ce1170f8..c78346e58 100644 --- a/roles/infra/templates/resources.tf.j2 +++ b/roles/infra/templates/resources.tf.j2 @@ -94,6 +94,7 @@ resource "openstack_compute_keypair_v2" "keypair_deploy" { resource "openstack_compute_instance_v2" "node" { name = "{{ infra_name }}" + config_drive = true {% if infra_root_volume_enabled %} block_device {