]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-daemon-adoption-corpus -> cephadm-adoption-corpus
authorSage Weil <sage@redhat.com>
Wed, 11 Dec 2019 20:03:40 +0000 (14:03 -0600)
committerSage Weil <sage@redhat.com>
Thu, 12 Dec 2019 01:14:17 +0000 (19:14 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
.gitmodules
ceph-daemon-adoption-corpus [deleted submodule]
cephadm-adoption-corpus [new submodule]
qa/workunits/cephadm/test_cephadm.sh

index b05261e08733c57220d6b3e5d3d230c8c6c09a72..f73ae196e19542d785c6faf536034afacd98cc6c 100644 (file)
@@ -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/ceph-daemon-adoption-corpus
deleted file mode 160000 (submodule)
index 63c1567..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 63c15675e0e16f559a1ee4ef7db8b58f07c6c126
diff --git a/cephadm-adoption-corpus b/cephadm-adoption-corpus
new file mode 160000 (submodule)
index 0000000..63c1567
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 63c15675e0e16f559a1ee4ef7db8b58f07c6c126
index 390dfbd3e2c1897b62109c46d67b45379c92170e..29cf4b278057a50098a957492ae4987c9c7a254f 100755 (executable)
@@ -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