
Optionally run tox on each git repo (-t) and package resultant venv into a tarball on success (-p) tarball filename includes the short-sha1 of the repo. If tarball is created, screen is not run. if the -d option is given the cmdline incantation for kicking off the ansible deploy playbook will be provided. Later, this could be automated. A mysql role playbook is also included for single node db. stv3-api role is also included. Change-Id: Ib9f97a0035c228d4a163d7794ab7ce60043d572b
24 lines
568 B
YAML
24 lines
568 B
YAML
---
|
|
- name: test_trigger
|
|
debug_level: 2
|
|
distinguished_by:
|
|
- instance_id
|
|
- timestamp: "day"
|
|
expiration: "$last + 1h"
|
|
fire_pipeline: "test_pipeline"
|
|
expire_pipeline: "test_expire_pipeline"
|
|
match_criteria:
|
|
- event_type:
|
|
- compute.instance.*
|
|
- "!compute.instance.exists"
|
|
#### Traits are optional.
|
|
# traits:
|
|
# os_distro: ubuntu
|
|
# memory_mb:
|
|
# numeric: "> 4096"
|
|
- event_type: compute.instance.exists
|
|
map_distingushed_trait:
|
|
timestamp: audit_period_beginning
|
|
fire_criteria:
|
|
- event_type: compute.instance.exists
|