OpenStack Zuul
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: OpenStack Zuul
As a: Developer
I want to: install and configure Zuul
So that: I can run tests and automated tasks in response to Code Review events.
Using the role
Using the role in a playbook
--- - name: Install zuul hosts: all tasks: - name: zuul is configured import_role: name: devopstoolbox.zuul vars: zuul_enable_service: true tags: zuul
# Install the role ansible-galaxy install devopstoolbox.zuul # Run the playbook ansible-playbook zuul-playbook.yml
Last update: 2020-02-09