summaryrefslogtreecommitdiffstats
path: root/src/ceph/ceph.rc
diff options
context:
space:
mode:
authorHui Wang <wanghui71@huawei.com>2018-05-25 09:09:30 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-05-25 09:09:30 +0000
commitea3c10e5533ae4bdbb3fc449e3baf2eb256b2ae3 (patch)
treecb89e70b1766ecd6eb47dbda4827a599840007c9 /src/ceph/ceph.rc
parentfca5504bcb2f14ad36d9a29658a6a7c96c29d8bc (diff)
parent1b82fb75641e8350f0218c086a85e5bfec8a1977 (diff)
Merge "manage local patches"
Diffstat (limited to 'src/ceph/ceph.rc')
-rw-r--r--src/ceph/ceph.rc13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ceph/ceph.rc b/src/ceph/ceph.rc
new file mode 100644
index 0000000..6c5f95e
--- /dev/null
+++ b/src/ceph/ceph.rc
@@ -0,0 +1,13 @@
+PROJECT="ceph"
+SUMMARY="a scalable distributed storage system"
+BRANCH="mimic"
+REPO="https://github.com/ceph/ceph.git"
+OPTION=""
+
+# array including all local patches, e.g.
+#
+# SOURCES=(
+# "0001-crypto-add-openssl-support-for-RGW-encryption.patch" \
+# "0001-add-QAT-support.patch" \
+# )
+SOURCES=()