zuul-operator/tools
Jan Gutter b723bc761b
Publish zuul-operator to quay.io
* non-ci tested scripts need updating - these are intended for
  local development workflows.
* This now publishes the operator to quay.io/zuul-ci
* This is mostly a rework of
  https://review.opendev.org/c/zuul/zuul-operator/+/881245 and
  https://review.opendev.org/c/zuul/zuul-operator/+/924870
  with much appreciation and credits to original authors

Change-Id: I0ffd39fceeaf4947ed329dd4ddb7283cdc98df86
2024-08-18 12:32:57 +01:00
..
ingress.yaml Add instructions and tools for running tests with kind 2021-07-23 10:27:11 -07:00
inventory Add instructions and tools for running tests with kind 2021-07-23 10:27:11 -07:00
kind.yaml Add instructions and tools for running tests with kind 2021-07-23 10:27:11 -07:00
README.rst Add instructions and tools for running tests with kind 2021-07-23 10:27:11 -07:00
restart.sh Publish zuul-operator to quay.io 2024-08-18 12:32:57 +01:00
vars.yaml Add static node to functional test 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