From 7d423c45ae835b2167081a82dc0022318d22a3e4 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Mon, 25 Nov 2024 10:13:41 +0100 Subject: [PATCH] Store ironic-inspector data in database We're observing a lot of CI failures caused by DockerHub pull limits. Change-Id: I5d6489b092350078f1da4b8f740a097ea900b249 --- etc/kayobe/inspector.yml | 2 +- etc/kayobe/kolla/config/ironic-inspector.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 etc/kayobe/kolla/config/ironic-inspector.conf diff --git a/etc/kayobe/inspector.yml b/etc/kayobe/inspector.yml index 123481a..f9af93f 100644 --- a/etc/kayobe/inspector.yml +++ b/etc/kayobe/inspector.yml @@ -149,7 +149,7 @@ # data which may be useful in environments without Swift. # Whether the inspection data store is enabled. -#inspector_store_enabled: +inspector_store_enabled: false # Port on which the inspection data store should listen. #inspector_store_port: diff --git a/etc/kayobe/kolla/config/ironic-inspector.conf b/etc/kayobe/kolla/config/ironic-inspector.conf new file mode 100644 index 0000000..45cb44c --- /dev/null +++ b/etc/kayobe/kolla/config/ironic-inspector.conf @@ -0,0 +1,2 @@ +[processing] +store_data = database