Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit c9fd0dc

Browse files
authored
Merge pull request #6660 from magento/small-changes
Small changes
2 parents 6bbe0e5 + b509969 commit c9fd0dc

File tree

27 files changed

+355
-285
lines changed

27 files changed

+355
-285
lines changed

src/cloud/architecture/pro-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ The Production environment has three virtual machines (VMs) behind an Elastic Lo
156156
- `pub/static`
157157
- `app/etc`
158158
- **Redis**—one server per VM with only one active and the other two as replicas
159-
- **Elasticsearch**—search for {{site.data.var.ece}} 2.1 and later
159+
- **Elasticsearch**—search for {{site.data.var.ece}} 2.2 and later
160160
- **Galera**—database cluster with one MariaDB MySQL database per node with an auto-increment setting of three for unique IDs across every database
161161

162162
The following figure shows the technologies used in the Production environment:

src/cloud/architecture/pro-develop-deploy-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Combine all verified code changes by merging your Active development branch into
6161

6262
### Merge to Staging
6363

64-
Staging is a pre-production environment that provides all services and settings as close to the Production environment as possible. You should always push your code changes in iterations to your Staging environment for full testing that includes all services. The first time you use the Staging environment, you must configure services, such as [Fastly CDN]({{ site.baseurl }}/cloud/cdn/cloud-fastly.html), [Blackfire Profiler]({{ site.baseurl }}/cloud/project/project-integrate-blackfire.html), and [New Relic]({{ site.baseurl }}/cloud/project/new-relic.html). Also, we recommend configuring payment gateways, shipping, notifications, and other vital services with sandbox or testing credentials.
64+
Staging is a pre-production environment that provides all services and settings as close to the Production environment as possible. You should always push your code changes from the Integration environment to the Staging environment so that you can perform thorough testing with all services. The first time you use the Staging environment, you must configure services, such as [Fastly CDN]({{ site.baseurl }}/cloud/cdn/cloud-fastly.html), [Blackfire Profiler]({{ site.baseurl }}/cloud/project/project-integrate-blackfire.html), and [New Relic]({{ site.baseurl }}/cloud/project/new-relic.html). Also, we recommend configuring payment gateways, shipping, notifications, and other vital services with sandbox or testing credentials.
6565

6666
It is best to thoroughly test every service, verify your performance testing tools, and perform UAT testing as an administrator and as a customer, until you feel that your store is ready for the Production environment. See [Deploy your store]({{ site.baseurl }}/cloud/live/stage-prod-live.html).
6767

src/cloud/cdn/fastly-vcl-blocking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You create an Edge ACL to define the list of IP addresses to block. After creati
2525
If you want to manage access for both Staging and Production sites, create the Edge ACL with the same name in both environments. The VCL snippet code will apply to both environments.
2626

2727
1. Log in to the Magento Admin.
28-
1. Navigate to **Stores** > **Settings** > **Configuration** > **Advanced** > **System** > **Fastly Configuration**.
28+
1. Navigate to **Stores** > Settings > **Configuration** > **Advanced** > **System** > **Full Page Cache** > **Fastly Configuration**.
2929
1. Expand the **Edge ACL** section.
3030
1. Click **Add ACL** to create a list. For this example, name the list "blocklist".
3131
1. Enter IP address values in the list. Any client IPs added to this list will be blocked access from the site.

src/cloud/docker/docker-containers-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The FPM container includes the following volumes:
7777
- `/app/pub/media`
7878

7979
{:.bs-callout-tip}
80-
You can add custom PHP extensions and manage their status from the `runtime` section of the `.magento.app.yaml` file. See [PHP extensions]. To test custom extensions without updating the {{site.data.var.ece}} environment configuration, you can add the custom configuration to the [`docker-compose.override.yml`][Docker override] file. Configuration settings in this file are applied only when you build and deploy to the Docker environment.
80+
You can add custom PHP extensions and manage their status from the `runtime` section of the `.magento.app.yaml` file. See [PHP extensions]. To test custom extensions without updating the {{site.data.var.ece}} environment configuration, you can add the custom configuration to the [`docker-compose.override.yml`][Docker override file]. Configuration settings in this file are applied only when you build and deploy to the Docker environment.
8181

8282
For additional information about configuring the php environment, see the [XDebug for Docker] documentation.
8383

src/cloud/docker/docker-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ See [Docker CLI containers] for details.
3939
| [selenium][selenium-container]| Selenium | `--with-selenium`<br>`--selenium-version`<br>`--selenium-image`| Any | Enables Magento application testing using the Magento Functional Testing Framework (MFTF)
4040
| [tls][tls-container] | SSL Endpoint | | | Terminates SSL, can be configured to pass to varnish or nginx
4141
| [varnish][varnish-container] | Varnish | `--varnish` | 4, 6 |
42-
| [web][web-container] | NGNIX | `--nginx` | 1.9, latest |
42+
| [web][web-container] | NGINX | `--nginx` | 1.9, latest |
4343

