Adam King
c2d9df5d1b
Merge pull request #48489 from rkachach/fix_issue_57816
...
mgr/cephadm: making grafana protocol configurable
Reviewed-by: Adam King <adking@redhat.com>
2022-12-07 10:20:56 -05:00
Zac Dover
292894dc92
doc/cephadm: add airgapped install procedure
...
Add a procedure describing an installation with an airgapped registry.
This commit ingests work done in https://github.com/ceph/ceph/pull/44346
that was abandoned for lo these past eleven months. The PR connected
with this commit supersedes that PR.
Signed-off-by: Zac Dover <zac.dover@gmail.com>
2022-11-30 13:56:52 +10:00
Redouane Kachach
99162a9c9b
mgr/cephadm: making grafana protocol configurable
...
Fixes: https://tracker.ceph.com/issues/57816
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
2022-10-20 11:53:17 +02:00
Redouane Kachach
d526be8961
doc/cephadm: fixing grafana cet/key generation documentation
...
Fixes: https://tracker.ceph.com/issues/57769
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
2022-10-07 17:45:05 +02:00
Redouane Kachach
4da92c5959
mgr/cephadm: Adding --storage.tsdb.retention.size prometheus option
...
fixes: https://tracker.ceph.com/issues/57422
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
2022-09-08 13:51:08 +02:00
Adam King
11fc0ef194
doc/cephadm: documentation for setting prometheus retention time
...
Signed-off-by: Adam King <adking@redhat.com>
2022-09-01 14:48:56 -04:00
Patrick Seidensal
3551d7f8b3
mgr/dashboard: enable addition custom Prometheus alerts
...
Fixes: https://tracker.ceph.com/issues/57294
Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
2022-08-29 17:01:21 +02:00
Redouane Kachach
f556a48ea6
mgr/cephadm: setting version field to a 17.2.3
...
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
2022-08-10 15:46:10 +02:00
Redouane Kachach
a0fe3ffdaa
mgr/cephadm: adding dynamic prometheus config based on http_sd
...
Signed-off-by: Redouane Kachach <rkachach@redhat.com>
2022-08-10 15:46:09 +02:00
jinhong.kim
6081729267
doc/cephadm/services: overriding loki, promtail conf file
...
Signed-off-by: jinhong.kim <jinhong.kim0@navercorp.com>
2022-07-05 12:30:31 +09:00
Anthony D'Atri
cf1415a2b2
Merge pull request #46919 from jsoref/spelling-docs
...
doc: Fix many spelling errors
2022-07-03 19:54:55 -07:00
Josh Soref
8abce157f1
doc: Fix many spelling errors
...
* administrators
* allocated
* allowed
* approximate
* authenticate
* availability
* average
* behavior
* binaries
* bootstrap
* bootstrapping
* capacity
* cephadm
* clients
* combining
* command
* committed
* comparison
* compiled
* consequences
* continues
* convenience
* cookie
* crypto
* dashboard
* deduplication
* defaults
* delivered
* deployment
* describe
* directory
* documentation
* dynamic
* elimination
* entries
* expectancy
* explicit
* explicitly
* exporter
* github
* hard
* healthcheck
* heartbeat
* heavily
* http
* indices
* infrastructure
* inherit
* layout
* lexically
* likelihood
* logarithmic
* manually
* metadata
* minimization
* minimize
* object
* of
* operation
* opportunities
* overwrite
* prioritized
* recipe
* records
* requirements
* restructured
* running
* scalability
* second
* select
* significant
* specify
* subscription
* supported
* synonym
* throttle
* unpinning
* upgraded
* value
* version
* which
* with
Plus some line wrapping and additional edits...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2022-07-02 23:38:18 -04:00
Aashish Sharma
4ac2a3e5f7
doc: update docs for centralized logging
...
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
2022-06-28 16:22:24 +05:30
Adam King
e583d4ef1a
mgr/cephadm: allow setting insecure_skip_verify for alertmanager
...
Add a "secure" parameter to alertmanager spec that will cause it
to deploy alertmanagers with insecure_skip_verify as true or false
depending on the value given for "secure".
NOTE: alertmanager must still be reconfigured after applying a yaml
with this option changed.
Fixes: https://tracker.ceph.com/issues/55272
Fixes: https://tracker.ceph.com/issues/55333
Signed-off-by: Adam King <adking@redhat.com>
2022-04-14 10:57:22 -04:00
Sebastian Wagner
fdae665a2f
mgr/cephadm: Add GrafanaSpec.initial_admin_password
...
By default, we're not creating any admin accout for Grafana now,
but we're adding an option to set the grafana password manually using:
```yaml
service_type: grafana
spec:
initial_admin_password: mypassword
```
Users can then easily log into Grafana with the given password.
Fixes: https://tracker.ceph.com/issues/48291
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
2021-11-26 11:20:11 +01:00
Sebastian Wagner
8c70398949
doc/cephadm: move services into services/
...
This is going to clean up the toctree a bit.
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
2021-09-27 12:21:54 +02:00