Skip to content

Commit

Permalink
Merge pull request #23 from alram/naming-cleanup
Browse files Browse the repository at this point in the history
update readme and cleanup openstack references
  • Loading branch information
rootfs committed Oct 26, 2017
2 parents 547dff5 + 8b533f9 commit 7ac36a9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 39 deletions.
51 changes: 16 additions & 35 deletions ceph/README.rst
Original file line number Diff line number Diff line change
@@ -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 <http://pad.ceph.com/p/containers>`_.

Communication
-------------

* Join us on `Slack <https://kubernetes.slack.com/messages/C3WERB7DE/>`_ - #openstack-helm
* Join us on `IRC <irc://chat.freenode.net:6697/openstack-helm>`_:
#openstack-helm on freenode
* Community IRC Meetings: [Every Tuesday @ 3PM UTC],
#openstack-meeting-5 on freenode
* Meeting Agenda Items: `Agenda
<https://etherpad.openstack.org/p/openstack-helm-meeting-agenda>`_
* On IRC: #ceph-devel on `irc.oftc.net <http://oftc.net>`_
* The `ceph-devel <http://vger.kernel.org/vger-lists.html#ceph-devel>`_ mailing list

Launchpad
---------
Check out `ceph.com/get-involved <https://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 <https://bugs.launchpad.net/openstack-helm>`_
* `Blueprints <https://blueprints.launchpad.net/openstack-helm>`_
We use GitHub to maintain this project:

Installation and Development
----------------------------
- For bugs or issues: `GitHub issues <https://github.com/ceph/ceph-helm/issues>`_
- For pull requests: `GitHub PR <https://github.com/ceph/ceph-helm/pulls>`_

Please review our documentation at `Read the Docs <http://openstack-helm.readthedocs.io/>`_.
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, <http://openstack-helm.readthedocs.io/en/latest/install/developer/all-in-one.html>`_
and the `gate scripts, <http://openstack-helm.readthedocs.io/en/latest/install/developer/gates.html>`_
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 <http://openstack-helm.readthedocs.io/en/latest/install/index.html>`_
documentation. Feel free to ask questions or check out our current
`Issues and Bugs <https://bugs.launchpad.net/openstack-helm>`_.

To evaluate a multinode installation, follow the
`Bare Metal <http://openstack-helm.readthedocs.io/en/latest/install/multinode.html>`_
install guide.
The installation documentation is available on `ceph.com <http://docs.ceph.com/start/kube-helm/>`_.
2 changes: 1 addition & 1 deletion ceph/ceph/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# limitations under the License.

apiVersion: v1
description: OpenStack-Helm Ceph
description: Ceph-Helm
name: ceph
version: 0.1.0
6 changes: 3 additions & 3 deletions ceph/ceph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ac36a9

Please sign in to comment.