Tags: ceph/ceph-ansible
Tags
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>
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>
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>
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>
rolling_update: fails on FSMap sanity check when containerized Fixes missing environment variables Signed-off-by: Teoman ONAY <tonay@ibm.com>
rolling_update: fails on FSMap sanity check when containerized Fixes missing environment variables Signed-off-by: Teoman ONAY <tonay@ibm.com>
ceph_config: fix generate_cmd to generate_ceph_cmd typo Signed-off-by: Teoman ONAY <tonay@ibm.com>
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>
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>
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>
PreviousNext