system-config/inventory/service/host_vars
Clark Boylan 76baae4e3f Replace testing group vars with host vars for review02
Previously we had a test specific group vars file for the review Ansible
group. This provided junk secrets to our test installations of Gerrit
then we relied on the review02.opendev.org production host vars file to
set values that are public.

Unfortunately, this meant we were using the production heapLimit value
which is far too large for our test instances leading to the occasionaly
failure:

  There is insufficient memory for the Java Runtime Environment to continue.
  Native memory allocation (mmap) failed to map 9596567552 bytes for committing reserved memory.

We cannot set the heapLimit in the group var file because the hostvar
file overrides those values. To fix this we need to replace the test
specific group var contents with a test specific host var file instead.
To avoid repeating ourselves we also create a new review.yaml group_vars
file to capture common settings between testing and prod. Note we should
look at combining this new file with the gerrit.yaml group_vars.

On the testing side of things we set the heapLimit to 6GB, we change the
serverid value to prevent any unexpected notedb confusion, and we remove
replication config.

Change-Id: Id8ec5cae967cc38acf79ecf18d3a0faac3a9c4b3
2021-10-12 09:48:45 -07:00
..
adns1.opendev.org.yaml Split inventory into multiple dirs and move hostvars 2020-06-04 07:44:36 -05:00
bridge.openstack.org.yaml Introduce iweb cloud configs 2021-08-31 13:42:22 -07:00
codesearch01.opendev.org.yaml Migrate codesearch site to container 2020-11-20 07:41:12 +11:00
eavesdrop01.opendev.org.yaml Add ptgbot serveralias for redirecting PTG site 2021-10-07 19:34:16 +00:00
ethercalc02.openstack.org.yaml Provision ethercalc LE cert 2021-05-24 08:25:39 -07:00
etherpad01.opendev.org.yaml borg-backup: implement saving a stream, use for database backups 2021-02-03 11:43:12 +11:00
gitea01.opendev.org.yaml borg-backup: implement saving a stream, use for database backups 2021-02-03 11:43:12 +11:00
gitea02.opendev.org.yaml Split inventory into multiple dirs and move hostvars 2020-06-04 07:44:36 -05:00
gitea03.opendev.org.yaml Split inventory into multiple dirs and move hostvars 2020-06-04 07:44:36 -05:00
gitea04.opendev.org.yaml Split inventory into multiple dirs and move hostvars 2020-06-04 07:44:36 -05:00
gitea05.opendev.org.yaml Split inventory into multiple dirs and move hostvars 2020-06-04 07:44:36 -05:00
gitea06.opendev.org.yaml Split inventory into multiple dirs and move hostvars 2020-06-04 07:44:36 -05:00
gitea07.opendev.org.yaml Split inventory into multiple dirs and move hostvars 2020-06-04 07:44:36 -05:00
gitea08.opendev.org.yaml Split inventory into multiple dirs and move hostvars 2020-06-04 07:44:36 -05:00
grafana01.opendev.org.yaml host_vars : add .yaml extension 2021-04-13 17:25:57 +10:00
graphite02.opendev.org.yaml Graphite container deployment 2020-07-03 07:17:28 +10:00
insecure-ci-registry01.opendev.org.yaml Split inventory into multiple dirs and move hostvars 2020-06-04 07:44:36 -05:00
lists.katacontainers.io.yaml Ansible mailman configs 2021-05-11 08:40:01 -07:00
lists.openstack.org.yaml Add support for Ubuntu Focal to our mailman ansible 2021-09-13 09:10:00 -07:00
meetpad01.opendev.org.yaml Split inventory into multiple dirs and move hostvars 2020-06-04 07:44:36 -05:00
mirror01.bhs1.ovh.opendev.org.yaml Split inventory into multiple dirs and move hostvars 2020-06-04 07:44:36 -05:00
mirror01.ca-ymq-1.vexxhost.opendev.org.yaml host_vars : add .yaml extension 2021-04-13 17:25:57 +10:00
mirror01.dfw.rax.opendev.org.yaml RAX DFW/IAD : add internal mirror DNS to cert 2020-10-30 15:02:51 +11:00
mirror01.iad.rax.opendev.org.yaml RAX DFW/IAD : add internal mirror DNS to cert 2020-10-30 15:02:51 +11:00
mirror01.kna1.airship-citycloud.opendev.org.yaml Split inventory into multiple dirs and move hostvars 2020-06-04 07:44:36 -05:00
mirror01.ord.rax.opendev.org.yaml This updates LE config for the ord mirror to the correct name 2020-10-28 09:59:17 -07:00
mirror01.regionone.limestone.opendev.org.yaml host_vars : add .yaml extension 2021-04-13 17:25:57 +10:00
mirror01.regionone.osuosl.opendev.org.yaml OSU OSL: fix typo in certificate name 2021-04-13 20:17:54 +10:00
mirror01.sjc1.vexxhost.opendev.org.yaml host_vars : add .yaml extension 2021-04-13 17:25:57 +10:00
mirror02.gra1.ovh.opendev.org.yaml Split inventory into multiple dirs and move hostvars 2020-06-04 07:44:36 -05:00
mirror02.iad3.inmotion.opendev.org.yaml Add mirror02 to inmotion 2021-04-22 12:15:28 -07:00
mirror02.mtl01.inap.opendev.org.yaml Introduce iweb cloud configs 2021-08-31 13:42:22 -07:00
mirror02.regionone.linaro-us.opendev.org.yaml mirror02.regionone.linaro.us : add missing LE file 2020-08-25 16:39:11 +10:00
nb01.opendev.org.yaml Split inventory into multiple dirs and move hostvars 2020-06-04 07:44:36 -05:00
nb02.opendev.org.yaml Split inventory into multiple dirs and move hostvars 2020-06-04 07:44:36 -05:00
nb03.opendev.org.yaml nodepool-builder: configure upload workers, reduce nb03 2021-04-15 09:10:37 +10:00
ns1.opendev.org.yaml Split inventory into multiple dirs and move hostvars 2020-06-04 07:44:36 -05:00
ns2.opendev.org.yaml Split inventory into multiple dirs and move hostvars 2020-06-04 07:44:36 -05:00
paste01.opendev.org.yaml Add paste01.opendev.org to backup 2021-07-15 15:02:52 +10:00
refstack01.openstack.org.yaml refstack: fix backup script typo 2021-03-16 15:12:41 +11:00
review02.opendev.org.yaml Replace testing group vars with host vars for review02 2021-10-12 09:48:45 -07:00
static01.opendev.org.yaml Serve gating.dev static website 2021-07-29 17:15:38 -07:00
storyboard01.opendev.org.yaml Provision LE cert for storyboard.openstack.org 2021-05-24 12:35:09 -07:00
translate01.openstack.org.yaml Provision LE cert for translate.openstack.org 2021-05-24 12:45:15 -07:00
zuul02.opendev.org.yaml Add zuul02 to inventory 2021-05-13 06:58:30 -07:00