From 7bdfc0b15a63348c478771525f49342b2edd55f3 Mon Sep 17 00:00:00 2001 From: Thomas Lehner <67914368+ThomasLehnerSpryker@users.noreply.github.com> Date: Fri, 2 Jun 2023 09:23:37 +0200 Subject: [PATCH 1/2] Update environments-overview.md --- .../dev/spryker-cloud-commerce-os/environments-overview.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/cloud/dev/spryker-cloud-commerce-os/environments-overview.md b/docs/cloud/dev/spryker-cloud-commerce-os/environments-overview.md index 5e092d5592a..5ca4bd74f1f 100644 --- a/docs/cloud/dev/spryker-cloud-commerce-os/environments-overview.md +++ b/docs/cloud/dev/spryker-cloud-commerce-os/environments-overview.md @@ -9,17 +9,18 @@ This document explains what to do with the hosting environments you received at {% info_block infoBox "Note" %} The contents of contracts may vary, and this document describes the usual setup. If you are using a different setup, ask your project manager or product owner for a more detailed explanation. +Please note that your non-production environments do not scale automatically. If you want to request to increase their scaling, please let us know via this dedicated form in our support portal: [Upscale Request](https://support.spryker.com/s/hosting-change-requests/environment-upscaling) {% endinfo_block %} ## Basic concept -Spryker offers you environments that serve different purposes. These environments are developer, staging, and production. We will configure these environments to be as similar as possible to make sure that the code you deploy on one platform behaves the same way on the others. You can help us keep your environments consistent by taking this into consideration when sending us change requests. +Spryker offers you environments that serve different purposes. These environments are non-production and production environments. We will configure these environments to be as similar as possible to make sure that the code you deploy on one platform behaves the same way on the others. You can help us keep your environments consistent by taking this into consideration when sending us change requests. ### Developer environment (DEV) (optional) -A Dev environment is used to test code that just left your development team or is used in the development process directly through continuous deployment. It is not designed to handle load tests and large datasets. The development environment does not provide autoscaling and cannot be increased. +A Dev environment is a non production environment that is generally used to test code that just left your development team or is used in the development process directly through continuous deployment. It is not designed to handle load tests and large datasets. The development environment does not provide autoscaling and cannot be increased. ### Staging (STAGE) -This environment is used to host a snapshot of the Dev environment or a stable version of your code that is deployed to production eventually. You can use your staging environment to do performance testing to see how your code behaves in your production environment. However, staging is not of the same size as production, and a subset of data and expected traffic must be considered while running the test. When demoing your shop, this environment is used regularly. The staging environment provides limited autoscaling capabilities and cannot be further scaled up. +This environment is a non production environment that is generally used to host a snapshot of the Dev environment or a stable version of your code that is deployed to production eventually. You can use your staging environment to do performance testing to see how your code behaves in your production environment. However, staging is not of the same size as production, and a subset of data and expected traffic must be considered while running the test. When demoing your shop, this environment is used regularly. The staging environment provides limited autoscaling capabilities and can only be scale dup upon request. ### Production (PROD) From 456e35ca6a9b5b7ffe5d5681453fe07d16640333 Mon Sep 17 00:00:00 2001 From: AlexSlawinski Date: Fri, 2 Jun 2023 11:15:19 +0200 Subject: [PATCH 2/2] Apply suggestions from code review --- .../spryker-cloud-commerce-os/environments-overview.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/cloud/dev/spryker-cloud-commerce-os/environments-overview.md b/docs/cloud/dev/spryker-cloud-commerce-os/environments-overview.md index 5ca4bd74f1f..c066a8c51eb 100644 --- a/docs/cloud/dev/spryker-cloud-commerce-os/environments-overview.md +++ b/docs/cloud/dev/spryker-cloud-commerce-os/environments-overview.md @@ -8,19 +8,19 @@ This document explains what to do with the hosting environments you received at {% info_block infoBox "Note" %} -The contents of contracts may vary, and this document describes the usual setup. If you are using a different setup, ask your project manager or product owner for a more detailed explanation. -Please note that your non-production environments do not scale automatically. If you want to request to increase their scaling, please let us know via this dedicated form in our support portal: [Upscale Request](https://support.spryker.com/s/hosting-change-requests/environment-upscaling) +The contents of contracts may vary, and this document only describes the default setup. If you are using a different setup, ask your project manager or product owner for a more detailed explanation. +Please note that your non-production environments do not scale automatically. If you want to increase their scaling, please let us know by requesting through this dedicated form in our support portal: [Upscale Request](https://support.spryker.com/s/hosting-change-requests/environment-upscaling) {% endinfo_block %} ## Basic concept -Spryker offers you environments that serve different purposes. These environments are non-production and production environments. We will configure these environments to be as similar as possible to make sure that the code you deploy on one platform behaves the same way on the others. You can help us keep your environments consistent by taking this into consideration when sending us change requests. +Spryker offers you environments that serve different purposes. These environments are non-production and production environments. We can configure these environments to be as similar as possible to make sure that the code you deploy on one platform behaves the same way on the others. You can help us keep your environments consistent by taking this into consideration when sending us change requests. ### Developer environment (DEV) (optional) -A Dev environment is a non production environment that is generally used to test code that just left your development team or is used in the development process directly through continuous deployment. It is not designed to handle load tests and large datasets. The development environment does not provide autoscaling and cannot be increased. +A Dev environment is a non production environment that is usually used to test code that just left your development team, or is used in the development process directly through continuous deployment. It is not designed to handle load tests and large datasets. The development environment does not provide autoscaling and cannot be increased. ### Staging (STAGE) -This environment is a non production environment that is generally used to host a snapshot of the Dev environment or a stable version of your code that is deployed to production eventually. You can use your staging environment to do performance testing to see how your code behaves in your production environment. However, staging is not of the same size as production, and a subset of data and expected traffic must be considered while running the test. When demoing your shop, this environment is used regularly. The staging environment provides limited autoscaling capabilities and can only be scale dup upon request. +This environment is a non production environment that is usually used to host a snapshot of the Dev environment, or a stable version of your code that is deployed to production eventually. You can use your staging environment to do performance testing to see how your code behaves in a production environment. However, staging is not of the same size as production, and a subset of data and expected traffic must be considered while running the test. When demoing your shop, this environment is used regularly. The staging environment provides limited autoscaling capabilities and can only be scale dup upon request. ### Production (PROD)