Re: ceph install with Ansible

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Correction:
You can use stable5 with centos7 when dashboard not enabled.


- name: fail on unsupported CentOS release
  fail:
    msg: "CentOS release not supported {{ ansible_distribution_major_version }} with dashboard"
  when:
    - ansible_distribution == 'CentOS'
    - ansible_distribution_major_version | int == 7
    - not containerized_deployment | bool
    - dashboard_enabled | bool

bye
Bernhard

On 13/07/2020 08:46, Bernhard Krieger wrote:
Hi,

i think this is what you're looking for.

https://github.com/ceph/ceph-ansible
http://docs.ceph.com/ceph-ansible/master/


Stable 4.0 supports CentOS7.
Stable 5.0 supports only CentOS8.

  • stable-3.0 Supports Ceph versions jewel and luminous. This branch requires Ansible version 2.4.
  • stable-3.1 Supports Ceph versions luminous and mimic. This branch requires Ansible version 2.4.
  • stable-3.2 Supports Ceph versions luminous and mimic. This branch requires Ansible version 2.6.
  • stable-4.0 Supports Ceph version nautilus. This branch requires Ansible version 2.8.
  • stable-5.0 Supports Ceph version octopus. This branch requires Ansible version 2.9.
  • master Supports the master branch of Ceph. This branch requires Ansible version 2.9.

bye
Bernhard

On 12/07/2020 09:13, Hauke Homburg wrote:
Hello,

Ich need to install in CentOS 7 Ceph with Ansible. I searched at Ansible
Galaxy and some Websites for a good Howto and Playbook.


Does anyone have a good Howto to do this?


Thanks for help.


Regards


Hauke




_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx


_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx

[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux