Sandy Walsh 24f118f9ac tox verification and tarball venv packaging support.
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
2014-12-08 13:15:43 -08:00

32 lines
730 B
YAML

## Lowest level config defaults for the common role
# used in winchester.yaml
config_path:
- /etc/stv3
# used in logging.conf
root_log_level: WARNING
yagi_log_level: INFO
winchester_log_level: DEBUG
amqp_log_level: WARNING
# "level = INFO" logs SQL queries.
# "level = DEBUG" logs SQL queries and results.
# "level = WARNING" logs neither. Recommended for production systems
sqlalchemy_log_level: WARNING
database_url: mysql://winchester:testpasswd@localhost/winchester
statistics_period: 10
pipeline_worker_batch_size: 1000
pipeline_worker_delay: 10
#stackdistiller_plugins:
# - my_plugin_1
# - my_plugin_2
catch_all_notifications: false
pipeline_handlers:
logger: winchester.pipeline_handler:LoggingHandler