Bug 1854069 - Update fails with "Could not find the requested service tripleo_octavia_api_tls_proxy"
Summary: Update fails with "Could not find the requested service tripleo_octavia_api_t...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 16.1 (Train)
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: z1
: 16.1 (Train on RHEL 8.2)
Assignee: Brent Eagles
QA Contact: David Rosenfeld
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-07-06 09:01 UTC by Gregory Thiemonge
Modified: 2022-08-23 16:06 UTC (History)
7 users (show)

Fixed In Version: openstack-tripleo-heat-templates-11.3.2-0.20200616081533.396affd.el8ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-08-27 15:19:10 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1886833 0 None None None 2020-07-08 14:31:34 UTC
OpenStack gerrit 740003 0 None MERGED Attempt to remove octavia tls proxy service only present 2020-10-09 13:21:34 UTC
OpenStack gerrit 741635 0 None MERGED Attempt to remove octavia tls proxy service only present 2020-10-09 13:21:34 UTC
Red Hat Issue Tracker OSP-3516 0 None None None 2022-08-23 16:06:36 UTC
Red Hat Product Errata RHBA-2020:3542 0 None None None 2020-08-27 15:19:28 UTC

Description Gregory Thiemonge 2020-07-06 09:01:55 UTC
DFG-network-octavia-update-16.1_director-rhel-virthost-3cont_2comp_1ipa-ipv4-geneve-tls job failed with:

