Skip to content

Commit 50efefb

Browse files
committed
Consolidate bosh-packages and bosh-io into cloudfoundry github org
1 parent a065946 commit 50efefb

File tree

2 files changed

+85
-24
lines changed

2 files changed

+85
-24
lines changed

org/cloudfoundry.yml

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,67 @@ orgs:
249249
description: Builds light stemcells for GCP from a "full" bosh stemcell
250250
has_projects: false
251251
has_wiki: false
252+
bosh-io-releases-index:
253+
description: Index of all release assets
254+
default_branch: main
255+
has_projects: false
256+
bosh-io-releases:
257+
description: List of releases tracked by bosh.io
258+
default_branch: main
259+
has_projects: false
260+
bosh-io-stemcells-core-index:
261+
description: Stemcell index produced by BOSH core team
262+
default_branch: main
263+
has_projects: false
264+
bosh-io-stemcells-cpi-index:
265+
description: Stemcell index for light stemcells (AWS, GCP, Oracle, ...)
266+
default_branch: main
267+
has_projects: false
268+
bosh-io-stemcells-legacy-index:
269+
description: bosh-hub combined stemcell index
270+
default_branch: main
271+
has_projects: false
272+
archived: true
273+
bosh-io-stemcells-softlayer-index:
274+
description: Stemcell index produced by Softlayer CPI team
275+
default_branch: main
276+
has_projects: false
277+
bosh-io-stemcells-windows-index:
278+
description: Stemcell index produced by BOSH Windows team
279+
default_branch: main
280+
has_projects: false
281+
bosh-io-web:
282+
description: Web frontend for https://bosh.io
283+
default_branch: main
284+
has_projects: false
285+
bosh-io-worker:
286+
description: Worker for pulling in bosh.io assets
287+
default_branch: main
288+
has_projects: false
289+
bosh-package-cf-cli-release:
290+
description: BOSH release of Cloud Foundry CLI
291+
default_branch: main
292+
has_projects: false
293+
bosh-package-golang-release:
294+
description: Golang release for use with `bosh vendor-package`
295+
default_branch: main
296+
has_projects: false
297+
bosh-package-java-release:
298+
description: Java release for OpenJDK for use with `bosh vendor-package`
299+
default_branch: main
300+
has_projects: false
301+
bosh-package-nginx-release:
302+
description: Nginx release for use with `bosh vendor-package`
303+
default_branch: main
304+
has_projects: false
305+
bosh-package-python-release:
306+
description: Python release for use with `bosh vendor-package`
307+
default_branch: main
308+
has_projects: false
309+
bosh-package-ruby-release:
310+
description: Ruby release for use with `bosh vendor-package`
311+
default_branch: main
312+
has_projects: false
252313
bosh-linux-stemcell-builder:
253314
default_branch: ubuntu-jammy/master
254315
description: 'BOSH Ubuntu Linux stemcells '

