tobiko/roles/tobiko-configure/defaults/main.yaml
Roman Safronov ce9d938cd6 Add --overcloud-ssh-username option to Tobiko InfraRed plugin
It adds the ability to specify custom tripleo.overcloud_ssh_username
option to tobiko.conf file.

This is needed for some downstream jobs that use a custom ssh user
rather than default one (heat-admin).

Change-Id: I42a8e2d294bbe21f127150d45670be0a540b9e2f
2021-09-01 10:44:26 +00:00

29 lines
707 B
YAML

---
test_default_conf:
DEFAULT:
debug: "{{ test_log_debug }}"
log_dir: "{{ test_log_file | dirname }}"
log_file: "{{ test_log_file | basename }}"
testcase:
timeout: "{{ test_case_timeout }}"
test_runner_timeout: "{{ test_runner_timeout }}"
tripleo:
undercloud_ssh_hostname: "{{ undercloud_ssh_hostname }}"
overcloud_ssh_username: "{{ overcloud_ssh_username }}"
test_log_debug: false
test_case_timeout: 1800.
test_runner_timeout: 14400.
# OpenStack client credentials
stackrc_file: '{{ ansible_user_dir }}/overcloudrc'
undercloud_hostname: '{{ groups.get("undercloud", []) | first | default("undercloud-0") }}'
undercloud_ssh_hostname: ''
overcloud_ssh_username: ''