windmill-config/nodepool/elements/zuul-worker
Paul Belanger 5f6baf6296 Add pip-and-virtualenv dependency for DIBs
Logic has been updated and we now need to force pip to be installed via
this element.

Change-Id: Ie57df132eb4815202fc29b94f2858cf3fc1dc57b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2020-04-29 13:17:37 -04:00
..
extra-data.d Initial commit 2019-03-04 21:24:39 -05:00
install.d Add pip-and-virtualenv dependency for DIBs 2020-04-29 13:17:37 -04:00
README.rst Initial commit 2019-03-04 21:24:39 -05:00
element-deps Add pip-and-virtualenv dependency for DIBs 2020-04-29 13:17:37 -04:00

README.rst

zuul-worker

Setup a node to be a zuul worker

User Creation

This element bakes in a zuul user on the host for the zuul-worker process to log in with.

By default login permissions (authorized_keys) will be populated for the zuul user from ~/.ssh/id_rsa.pub -- i.e. the public key of the currently building user. Specify an alternative filename in ZUUL_USER_SSH_PUBLIC_KEY to override this.

The zuul user is provided with passwordless sudo access.