Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group related addons #1428

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Group related addons #1428

wants to merge 1 commit into from

Conversation

nirs
Copy link
Member

@nirs nirs commented May 30, 2024

Group rook-* and ocm-* addons under rook/ and ocm/ directories. This will helps to navigate and understand the code, and will allow eliminating duplication in addons.

We have 6 rook addons and 4 ocm addons. Keeping them in separate
directories makes it harder to navigate and understand the code, and
lead to horrible duplication of URLs and versions that makes upgrading
addons a pain.

This change is the first step, grouping together rook and ocm addons:

    $ tree -L 1 addons/rook/
    addons/rook/
    ├── cephfs
    ├── cluster
    ├── operator
    ├── pool
    ├── rbd-mirror
    └── toolbox

    $ tree -L 1 addons/ocm/
    addons/ocm/
    ├── cluster
    ├── controller
    └── hub

Signed-off-by: Nir Soffer <nsoffer@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant