diff --git a/org/cloudfoundry.yml b/org/cloudfoundry.yml index e5834d26d..58c0ed163 100644 --- a/org/cloudfoundry.yml +++ b/org/cloudfoundry.yml @@ -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 diff --git a/toc/working-groups/app-runtime-interfaces.md b/toc/working-groups/app-runtime-interfaces.md index 07993e006..7874cb7cc 100644 --- a/toc/working-groups/app-runtime-interfaces.md +++ b/toc/working-groups/app-runtime-interfaces.md @@ -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 @@ -485,7 +485,7 @@ areas: bots: - name: MultiApps Bot github: cf-mta-deploy-bot - + repositories: - cloudfoundry/multiapps-controller - cloudfoundry/multiapps-cli-plugin @@ -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 ```