Skip to content

add storage block#419

Merged
alexcos20 merged 7 commits intomainfrom
feature/add_storage_block
Mar 5, 2026
Merged

add storage block#419
alexcos20 merged 7 commits intomainfrom
feature/add_storage_block

Conversation

@alexcos20
Copy link
Member

@alexcos20 alexcos20 commented Mar 5, 2026

PR Description: Add Storage Block

Summary

Adds an optional Storage service to barge: a Docker image and Compose stack providing Apache, vsftpd, and Ceph (RADOS Gateway for S3/Swift) for local development and CI. The service is included by default when running start_ocean.sh and can be disabled with --no-storage.

Main purpose will be to test (integration-tests) different storage modules for Ocean-node like: http, ftp, s3, swift.


Usage

  • Start full stack (including storage):
    ./start_ocean.sh
  • Start without storage:
    ./start_ocean.sh --no-storage
  • Clean up (including storage):
    ./cleanup.sh stops and removes the storage container and its volumes.

@alexcos20 alexcos20 marked this pull request as ready for review March 5, 2026 11:34
@alexcos20 alexcos20 merged commit 97c8198 into main Mar 5, 2026
1 check passed
@alexcos20 alexcos20 deleted the feature/add_storage_block branch March 5, 2026 15:38
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.

2 participants