From 8b533f917a174c88b530d69563023b4ce74472a2 Mon Sep 17 00:00:00 2001 From: Alexandre Marangone Date: Thu, 26 Oct 2017 11:21:19 -0700 Subject: [PATCH] update readme and cleanup openstack references Signed-off-by: Alexandre Marangone --- ceph/README.rst | 51 ++++++++++++++----------------------------- ceph/ceph/Chart.yaml | 2 +- ceph/ceph/values.yaml | 6 ++--- 3 files changed, 20 insertions(+), 39 deletions(-) diff --git a/ceph/README.rst b/ceph/README.rst index 4b9ef6bbb82c..48be8b990871 100644 --- a/ceph/README.rst +++ b/ceph/README.rst @@ -1,48 +1,29 @@ -============== -OpenStack-Helm -============== +========= +Ceph-Helm +========= -Mission +Roadmap ------- -The goal of OpenStack-Helm is to enable deployment, maintenance, and upgrading -of loosely coupled OpenStack services and their dependencies individually or as -part of complex environments. +A summary of the container roadmap is available at `pad.ceph.com/p/containers `_. Communication ------------- -* Join us on `Slack `_ - #openstack-helm -* Join us on `IRC `_: - #openstack-helm on freenode -* Community IRC Meetings: [Every Tuesday @ 3PM UTC], - #openstack-meeting-5 on freenode -* Meeting Agenda Items: `Agenda - `_ +* On IRC: #ceph-devel on `irc.oftc.net `_ +* The `ceph-devel `_ mailing list -Launchpad ---------- +Check out `ceph.com/get-involved `_ for more ways to get involved in the Ceph community. -Bugs and blueprints are tracked via OpenStack-Helm's Launchpad. +Bugs, Issues and PR +------------------- -* `Bugs `_ -* `Blueprints `_ +We use GitHub to maintain this project: -Installation and Development ----------------------------- +- For bugs or issues: `GitHub issues `_ +- For pull requests: `GitHub PR `_ -Please review our documentation at `Read the Docs `_. -For quick installation, evaluation, and convenience, we have a kubeadm -based all-in-one solution that runs in a Docker container. The Kubeadm-AIO set -up can be found `here, `_ -and the `gate scripts, `_ -use are supported on any fresh Ubuntu, CentOS or Fedora machine. +Installation +------------ -This project is under active development. We encourage anyone interested in -OpenStack-Helm to review our `Installation `_ -documentation. Feel free to ask questions or check out our current -`Issues and Bugs `_. - -To evaluate a multinode installation, follow the -`Bare Metal `_ -install guide. +The installation documentation is available on `ceph.com `_. diff --git a/ceph/ceph/Chart.yaml b/ceph/ceph/Chart.yaml index 78f56d1c2b11..59d2625a35ea 100644 --- a/ceph/ceph/Chart.yaml +++ b/ceph/ceph/Chart.yaml @@ -13,6 +13,6 @@ # limitations under the License. apiVersion: v1 -description: OpenStack-Helm Ceph +description: Ceph-Helm name: ceph version: 0.1.0 diff --git a/ceph/ceph/values.yaml b/ceph/ceph/values.yaml index 54404533c0c8..436ea3342476 100644 --- a/ceph/ceph/values.yaml +++ b/ceph/ceph/values.yaml @@ -252,9 +252,9 @@ ceph: rgw: true mgr: true storage: - osd_directory: /var/lib/openstack-helm/ceph/osd - var_directory: /var/lib/openstack-helm/ceph/ceph - mon_directory: /var/lib/openstack-helm/ceph/mon + osd_directory: /var/lib/ceph-helm/ceph/osd + var_directory: /var/lib/ceph-helm/ceph/ceph + mon_directory: /var/lib/ceph-helm/ceph/mon # use /var/log for fluentd to collect ceph log # mon_log: /var/log/ceph/mon # osd_log: /var/log/ceph/osd