system-config/playbooks/roles/nodepool-base
James E. Blair 09935ff328 Run Zuul as the zuuld user
This avoids the conflict with the zuul user (1000) on the test
nodes.  The executor will continue to use the default username
of 'zuul' as the ansible_user in the inventory.

This change also touches the zk and nodepool deployment to use
variables for the usernames and uids to make changes like this
easier.  No changes are intended there.

Change-Id: Ib8cef6b7889b23ddc65a07bcba29c21a36e3dcb5
2020-05-20 13:17:28 -07:00
..
defaults Run Zuul as the zuuld user 2020-05-20 13:17:28 -07:00
library Use ansible_host instead of ansible_default_ip* for zk 2020-05-11 19:36:02 +00:00
tasks Run Zuul as the zuuld user 2020-05-20 13:17:28 -07:00
README.rst Add install zookeeper role; use for nodepool-builder testing 2020-03-06 14:02:52 +11:00

nodepool base setup

Role Variables

Install zookeeper to the node. This is not expected to be used in production, where the nodes would connect to an externally configured zookeeper instance. It can be useful for basic loopback tests in the gate, however.