]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tasks: drop test_cephadm_orchestrator.py
authorKefu Chai <kchai@redhat.com>
Fri, 31 Jan 2020 05:52:49 +0000 (13:52 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 6 Feb 2020 01:53:17 +0000 (09:53 +0800)
commit062e0365ea657b3e5138675efc2edfa7f090fd61
tree20e78c77d655cd52e21ff09f789c5c8b97e5741e
parentec7b160a5525da7826c8bb5c652a875cbaf3d3e1
qa/tasks: drop test_cephadm_orchestrator.py

this test will end with a failure like

```
2020-01-30T18:15:15.870 INFO:tasks.ceph.mgr.x.smithi042.stderr:Warning: Permanently added 'smithi042.front.sepia.ceph.com,172.21.15.42' (ECDSA) to the list of known hosts.
2020-01-30T18:15:15.925 INFO:tasks.ceph.mgr.x.smithi042.stderr:Permission denied, please try again.
2020-01-30T18:15:15.932 INFO:tasks.ceph.mgr.x.smithi042.stderr:Permission denied, please try again.
2020-01-30T18:15:15.939 INFO:tasks.ceph.mgr.x.smithi042.stderr:root@smithi042.front.sepia.ceph.com: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
```

because mgr is not able to establish an ssh connection to that host with "root".
please note, the teuthology worker is acting using the "ubuntu" account on the
test node, and by default, "root" does not have its pubkey. and actually
`qa/tasks/cephadm.py` does push the pubkey to all the managed hosts before
testing cephadm.

since `qa/tasks/cephadm.py` is a better test for cephadm, let's just
drop this one.

as suites/rados/cephadm already covers cephadm

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/suites/rados/singleton-flat/cephadm_orchestrator/+ [deleted file]
qa/suites/rados/singleton-flat/cephadm_orchestrator/.qa [deleted symlink]
qa/suites/rados/singleton-flat/cephadm_orchestrator/2-node-mgr.yaml [deleted symlink]
qa/suites/rados/singleton-flat/cephadm_orchestrator/centos_latest.yaml [deleted symlink]
qa/suites/rados/singleton-flat/cephadm_orchestrator/cephadm_orchestrator.yaml [deleted file]
qa/suites/rados/singleton-flat/cephadm_orchestrator/mgr.yaml [deleted symlink]
qa/tasks/mgr/test_cephadm_orchestrator.py [deleted file]