Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Stratos to App Runtime Interfaces Working Group #977

Merged
merged 2 commits into from
Sep 25, 2024
Merged
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
2 changes: 0 additions & 2 deletions org/cloudfoundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2262,11 +2262,9 @@ orgs:
stratos:
description: 'Stratos: Web-based Management UI for Cloud Foundry and Kubernetes'
has_projects: true
archived: true
stratos-buildpack:
description: Custom buildpack Stratos (UI for Cloud Foundry)
has_projects: true
archived: true
summit-hands-on-labs:
description: Hands-on Labs for CF Summit Boston '18 and beyond
has_projects: true
Expand Down
26 changes: 24 additions & 2 deletions toc/working-groups/app-runtime-interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Provides APIs for the CF App Runtime and community clients for end users.

## Roles & Technical Assets

Components from the App Autoscaler, CAPI, CLI, Java Tools, MultiApps, and Notifications projects.
Components from the App Autoscaler, CAPI, CLI, Java Tools, MultiApps, Notifications, and Stratos projects.

```yaml
name: App Runtime Interfaces
Expand Down Expand Up @@ -485,7 +485,7 @@ areas:
bots:
- name: MultiApps Bot
github: cf-mta-deploy-bot

repositories:
- cloudfoundry/multiapps-controller
- cloudfoundry/multiapps-cli-plugin
Expand All @@ -510,6 +510,28 @@ areas:
- cloudfoundry/notifications
- cloudfoundry/app-runtime-interfaces-infrastructure

- name: Stratos Console for Cloud Foundry
approvers:
- name: Kevin Rutten
github: krutten
- name: Wayne Seguin
github: wayneeseguin
- name: Norm Abromovitz
github: norman-abramovitz
- name: Ioannis Tsouvalas
github: itsouvalas
reviewers:
- name: Dr. Xiujiao Gao
github: xiujiao
- name: Dennis Bell
github: dennisjbell
- name: Dr. Hu
github: haochenhu233

repositories:
- cloudfoundry/stratos
- cloudfoundry/stratos-buildpack

config:
generate_rfc0015_branch_protection_rules: true
```