Bug 1470032 - Overcloud Deployment Fails while deploying with octavia.yaml
Summary: Overcloud Deployment Fails while deploying with octavia.yaml
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 12.0 (Pike)
Hardware: Unspecified
OS: Unspecified
high
urgent
Target Milestone: ---
: 12.0 (Pike)
Assignee: Or Idgar
QA Contact: Alexander Stafeyev
URL:
Whiteboard:
Depends On:
Blocks: 1460001
TreeView+ depends on / blocked
 
Reported: 2017-07-12 10:10 UTC by Alexander Stafeyev
Modified: 2019-09-10 14:11 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-10-30 15:21:08 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Alexander Stafeyev 2017-07-12 10:10:23 UTC
Description of problem:
Overcloud Deployment fails when we deploy with 

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
(undercloud) [stack@undercloud-0 ~]$ cat overcloud_deploy.sh 
#!/bin/bash

openstack overcloud deploy \
--templates /usr/share/openstack-tripleo-heat-templates \
--libvirt-type kvm \
--ntp-server clock.redhat.com \
-e /home/stack/virt/network/network-environment.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \
-e /home/stack/virt/hostnames.yml \
-e /usr/share/openstack-tripleo-heat-templates/environments/docker.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml \
-e /home/stack/virt/extra_templates.yaml \
-e /home/stack/virt/nodes_data.yaml \
-e /home/stack/virt/docker-osp12.yaml \
--log-file overcloud_deployment_59.log




ted\u001b[0m", "\u001b[mNotice: /Stage[main]/Octavia/Oslo::Messaging::Default[octavia_config]/Octavia_config[DEFAULT/transport_url]/ensure: created\u001b[0m", "\u001b[mNotice: /Stage[main]/Octavia::Deps/Anchor[octavia::config::end]: Triggered 'refresh' from 6 events\u001b[0m", "\u001b[mNotice: /Stage[main]/Mysql::Server::Config/File[mysql-config-file]/content: content changed '{md5}e15579698c69a9373a88696e342f6fd4' to '{md5}4b16ed3375eaa96a2bc1b7aa00c5dd46'\u001b[0m", "\u001b[mNotice: /Stage[main]/Mysql::Server::Installdb/File[/var/log/mariadb/mariadb.log]/ensure: created\u001b[0m", "\u001b[mNotice: /Stage[main]/Mysql::Server::Service/Service[mysqld]/ensure: ensure changed 'stopped' to 'running'\u001b[0m"]}
        to retry, use: --limit @/var/lib/heat-config/heat-config-ansible/3e86e4ad-89b2-4004-8615-5c43350c846e_playbook.retry
    
    PLAY RECAP *********************************************************************
    localhost                  : ok=2    changed=1    unreachable=0    failed=1   
    
    (truncated, view all with --long)
  deploy_stderr: |

Heat Stack update failed.
Heat Stack update failed.


deployment log : 

2017-07-12 02:28:13.572 7483 WARNING tripleoclient.plugin [  admin] Waiting for messages on queue '47da96f2-ca5a-441d-ad50-42c40337be1e' with no timeout.
2017-07-12 04:36:36.584 17087 WARNING tripleoclient.plugin [  admin] Waiting for messages on queue '5b3a21b3-897d-46e1-903f-af41687761e6' with no timeout.
2017-07-12 04:53:41.084 17087 ERROR openstack [  admin] Heat Stack update failed.

Comment 3 Alexander Stafeyev 2017-07-13 06:04:12 UTC
I used the wrong octavia yaml file ( non containerized  one) 

Running deployment again with the correct one. 

I will share the results

Comment 7 Assaf Muller 2017-07-14 19:01:43 UTC
Octavia is TP for 12 it by definition cannot be a blocker.


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