summaryrefslogtreecommitdiffstats
path: root/src/cephadm/tests/test_cephadm.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* cephadm: do not trigger rollback in bootstrap unit testsJohn Mulligan2024-11-041-13/+21
* cephadm: pull container images from quay.ioGuillaume Abrioux2024-10-021-18/+18
* cephadm: limit mounts for shell and ceph-volume commandsAdam King2024-08-021-0/+1
* mgr/cephadm: introducing new cmd to generate self-signed certsRedouane Kachach2024-07-311-1/+2
* cephadm: fix host-maintenance command always exiting with a failureJohn Mulligan2024-03-281-4/+4
* cephadm: fix `cephadm shell --name <daemon-name>` for stopped/failed daemonAdam King2024-03-151-0/+75
* cephadm: update _rm_cluster to call terminate_serviceJohn Mulligan2024-01-021-7/+20
* cephadm: convert iscsi daemon form to use sidecarsJohn Mulligan2024-01-021-14/+26
* cephadm: move ceph classes to a new fileJohn Mulligan2023-11-301-1/+2
* cephadm: move monitoring class to a new fileJohn Mulligan2023-11-301-6/+12
* cephamd: update tests to use should_log_to_journald from context_gettersJohn Mulligan2023-11-301-4/+6
* cephadm: update tests to import dict_get* functions from proper moduleJohn Mulligan2023-11-301-8/+14
* cephadm: create deployment_utils moduleJohn Mulligan2023-11-301-5/+9
* cephadm: convert test_mon_crush_location to use funkypatch fixtureJohn Mulligan2023-11-301-16/+28
* cephadm: update test to use funkypatch fixtureJohn Mulligan2023-11-301-10/+7
* cephadm: convert get_container_binds to use class based approachJohn Mulligan2023-11-091-2/+2
* cephadm: ensure the iscsi test can create iscsi daemon classJohn Mulligan2023-11-091-0/+5
* Merge pull request #54126 from phlogistonjohn/jjm-cephadm-remove-get_daemon_argsAdam King2023-11-061-8/+10
|\
| * cephadm: make get_daemon_args privateJohn Mulligan2023-11-041-2/+2
| * cephadm: remove get_deployment_containerJohn Mulligan2023-11-041-6/+8
* | cephadm: move unit file related tests to dedicated fileJohn Mulligan2023-11-031-9/+0
|/
* cephadm: update test to avoid using exception handling as an assertionJohn Mulligan2023-10-051-5/+4
* cephadm: move firewalld related items to firewalld.pyJohn Mulligan2023-10-041-0/+1
* cephadm: remove direct daemon-class deps from firewallJohn Mulligan2023-10-041-3/+8
* cephadm: move sysctl specific functions to sysctl.pyJohn Mulligan2023-10-041-2/+4
* Merge pull request #53702 from adk3798/cephadm-refactor-registry-loginAdam King2023-09-301-1/+1
|\
| * cephadm: move registry_login to container_engines.pyAdam King2023-09-271-1/+1
* | cephadm: move more funcs into data_utils.pyAdam King2023-09-301-1/+3
* | cephadm: move context based getters to context_getters.pyJohn Mulligan2023-09-261-3/+5
|/
* cephadm: convert get_deployment_container to to use a DaemonIdentity argumentJohn Mulligan2023-09-111-9/+7
* cephadm: convert get_container to to use a DaemonIdentity argumentJohn Mulligan2023-09-111-10/+18
* cephadm: convert deploy_daemon to to use a DaemonIdentity argumentJohn Mulligan2023-09-111-1/+1
* cephadm: convert deploy_daemon_units to to use a DaemonIdentity argumentJohn Mulligan2023-09-111-24/+9
* cephadm: convert get_daemon_args to use DaemonIdentity argumentJohn Mulligan2023-09-111-1/+3
* cephadm: convert _write_custom_conf_files to use a DaemonIdentity argJohn Mulligan2023-09-111-1/+3
* cephadm: convert create_daemon_dirs to use a DaemonIdentity argumentJohn Mulligan2023-09-111-31/+31
* cephadm: replace get_data_dir & make_data_dir args with DaemonIdentityJohn Mulligan2023-09-111-4/+12
* cephadm: use DaemonIdentity in arguments to CephContainer.for_daemonJohn Mulligan2023-09-111-6/+10
* Merge pull request #52043 from adk3798/tcmu-entrypointAdam King2023-09-111-2/+2
|\
| * cephadm: run tcmu-runner through script to do restart on failureAdam King2023-08-181-2/+2
* | cephadm: move packager types and funcs to packagers.pyJohn Mulligan2023-08-301-2/+2
* | cephadm: move low level networking funcs to net_utils.pyJohn Mulligan2023-08-301-18/+27
* | cephadm: move container engine types and funcs to container_engines.pyJohn Mulligan2023-08-301-2/+6
* | cephadm: move command call functions to call_wrappers.pyJohn Mulligan2023-08-301-3/+7
* | cephadm: have attempt_bind raise up OSErrorsAdam King2023-08-221-4/+32
* | cephadm: support for specifying IP a port will be bound to onAdam King2023-08-221-4/+24
|/
* cephadm: move custom container tests to a dedicated fileJohn Mulligan2023-08-091-84/+0
* cephadm: remove call to get_parm from fetch_configsJohn Mulligan2023-06-151-3/+3
* cephadm: convert test case to call command_deploy_fromJohn Mulligan2023-06-151-1/+3
* cephadm: update code to use fetch_custom_config_filesJohn Mulligan2023-06-151-6/+6