Skip to content

Commit

Permalink
Revamp prepare-deployment.sh
Browse files Browse the repository at this point in the history
- The prepare-deployment.sh now automatically installs
  the correct ansible version for a known ceph-ansible and OS version matrix

- Ubuntu 18.04 support is removed

- cephrc no longer needs to be set, please refer to the installation documentation
  • Loading branch information
BjoernT committed Feb 1, 2025
1 parent f5b9eb9 commit f0aa5dc
Show file tree
Hide file tree
Showing 14 changed files with 108 additions and 527 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,9 @@ coverage.xml
.idea
*.iml
.DS_Store
.vscode
.vscode

# Ceph Toolkit
ceph_deploy/**/*
get-pip.py
cephrc
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,24 @@
Playbooks and Scripts to make deploying Ceph easy and repeatable

## Qunicy
* ceph-ansible v7.0.0alpha1-408-g21026ac75 (stable-7.0 branch)

Supported OS: Ubuntu 20.04, 22.04

* ceph-ansible v7.0.0 (stable-7.0 branch)
* Ubuntu 20.04: ansible-core 2.13.13
* Ubuntu 22.04: ansible-core 2.15
* Ubuntu 22.04: ansible-core 2.15.13

## Pacific
* ceph-ansible v6.0.28-40-gbbaec6776 (stable-6.0 branch)
* ansible 2.10.0
* ansible-base 2.10.17

Supported OS: Ubuntu 20.04

* ceph-ansible v6.0.28 (stable-6.0 branch)
* ansible 2.10.17

## Octopus
* ceph-ansible v5.0.11-27-gde447d168 (stable-5.0 branch)
* ansible 2.9.0

Supported OS: Ubuntu 20.04

* ceph-ansible v5.0.11-27 (stable-5.0 branch)
* ansible 2.10.17 (2.9 got removed)

3 changes: 0 additions & 3 deletions cephrc

This file was deleted.

4 changes: 0 additions & 4 deletions cephrc_cephadm

This file was deleted.

3 changes: 0 additions & 3 deletions cephrc_mimic

This file was deleted.

3 changes: 0 additions & 3 deletions cephrc_nautilus

This file was deleted.

3 changes: 0 additions & 3 deletions cephrc_octopus

This file was deleted.

4 changes: 0 additions & 4 deletions cephrc_pacific

This file was deleted.

5 changes: 0 additions & 5 deletions cephrc_quincy

This file was deleted.

Loading

0 comments on commit f0aa5dc

Please sign in to comment.