Bug 1301117 - Upgrade from 7.1GA to 7.3 puddle fails with timeout
Summary: Upgrade from 7.1GA to 7.3 puddle fails with timeout
Keywords:
Status: CLOSED DUPLICATE of bug 1301119
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: rhosp-director
Version: 7.0 (Kilo)
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
: 8.0 (Liberty)
Assignee: chris alfonso
QA Contact: yeylon@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-22 16:07 UTC by Dan Yasny
Modified: 2016-04-18 07:11 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-22 16:22:42 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
deplyments dump (279.58 KB, text/plain)
2016-01-22 16:07 UTC, Dan Yasny
no flags Details

Description Dan Yasny 2016-01-22 16:07:30 UTC
Created attachment 1117273 [details]
deplyments dump

Description of problem:
Upgrade of a simple virt environment to the Jan 20 2016 puddle fails with timeout. Deployment shows missing network components 

Version-Release number of selected component (if applicable):
[stack@instack ~]$ rpm -qa |grep tripleo
openstack-tripleo-image-elements-0.9.6-10.el7ost.noarch
openstack-tripleo-heat-templates-0.8.6-110.el7ost.noarch
openstack-tripleo-puppet-elements-0.0.1-5.el7ost.noarch
openstack-tripleo-common-0.0.1.dev6-5.git49b57eb.el7ost.noarch
openstack-tripleo-0.0.7-0.1.1664e566.el7ost.noarch
[stack@instack ~]$ rpm -qa |grep instack
instack-0.0.7-2.el7ost.noarch
instack-undercloud-2.1.2-37.el7ost.noarch

[stack@instack ~]$ rhos-release -L
Installed repositories (rhel-7.2):
  7-director
  7
  rhel-7.2
[stack@instack ~]$ rhos-release -v
1.0.25


How reproducible:
consistent

Steps to Reproduce:
 Network isolation is enabled.
 Deployment command: openstack overcloud deploy --templates --control-scale 3 --compute-scale 2    --neutron-network-type vxlan --neutron-tunnel-types vxlan  --ntp-server 10.5.26.10 --timeout 90 -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml -e network-environment.yaml

Update command: yes ""|openstack overcloud update stack overcloud -i --templates -e /usr/share/openstack-tripleo-heat-templates/overcloud-resource-registry-puppet.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/updates/update-from-vip.yaml -e network-environment.yaml -e custom.yaml


Actual results:
stack_status_reason   | Timed out

Expected results:
Updated overcloud

Additional info:

Attaching the deployment dump ([stack@instack ~]$ for i in $(heat resource-list --nested-depth 5 overcloud | grep FAILED |cut -d'|' -f3); do echo DEPL: $i; heat deployment-show $i; done > deployments.txt)

Comment 2 Mike Burns 2016-01-22 16:22:42 UTC

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


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