Add warning to inventory about zuul gerrit server config

Let's avoid changing this and breaking Depends-On again by adding an
explicit warning to the code that sets the config.

Change-Id: Idcb77d8b0b53c56ea7f15f18e001f8bc9a001c98
This commit is contained in:
Clark Boylan 2021-07-13 10:32:45 -07:00
parent 2c06a86915
commit 25d2fdcc3f
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ zuul_connections:
- name: 'gerrit'
driver: 'gerrit'
# Changing this value impacts the functionality of Depends-On in Zuul.
# Zuul expects Depends-On URLs to contain this server value in them.
# If they do not then they aren't considered as valid Depends-On and
# are ignored.
server: 'review.opendev.org'
canonical_hostname: 'opendev.org'
user: 'zuul'