deployment fails with "Pcmk_bundle[haproxy-bundle]: Munging failed for value \"\" in class promoted_max: promoted_max must be an integer"
Bug #1995565 reported by
Luca Miccini
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
High
|
Takashi Kajinami |
Bug Description
Seems like this popped up after https:/
There seem to be a few issues here:
1. haproxy-bundle uses replicas instead of promoted_max or masters (not really an issue per se):
and so both promoted_max and masters are undef.
2. pick_default coerces undef into an empty string (https:/
3. https:/
Changed in tripleo: | |
importance: | Undecided → High |
assignee: | nobody → Takashi Kajinami (kajinamit) |
milestone: | none → antelope-1 |
To post a comment you must log in.
I filed a bug @ https:/ /bugs.launchpad .net/tripleo/ +bug/1995719 and it was marked duplicate for this one
fix is there https:/ /review. opendev. org/c/openstack /puppet- pacemaker/ +/863480 "Avoid pick_default to detect promoted_max"