Database check fails when running without haproxy and on a separate host
Bug #1823005 reported by
Jim Rollenhagen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
Fix Released
|
Medium
|
Unassigned | ||
Rocky |
Fix Committed
|
Medium
|
Unassigned | ||
Stein |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Scenario:
* haproxy is disabled
* database is running on a separate host from the API services
When the mariadb deploy role is run, kolla-ansible verifies that the database is reachable via the internal VIP. However, we obviously can't do this, so it fails. We should check via database_address, as this is how the services will reach the database.
I hit this bug on Rocky, but it appears to be a problem in master as well.
To post a comment you must log in.
Fix proposed here: https:/ /review. openstack. org/649403