fa1e7d4097
Currently ZUUL_USER_SSH_PUBLIC_KEY must be a key file, but there is no change to create the key file, so it not convenient for building a image with diskimage-builder, this patch makes it possible to set ssh public key through ZUUL_USER_SSH_PUBLIC_KEY in envirement(e.g. diskimage configuration in nodepool.yaml ). Change-Id: I83ef3d2e5ff5c3951ecf7036c46d0d8a68871e0c Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn> |
||
---|---|---|
.. | ||
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.