2020-07-02 23:26:38 | TASK [Set internal tls variable] ***********************************************
2020-07-02 23:26:38 | Thursday 02 July 2020  23:26:37 -0400 (0:00:00.127)       0:01:48.277 ********* 
2020-07-02 23:26:38 | ok: [controller-0] => {"ansible_facts": {"internal_tls_enabled": true}, "changed": false}
2020-07-02 23:26:38 | 
2020-07-02 23:26:38 | TASK [stop and remove octavia_api_tls_proxy container if docker] ***************
2020-07-02 23:26:38 | Thursday 02 July 2020  23:26:37 -0400 (0:00:00.125)       0:01:48.403 ********* 
2020-07-02 23:26:38 | skipping: [controller-0] => {"changed": false, "skip_reason": "Conditional result was False"}
2020-07-02 23:26:38 | 
2020-07-02 23:26:38 | TASK [stop and disable octavia_api_tls_proxy container if podman] **************
2020-07-02 23:26:38 | Thursday 02 July 2020  23:26:37 -0400 (0:00:00.133)       0:01:48.536 ********* 
2020-07-02 23:26:38 | fatal: [controller-0]: FAILED! => {"changed": false, "msg": "Could not find the requested service tripleo_octavia_api_tls_proxy: host"}
2020-07-02 23:26:38 | 
2020-07-02 23:26:38 | NO MORE HOSTS LEFT *************************************************************
2020-07-02 23:26:38 | 
2020-07-02 23:26:38 | PLAY RECAP *********************************************************************
2020-07-02 23:26:38 | controller-0               : ok=58   changed=18   unreachable=0    failed=1    skipped=120  rescued=0    ignored=0   
2020-07-02 23:26:38 | controller-1               : ok=4    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
2020-07-02 23:26:38 | controller-2               : ok=4    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   
2020-07-02 23:26:38 | 
2020-07-02 23:26:38 | Thursday 02 July 2020  23:26:38 -0400 (0:00:00.914)       0:01:49.451 ********* 
2020-07-02 23:26:38 | =============================================================================== 
2020-07-02 23:26:39 | 
2020-07-02 23:26:39 | Ansible failed, check log at /var/log/mistral/package_update.log.
2020-07-02 23:26:39 | 2020-07-02 23:26:39.295 43031 ERROR tripleoclient.v1.overcloud_update.MinorUpdateRun [-] Exception occured while running the command: RuntimeError: Update failed with: Ansible failed, check log at /var/log/mistral/package_update.log.
2020-07-02 23:26:39 | 2020-07-02 23:26:39.295 43031 ERROR tripleoclient.v1.overcloud_update.MinorUpdateRun Traceback (most recent call last):
2020-07-02 23:26:39 | 2020-07-02 23:26:39.295 43031 ERROR tripleoclient.v1.overcloud_update.MinorUpdateRun   File "/usr/lib/python3.6/site-packages/tripleoclient/command.py", line 32, in run
2020-07-02 23:26:39 | 2020-07-02 23:26:39.295 43031 ERROR tripleoclient.v1.overcloud_update.MinorUpdateRun     super(Command, self).run(parsed_args)
2020-07-02 23:26:39 | 2020-07-02 23:26:39.295 43031 ERROR tripleoclient.v1.overcloud_update.MinorUpdateRun   File "/usr/lib/python3.6/site-packages/osc_lib/command/command.py", line 41, in run
2020-07-02 23:26:39 | 2020-07-02 23:26:39.295 43031 ERROR tripleoclient.v1.overcloud_update.MinorUpdateRun     return super(Command, self).run(parsed_args)
2020-07-02 23:26:39 | 2020-07-02 23:26:39.295 43031 ERROR tripleoclient.v1.overcloud_update.MinorUpdateRun   File "/usr/lib/python3.6/site-packages/cliff/command.py", line 185, in run
2020-07-02 23:26:39 | 2020-07-02 23:26:39.295 43031 ERROR tripleoclient.v1.overcloud_update.MinorUpdateRun     return_code = self.take_action(parsed_args) or 0
2020-07-02 23:26:39 | 2020-07-02 23:26:39.295 43031 ERROR tripleoclient.v1.overcloud_update.MinorUpdateRun   File "/usr/lib/python3.6/site-packages/tripleoclient/v1/overcloud_update.py", line 192, in take_action
2020-07-02 23:26:39 | 2020-07-02 23:26:39.295 43031 ERROR tripleoclient.v1.overcloud_update.MinorUpdateRun     priv_key=key)
2020-07-02 23:26:39 | 2020-07-02 23:26:39.295 43031 ERROR tripleoclient.v1.overcloud_update.MinorUpdateRun   File "/usr/lib/python3.6/site-packages/tripleoclient/utils.py", line 1245, in run_update_ansible_action
2020-07-02 23:26:39 | 2020-07-02 23:26:39.295 43031 ERROR tripleoclient.v1.overcloud_update.MinorUpdateRun     verbosity=verbosity, extra_vars=extra_vars)
2020-07-02 23:26:39 | 2020-07-02 23:26:39.295 43031 ERROR tripleoclient.v1.overcloud_update.MinorUpdateRun   File "/usr/lib/python3.6/site-packages/tripleoclient/workflows/package_update.py", line 127, in update_ansible
2020-07-02 23:26:39 | 2020-07-02 23:26:39.295 43031 ERROR tripleoclient.v1.overcloud_update.MinorUpdateRun     raise RuntimeError('Update failed with: {}'.format(payload['message']))
2020-07-02 23:26:39 | 2020-07-02 23:26:39.295 43031 ERROR tripleoclient.v1.overcloud_update.MinorUpdateRun RuntimeError: Update failed with: Ansible failed, check log at /var/log/mistral/package_update.log.
2020-07-02 23:26:39 | 2020-07-02 23:26:39.295 43031 ERROR tripleoclient.v1.overcloud_update.MinorUpdateRun 
2020-07-02 23:26:39 | 2020-07-02 23:26:39.299 43031 ERROR openstack [-] Update failed with: Ansible failed, check log at /var/log/mistral/package_update.log.: RuntimeError: Update failed with: Ansible failed, check log at /var/log/mistral/package_update.log.
2020-07-02 23:26:39 | 2020-07-02 23:26:39.300 43031 INFO osc_lib.shell [-] END return value: 1
2020-07-02 23:26:39 | sys:1: ResourceWarning: unclosed <ssl.SSLSocket fd=4, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('192.168.24.2', 51490), raddr=('192.168.24.2', 13000)>
2020-07-02 23:26:39 | sys:1: ResourceWarning: unclosed <ssl.SSLSocket fd=6, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=6, laddr=('192.168.24.2', 37274), raddr=('192.168.24.2', 13989)>

Comment 4 spower 2020-07-15 11:55:10 UTC
Removing z1 flag as it was not assessed by team on July 14th as per the process, please contact Mike Orazi to assess for content inclusion in Z1, it needs approval.

Comment 6 spower 2020-07-15 12:03:03 UTC
Assessed by Mike Orazi,
This issue has conditional approval for 16.1 Z1 release, it must be in the first compose and tested before release of 16.1.1. If not, we will move to TM=Z2.

Comment 15 errata-xmlrpc 2020-08-27 15:19:10 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Red Hat OpenStack Platform 16.1 director bug fix advisory), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:3542


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