This commit manages all the stdout and stderr status of each HA validation test. In this way it will be possible to have all the logs related to the tests in one place (on the undercloud) that will be collected by the collect_logs role and so accessible from the external location where the logs will be stored. Change-Id: Ie803a920a17bd2f24ccd89f733781dd7e4d07fdd
14 lines
452 B
YAML
14 lines
452 B
YAML
---
|
|
|
|
overcloud_working_dir: "/home/heat-admin"
|
|
validate_ha_logs_dir: "{{ working_dir }}/validate_ha_logs"
|
|
|
|
environment_file: environment.j2
|
|
apply_workarounds: false
|
|
workarounds_script: workarounds.sh.j2
|
|
|
|
floating_ip_cidr: "{{ undercloud_network_cidr|default('192.0.2.0/24') }}"
|
|
floating_ip_start: "{{ floating_ip_cidr|nthhost(100) }}"
|
|
floating_ip_end: "{{ floating_ip_cidr|nthhost(120) }}"
|
|
external_network_gateway: "{{ floating_ip_cidr|nthhost(1) }}"
|