From d120ffcdff48bc15b12800dac094f8711783825c Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 11 Dec 2019 14:03:40 -0600 Subject: [PATCH] ceph-daemon-adoption-corpus -> cephadm-adoption-corpus Signed-off-by: Sage Weil --- .gitmodules | 6 +++--- ceph-daemon-adoption-corpus => cephadm-adoption-corpus | 0 qa/workunits/cephadm/test_cephadm.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename ceph-daemon-adoption-corpus => cephadm-adoption-corpus (100%) diff --git a/.gitmodules b/.gitmodules index b05261e0873..f73ae196e19 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "ceph-daemon-adoption-corpus"] - path = ceph-daemon-adoption-corpus - url = https://github.com/ceph/ceph-daemon-adoption-corpus.git +[submodule "cephadm-adoption-corpus"] + path = cephadm-adoption-corpus + url = https://github.com/ceph/cephadm-adoption-corpus.git [submodule "ceph-object-corpus"] path = ceph-object-corpus url = https://github.com/ceph/ceph-object-corpus.git diff --git a/ceph-daemon-adoption-corpus b/cephadm-adoption-corpus similarity index 100% rename from ceph-daemon-adoption-corpus rename to cephadm-adoption-corpus diff --git a/qa/workunits/cephadm/test_cephadm.sh b/qa/workunits/cephadm/test_cephadm.sh index 390dfbd3e2c..29cf4b27805 100755 --- a/qa/workunits/cephadm/test_cephadm.sh +++ b/qa/workunits/cephadm/test_cephadm.sh @@ -11,7 +11,7 @@ IMAGE_MASTER=${IMAGE_MASTER:-'ceph/daemon-base:latest-master-devel'} IMAGE_NAUTILUS=${IMAGE_NAUTILUS:-'ceph/daemon-base:latest-nautilus'} IMAGE_MIMIC=${IMAGE_MIMIC:-'ceph/daemon-base:latest-mimic'} -CORPUS_GIT_SUBMOD="ceph-daemon-adoption-corpus" +CORPUS_GIT_SUBMOD="cephadm-adoption-corpus" TMPDIR=$(mktemp -d) trap "rm -rf $TMPDIR" EXIT git clone https://github.com/ceph/$CORPUS_GIT_SUBMOD $TMPDIR -- 2.39.5