From c5dae21f54f37656c489eb4d8a1a8e6c0927e743 Mon Sep 17 00:00:00 2001 From: Harry Rybacki Date: Wed, 21 Sep 2016 16:29:12 -0400 Subject: [PATCH] Add create docs payload to ha topology config Adding artcl_create_docs_payload to the ha toplogy and enabling post-build doc creation by tripleo-collect-logs Change-Id: Idda252f08e1d4de15929af22f45ae52ae82478b1 --- config/general_config/ha.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/config/general_config/ha.yml b/config/general_config/ha.yml index 2bf77abb6..ed602e7ad 100644 --- a/config/general_config/ha.yml +++ b/config/general_config/ha.yml @@ -41,3 +41,28 @@ enable_pacemaker: true tempest_config: false run_tempest: false +# options below direct automatic doc generation by tripleo-collect-logs +artcl_gen_docs: true +artcl_create_docs_payload: + included_deployment_scripts: + - undercloud-install + - overcloud-custom-tht-script + - overcloud-prep-flavors + - overcloud-prep-images + - overcloud-prep-network + - overcloud-deploy + - overcloud-deploy-post + - overcloud-validate + included_static_docs: + - env-setup-virt + table_of_contents: + - env-setup-virt + - undercloud-install + - overcloud-custom-tht-script + - overcloud-prep-flavors + - overcloud-prep-images + - overcloud-prep-network + - overcloud-deploy + - overcloud-deploy-post + - overcloud-validate +