Commit 6a8ad9a7 authored by Nick Nguyen's avatar Nick Nguyen
Browse files

Move infrastructure/production to infrastructure-platforms

parent 62c50fe9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -737,8 +737,8 @@ content/handbook/people-group/time-off-and-absence/ @amccrank @dparsonage @vanes
/content/handbook/engineering/infrastructure-platforms/database/_index.md @marin @gitlab-com/egroup @gitlab-com/content-sites @bill_staples
/content/handbook/engineering/infrastructure-platforms/database/disaster-recovery.md @marin @gitlab-com/egroup @gitlab-com/content-sites @glopezfernandez
/content/handbook/engineering/infrastructure-platforms/service-level-agreement/ @marin @gitlab-com/egroup @gitlab-com/content-sites @bill_staples
/content/handbook/engineering/infrastructure/production/_index.md @marin @gitlab-com/egroup @gitlab-com/content-sites @bill_staples
/content/handbook/engineering/infrastructure/production/architecture/ @marin @gitlab-com/egroup @gitlab-com/content-sites @bill_staples
/content/handbook/engineering/infrastructure-platforms/production/_index.md @marin @gitlab-com/egroup @gitlab-com/content-sites @bill_staples
/content/handbook/engineering/infrastructure-platforms/production/architecture/ @marin @gitlab-com/egroup @gitlab-com/content-sites @bill_staples
/content/handbook/legal/gitlab-code-of-business-conduct-and-ethics.md @robin @ktesh @m_taylor @gitlab-com/egroup @gitlab-com/content-sites
/content/handbook/people-group/acceptable-use-policy.md @boconnor @bill_staples @gitlab-com/egroup @gitlab-com/content-sites
/content/handbook/people-group/offboarding/offboarding_standards.md @boconnor @gitlab-com/egroup @gitlab-com/content-sites
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ title: "Business Technology - Tech Stack Details"
description: "A list of tools and applications used internally at GitLab and how to access them."
---

This is a listing of the applications we use at GitLab. If you're looking for the technology used to deliver GitLab.com, please visit the [Production Architecture page](/handbook/engineering/infrastructure/production/architecture/).
This is a listing of the applications we use at GitLab. If you're looking for the technology used to deliver GitLab.com, please visit the [Production Architecture page](/handbook/engineering/infrastructure-platforms/production/architecture/).

## Tech stack related processes

+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ Learn more on the [sandbox realm handbook page](/handbook/company/infrastructure
- Any infrastructure that does not have global infrastructure support coverage (ex. is this managed by the SRE team?).
- Please review the [Data Classification Policy](/handbook/security/policies_and_standards/data-classification-standard/) and the [Data Classification Index](https://internal.gitlab.com/handbook/security/data_classification/) to ensure your infrastructure does not contain sensitive information. It is best practice to contact the [Security team](/handbook/security/) for a review if your infrastructure is in a gray area.

In the near future, we will be introducing [readiness reviews](/handbook/engineering/infrastructure/production/readiness/) for more infrastructure realms.
In the near future, we will be introducing [readiness reviews](/handbook/engineering/infrastructure-platforms/production/readiness.md) for more infrastructure realms.

### Realm Owners

+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ For any staging or production(-esque) infrastructure services that are customer

Most environments are typically created in the [config-mgmt project](https://gitlab.com/gitlab-com/gl-infra/config-mgmt) using the [Create a new environment](https://gitlab.com/gitlab-com/gl-infra/config-mgmt/#creating-a-new-environment) instructions.

You can learn more about GitLab.com SaaS on the [Production Architecture](/handbook/engineering/infrastructure/production/architecture/) handbook page.
You can learn more about GitLab.com SaaS on the [Production Architecture](/handbook/engineering/infrastructure-platforms/production/architecture/) handbook page.

Any projects with [yellow or green](/handbook/security/policies_and_standards/data-classification-standard/#data-classification-levels) data usually are better suited for self management using [Group Projects](#groupteam-aws-account-or-gcp-project-non-production) using [Infrastructure Standards](/handbook/infrastructure-standards) guidelines.

+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ great results by using it.
- Lower the entry barrier for creating a proposal in a blueprint.
- Establish criteria for when a blueprint should be used.
- Identify cross-functional touchpoints and consolidate upstream processes like
  [production readiness](/handbook/engineering/infrastructure/production/readiness/),
  [production readiness](/handbook/engineering/infrastructure-platforms/production/readiness.md),
  [AppSec reviews](/handbook/security/product-security/application-security/runbooks/review-process),
  and [creation of release posts](/handbook/marketing/blog/release-posts/).
- Develop strategy for incorporating this process and the Engineering roadmap into Product planning
Loading