From: Zack Cerza Date: Fri, 9 Oct 2015 21:13:44 +0000 (-0600) Subject: teuthology: Add teuthology_yaml_extra X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F151%2Fhead;p=ceph-cm-ansible.git 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 --- 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