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
This commit is contained in:
Clark Boylan 2020-10-23 10:33:19 -07:00
parent b5ee5e6eb8
commit bec0127970
3 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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:

View File

@ -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: