nodepool/tools
Ian Wienand 747e957263 Dockerfile: add user to shadow file too
Without an entry in the shadow file, this user can't use sudo with the
following error:

 account validation failure, is your account locked

(which I include here for future googling because it's pretty obscure,
you have to have this odd situation, or a pretty broken PAM to see it).

The "nodepool" user (10001) is in the root group, which is why the
uid_entrypoint script can update the /etc/passwd file.  We need to
change the ownership of the /etc/shadow file for this to work.  It
feels a bit weird, but there's no password to actually guess anyway.

Change-Id: I8846757edffe31f96df58999d05727910c9fca43
2019-12-05 10:27:22 +11:00
..
zuul-nodepool-integration Add a dib-cmd option for diskimages 2019-08-22 10:09:00 +10:00
fake-dib.yaml Move the fakeprovider module to the fake driver 2017-07-28 11:35:07 +00:00
fake-secure.conf Remove MySQL 2017-03-13 13:42:43 -04:00
fake.yaml Move the fakeprovider module to the fake driver 2017-07-28 11:35:07 +00:00
logging.conf Fix plugin and examples for using openstacksdk 2018-07-17 15:02:59 -04:00
print-zk.py print-zk: convert zookeeper_servers to a list 2019-01-10 02:32:09 +00:00
test-setup.sh Run test zookeeper on top of tmpfs 2018-10-24 08:36:18 -07:00
uid_entrypoint.sh Dockerfile: add user to shadow file too 2019-12-05 10:27:22 +11:00