From 86bb40cf0431b5e94f23771379773a8d33fbe24c Mon Sep 17 00:00:00 2001 From: James Slagle Date: Mon, 20 May 2019 17:46:23 -0400 Subject: [PATCH] Don't force verbosity of 1 for config-download Instead, honor the value of verbosity that was specified on the command line. This will make the ansible tasks less verbose by default, so that we don't have to add no_log everywhere which actually ends up hiding useful output. Change-Id: I0ef61bc49d31247a408e340d33a2ae239e1f11fe Depends-On: Ib5060a3e9679b105c76c3c72011c23aee0093dc1 --- .../notes/config-download-verbosity-ab2e89e169c208a7.yaml | 7 +++++++ workbooks/deployment.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/config-download-verbosity-ab2e89e169c208a7.yaml diff --git a/releasenotes/notes/config-download-verbosity-ab2e89e169c208a7.yaml b/releasenotes/notes/config-download-verbosity-ab2e89e169c208a7.yaml new file mode 100644 index 000000000..dd99eacaa --- /dev/null +++ b/releasenotes/notes/config-download-verbosity-ab2e89e169c208a7.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - The verbosity of the config-download ansible tasks now defaults to 0 + instead of 1. This makes the tasks not verbose by default. The verbosity + specified on the command line with the deployment command is now honored + and can be used to disable verbosity or increase the verbosity level as + needed. diff --git a/workbooks/deployment.yaml b/workbooks/deployment.yaml index 2e8b4654c..dbcecb1c4 100644 --- a/workbooks/deployment.yaml +++ b/workbooks/deployment.yaml @@ -383,7 +383,7 @@ workflows: - plan_name: overcloud - ssh_network: ctlplane - work_dir: /var/lib/mistral - - verbosity: 1 + - verbosity: 0 - blacklist: [] - override_ansible_cfg: "" - config_download_timeout: 14400