toc/working-groups/foundational-infrastructure.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -231,29 +231,12 @@ areas:
231231
- name: Matthias Vach
232232
github: mvach
233233
repositories:
234-
- bosh-io/releases-index
235-
- bosh-io/releases
236-
- bosh-io/stemcells-core-index
237-
- bosh-io/stemcells-cpi-index
238-
- bosh-io/stemcells-legacy-index
239-
- bosh-io/stemcells-softlayer-index
240-
- bosh-io/stemcells-windows-index
241-
- bosh-io/web
242-
- bosh-io/worker
243-
- bosh-packages/cf-cli-release
244-
- bosh-packages/golang-release
245-
- bosh-packages/java-release
246-
- bosh-packages/nginx-release
247-
- bosh-packages/python-release
248-
- bosh-packages/ruby-release
249234
- cloudfoundry/bbl-state-resource
250-
- cloudfoundry/bosh-alicloud-light-stemcell-builder
251-
- cloudfoundry/bosh-cpi-certification
252-
- cloudfoundry/bosh-windows-acceptance-tests
253-
- cloudfoundry/bosh-windows-stemcell-builder
235+
- cloudfoundry/bosh
254236
- cloudfoundry/bosh-acceptance-tests
255-
- cloudfoundry/bosh-agent-index
256237
- cloudfoundry/bosh-agent
238+
- cloudfoundry/bosh-agent-index
239+
- cloudfoundry/bosh-alicloud-light-stemcell-builder
257240
- cloudfoundry/bosh-aws-cpi-release
258241
- cloudfoundry/bosh-aws-light-stemcell-builder
259242
- cloudfoundry/bosh-azure-cpi-release
@@ -262,34 +245,51 @@ areas:
262245
- cloudfoundry/bosh-cli
263246
- cloudfoundry/bosh-community-stemcell-ci-infra
264247
- cloudfoundry/bosh-compiled-releases-index
248+
- cloudfoundry/bosh-cpi-certification
265249
- cloudfoundry/bosh-cpi-environments
266250
- cloudfoundry/bosh-cpi-go
267251
- cloudfoundry/bosh-cpi-kb
268252
- cloudfoundry/bosh-cpi-ruby
269253
- cloudfoundry/bosh-davcli
270-
- cloudfoundry/bosh-deployment-resource
271254
- cloudfoundry/bosh-deployment
255+
- cloudfoundry/bosh-deployment-resource
272256
- cloudfoundry/bosh-dns-aliases-release
273257
- cloudfoundry/bosh-dns-release
274258
- cloudfoundry/bosh-docker-cpi-release
275259
- cloudfoundry/bosh-gcscli
276260
- cloudfoundry/bosh-google-cpi-release
277261
- cloudfoundry/bosh-google-light-stemcell-builder
262+
- cloudfoundry/bosh-io-releases
263+
- cloudfoundry/bosh-io-releases-index
264+
- cloudfoundry/bosh-io-stemcells-core-index
265+
- cloudfoundry/bosh-io-stemcells-cpi-index
266+
- cloudfoundry/bosh-io-stemcells-legacy-index
267+
- cloudfoundry/bosh-io-stemcells-softlayer-index
268+
- cloudfoundry/bosh-io-stemcells-windows-index
269+
- cloudfoundry/bosh-io-web
270+
- cloudfoundry/bosh-io-worker
278271
- cloudfoundry/bosh-linux-stemcell-builder
279272
- cloudfoundry/bosh-openstack-cpi-release
273+
- cloudfoundry/bosh-package-cf-cli-release
274+
- cloudfoundry/bosh-package-golang-release
275+
- cloudfoundry/bosh-package-java-release
276+
- cloudfoundry/bosh-package-nginx-release
277+
- cloudfoundry/bosh-package-python-release
278+
- cloudfoundry/bosh-package-ruby-release
280279
- cloudfoundry/bosh-psmodules
281280
- cloudfoundry/bosh-s3cli
282281
- cloudfoundry/bosh-softlayer-cpi-release
283282
- cloudfoundry/bosh-utils
284283
- cloudfoundry/bosh-virtualbox-cpi-release
285284
- cloudfoundry/bosh-vsphere-cpi-release
286285
- cloudfoundry/bosh-warden-cpi-release
286+
- cloudfoundry/bosh-windows-acceptance-tests
287+
- cloudfoundry/bosh-windows-stemcell-builder
287288
- cloudfoundry/bosh-workstation
288-
- cloudfoundry/bosh
289289
- cloudfoundry/bpm-release
290290
- cloudfoundry/bsdtar
291-
- cloudfoundry/config-server-release
292291
- cloudfoundry/config-server
292+
- cloudfoundry/config-server-release
293293
- cloudfoundry/docs-bosh
294294
- cloudfoundry/exemplar-release
295295
- cloudfoundry/go-socks5
@@ -301,9 +301,9 @@ areas:
301301
- cloudfoundry/resolvconf-manager
302302
- cloudfoundry/resolvconf-manager-index
303303
- cloudfoundry/sample-windows-bosh-release
304+
- cloudfoundry/socks5-proxy
304305
- cloudfoundry/stembuild
305306
- cloudfoundry/stemcells-alicloud-index
306-
- cloudfoundry/socks5-proxy
307307
- cloudfoundry/usn-resource
308308
- cloudfoundry/windows-utilities-release
309309
- cloudfoundry/windows-utilities-tests

0 commit comments

Comments
 (0)