summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/cephadm/inventory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgr/cephadm: fixing logic in cert-store save_cert methodRedouane Kachach2024-12-161-2/+2
* mgr/cephadm/nvmeof: Add key encryption support to nvmeof configurationGil Bregman2024-12-051-0/+4
* Merge pull request #60721 from anuradhagadge/fix_issue_68748_add_multiple_lableAdam King2024-11-271-3/+4
|\
| * Add multiple labels in single command to hostAnuradha Gadge2024-11-131-3/+4
* | Fix tuned profile to allow multiple settingsKushal Deb2024-11-071-0/+36
|/
* Revert "mgr/cephadm: migrate nvmeof specs without group field"Adam King2024-08-281-11/+1
* Merge pull request #58460 from rkachach/fix_issue_oauth2_supportAdam King2024-08-201-0/+11
|\
| * mgr/cephadm: adding oauth2-proxy cephadm serviceRedouane Kachach2024-08-141-0/+11
* | mgr/cephadm: migrate nvmeof specs without group fieldAdam King2024-08-131-1/+11
|/
* mgr/cephadm: adding mTLS supportRedouane Kachach2024-07-311-3/+2
* mgr/cephadm: introducing cert_mgr new class to centralize certs mgmtRedouane Kachach2024-07-311-15/+2
* Merge pull request #57712 from rhcs-dashboard/dashboard-nvmf-mtls-confNizamudeen A2024-07-121-0/+62
|\
| * mgr/cephadm: create OrchSecretNotFound exception typeAdam King2024-07-091-0/+20
| * mgr/cephadm: integrate nvmeof spec certs/keys into cert/key storeAdam King2024-07-091-0/+42
* | mgr/cephadm: adding new cephadm service mgmt-gatewayRedouane Kachach2024-07-091-0/+2
|/
* mgr/cephadm: move ingress cert to cert storeAdam King2024-06-261-0/+17
* mgr/cephadm: store iscsi cert and key in cert storeAdam King2024-06-261-0/+18
* mgr/cephadm: move rgw frontend ssl cert to cert storeAdam King2024-06-261-1/+29
* mgr/cephadm: add a Cert/Key tracking/storage classAdam King2024-06-261-1/+279
* node-proxy: make the daemon discover endpointsGuillaume Abrioux2024-05-061-25/+36
* mgr/cephadm: make client-keyring deploying ceph.conf optionalAdam King2024-04-041-0/+3
* mgr/node-proxy: handle 'None' statuses returned by RedFishGuillaume Abrioux2024-03-061-8/+16
* node-proxy: make it a separate daemonGuillaume Abrioux2024-01-251-5/+18
* node-proxy: update the data structure for summary reportGuillaume Abrioux2024-01-251-2/+5
* node-proxy: change 'idrac' terminologyGuillaume Abrioux2024-01-251-4/+4
* cephadm: inventory.NodeProxyCache() refactorGuillaume Abrioux2024-01-251-19/+53
* node-proxy: implement criticals endpointGuillaume Abrioux2024-01-251-2/+37
* node-proxy: drop dispatch() in NodeProxy()Guillaume Abrioux2024-01-251-5/+4
* node-proxy: collect firmwares detailsGuillaume Abrioux2024-01-251-0/+19
* node-proxy: update the JSON data structureGuillaume Abrioux2024-01-251-4/+4
* mgr/cephadm: add NodeProxyCache classGuillaume Abrioux2024-01-251-0/+80
* mgr/cephadm: update timestamp on repeat daemon/service eventsAdam King2023-10-181-0/+2
* mgr/cephadm: add utils class for tracking special host labelsAdam King2023-08-151-15/+19
* mgr/cephadm: allow draining host without removing conf/keyring filesAdam King2023-08-151-0/+27
* mgr/cephadm: add is_host_<status> functions to HostCacheAdam King2023-06-021-2/+13
* mgr/cephadm: lower log level when logging about related servicesAdam King2023-05-081-2/+2
* mgr/cephadm: prefer same hosts as related service daemons when picking arbitr...Adam King2023-05-011-1/+31
* mgr/cephadm: redo service level config when spec is updatedAdam King2023-04-101-1/+28
* mgr/cephadm: Adding extra arguments support for RGW frontendRedouane Kachach2023-03-311-1/+8
* mgr/cephadm: be aware of host's shortname and FQDNAdam King2023-03-071-8/+36
* mgr/cephadm: add commands to set services to managed/unmanagedAdam King2023-02-131-0/+9
* mgr/cephadm: fix check for if devices have changedAdam King2022-12-021-6/+4
* mgr/cephadm: add daemon 'rotate-key' actionSage Weil2022-09-121-0/+1
* cephadm/mgr: adding logic to handle -no-overwrite for tuned profilesRedouane Kachach2022-08-301-0/+3
* mgr/cephadm: fix handling of draining hosts with explicit placement specsAdam King2022-08-111-0/+9
* mgr/cephadm: support for os tuning profilesAdam King2022-07-161-1/+98
* mgr/cephadm: store device info separately from rest of host cacheAdam King2022-05-261-5/+93
* mgr/cephadm: store agent metadata in its own cacheAdam King2022-01-251-33/+93
* mgr/cephadm: still check agent deps if it is marked downAdam King2022-01-071-0/+10
* Merge pull request #44266 from adk3798/http-reconfigSebastian Wagner2022-01-051-0/+5
|\