Bug 1655315
Summary: | Health manager throws AddrFormatError when failing over amphorae | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Alexander Stafeyev <astafeye> |
Component: | openstack-octavia | Assignee: | Carlos Goncalves <cgoncalves> |
Status: | CLOSED DUPLICATE | QA Contact: | Alexander Stafeyev <astafeye> |
Severity: | urgent | Docs Contact: | |
Priority: | high | ||
Version: | 14.0 (Rocky) | CC: | astafeye, cgoncalves, ihrachys, lpeer, majopela, nyechiel |
Target Milestone: | --- | ||
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: | 2018-12-03 07:20:56 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: |
Description
Alexander Stafeyev
2018-12-02 17:06:27 UTC
2018-12-02 17:02:51.792 22 ERROR octavia.controller.worker.controller_worker AddrFormatError: failed to detect a valid IP address from None This seems to be a duplicate of [1] which you opened a while ago against OSP 13, and a patch has been up for review for some time now [2]. Could you please check if amp_boot_network_list is set and contains a list of IP addresses pointing to controller/network nodes?. Also please attach sosreports from controller/networker nodes so that we can confirm this is indeed the same bug? [1] https://bugzilla.redhat.com/show_bug.cgi?id=1577976 [2] https://review.openstack.org/#/c/596373/ (In reply to Carlos Goncalves from comment #2) > 2018-12-02 17:02:51.792 22 ERROR octavia.controller.worker.controller_worker > AddrFormatError: failed to detect a valid IP address from None > > This seems to be a duplicate of [1] which you opened a while ago against OSP > 13, and a patch has been up for review for some time now [2]. > > Could you please check if amp_boot_network_list is set and contains a list > of IP addresses pointing to controller/network nodes?. Also please attach > sosreports from controller/networker nodes so that we can confirm this is > indeed the same bug? > > [1] https://bugzilla.redhat.com/show_bug.cgi?id=1577976 > [2] https://review.openstack.org/#/c/596373/ [root@controller-0 ~]# grep -ir amp_boot_network_list /var/lib/config-data/puppet-generated/octavia/ /var/lib/config-data/puppet-generated/octavia/etc/octavia/octavia.conf:# - - amp_boot_network_list = 22222222-3333-4444-5555-666666666666 /var/lib/config-data/puppet-generated/octavia/etc/octavia/octavia.conf:# - - amp_boot_network_list = 11111111-2222-33333-4444-555555555555, 22222222-3333-4444-5555-666666666666 /var/lib/config-data/puppet-generated/octavia/etc/octavia/octavia.conf:# amp_boot_network_list = /var/lib/config-data/puppet-generated/octavia/etc/octavia/conf.d/octavia-worker/worker-post-deploy.conf:amp_boot_network_list = 1b21f0a9-b2c2-4cb1-b16b-a1e6ee9b796d [root@controller-0 ~]# [stack@undercloud-0 ~]$ . overcloudrc (overcloud) [stack@undercloud-0 ~]$ openstack network list +--------------------------------------+-------------+--------------------------------------+ | ID | Name | Subnets | +--------------------------------------+-------------+--------------------------------------+ | 1b21f0a9-b2c2-4cb1-b16b-a1e6ee9b796d | lb-mgmt-net | a81e607d-66dd-4951-960a-79d92338d9fe | +--------------------------------------+-------------+--------------------------------------+ (overcloud) [stack@undercloud-0 ~]$ I see it is set unless you meant something else :) Ok, this confirms that configuration option amp_boot_network_list is only loaded by the worker service. The health manager needs to consume this option too and it is not set, hence this is a duplicate of rhbz #1577976. Please reopen if you think this is a different issue. I cloned #1577976 (OSP 13) for OSP 14: https://bugzilla.redhat.com/show_bug.cgi?id=1655431 *** This bug has been marked as a duplicate of bug 1655431 *** |