ceph-ansible | Ansible playbooks to deploy Ceph, the distributed filesystem | DevOps library

 by   ceph Python Version: v6.0.28 License: Apache-2.0

kandi X-RAY | ceph-ansible Summary

kandi X-RAY | ceph-ansible Summary

ceph-ansible is a Python library typically used in Devops, Ansible, Amazon S3 applications. ceph-ansible has no vulnerabilities, it has build file available, it has a Permissive License and it has medium support. However ceph-ansible has 1 bugs. You can download it from GitHub.

Ansible playbooks to deploy Ceph, the distributed filesystem.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              ceph-ansible has a medium active ecosystem.
              It has 1580 star(s) with 995 fork(s). There are 141 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 3 open issues and 1366 have been closed. On average issues are closed in 29 days. There are 4 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of ceph-ansible is v6.0.28

            kandi-Quality Quality

              OutlinedDot
              ceph-ansible has 1 bugs (1 blocker, 0 critical, 0 major, 0 minor) and 120 code smells.

            kandi-Security Security

              ceph-ansible has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              ceph-ansible code analysis shows 0 unresolved vulnerabilities.
              There are 46 security hotspots that need review.

            kandi-License License

              ceph-ansible is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              ceph-ansible releases are available to install and integrate.
              Build file is available. You can build the component from source.

            Top functions reviewed by kandi - BETA

            kandi has reviewed ceph-ansible and discovered the below as its top functions. This is intended to give you an instant insight into ceph-ansible implemented functionality, and help decide if they suit your requirements.
            • Run the module
            • Create a list of buckets
            • Generate command to execute ceph
            • Execute multiple commands
            • Generate the ceph command
            • Generate a v2 playbook
            • Return the color of the phase
            • Returns the time delta for a phase
            • Create a list of buckets
            • Create a bucket
            • Return the ceph volume command
            • Generate a ceph rule
            • Remove a rule
            • Create users
            • Generate a ceph command
            • Generate a rule
            • Delete all images in the config
            • Delete the gateway configuration
            Get all kandi verified functions for this library.

            ceph-ansible Key Features

            No Key Features are available at this moment for ceph-ansible.

            ceph-ansible Examples and Code Snippets

            copy iconCopy
            brew install flocker-1.11.0   # (this lets us use `flocker-ca`)
            brew install ansible          # (or you can install ansible inside a python virtualenv.)
            vagrant plugin install vai
            
            git clone --recursive https://github.com/ClusterHQ/flocker-ceph-vagra  
            copy iconCopy
            cloud deploy
              ─> nova deploy
                ─> nova-api
                  ─> install
                  ─> configure
                ─> nova-conductor
                  ─> install
                  ─> configure
                ─> nova-post-configure
                  ─> db_create
                  ─> keystone_setup
                ─>   
            cephmetrics,Installation,Create or edit the inventory file
            Pythondot img3Lines of Code : 18dot img3License : Weak Copyleft (LGPL-3.0)
            copy iconCopy
            [ceph-grafana]
            grafana_host.example.com
            
            [osds]
            osd0.example.com
            osd1.example.com
            osd2.example.com
            
            [mons]
            mon0.example.com
            mon1.example.com
            mon2.example.com
            
            [mdss]
            mds0.example.com
            
            [rgws]
            rgw0.example.com
              

            Community Discussions

            Trending Discussions on ceph-ansible

            QUESTION

            Ceph-ansible adding new OSD disk
            Asked 2020-Nov-04 at 11:48

            I need some help in adding a new OSD disk to the existing Ceph cluster using Ceph-Ansible deployment, I have 3 OSD hosts and want to add one disk to 1st OSD host, I tried to include the new disk in the osd.yml file under devices section, but I got failed deployment cause ansible return an error that it cannot find the included new disk in 2nd and 3rd OSD host.

            Is there a way to tell ceph-ansible to include new disk /dev/sde for instance to only 1st OSD host?

            ...

            ANSWER

            Answered 2020-Nov-04 at 11:48

            You should add devices variable to the host_vars of your first node. If you have an inventory directory you can add host_vars directory in your inventory directory and add a file with your hostname in your hosts. For example if you have node1 in your hosts.yaml you should create a file named node1.yaml in host_vars directory and add devices variable in it so this variable is just used for this host. You can find more info about host_vars here: https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html#organizing-host-and-group-variables

            Source https://stackoverflow.com/questions/64657369

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install ceph-ansible

            You can download it from GitHub.
            You can use ceph-ansible like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/ceph/ceph-ansible.git

          • CLI

            gh repo clone ceph/ceph-ansible

          • sshUrl

            git@github.com:ceph/ceph-ansible.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular DevOps Libraries

            ansible

            by ansible

            devops-exercises

            by bregman-arie

            core

            by dotnet

            semantic-release

            by semantic-release

            Carthage

            by Carthage

            Try Top Libraries by ceph

            ceph

            by cephC++

            ceph-container

            by cephShell

            ceph-csi

            by cephGo

            go-ceph

            by cephGo

            ceph-deploy

            by cephPython