db connection for cell0 not being updated in the database for a brownfield TLS deployment
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
New
|
Undecided
|
Ade Lee |
Bug Description
When doing a TLS brown field deployment (ie. updating a previously
deployed system without internal TLS to using internal TLS), the
database endpoint stored in the db for the default cell and cell0
must be changed in step3. If this does not occur, then several
services fail to start and some operations (and the installation)
eventually times out.
Logic already exists in step 3 to change the default cell.
In stein+, this is not a problem because we have already
added logic to set the db endpoint for both cells using
templated values for both cells in step 3.
In rocky, logic must be added in step3 to update this value, just
like the default cell.
In queens, the logic to update the db data for cell0 was added by
the FFU team, but it was added in step5, which is too late for
the brownfield case. This needs to be moved to step 3.
Changed in tripleo: | |
assignee: | nobody → Ade Lee (alee-3) |
Fix proposed to branch: stable/rocky /review. opendev. org/674400
Review: https:/