From bec0127970e0b9da581064212dc030104e311e4f Mon Sep 17 00:00:00 2001
From: Clark Boylan <clark.boylan@gmail.com>
Date: Fri, 23 Oct 2020 10:33:19 -0700
Subject: [PATCH] Add jvb02 prior to the PTG

This will scale up our meetpad install by 50% giving us more capacity
for PTG sessions.

We also increase the tox linters job timeout as it is slow pip
installing then slow running ansible-lint. Do this until we can sort out
why it is slow.

Change-Id: Ieceafefa27266f0bc0f427af790f920a8c44326c
---
 hiera/common.yaml         | 1 +
 inventory/base/hosts.yaml | 7 +++++++
 zuul.d/project.yaml       | 6 ++++--
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/hiera/common.yaml b/hiera/common.yaml
index 0c811bf23e..2a8cc205a2 100644
--- a/hiera/common.yaml
+++ b/hiera/common.yaml
@@ -231,6 +231,7 @@ cacti_hosts:
 - graphite02.opendev.org
 - health.openstack.org
 - jvb01.opendev.org
+- jvb02.opendev.org
 - kdc03.openstack.org
 - kdc04.openstack.org
 - lists.openstack.org
diff --git a/inventory/base/hosts.yaml b/inventory/base/hosts.yaml
index 94f17bee25..a961055b8c 100644
--- a/inventory/base/hosts.yaml
+++ b/inventory/base/hosts.yaml
@@ -265,6 +265,13 @@ all:
         region_name: DFW
       public_v4: 174.143.130.41
       public_v6: 2001:4800:7819:104:be76:4eff:fe04:53f1
+    jvb02.opendev.org:
+      ansible_host: 104.130.158.233
+      location:
+        cloud: openstackci-rax
+        region_name: DFW
+      public_v4: 104.130.158.233
+      public_v6: 2001:4800:7818:104:be76:4eff:fe04:48c7
     kdc03.openstack.org:
       ansible_host: 23.253.107.82
       location:
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 739f9d6d62..2bf2cccfd5 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -8,7 +8,8 @@
       jobs:
         - opendev-tox-docs
         - opendev-buildset-registry
-        - tox-linters
+        - tox-linters:
+            timeout: 3600
         - system-config-run-base
         - system-config-run-base-ansible-devel:
             voting: false
@@ -97,7 +98,8 @@
       jobs:
         - opendev-tox-docs
         - opendev-buildset-registry
-        - tox-linters
+        - tox-linters:
+            timeout: 3600
         - system-config-run-base
         - system-config-run-dns
         - system-config-run-eavesdrop: