From 2cb0fab421bb3383e6f55455b960b18ddc8474f7 Mon Sep 17 00:00:00 2001 From: leseb Date: Sat, 25 Jul 2015 11:10:39 +0200 Subject: [PATCH] Add contribution note Signed-off-by: leseb --- roles/ceph-common/README.md | 5 +++++ roles/ceph-mds/README.md | 5 +++++ roles/ceph-mon/README.md | 5 +++++ roles/ceph-osd/README.md | 5 +++++ roles/ceph-restapi/README.md | 5 +++++ roles/ceph-rgw/README.md | 5 +++++ 6 files changed, 30 insertions(+) diff --git a/roles/ceph-common/README.md b/roles/ceph-common/README.md index 378d54438..aa2c5ddf3 100644 --- a/roles/ceph-common/README.md +++ b/roles/ceph-common/README.md @@ -57,6 +57,11 @@ This role is a **mandatory** dependancy for the following roles: * ceph-rgw * ceph-restapi +# Contribution + +**THIS REPOSITORY DOES NOT ACCEPT PULL REQUESTS** +**PULL REQUESTS MUST GO THROUGH [CEPH-ANSIBLE](https://github.com/ceph/ceph-ansible)** + # License Apache diff --git a/roles/ceph-mds/README.md b/roles/ceph-mds/README.md index 51bc6bfe0..b3292c494 100644 --- a/roles/ceph-mds/README.md +++ b/roles/ceph-mds/README.md @@ -28,6 +28,11 @@ The role `leseb.ceph-common` must be installed. - { role: leseb.ceph-mds } ``` +# Contribution + +**THIS REPOSITORY DOES NOT ACCEPT PULL REQUESTS** +**PULL REQUESTS MUST GO THROUGH [CEPH-ANSIBLE](https://github.com/ceph/ceph-ansible)** + # License Apache diff --git a/roles/ceph-mon/README.md b/roles/ceph-mon/README.md index dcda214a8..c919deb01 100644 --- a/roles/ceph-mon/README.md +++ b/roles/ceph-mon/README.md @@ -33,6 +33,11 @@ The role `leseb.ceph-common` must be installed. - { role: leseb.ceph-mon } ``` +# Contribution + +**THIS REPOSITORY DOES NOT ACCEPT PULL REQUESTS** +**PULL REQUESTS MUST GO THROUGH [CEPH-ANSIBLE](https://github.com/ceph/ceph-ansible)** + # License Apache diff --git a/roles/ceph-osd/README.md b/roles/ceph-osd/README.md index 693dfafbd..ae7ae6660 100644 --- a/roles/ceph-osd/README.md +++ b/roles/ceph-osd/README.md @@ -38,6 +38,11 @@ The role `leseb.ceph-common` must be installed. - { role: leseb.ceph-osd } ``` +# Contribution + +**THIS REPOSITORY DOES NOT ACCEPT PULL REQUESTS** +**PULL REQUESTS MUST GO THROUGH [CEPH-ANSIBLE](https://github.com/ceph/ceph-ansible)** + # License Apache diff --git a/roles/ceph-restapi/README.md b/roles/ceph-restapi/README.md index 16ab4eb7e..579de6f83 100644 --- a/roles/ceph-restapi/README.md +++ b/roles/ceph-restapi/README.md @@ -28,6 +28,11 @@ The role `leseb.ceph-common` must be installed. - { role: leseb.ceph-restapi } ``` +# Contribution + +**THIS REPOSITORY DOES NOT ACCEPT PULL REQUESTS** +**PULL REQUESTS MUST GO THROUGH [CEPH-ANSIBLE](https://github.com/ceph/ceph-ansible)** + # License Apache diff --git a/roles/ceph-rgw/README.md b/roles/ceph-rgw/README.md index ca52518d2..4bab18e39 100644 --- a/roles/ceph-rgw/README.md +++ b/roles/ceph-rgw/README.md @@ -35,6 +35,11 @@ The role `leseb.ceph-common` must be installed. - { role: leseb.ceph-rgw } ``` +# Contribution + +**THIS REPOSITORY DOES NOT ACCEPT PULL REQUESTS** +**PULL REQUESTS MUST GO THROUGH [CEPH-ANSIBLE](https://github.com/ceph/ceph-ansible)** + # License Apache