Skip to content

Commit d06b0b9

Browse files
authored
Merge pull request #1364 from cloudfoundry/add-cloudfoundry-tutorials
Add CF Tutorials to CF org automation
2 parents 5d5e5ff + 5fea54e commit d06b0b9

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed

orgs/orgs.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,11 @@ orgs:
862862
default_branch: main
863863
description: Cloud Foundry stack based on Ubuntu 24.04 LTS
864864
has_projects: true
865+
cf4devs:
866+
default_branch: main
867+
description: Cloud Foundry for Developers. In depth, hands on training
868+
has_projects: false
869+
has_wiki: false
865870
cli:
866871
allow_merge_commit: false
867872
description: The official command line client for Cloud Foundry
@@ -1246,6 +1251,11 @@ orgs:
12461251
has_projects: false
12471252
has_wiki: false
12481253
archived: true
1254+
edx:
1255+
default_branch: main
1256+
description: Cloud Foundry educational content in edX
1257+
has_projects: false
1258+
has_wiki: false
12491259
eirini-ci:
12501260
description: CI for Eirini
12511261
has_projects: false
@@ -1295,6 +1305,11 @@ orgs:
12951305
has_projects: true
12961306
existingvolumebroker:
12971307
has_projects: true
1308+
fake-mysql-broker:
1309+
default_branch: main
1310+
description: A service broker that looks like it provisions MySQL but doesn't actually do anything. Used for training
1311+
has_projects: false
1312+
has_wiki: false
12981313
firehose_exporter:
12991314
description: Cloud Foundry Firehose Prometheus exporter
13001315
default_branch: master
@@ -1560,6 +1575,11 @@ orgs:
15601575
has_issues: false
15611576
has_projects: true
15621577
archived: true
1578+
intro-to-korifi:
1579+
default_branch: main
1580+
description: An introduction to the Korifi project
1581+
has_projects: false
1582+
has_wiki: false
15631583
istio-scaling:
15641584
archived: true
15651585
has_projects: false
@@ -1661,6 +1681,11 @@ orgs:
16611681
korifi-website:
16621682
default_branch: main
16631683
has_projects: false
1684+
korifi-sample-app:
1685+
default_branch: main
1686+
description: A sample application used in the Korifi tutorial
1687+
has_projects: false
1688+
has_wiki: false
16641689
lager:
16651690
description: An opinionated logger for Go.
16661691
has_projects: true
@@ -2203,6 +2228,11 @@ orgs:
22032228
sapi-env-pool:
22042229
has_projects: true
22052230
private: true
2231+
sample-app:
2232+
default_branch: main
2233+
description: A sample application written in Go used for training purposes
2234+
has_projects: false
2235+
has_wiki: false
22062236
secure-credentials-broker:
22072237
has_projects: true
22082238
security-notices:
@@ -2456,6 +2486,11 @@ orgs:
24562486
training-cert-admin:
24572487
has_projects: true
24582488
private: true
2489+
tutorials:
2490+
default_branch: main
2491+
description: This repository contains the landing page for https://tutorials.cloudfoundry.org and automations
2492+
has_projects: false
2493+
has_wiki: false
24592494
tycho-env:
24602495
archived: true
24612496
has_projects: true
@@ -2516,6 +2551,11 @@ orgs:
25162551
urljoiner:
25172552
archived: true
25182553
has_projects: true
2554+
unhappy-appy:
2555+
default_branch: main
2556+
description: An app that doesn't always start well. For demo and training ONLY
2557+
has_projects: false
2558+
has_wiki: false
25192559
usn-resource:
25202560
has_projects: true
25212561
vantablackbox-release:
@@ -2538,6 +2578,11 @@ orgs:
25382578
has_projects: true
25392579
volumedriver:
25402580
has_projects: true
2581+
what-is-cf:
2582+
default_branch: main
2583+
description: Tutorial explaining what is Cloud Foundry, the foundation, etc
2584+
has_projects: false
2585+
has_wiki: false
25412586
wg-app-platform-runtime-ci:
25422587
has_projects: true
25432588
winc:

toc/working-groups/docs.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,31 @@ areas:
6060
- cloudfoundry/docs-credhub
6161
- cloudfoundry/docs-deploying-cf
6262
- cloudfoundry/docs-dotnet-core-tutorial
63+
- name: Cloud Foundry Tutorials
64+
approvers:
65+
- name: Steve Greenberg
66+
github: spgreenberg
67+
- name: Anita Flegg
68+
github: anita-flegg
69+
reviewers:
70+
- name: Benjamin Guttmann
71+
github: benjaminguttmann-avtq
72+
- name: Maurice Brinkmann
73+
github: mauricebrinkmann
74+
- name: Andreas Koppenhöfer
75+
github: akop
76+
- name: Jovan Kostovski
77+
github: chombium
78+
- name: Arsalan Khan
79+
github: asalan316
80+
repositories:
81+
- cloudfoundry/cf4devs
82+
- cloudfoundry/edx
83+
- cloudfoundry/fake-mysql-broker
84+
- cloudfoundry/intro-to-korifi
85+
- cloudfoundry/korifi-sample-app
86+
- cloudfoundry/sample-app
87+
- cloudfoundry/tutorials
88+
- cloudfoundry/unhappy-appy
89+
- cloudfoundry/what-is-cf
6390
```

0 commit comments

Comments
 (0)