Giter Site home page Giter Site logo

ir-plugin-ceph's Introduction

General

ceph-ansible is a project maintained by ceph community that aims to install ceph. Using ceph-ansible requires making choices to get properly configured cluster.

ir-plugin-ceph wraps ceph-ansible [1] and facilitates ceph-ansible driven installation from as an infrared plugin. But is also can be used as a stand-alone ansible wrapper for ceph-ansible.

OS support

This code was verified to deploy ceph on:

  • CentOS 7.3 (vm)

Using this code as an infrared plugin

Since infrared updates ansible inventory file to contain provisioned ceph nodes in [ceph] group, all is needed is to add infrared puling and run the installation with enabled/disabled containers

infrared plugin add "https://review.gerrithub.io/rhos-infra/ir-plugin-ceph"
infrared install-ceph --containers-enabled true

or

infrared install-ceph --containers-enabled false

Note: currently --containers-enabled param makes no difference both for CentOS (ceph will be deployed uncontainerized).

Using this code as an ansile playbook

Following steps are required

  1. provision vm
  2. scp ~/.ssh/id_rsa.pub key to the root@<vm_ip>:/root/.ssh/authorized_keys (assuming to other info is contained in /root/.ssh/authorized_keys !!)
  3. updates params.yml with your <vm_ip>
  4. run ansible-playbook -i hosts main.yml [email protected]

Refs

[1] https://github.com/ceph/ceph-ansible

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.