From 0e0ec10c7809ab919743dd9764d9cd903eec1ed9 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 2 Jun 2017 14:53:27 -0700 Subject: [PATCH] Query for HOST_IP not found issue This is a query for bug 1693689 that will track instances where devstack jobs fail because the host ip couldn't be determined. Underlying issue is jobs not using the safe ip address range defined in d-g which occasionally leads to address range conflicts with the underlying cloud instances. Change-Id: I54d34db640d6ca6c7c39783bba8246fb5e951467 Related-bug: 1693689 --- queries/1693689.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 queries/1693689.yaml diff --git a/queries/1693689.yaml b/queries/1693689.yaml new file mode 100644 index 00000000..86c4cc29 --- /dev/null +++ b/queries/1693689.yaml @@ -0,0 +1,3 @@ +query: > + message: "Could not determine host ip address. See local.conf for suggestions on setting HOST_IP." + AND tags:"console"