9231f9b57d
This commit adds Gentoo support to elements needed to build a Gentoo nodepool image. The previous version of this commit had the default section of the pkg-map in the wrong area, specifically in the following file. nodepool/elements/infra-package-needs/pkg-map Change-Id: Ic686c325bc06564585a2e3ac50cadd7556612333 |
||
---|---|---|
.. | ||
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.