From 45c4c33aa57fec2ce6b999dbd5aa6a3d68e95834 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Tue, 22 Dec 2020 09:56:59 +0000 Subject: [PATCH] bifrost: Retain default value of true for enable_inspector_discovery In the Wallaby cycle, Bifrost changed the default value of enable_inspector_discovery from true to false. To maintain backwards compatibility, we override the setting to true. Depends-On: https://review.opendev.org/762998/ Change-Id: Ie504fe9e7934e3e9f399d010cd8c5e242a152bb7 --- ansible/roles/kolla-bifrost/templates/bifrost.yml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/roles/kolla-bifrost/templates/bifrost.yml.j2 b/ansible/roles/kolla-bifrost/templates/bifrost.yml.j2 index 0459df9db..89d998db6 100644 --- a/ansible/roles/kolla-bifrost/templates/bifrost.yml.j2 +++ b/ansible/roles/kolla-bifrost/templates/bifrost.yml.j2 @@ -70,6 +70,9 @@ firewalld_internal_zone: "{{ kolla_bifrost_firewalld_internal_zone }}" # Disable authentication for the Ironic and Inspector APIs. noauth_mode: true +# Enable discovery of nodes in Ironic Inspector. +enable_inspector_discovery: true + {% if kolla_bifrost_extra_globals %} ############################################################################### # Extra configuration