Skip to content

Commit 7d423c4

Browse files
committed
Store ironic-inspector data in database
We're observing a lot of CI failures caused by DockerHub pull limits. Change-Id: I5d6489b092350078f1da4b8f740a097ea900b249
1 parent 85ef0fd commit 7d423c4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

etc/kayobe/inspector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
# data which may be useful in environments without Swift.
150150

151151
# Whether the inspection data store is enabled.
152-
#inspector_store_enabled:
152+
inspector_store_enabled: false
153153

154154
# Port on which the inspection data store should listen.
155155
#inspector_store_port:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[processing]
2+
store_data = database

0 commit comments

Comments
 (0)