Merge "Add tempest_log_dir variable"

This commit is contained in:
Jenkins 2016-04-08 17:09:06 +00:00 committed by Gerrit Code Review
commit abe88a9e7a
2 changed files with 4 additions and 1 deletions

View File

@ -285,3 +285,6 @@ haproxy_use_keepalived: "{% if groups.haproxy|length > 1 %}True{% else %}False{%
# :param group: group of hosts where the module will be loaded
openstack_host_specific_kernel_modules:
- { name: "ebtables", pattern: "CONFIG_BRIDGE_NF_EBTABLES", group: "network_hosts" }
## Tempest
tempest_log_dir: /var/log/utility

View File

@ -25,7 +25,7 @@
- "os-tempest"
- role: "rsyslog_client"
rsyslog_client_log_rotate_file: utility_log_rotate
rsyslog_client_log_dir: "/var/log/utility"
rsyslog_client_log_dir: "{{ tempest_log_dir }}"
rsyslog_client_config_name: "99-tempest-rsyslog-client.conf"
tags:
- "tempest-rsyslog-client"