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

Removed legacy Cloud infrastructure info #5125

Merged
merged 8 commits into from
Aug 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions _data/toc/cloud-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ pages:
- label: Pro develop and deploy workflow
url: /cloud/architecture/pro-develop-deploy-workflow.html

- label: Pro architecture (legacy)
url: /cloud/architecture/pro-architecture-legacy.html

- label: Add Staging and Production to Pro projects UI
url: /cloud/trouble/pro-env-management.html
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are still links to this topic in the whatsnew topic. It will likely fail link checking. Should this redirect somewhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Added a redirect to the Pro develop and deploy workflow topic.


- label: Technologies and requirements
url: /cloud/requirements/cloud-requirements.html
children:
Expand Down
4 changes: 2 additions & 2 deletions _data/whats-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2968,7 +2968,7 @@ entries:
date: Oct 23 2017
- description: Updated content for Magento Commerce (Cloud) for the updated Pro projects
in [Manage your project](https://devdocs.magento.com/guides/v2.2/cloud/project/projects.html),
[Add Staging and Production to Pro projects](https://devdocs.magento.com/guides/v2.2/cloud/trouble/pro-env-management.html),
Add Staging and Production to Pro projects,
[Deploy your store](https://devdocs.magento.com/guides/v2.2/cloud/live/stage-prod-live.html),
[Deployment process](https://devdocs.magento.com/guides/v2.2/cloud/reference/discover-deploy.html),
[Prepare to deploy to Staging and Production](https://devdocs.magento.com/guides/v2.2/cloud/live/stage-prod-migrate-prereq.html),
Expand All @@ -2985,7 +2985,7 @@ entries:
date: Oct 18 2017
- description: 'Update Magento Commerce (Cloud) content for new features for Pro plan:
[Manage your project](https://devdocs.magento.com/guides/v2.2/cloud/project/projects.html),
[Add Staging and Production to Pro projects](https://devdocs.magento.com/guides/v2.2/cloud/trouble/pro-env-management.html),
Add Staging and Production to Pro projects,
[Configure your project](https://devdocs.magento.com/guides/v2.2/cloud/project/project-webint-basic.html),
[Create and manage users](https://devdocs.magento.com/guides/v2.2/cloud/project/user-admin.html),
[Manage branches with the Interface](https://devdocs.magento.com/guides/v2.2/cloud/project/project-webint-branch.html),
Expand Down
4 changes: 0 additions & 4 deletions _includes/cloud/hooks.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
For technical reasons, you must enter a Support ticket to add your [`.magento.app.yaml`]({{ page.baseurl }}/cloud/project/project-conf-files_magento-app.html) file to Staging and Production environments. This affects all Pro projects created before and after October 23, 2017.

You can request that we push `.magento.app.yaml`, `services.yaml`, and `routes.yaml`, set up cron jobs, and enable Xdebug and PHPUnit, which assists you in troubleshooting coding issues encountered during deployment. Because of the memory requirements, we recommend you disable Xdebug before your site is live.

If you added your SSH keys to the Staging and Production environments, you can also directly SSH into the environment to use the Git CLI commands for deployments.

{: .bs-callout .bs-callout-info}
Optionally, you can replace the `hooks` section with a shell script that you can maintain without intervention. You need only to create a support ticket the first time you use the shell script.
2 changes: 0 additions & 2 deletions _includes/cloud/note-pro-legacy.md

This file was deleted.

2 changes: 1 addition & 1 deletion _includes/cloud/note-pro-using-yaml-support.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{: .bs-callout .bs-callout-info}
For Pro projects, the changes you make using this YAML file affects your Integration environment only. To make these changes in a Staging or Production environment, you must create a [Support ticket](http://support.magento.com).
For Pro projects, you must create a [Support ticket](http://support.magento.com) to install or update services in Staging and Production environments. Indicate the service changes needed and include your updated `.magento.app.yaml` and `services.yaml` files in the ticket.
2 changes: 0 additions & 2 deletions _includes/cloud/note-pro-using-yaml.md

This file was deleted.

2 changes: 0 additions & 2 deletions _includes/cloud/wings-management.md

This file was deleted.

Binary file added common/images/cloud/cloud-pro-project-access.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 4 additions & 6 deletions guides/v2.2/cloud/architecture/cloud-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,7 @@ The [Starter plan architecture]({{ page.baseurl }}/cloud/basic-information/start

The [Pro plan architecture]({{ page.baseurl }}/cloud/architecture/pro-architecture.html) has a global master with three environments:

- **Integration**—The Integration environment provides a testable environment that includes a database, web server, caching, some services, environment variables, and configurations. You can develop, deploy, and test your code before merging to the Staging environment.
- _Inactive_—You can have an unlimited number of inactive branches based on the Integration environment.
- **Staging**—The Staging environment is for pre-Production testing and includes a database, web server, caching, services, environment variables, configurations, and services, such as Fastly.
- **Production**—The Production environment includes a three-node, high-availability architecture for your data, services, caching, and store. This is your live, public store environment with environment variables, configurations, and third-party services.

{% include cloud/note-pro-legacy.md %}
- **Integration**—The Integration environment provides a testable environment that includes a database, web server, caching, some services, environment variables, and configurations. You can develop, deploy, and test your code before merging to the Staging environment.
- _Inactive_—You can have an unlimited number of inactive branches based on the Integration environment.
- **Staging**—The Staging environment is for pre-Production testing and includes a database, web server, caching, services, environment variables, configurations, and services, such as Fastly.
- **Production**—The Production environment includes a three-node, high-availability architecture for your data, services, caching, and store. This is your live, public store environment with environment variables, configurations, and third-party services.
212 changes: 0 additions & 212 deletions guides/v2.2/cloud/architecture/pro-architecture-legacy.md

This file was deleted.

Loading