Skip to content

Tags: ceph/ceph-ansible

Tags

v6.0.28.20

Toggle v6.0.28.20's commit message

Verified

This commit was signed with the committer’s verified signature.
asm0deuz Teoman ONAY
Use grafana_server_addr to set prometheus networks list

When dashboard is enabled and module ceph_orch_apply is
called, if the grafana_server_addr is defined, then it
is used to populate the networks list in the spec of type
alertmanager. This is the case without this patch. With
this patch the same logic is applied to the spec of type
prometheus. Also, if the grafana_server_addr is a comma
delimited list, then a jinja2 expression handles passing
the IPs as a list.

Without this patch prometheus binds to all networks even
if grafana_server_addr is set which can create conflicts
with other services.

Fixes: https://bugzilla.redhat.com/2269009

Signed-off-by: John Fulton <fulton@redhat.com>

v6.0.28.19

Toggle v6.0.28.19's commit message

Verified

This commit was signed with the committer’s verified signature.
asm0deuz Teoman ONAY
rolling_update: Fix Remove FSMap sanity checks task

cluster name was not set as cluster defaults were
not loaded

Signed-off-by: Teoman ONAY <tonay@ibm.com>

v6.0.28.18

Toggle v6.0.28.18's commit message

Verified

This commit was signed with the committer’s verified signature.
asm0deuz Teoman ONAY
Adopt: placement of alertmanager hosts fails

- Task fails as count is set as a string while a number
is expected
- typo service_name instead of service_type

Signed-off-by: Teoman ONAY <tonay@ibm.com>

v6.0.28.17

Toggle v6.0.28.17's commit message
cephadm-adopt: fix ssl condition in rgw placement task

rgw daemons fail to start as they were looking for
ssl certificates while none were available.

Signed-off-by: Teoman ONAY <tonay@ibm.com>

v6.0.28.16

Toggle v6.0.28.16's commit message
rolling_update: fails on FSMap sanity check when containerized

Fixes missing environment variables

Signed-off-by: Teoman ONAY <tonay@ibm.com>

v6.0.28.15

Toggle v6.0.28.15's commit message
rolling_update: fails on FSMap sanity check when containerized

Fixes missing environment variables

Signed-off-by: Teoman ONAY <tonay@ibm.com>

v6.0.28.14

Toggle v6.0.28.14's commit message
ceph_config: fix generate_cmd to generate_ceph_cmd typo

Signed-off-by: Teoman ONAY <tonay@ibm.com>

v6.0.28.13

Toggle v6.0.28.13's commit message
rolling_update: disable FSMap sanity checks

Disable FSMap sanity checks before upgrade to prevent
mon crash(1)

(1) https://access.redhat.com/solutions/7020523

fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2277756

Signed-off-by: Teoman ONAY <tonay@ibm.com>

v6.0.28.12

Toggle v6.0.28.12's commit message
cephadm-adopt: Fixes binding network for alertmanager

Alertmanager was bind to default * network instead of grafana_server_addr
as it was before. Now on if grafana_server_addr is defined, it will be
bind to that network.

Signed-off-by: Teoman ONAY <tonay@ibm.com>

v6.0.28.11

Toggle v6.0.28.11's commit message
ceph_orch_apply: fix yaml error when multiple rgw deployed

ceph orch ls rgw --format=yaml returns multiple documents
when multiple rgw are installed, this was not handled
correctly.

Signed-off-by: Teoman ONAY <tonay@ibm.com>