c919e1e782
There is no jenkins, only zuul! With zuulv3 running in production, there is no more need to add jenkins user or scripts to our images. Move chmod of /opt/cache/files from nodepool/elements/jenkins-slave/install.d/20-jenkins-slave to nodepool/elements/zuul-worker/install.d/60-zuul-worker We also leave the jenkins-slave elements for now, in case 3rd party CI use them. Change-Id: Ia9750877fbc1a17ec467ca4ac685afdb9c1627f8 Signed-off-by: Paul Belanger <pabelanger@redhat.com> |
||
---|---|---|
.. | ||
extra-data.d | ||
install.d | ||
element-deps | ||
package-installs.yaml | ||
pkg-map | ||
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.