4444
The `ece-docker build:compose` command runs in interactive mode and verifies the configured service versions. To skip interactive mode, use the `-n, --no-interaction` option.
4545

src/cloud/project/ece-tools-upgrade-project.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Each {{site.data.var.ee}} version requires a different constraint based on the f
2929

3030
You can always find the latest metapackage constraint in the [`magento-cloud` template](https://github.com/magento/magento-cloud/blob/master/composer.json).
3131

32-
The following example places a constraint for the {{site.data.var.ece}} metapackage to any version greater than or equal to the current version 2.2.0 and lower than next version 2.2.1:
32+
The following example places a constraint for the {{site.data.var.ece}} metapackage to any version greater than or equal to the current version 2.3.4 and lower than next version 2.3.5:
3333

3434
```json
3535
"require": {
36-
"magento/magento-cloud-metapackage": ">=2.2.0 <2.2.1"
36+
"magento/magento-cloud-metapackage": ">=2.3.4 <2.3.5"
3737
},
3838
```
3939

@@ -46,9 +46,9 @@ To upgrade project to use ece-tools:
4646

4747
1. Update the `magento/magento-cloud-metapackage` version constraint in the `composer.json` file.
4848

49-
```bash
50-
composer require "magento//magento-cloud-metapackage": ">=2.2.0 <2.2.1" --no-update
51-
```
49+
```bash
50+
composer require "magento/magento-cloud-metapackage":">=2.3.4 <2.3.5" --no-update
51+
```
5252

5353
1. Update the metapackage.
5454

src/cloud/project/project-conf-files_services-redis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To enable Redis:
5252

5353
Assuming your Redis relationship is named `redis`, you can access it using the `redis-cli` tool.
5454

55-
1. Use SSH to connect to the Integration environment with RabbitMQ installed and configured.
55+
1. Use SSH to connect to the Integration environment with Redis installed and configured.
5656

5757
1. Open an SSH tunnel to a host.
5858

src/cloud/project/project-multi-sites.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ To configure a new web location:
8282
```yaml
8383
web:
8484
locations:
85-
"/":&app
85+
"/": &app
8686
# The public directory of the app, relative to its root.
8787
root: "pub"
8888
passthru: "/index.php"
@@ -98,7 +98,7 @@ To configure a new web location:
9898
```yaml
9999
web:
100100
locations:
101-
"/":&app
101+
"/": &app
102102
# The public directory of the app, relative to its root.
103103
root: "pub"
104104
passthru: "/index.php"
@@ -130,14 +130,14 @@ To configure a location with a different directory:
130130
```yaml
131131
web:
132132
locations:
133-
"/":&root
133+
"/": &root
134134
# The public directory of the app, relative to its root.
135135
root: "pub"
136136
passthru: "/index.php"
137137
index:
138138
- index.php
139139
...
140-
"/static":&static
140+
"/static": &static
141141
root: "pub/static"
142142
```
143143

@@ -146,7 +146,7 @@ To configure a location with a different directory:
146146
```yaml
147147
web:
148148
locations:
149-
"/":&root
149+
"/": &root
150150
# The public directory of the app, relative to its root.
151151
root: "pub"
152152
passthru: "/index.php"
@@ -156,7 +156,7 @@ To configure a location with a different directory:
156156
"/media":
157157
root: "pub/media"
158158
...
159-
"/static":&static
159+
"/static": &static
160160
root: "pub/static"
161161
allow: true
162162
scripts: false

src/cloud/project/project-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ To resolve the error:
224224

225225
[technology stack]: {{site.baseurl}}/guides/v2.3/install-gde/system-requirements-tech.html
226226
[Upgrades and patches]: {{site.baseurl}}/cloud/project/project-upgrade-parent.html
227-
[Magento technology stack requirements]: {{site.baseurl}}/guides/v2.2/install-gde/system-requirements-tech.html
227+
[Magento technology stack requirements]: {{site.baseurl}}/guides/v2.3/install-gde/system-requirements-tech.html
228228
[Configuration Management]: {{site.baseurl}}/cloud/live/sens-data-over.html
229229
[extensions section of the .magento.app.yaml file]: {{site.baseurl}}/cloud/project/project-conf-files_magento-app.html#configure-php-options
230230
[.magento.app.yaml]: {{site.baseurl}}/cloud/project/project-conf-files_magento-app.html

src/cloud/release-notes/CloudReleaseNotes2.2.1.md

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)