Compilation results for zuul1002.eqiad.wmnet: System changes detected
You can retrieve this result from host.json.Catalog differences
Summary
| Total Resources: | 2713 |
|---|---|
| Resources added: | 0 |
| Resources removed: | 0 |
| Resources modified: | 4 |
| Change percentage: | 0.15% |
Resources modified
- Class[Profile::Zuul::Executor]
- Parameters differences:
--- Class[Profile::Zuul::Executor].orig +++ Class[Profile::Zuul::Executor] + http_proxy => http://webproxy.eqiad.wmnet:8080 + no_proxy => ['wikimediacloud.org', 'wmnet', '127.0.0.1', '::1']
- Systemd::Unit[zuul-executor]
- File[/lib/systemd/system/zuul-executor.service]
- Content differences:
--- /lib/systemd/system/zuul-executor.service.orig +++ /lib/systemd/system/zuul-executor.service @@ -8,6 +8,9 @@ --add-host=host.docker.internal:10.64.32.122 \ --mount type=bind,src=/etc/zuul,dst=/etc/zuul \ --mount type=bind,src=/var/lib/zuul,dst=/var/lib/zuul \ + --env HTTP_PROXY=http://webproxy.eqiad.wmnet:8080 \ + --env HTTPS_PROXY=http://webproxy.eqiad.wmnet:8080 \ + --env NO_PROXY=wikimediacloud.org,wmnet,127.0.0.1,::1 \ docker-registry.wikimedia.org/repos/releng/zuul/zuul/zuul-executor:wmf-12.0.0-5 ; https://www.groundcover.com/kubernetes-troubleshooting/exit-code-143
- Systemd::Service[zuul-executor]
Relevant files
- Systemd::Unit[zuul-executor]
- Parameters differences: