Skip to content

Commit 437ec9b

Browse files
authored
Merge pull request #512 from cloudfoundry/move-bosh-packages-and-bosh-io-into-cf-org
2 parents f3e1f19 + 50efefb commit 437ec9b

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
@@ -263,6 +263,67 @@ orgs:
263263
description: Builds light stemcells for GCP from a "full" bosh stemcell
264264
has_projects: false
265265
has_wiki: false
266+
bosh-io-releases-index:
267+
description: Index of all release assets
268+
default_branch: main
269+
has_projects: false
270+
bosh-io-releases:
271+
description: List of releases tracked by bosh.io
272+
default_branch: main
273+
has_projects: false
274+
bosh-io-stemcells-core-index:
275+
description: Stemcell index produced by BOSH core team
276+
default_branch: main
277+
has_projects: false
278+
bosh-io-stemcells-cpi-index:
279+
description: Stemcell index for light stemcells (AWS, GCP, Oracle, ...)
280+
default_branch: main
281+
has_projects: false
282+
bosh-io-stemcells-legacy-index:
283+
description: bosh-hub combined stemcell index
284+
default_branch: main
285+
has_projects: false
286+
archived: true
287+
bosh-io-stemcells-softlayer-index:
288+
description: Stemcell index produced by Softlayer CPI team
289+
default_branch: main
290+
has_projects: false
291+
bosh-io-stemcells-windows-index:
292+
description: Stemcell index produced by BOSH Windows team
293+
default_branch: main
294+
has_projects: false
295+
bosh-io-web:
296+
description: Web frontend for https://bosh.io
297+
default_branch: main
298+
has_projects: false
299+
bosh-io-worker:
300+
description: Worker for pulling in bosh.io assets
301+
default_branch: main
302+
has_projects: false
303+
bosh-package-cf-cli-release:
304+
description: BOSH release of Cloud Foundry CLI
305+
default_branch: main
306+
has_projects: false
307+
bosh-package-golang-release:
308+
description: Golang release for use with `bosh vendor-package`
309+
default_branch: main
310+
has_projects: false
311+
bosh-package-java-release:
312+
description: Java release for OpenJDK for use with `bosh vendor-package`
313+
default_branch: main
314+
has_projects: false
315+
bosh-package-nginx-release:
316+
description: Nginx release for use with `bosh vendor-package`
317+
default_branch: main
318+
has_projects: false
319+
bosh-package-python-release:
320+
description: Python release for use with `bosh vendor-package`
321+
default_branch: main
322+
has_projects: false
323+
bosh-package-ruby-release:
324+
description: Ruby release for use with `bosh vendor-package`
325+
default_branch: main
326+
has_projects: false
266327
bosh-linux-stemcell-builder:
267328
default_branch: ubuntu-jammy/master
268329
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
@@ -258,29 +258,12 @@ areas:
258258
- name: Matthias Vach
259259
github: mvach
260260
repositories:
261-
- bosh-io/releases-index
262-
- bosh-io/releases
263-
- bosh-io/stemcells-core-index
264-
- bosh-io/stemcells-cpi-index
265-
- bosh-io/stemcells-legacy-index
266-
- bosh-io/stemcells-softlayer-index
267-
- bosh-io/stemcells-windows-index
268-
- bosh-io/web
269-
- bosh-io/worker
270-
- bosh-packages/cf-cli-release
271-
- bosh-packages/golang-release
272-
- bosh-packages/java-release
273-
- bosh-packages/nginx-release
274-
- bosh-packages/python-release
275-
- bosh-packages/ruby-release
276261
- cloudfoundry/bbl-state-resource
277-
- cloudfoundry/bosh-alicloud-light-stemcell-builder
278-
- cloudfoundry/bosh-cpi-certification
279-
- cloudfoundry/bosh-windows-acceptance-tests
280-
- cloudfoundry/bosh-windows-stemcell-builder
262+
- cloudfoundry/bosh
281263
- cloudfoundry/bosh-acceptance-tests
282-
- cloudfoundry/bosh-agent-index
283264
- cloudfoundry/bosh-agent
265+
- cloudfoundry/bosh-agent-index
266+
- cloudfoundry/bosh-alicloud-light-stemcell-builder
284267
- cloudfoundry/bosh-aws-cpi-release
285268
- cloudfoundry/bosh-aws-light-stemcell-builder
286269
- cloudfoundry/bosh-azure-cpi-release
@@ -290,34 +273,51 @@ areas:
290273
- cloudfoundry/bosh-bootloader-ci-envs
291274
- cloudfoundry/bosh-cli
292275
- cloudfoundry/bosh-compiled-releases-index
276+
- cloudfoundry/bosh-cpi-certification
293277
- cloudfoundry/bosh-cpi-environments
294278
- cloudfoundry/bosh-cpi-go
295279
- cloudfoundry/bosh-cpi-kb
296280
- cloudfoundry/bosh-cpi-ruby
297281
- cloudfoundry/bosh-davcli
298-
- cloudfoundry/bosh-deployment-resource
299282
- cloudfoundry/bosh-deployment
283+
- cloudfoundry/bosh-deployment-resource
300284
- cloudfoundry/bosh-dns-aliases-release
301285
- cloudfoundry/bosh-dns-release
302286
- cloudfoundry/bosh-docker-cpi-release
303287
- cloudfoundry/bosh-gcscli
304288
- cloudfoundry/bosh-google-cpi-release
305289
- cloudfoundry/bosh-google-light-stemcell-builder
290+
- cloudfoundry/bosh-io-releases
291+
- cloudfoundry/bosh-io-releases-index
292+
- cloudfoundry/bosh-io-stemcells-core-index
293+
- cloudfoundry/bosh-io-stemcells-cpi-index
294+
- cloudfoundry/bosh-io-stemcells-legacy-index
295+
- cloudfoundry/bosh-io-stemcells-softlayer-index
296+
- cloudfoundry/bosh-io-stemcells-windows-index
297+
- cloudfoundry/bosh-io-web
298+
- cloudfoundry/bosh-io-worker
306299
- cloudfoundry/bosh-linux-stemcell-builder
307300
- cloudfoundry/bosh-openstack-cpi-release
301+
- cloudfoundry/bosh-package-cf-cli-release
302+
- cloudfoundry/bosh-package-golang-release
303+
- cloudfoundry/bosh-package-java-release
304+
- cloudfoundry/bosh-package-nginx-release
305+
- cloudfoundry/bosh-package-python-release
306+
- cloudfoundry/bosh-package-ruby-release
308307
- cloudfoundry/bosh-psmodules
309308
- cloudfoundry/bosh-s3cli
310309
- cloudfoundry/bosh-softlayer-cpi-release
311310
- cloudfoundry/bosh-utils
312311
- cloudfoundry/bosh-virtualbox-cpi-release
313312
- cloudfoundry/bosh-vsphere-cpi-release
314313
- cloudfoundry/bosh-warden-cpi-release
314+
- cloudfoundry/bosh-windows-acceptance-tests
315+
- cloudfoundry/bosh-windows-stemcell-builder
315316
- cloudfoundry/bosh-workstation
316-
- cloudfoundry/bosh
317317
- cloudfoundry/bpm-release
318318
- cloudfoundry/bsdtar
319-
- cloudfoundry/config-server-release
320319
- cloudfoundry/config-server
320+
- cloudfoundry/config-server-release
321321
- cloudfoundry/docs-bosh
322322
- cloudfoundry/exemplar-release
323323
- cloudfoundry/go-socks5
@@ -329,9 +329,9 @@ areas:
329329
- cloudfoundry/resolvconf-manager
330330
- cloudfoundry/resolvconf-manager-index
331331
- cloudfoundry/sample-windows-bosh-release
332+
- cloudfoundry/socks5-proxy
332333
- cloudfoundry/stembuild
333334
- cloudfoundry/stemcells-alicloud-index
334-
- cloudfoundry/socks5-proxy
335335
- cloudfoundry/usn-resource
336336
- cloudfoundry/windows-utilities-release
337337
- cloudfoundry/windows-utilities-tests

0 commit comments

Comments
 (0)