James E. Blair 97aa27080f Add static node to functional test
So that we can better test functions related to ssh connectivity,
add a static node to the functional test.

Change-Id: I3dfdaca0b4e5dbfb35e4a645c7bcb56e0eec88c2
2021-08-05 07:34:49 -07:00
..
2021-08-05 07:34:49 -07:00

To run the functional tests locally with kind:

./restart.sh

ansible-playbook -i tools/inventory -e @tools/vars.yaml \
  -e ansible_python_interpreter=`which python3` \
  playbooks/zuul-operator-functional/run.yaml

# Start zuul-operator interactively while the above command is
# running.

ansible-playbook -i tools/inventory -e @tools/vars.yaml \
  -e ansible_python_interpreter=`which python3` \
  playbooks/zuul-operator-functional/test.yaml