From 9c4bf1f381ec33a38e61e6c024613df0a29728f4 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Fri, 9 Oct 2015 15:13:44 -0600 Subject: [PATCH] teuthology: Add teuthology_yaml_extra This is an optional var that allows arbitrary yaml fragments to be included in teuthology.yaml Signed-off-by: Zack Cerza --- roles/teuthology/templates/teuthology.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/teuthology/templates/teuthology.yaml b/roles/teuthology/templates/teuthology.yaml index 01df03b4..54ca17b8 100644 --- a/roles/teuthology/templates/teuthology.yaml +++ b/roles/teuthology/templates/teuthology.yaml @@ -6,6 +6,7 @@ results_email: {{ teuthology_results_email|default('null') }} results_sending_email: {{ teuthology_results_sending_email|default('null') }} lab_domain: {{ lab_domain }} default_machine_type: {{ teuthology_default_machine_type|default('null') }} +{{ teuthology_yaml_extra }} # Not yet configurable via ansible archive_server: http://{{ inventory_hostname }}/ archive_base: /home/teuthworker/archive -- 2.47.3