Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions orgs/orgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ orgs:
has_projects: false
has_wiki: false
private: true
bosh-blobstore-clis:
description: CLIs for interacting with blobstores
has_projects: false
has_wiki: false
Comment on lines +199 to +202
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The RFC is talking about storage-cli repository. I think it make sense to keep it more generic without bosh in the name and storage instead of blobstore. If we want to have it plural like storage-clis we should provide that feedback in the RFC and try to agree on that in the RFC. I don't have strong opinion on this.

bosh-bootloader:
allow_merge_commit: false
allow_squash_merge: false
Expand Down
1 change: 1 addition & 0 deletions toc/working-groups/foundational-infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ areas:
- cloudfoundry/bosh-azure-storage-cli
- cloudfoundry/bosh-apt-resources
- cloudfoundry/bosh-bbl-ci-envs
- cloudfoundry/bosh-blobstore-clis
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the mean time there is an RFC about this topic. The RFC suggests to add a new are called "Storage CLI" in

### Storage CLI
A new area "Storage CLI" shall be added to the Foundational Infrastructure WG in order to allow cooperation of Bosh and CAPI teams:
- create a new "Storage CLI" area
- add existing approvers of areas "VM deployment lifecycle (BOSH)" (FI) and "CAPI" (ARI) as initial approvers to this new area
- create a new repository `storage-cli` in this area with the goal to consolidate all existing bosh storage CLIs here
- copy one existing bosh storage cli into this new repository as starting point (most likely [bosh-azure-storage-cli](https://github.com/cloudfoundry/bosh-azure-storage-cli))
- setup CI, implement missing commands and configuration parameters
- continue with the remaining bosh storage CLIs
. We should follow the RFC and create a new area for it combining the suggested approvers from CAPI.

- cloudfoundry/bosh-bootloader
- cloudfoundry/bosh-cli
- cloudfoundry/bosh-common
Expand Down