Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1693426

Summary: [OSP15][Overcloud] Deployment failed with tripleoclient.exceptions.DeploymentError: Overcloud configuration failed.
Product: Red Hat OpenStack Reporter: Artem Hrechanychenko <ahrechan>
Component: rhosp-directorAssignee: Rabi Mishra <ramishra>
Status: CLOSED DUPLICATE QA Contact: Sasha Smolyak <ssmolyak>
Severity: medium Docs Contact:
Priority: medium    
Version: 15.0 (Stein)CC: dbecker, emacchi, mburns, morazi, ohochman, ramishra
Target Milestone: gaKeywords: Triaged
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: 2019-04-01 12:56:21 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:
Attachments:
Description Flags
log files
none
additional log files none

Description Artem Hrechanychenko 2019-03-27 19:28:32 UTC
Created attachment 1548699 [details]
log files

Description of problem:
TASK [Run tripleo-container-image-prepare logged to /var/log/tripleo-container-image-prepare.log] ***
Wednesday 27 March 2019  18:43:09 +0000 (0:00:00.595)       0:03:20.942 *******
changed: [undercloud] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true}
Exception occured while running the command
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/tripleoclient/command.py", line 29, in run
    super(Command, self).run(parsed_args)
  File "/usr/lib/python3.6/site-packages/osc_lib/command/command.py", line 41, in run
    return super(Command, self).run(parsed_args)
  File "/usr/lib/python3.6/site-packages/cliff/command.py", line 184, in run
    return_code = self.take_action(parsed_args) or 0
  File "/usr/lib/python3.6/site-packages/tripleoclient/v1/overcloud_deploy.py", line 949, in take_action
    verbosity=self.app_args.verbose_level)
  File "/usr/lib/python3.6/site-packages/tripleoclient/workflows/deployment.py", line 327, in config_download
    raise exceptions.DeploymentError("Overcloud configuration failed.")
tripleoclient.exceptions.DeploymentError: Overcloud configuration failed.
Overcloud configuration failed.

Version-Release number of selected component (if applicable):
OSP15 compose RHOS_TRUNK-15.0-RHEL-8-20190326.n.0

How reproducible:


Steps to Reproduce:
1.Deploy Undercloud 
2.Start to deploy overcloud, Use geneve as network backend 

./virt/network/network-environment.yaml:    NeutronNetworkType: geneve
./virt/network/network-environment.yaml:    NeutronTunnelTypes: geneve

#!/bin/bash

openstack overcloud deploy \
--timeout 100 \
--templates /usr/share/openstack-tripleo-heat-templates \
--stack overcloud \
--libvirt-type kvm \
--ntp-server clock.redhat.com \
-e /home/stack/virt/config_lvm.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \
-e /home/stack/virt/network/network-environment.yaml \
-e /home/stack/virt/enable-tls.yaml \
-e /home/stack/virt/inject-trust-anchor.yaml \
-e /home/stack/virt/public_vip.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-endpoints-public-ip.yaml \
-e /home/stack/virt/hostnames.yml \
-e /home/stack/virt/debug.yaml \
-e /home/stack/virt/nodes_data.yaml \
-e ~/containers-prepare-parameter.yaml \
--log-file overcloud_deployment_71.log



3.Run overcloud_deploy.sh

Actual results:
Failed after TASK [Run tripleo-container-image-prepare logged to /var/log/tripleo-container-image-prepare.log] ***
tripleoclient.exceptions.DeploymentError: Overcloud configuration failed.
Overcloud configuration failed.

Expected results:
pass

Additional info:
see overcloud_install.log and tripleo-container-image-prepare.log in attachment

Comment 1 Artem Hrechanychenko 2019-03-27 19:29:17 UTC
Created attachment 1548700 [details]
additional log files

Comment 4 Artem Hrechanychenko 2019-03-28 09:58:28 UTC
undercloud_intall.log in additional log files attachment