This adds a tutorial for enabling tracing along with a simple all-in-one Jaeger tracing server. Change-Id: I2c0e9b63730e4981c1b9acb67f8a4f90c38395ed
19 lines
385 B
YAML
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
|