Bug 1506644
Summary: | Add support for configuring 'in-overcloud' resources for octavia through workflows and ansible | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Brent Eagles <beagles> |
Component: | openstack-tripleo-common | Assignee: | Carlos Goncalves <cgoncalves> |
Status: | CLOSED ERRATA | QA Contact: | Alexander Stafeyev <astafeye> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 13.0 (Queens) | CC: | amuller, astafeye, bcafarel, cgoncalves, jschluet, mburns, sasha, slinaber |
Target Milestone: | beta | Keywords: | Triaged |
Target Release: | 13.0 (Queens) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-tripleo-common-8.6.1-0.20180410165747.4d8ca16.el7ost openstack-tripleo-heat-templates-8.0.2-0.20180410170330.a39634a.el7ost | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1506641 | Environment: | |
Last Closed: | 2018-06-27 13:38:59 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: | |||
Bug Depends On: | 1506641 | ||
Bug Blocks: | 1433523, 1433537, 1488801, 1506643 |
Description
Brent Eagles
2017-10-26 13:39:09 UTC
A note for when we verify this: double-check the config options mentioned in bug 1515162 comment 0 *** Bug 1515162 has been marked as a duplicate of this bug. *** The [health_manager]/controller_ip_port_list is being set but in a config file that is being consumed by the octavia-health-manager service. Instead, it should be set in the config file of the octavia-worker service. Patch https://review.openstack.org/#/c/557483/ should address this bug. One other issue found after applying patch https://review.openstack.org/#/c/557483/ was that the firewall was dropping the heartbeats sent to the health manager. Patch submitted upstream to add firewall rule: https://review.openstack.org/#/c/557731/ Patches proposed to stable/queens. Moving to POST. *** Bug 1560541 has been marked as a duplicate of this bug. *** Verified with https://bugzilla.redhat.com/show_bug.cgi?id=1560541 steps. (tester) [stack@undercloud-0 ~]$ openstack loadbalancer show fd9ff774-1c33-447f-8f4a-2bb8de03083c +---------------------+--------------------------------------+ | Field | Value | +---------------------+--------------------------------------+ | admin_state_up | True | | created_at | 2018-04-22T08:58:40 | | description | | | flavor | | | id | fd9ff774-1c33-447f-8f4a-2bb8de03083c | | listeners | | | name | lb1 | | operating_status | ONLINE | | pools | | | project_id | 516a990ff19046ac85bad8807b62087b | | provider | octavia | | provisioning_status | ACTIVE | | updated_at | 2018-04-22T08:59:56 | | vip_address | 192.168.2.9 | | vip_network_id | 6caf6750-68ac-4e84-9715-5e38f3e3953e | | vip_port_id | c102d79b-3e1c-4951-8797-80a198ec678b | | vip_qos_policy_id | None | | vip_subnet_id | 15fe1d40-517b-4318-acc9-4b123e7cee08 | +---------------------+--------------------------------------+ 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, 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/RHEA-2018:2086 |