This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #215 from gtrivedi88/HACDOCS-607
Added the release an application page to the main navigation and updated it with the latest updates.
- Loading branch information
Showing
5 changed files
with
124 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,9 @@ | |
*** xref:how-to-guides/Secure-your-supply-chain/proc_inspect-slsa-provenance.adoc[Downloading your SLSA provenance] | ||
*** xref:how-to-guides/Secure-your-supply-chain/proc_java_dependencies.adoc[Configuring dependencies rebuild for Java apps in the CLI] | ||
** xref:how-to-guides/proc_managing-compliance-with-the-enterprise-contract.adoc[Managing compliance with the Enterprise Contract] | ||
** xref:how-to-guides/con_release_application.adoc[Releasing an application] | ||
*** xref:how-to-guides/proc_release_plan.adoc[Creating a `releasePlan` object] | ||
** xref:how-to-guides/proc_managed_services_onboarding.adoc[Managed services team onboarding] | ||
** xref:how-to-guides/proc_delete_application.adoc[Deleting an application] | ||
|
@@ -35,6 +38,4 @@ Commenting these out per HACDOCS-425 and -414 | |
|
||
//// | ||
Commenting out this xref for now because Burr said this page is currently unsupported. --Christian ([email protected]), 2/16/2023 | ||
** xref:cli/proc_release_application.adoc[Releasing an application] | ||
** xref:how-to-guides/proc_managed_services_onboarding.adoc[CLI: Managed services team onboarding] | ||
//// |
23 changes: 23 additions & 0 deletions
23
docs/modules/ROOT/pages/how-to-guides/con_release_application.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
= Releasing an application | ||
:icons: font | ||
:numbered: | ||
:source-highlighter: highlightjs | ||
|
||
Two teams work together to release an application: | ||
|
||
* *Development team* - The team that develops and supports the application in a pre-production environment. | ||
* *Managed environment team* - The team that supports the production instance of that application. | ||
image::managed_environment.png[alt=Managed Environment] | ||
|
||
[1] When an application is ready for release, the Development team contacts the Managed Environment team; for example, their organization's SRE team, requesting access to the Managed environment for the first production release. | ||
|
||
[2] The Managed environment team creates the managed environment and responds to the development team with the managed environment's configuration details. The Managed environment inherits some details of the development team’s workspace. However, the development team has limited access to the production environment, which is a part of the managed environment. | ||
|
||
[3] The development team creates a matching configuration in their environment that is same as that of the Managed environment and attempts to release the application to production. | ||
|
||
[4] The Managed environment team validates the initial release and configures a traffic gateway, which allows external traffic to the application. | ||
|
||
.Next steps | ||
link:https://redhat-appstudio.github.io/docs.appstudio.io/Documentation/main/how-to-guides/proc_release_plan/[Creating a `releasePlan` object] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
186 changes: 0 additions & 186 deletions
186
docs/modules/ROOT/pages/how-to-guides/proc_release_application.adoc
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.