Ansible job definitions for Zuul
Go to file
Tobias Urdin db1629dc97 Use become for packages in upload-puppetforge
The upload-puppetforge role when executed as a
unprivileged user fails to install system packages
and the gems in the system gem home, see failure [1].

This adds become to the calls so that it becomes the
privileged user and executes these which will make them
have system access like the bindep role [2].

[1] http://logs.openstack.org/61/617ffad84b633618490ca1023f8a31d9694b31a9/release/release-openstack-puppet/c6e519d/job-output.txt.gz#_2019-01-21_20_53_17_207155
[2] https://git.openstack.org/cgit/openstack-infra/zuul-jobs/tree/roles/bindep/tasks/packages.yaml#n6

Change-Id: I4f11319727a4a5694f11abad4ded69ee554326f2
2019-01-21 22:14:35 +01:00
doc/source Add a note on testing trusted roles 2018-12-18 07:39:19 +11:00
playbooks Simplify dco-license job playbook 2019-01-11 13:24:01 -05:00
roles Use become for packages in upload-puppetforge 2019-01-21 22:14:35 +01:00
tests Add a python unit test framework 2018-07-25 09:11:25 -07:00
.gitignore Add a python unit test framework 2018-07-25 09:11:25 -07:00
.gitreview Added .gitreview 2017-05-24 19:48:52 +00:00
.stestr.conf Add a python unit test framework 2018-07-25 09:11:25 -07:00
bindep.txt Updated bindep to cover for MacOS requirements 2018-10-27 16:31:33 +00: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
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-requirements.txt Pin ansible-lint to < 4 2019-01-04 22:03:40 +00:00
tox.ini Set ANSIBLE_ACTION_PLUGINS for linters 2019-01-18 17:48:29 -05:00
zuul.yaml Add dco-license job 2019-01-11 11:30:26 -05:00

Zuul Jobs

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