Commit 9026ac0b authored by Nick Nguyen's avatar Nick Nguyen
Browse files

Move more pages from infrastructure to infrastructure-plaforms

parent 876c37c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@
/content/handbook/engineering/infrastructure-platforms/emergency-change-processes.md @marin @sabrinafarmer
/content/handbook/engineering/infrastructure/incident-management/ @dawsmith @rnienaber @marin
/content/handbook/engineering/infrastructure/platforms/ @marin @rnienaber @amyphillips
/content/handbook/engineering/infrastructure/service-maturity-model.md @rnienaber @marin @sabrinafarmer
/content/handbook/engineering/infrastructure-platforms/service-maturity-model.md @rnienaber @marin @sabrinafarmer
/content/handbook/engineering/infrastructure/team/ @marin
/content/handbook/engineering/infrastructure/team/dei.md @andrewn
/content/handbook/engineering/infrastructure/team/gitlab-dedicated/ @marin @amyphillips
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ requirements that the platform will need to satisfy.
| `R100` | Required    | The platform should be easy to use: imagine Heroku with [GitLab Production Readiness-approved](../../../infrastructure/production/readiness/) defaults. | [Runway to [BETA] : Increased Adoption and Self Service](https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/1115) | **{dotted-circle}** No |
| `R110` | Required    | With the exception of an Infrastructure-led onboarding process, services are owned, deployed and managed by stage-group teams. In other words,services follow a "You Build It, You Run It" model of ownership.| [[Paused] Discussion: Tiered Support Model for Runway](https://gitlab.com/gitlab-com/gl-infra/platform/runway/team/-/issues/97) | **{dotted-circle}** No |
| `R120` | Required    | Programming-language agnostic: no requirements for services. Services should be packaged as container images.| [Runway to [BETA] : Increased Adoption and Self Service](https://gitlab.com/groups/gitlab-com/gl-infra/-/epics/1115) | **{dotted-circle}** No |
| `R130` | Recommended | Each service should be evaluated against the GitLab.com [Service Maturity Model](../../../infrastructure/service-maturity-model/).| [Discussion: Introduce an 'Infrastructure Well-Architected Service Framework'](https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/2537) | **{dotted-circle}** No |
| `R130` | Recommended | Each service should be evaluated against the GitLab.com [Service Maturity Model](../../../infrastructure-platforms/service-maturity-model/).| [Discussion: Introduce an 'Infrastructure Well-Architected Service Framework'](https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/2537) | **{dotted-circle}** No |
| `R140` | Recommended | Services using the platform have expedited production-readiness processes. <ol><li>Production-readiness requirements graded by service maturity: low-traffic, low-maturity experimental services will have lower requirement thresholds than more mature services. </li><li> By default, the platform should provide services with defaults that would pass production-readiness review for the lowest service maturity-level. </li><li> At introduction, lowest maturity services can be deployed without production readiness, provided the meet certain automatically validated requirements. This removes Infrastructure gate-keeping from being a blocker to experimental service delivery.</li></ol> | | |

###### Observability Requirements
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,7 @@ The [handbook usage page guide](/handbook/about/handbook-usage/) lists a number

## Projects

Classification of the Infrastructure Platforms department projects is described on the [infrastructure department projects page](/handbook/engineering/infrastructure/projects).
Classification of the Infrastructure Platforms department projects is described on the [infrastructure department projects page](/handbook/engineering/infrastructure-platforms/projects).

The [infrastructure issue tracker](https://gitlab.com/gitlab-com/gl-infra/production-engineering/-/issues) is the backlog and a catch-all project for the infrastructure teams and tracks the work our teams are doing–unrelated to an ongoing change or incident.

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ description: "The Delivery Group enables GitLab Engineering to deliver features
| **Delivery Handbook** | [Team training](/handbook/engineering/infrastructure-platforms/gitlab-delivery/delivery/training/) |
| **Delivery Metrics** | [Metrics](/handbook/engineering/infrastructure-platforms/gitlab-delivery/delivery/metrics/) |
| Deployment and Release process | [Deployments and Releases](/handbook/engineering/deployments-and-releases/) |
| Release Tools Project | [Release tools](/handbook/engineering/infrastructure/release-tools) |
| Release Tools Project | [Release tools](/handbook/engineering/infrastructure-platforms/release-tools) |
| Release Manager Runbooks | [release/docs/runbooks](https://gitlab.com/gitlab-org/release/docs/-/blob/master/runbooks/README.md) |

## Mission
Loading