Commit Graph

13 Commits

Author SHA1 Message Date
Sebastian Wagner
de448fafe0 cephadm: Update images used
Print warning when using cephadm from master

See also "use quay octopus tip until 15.2 tag is available"
* a9b15c7e1a.

See also  "update default container images"
* 1f05f75787.

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
2020-04-14 16:05:14 +02:00
Sage Weil
a9b15c7e1a update default container images
- For tests, use bleeding-edge octopus branch
- For production defaults, use ceph/ceph:v15.2 tag
- For bootstrap, grab cephadm script from latest octopus branch

Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-16 20:53:57 -05:00
Sage Weil
8ab7a91615 qa/workunits/cephadm: --skip-mon-network when using 127.0.0.1
Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-16 14:38:22 -05:00
Joshua Schmid
096e4a064a mgr/cephadm: adapt test_cephadm.sh to new syntax
Signed-off-by: Joshua Schmid <jschmid@suse.de>
2020-03-13 09:52:13 +01:00
Sage Weil
77246cb0a4 cephadm: include docker.io in image name
This removes a configuration dependency on the container environment.

Signed-off-by: Sage Weil <sage@redhat.com>
2020-02-19 07:10:59 -06:00
Sage Weil
20205e70c4 mgr/orch: 'ceph orchestrator ...' -> 'ceph orch ...'
Less typing for all!

Signed-off-by: Sage Weil <sage@redhat.com>
2020-02-09 15:39:57 -06:00
Michael Fritch
c047f627ce
test_cephadm: use container shell for ceph cmds
allow `ceph auth get-or-create` to be used without
the need for a pre-built ceph binary.

Signed-off-by: Michael Fritch <mfritch@suse.com>
2020-01-13 15:45:53 -07:00
Michael Fritch
4ade346b81
test_cephadm: -d debug no longer exists
the argument was renamed to `-v` verbose

Signed-off-by: Michael Fritch <mfritch@suse.com>
2020-01-13 15:45:46 -07:00
Michael Fritch
a652249d23
test_cephadm: clean-up whitespace (tabs -> spaces)
Signed-off-by: Michael Fritch <mfritch@suse.com>
2020-01-13 15:43:24 -07:00
Sage Weil
f3d26fa905 Merge PR #32281 into master
* refs/pull/32281/head:
	mgr/cephadm: fix =[] default arg to _create_daemon
	qa/suites/rados/cephadm: enable mgr debugging
	cephadm: restart non-ceph daemons on reconfig
	mgr/cephadm/test_cephadm: fix expected output
	mgr/cephadm: fix remapping of hosts and services
	mgr/cephadm: add 'reconfig' service action
	cephadm: move mon creation config bits into mgr/cephadm
	cephadm: fix bootstrap message 'ssh' -> 'cephadm'
	cephadm: add --reconfig option for 'deploy'
	mgr/orchestrator: drop 'reload' service[-instance] action

Reviewed-by: Sebastian Wagner <swagner@suse.com>
2019-12-23 15:59:20 -06:00
Sage Weil
40b70c632d cephadm: move mon creation config bits into mgr/cephadm
There's no need for mgr/cephadm to pass --mon-* arguments to
/usr/bin/cephadm just so it can add bits to the config file when the
config file is also being passed in from mgr/cephadm.

Signed-off-by: Sage Weil <sage@redhat.com>
2019-12-22 10:50:23 -06:00
Sage Weil
d61066804a test_cephadm.sh: pass --fsid to shell command
Signed-off-by: Sage Weil <sage@redhat.com>
2019-12-22 08:48:50 -06:00
Sage Weil
137fa64e12 qa: rename ceph-daemon tests -> cephadm
Also move the workunit to a better location.

Signed-off-by: Sage Weil <sage@redhat.com>
2019-12-11 19:14:09 -06:00