Coder Social home page Coder Social logo

vagrant-ceph-easy's Introduction

vagrant-ceph-easy

Easy multimode Ceph cluster running on Vagrant (libvirt)

Install prerequisites

Tested

  • Ubuntu xenial (guests)
  • Archlinux, Ubuntu Xenial (Host)

Configuring Ceph

Edit vars/vars.yml variables and cluster dict, example:

cluster:
   - node: ceph1
     admin: true
     network:
        - ipcluster: "192.168.101.101"
     osd:
        - name: osd0
          disk: /dev/vdb
          mount: /usr/local/osd0
        - name: osd1
          disk: /dev/vdc
          mount: /usr/local/osd1
    
   - node: ceph2
     network:
        - ipcluster: "192.168.101.102"
     osd:
       - name: osd2
         disk: /dev/vdb
         mount: /usr/local/osd2
       - name: osd3
         disk: /dev/vdc
         mount: /usr/local/osd3
       - name: osd4
         disk: /dev/vdd
         mount: /usr/local/osd4
    
   - node: ceph3 
     network: 
        - ipcluster: "192.168.101.103"
     osd:
       - name: osd5
         disk: /dev/vdb
         mount: /usr/local/osd5
       - name: osd6
         disk: /dev/vdc
         mount: /usr/local/osd6
       - name: osd7
         disk: /dev/vdd
         mount: /usr/local/osd7

will install 3 node ceph cluster, with admin node = ceph1.

vagrant-ceph-easy's People

Contributors

zaterio avatar

Stargazers

 avatar

Watchers

 avatar  avatar

vagrant-ceph-easy's Issues

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.