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: