Ansible job definitions for Zuul
Go to file
Gonéri Le Bouder 2bb9b4995a ensure-docker: ensure docker.socket is stopped
On Centos8, during the docker-ce installation, the docker.socket service
is start with a bogus state:

docker.socket: Socket unit configuration has changed while unit has been running, no open socket file descriptor left. The socket unit is not functional until restarted.

Later, when the `Assure docker service is running` task tries to start
the service, it fails with the following error:

dockerd[29743]: failed to load listeners: no sockets found via socket activation: make sure the service was started by systemd

Example:
https://0c7366f2ce9149f2de0c-399b55a396b5093070500a70ecbf09b9.ssl.cf1.rackcdn.com/410/c233496b96c70cfc6204e75d10116a96b08d4663/check/ansible-test-sanity-docker/787388f/ara-report/index.html

Another example: https://github.com/kata-containers/tests/issues/3103

Also: Remove use of kubectl --generator=run-pod/v1

This has been deprecated since 1.17 and removed since 1.20. run-pod wound
up being the only generator that did anything, so this parameter became a
no-op. This has to be squashed into this commit to unbreak the gate.

Change-Id: I666046fe2a3aa079643092c71573803851a67be2
2021-04-20 18:44:37 -05:00
doc Add upload-logs-azure role 2021-03-30 22:27:25 -07:00
playbooks Bits to keep ansible-lint happy 2021-03-10 18:04:08 +00:00
roles ensure-docker: ensure docker.socket is stopped 2021-04-20 18:44:37 -05:00
test-playbooks ensure-docker: ensure docker.socket is stopped 2021-04-20 18:44:37 -05:00
tests Upgrade ansible-lint to 5.0 2021-03-17 15:44:43 +00:00
tools Temporarily stop running Gentoo base role tests 2021-01-17 08:16:18 +01:00
util-tasks More E208 mode fixes 2020-10-31 07:34:03 +00:00
zuul-tests.d Remove arm64 jobs (temporarily) 2021-04-08 08:06:59 -07:00
zuul.d Add tox-py39 job 2021-01-27 10:14:32 +00:00
.ansible-lint Upgrade ansible-lint to 5.0 2021-03-17 15:44:43 +00:00
.gitignore Enable progressive mode with ansible-lint 2020-11-07 03:20:19 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:25:30 +00:00
.stestr.conf Add a python unit test framework 2018-07-25 09:11:25 -07:00
.yamllint yamlint: EOF newlines and comments indent 2020-05-14 08:42:17 +00:00
CONTRIBUTING.rst Link the policy to the CONTRIBUTING.rst file 2020-01-28 07:21:08 -05:00
LICENSE Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
README.rst Add installation/deprecation documentation 2018-04-11 08:03:57 -07:00
bindep.txt bindep.txt: skip python-devel for el8 platform 2021-03-11 17:43:59 +00:00
linters-requirements.txt Upgrade ansible-lint to 5.0 2021-03-17 15:44:43 +00:00
setup.cfg Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
setup.py Add initial license, docs, and other config 2017-06-08 14:01:21 -07:00
test-constraints.txt Fix py27 tox 2020-05-27 17:12:32 +02:00
test-requirements.txt Add upload-logs-azure role 2021-03-30 22:27:25 -07:00
tox.ini Upgrade ansible-lint to 5.0 2021-03-17 15:44:43 +00:00

README.rst

Zuul Jobs

This repo contains a set of Zuul jobs and Ansible roles suitable for use by any Zuul system.