Bug 1803423

Summary: [RHOSP-16] Enable stack output/verbose for tripleo deploy
Product: Red Hat OpenStack Reporter: Srinivas Atmakuri <satmakur>
Component: openstack-tripleoAssignee: James Slagle <jslagle>
Status: CLOSED DUPLICATE QA Contact: Arik Chernetsky <achernet>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 16.0 (Train)CC: mburns, michele
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-02-16 07:39:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Srinivas Atmakuri 2020-02-16 04:48:04 UTC
Description of problem:
Unlike RHOSP(<16), In RHOSP-16 after running deploy overcloud command, there is no detailed logging of the stack run until the ansible execution starts.

Version-Release number of selected component (if applicable):
Red Hat OpenStack Platform - 16 (RHOSP-16)


How reproducible:
Always

Steps to Reproduce:
1. Run Overcloud deploy command
2.
3.

Actual results:
There is no detailed logging other than the below show.
~~~
$ openstack overcloud deploy --templates /usr/share/openstack-tripleo-heat-templates -r /home/stack/templates/roles_data.yaml -e /home/stack/templates/node-info.yaml -e /home/stack/containers-prepare-parameter.yaml -e /home/stack/templates/network-isolation.yaml -e /home/stack/templates/network-environment.yaml  --ntp-server 192.168.24.1 --timeout 180
Removing the current plan files
Uploading new plan files
Temporary Swift GET/PUT URL parameters have successfully been updated.
Temporary Swift GET/PUT URL parameters have successfully been updated.
The backup of the ceph-ansible fetch directory did not need to be renamed
Plan updated.
Processing templates in the directory /tmp/tripleoclient-9rczl3zc/tripleo-heat-templates
WARNING: Following parameter(s) are defined but not currently used in the deployment plan. These parameters may be valid but not in use due to the service or deployment configuration. BondInterfaceOvsOptions
Deploying templates in the directory /tmp/tripleoclient-9rczl3zc/tripleo-heat-templates
Initializing overcloud plan deployment


Creating overcloud Heat stack
~~~

Expected results:
Increase in verbosity.

Additional info:
Maybe this upstream patch would address the issue,

https://review.opendev.org/#/c/707349/

Comment 1 Michele Baldessari 2020-02-16 07:39:28 UTC

*** This bug has been marked as a duplicate of bug 1803331 ***