Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository:openstack/devstack-plugin-ceph
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:master
Choose a base ref
...
head repository:openstack/devstack-plugin-ceph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:stable/2024.2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 10 files changed
  • 2 contributors

Commits on Sep 12, 2024

  1. Update .gitreview for stable/2024.2

    Change-Id: I503c79ba4716786a59cf5b3b5f7dcde4f0c5abd7
    @openstackadmin
    openstackadmin committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3480c4eView commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2024.2

    Update the URL to the upper-constraints file to point to the redirect rule on releases.openstack.org so that anyone working on this branch will switch to the correct upper-constraints list automatically when the requirements repository branches. Until the requirements repository has as stable/2024.2 branch, tests will continue to use the upper-constraints list on master. Change-Id: Ic910b32192a760a69690010195a3105e1eb3643b
    @openstackadmin
    openstackadmin committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a665ed7View commit details
    Browse the repository at this point in the history
  3. Drop support for package based installation of Ceph

    This mode of deployment isn't supported by the Ceph community, and was always a chimera that we were feeding/maintaining. Ceph's tool of choice to bootstrap and install a ceph cluster is by using the Ceph Orchestrator (via the cephadm tool). We're also cleaning up the old/unused and poorly tested "CONTAINERIZED_CEPH". When using ceph orchestrator, ceph daemons are run within podman containers on the devstack host. Change-Id: I5f75cb829383d7acd536e24c70cc4418d93c13bc Signed-off-by: Goutham Pacha Ravi <[email protected]> (cherry picked from commit 784716d)
    @gouthampacha
    gouthampacha committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9f60356View commit details
    Browse the repository at this point in the history
Loading