Bug 1693426 - [OSP15][Overcloud] Deployment failed with tripleoclient.exceptions.DeploymentError: Overcloud configuration failed.
Summary: [OSP15][Overcloud] Deployment failed with tripleoclient.exceptions.Deployment...
Keywords:
Status: CLOSED DUPLICATE of bug 1693834
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: rhosp-director
Version: 15.0 (Stein)
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ga
: ---
Assignee: Rabi Mishra
QA Contact: Sasha Smolyak
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-03-27 19:28 UTC by Artem Hrechanychenko
Modified: 2020-01-08 18:04 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-04-01 12:56:21 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
log files (123.92 KB, application/gzip)
2019-03-27 19:28 UTC, Artem Hrechanychenko
no flags Details
additional log files (91.30 KB, application/gzip)
2019-03-27 19:29 UTC, Artem Hrechanychenko
no flags Details

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


Note You need to log in before you can comment on or make changes to this bug.