zuul/zuul
James E. Blair 595fb3e9ef Add ssh_server option to Gerrit driver
In a multi-host Gerrit environment (HA or failover) it's plausible
that admins may use one mechanism for managing ingress for HTTP
requests and a different for SSH requests.  Or admins may have
different firewall rules for each. To accomodate these situations,
Add an "ssh_server" configuration item for Gerrit.  This makes the
set of hostname-like items the following:

* server: the HTTP hostname and default for all others
* canonical_hostname: what to use for golang-style git paths
* ssh_server: the hostname to use for SSH connections
* baseurl: the base URL for HTTP connections

The following are equivalent:
  server=review.example.com
  ssh_server=ssh-review.example.com
and:
  server=ssh-review.example.com
  baseurl=https://review.example.com

Change-Id: I6e9cd9f48c1a78d8d24bfe176efbb932a18ec83c
2022-06-22 14:10:41 +00:00
..
ansible Fix console log streaming with duplicated roles 2022-05-21 08:42:03 -07:00
cmd Merge "Add prune-database command" 2022-06-01 21:28:53 +00:00
connection Fix zuul-web layout update on full/tenant-reconfigure 2022-05-25 13:44:41 -07:00
driver Add ssh_server option to Gerrit driver 2022-06-22 14:10:41 +00:00
execution_context Add wrapper driver execution context 2017-08-18 16:35:12 -07:00
executor Merge "Make nodepool hostvars available on unreachable hosts" 2022-04-28 23:55:38 +00:00
lib Merge "Temporarily pin OpenStackSDK before 0.99" 2022-05-31 20:50:51 +00:00
manager Fix relative prio for project configs w/o jobs 2022-06-02 16:05:05 +02:00
merger Merge "Add support for GHE repository cache" 2022-05-30 15:56:23 +00:00
reporter Merge "Dequeue items that can no longer merge" 2022-03-23 01:00:06 +00:00
source Add support for GHE repository cache 2022-05-05 13:39:41 -07:00
sphinx docs: remove zuuldocs domain 2020-08-04 16:10:09 +10:00
trigger Filter events on event connection 2021-04-24 08:39:03 -07:00
vendor Add some pipeline processing stats 2022-01-25 08:16:52 -08:00
web Zuul-web: return 404 when attempting autohold ops on an unknown tenant 2022-06-03 15:22:19 +02:00
zk Fix zuul-web layout update on full/tenant-reconfigure 2022-05-25 13:44:41 -07:00
__init__.py Initial commit. 2012-05-29 14:49:32 -07:00
_setup_hook.py Revert "Revert "Create zuul/web/static on demand"" 2020-07-07 19:53:33 +02:00
change_matcher.py Fix reporting certain config syntax errors 2022-04-26 11:02:17 -07:00
configloader.py Merge "Fix zuul-web layout update on full/tenant-reconfigure" 2022-05-31 14:22:40 +00:00
exceptions.py Let zuul-web look up the live log streaming address from ZooKeeper 2021-09-22 07:25:13 +02:00
model.py Merge "Dowgrade pipeline summary refresh error to warning" 2022-05-31 21:49:07 +00:00
model_api.py Deduplicate jobs in dependency cycles 2022-05-24 09:35:14 -07:00
nodepool.py Report gross/total tenant resource usage stats 2022-03-17 14:51:18 +01:00
scheduler.py Merge "Fix zuul-web layout update on full/tenant-reconfigure" 2022-05-31 14:22:40 +00:00
version.py Store version information in component registry 2021-10-20 17:17:02 +02:00