Files
zuul/playbooks/tutorial/run-tutorial.yaml
James E. Blair c1845b02a4 Add tracing tutorial
This adds a tutorial for enabling tracing along with a simple
all-in-one Jaeger tracing server.

Change-Id: I2c0e9b63730e4981c1b9acb67f8a4f90c38395ed
2022-09-19 08:42:28 +02:00

19 lines
385 B
YAML

- block:
- name: Install git-review
command: python3 -m pip install git-review
become: true
when: not local
- name: Setup Tutorial Execution
include_role:
name: setup-tutorial
- name: Run quick-start tutorial
include_tasks: quick-start.yaml
- name: Run admin tutorial
include_tasks: admin.yaml
- name: Run tracing tutorial
include_tasks: tracing.yaml