1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

edit app flow

minor edits

edits

review fixes
This commit is contained in:
Preeti
2020-03-12 00:59:25 +05:30
parent 95419bef40
commit 651d651fb3
7 changed files with 72 additions and 2 deletions

View File

@@ -757,6 +757,8 @@ Topics:
File: creating-applications-using-cli
- Name: Viewing application composition using the Topology view
File: odc-viewing-application-composition-using-topology-view
- Name: Editing applications
File: odc-editing-applications
- Name: Deleting applications
File: odc-deleting-applications
- Name: Service brokers

View File

@@ -0,0 +1,17 @@
[id="odc-editing-applications"]
= Editing applications
include::modules/common-attributes.adoc[]
:context: odc-editing-applications
toc::[]
You can edit the configuration and the source code of the application you create using the *Topology* view.
.Prerequisites
* You have xref:../../web_console/web-console.adoc#web-console[logged in to the web console] and have switched to the xref:../../web_console/odc-about-developer-perspective.adoc#odc-about-developer-perspective[*Developer* perspective].
* You have the appropriate xref:../../authentication/using-rbac.adoc#default-roles_using-rbac[roles and permissions] in a project to create and modify applications in {product-title}.
* You have xref:../../applications/application_life_cycle_management/odc-creating-applications-using-developer-perspective.adoc#odc-creating-applications-using-developer-perspective[created and deployed an application on {product-title} using the *Developer* perspective].
include::modules/odc-editing-source-code-using-developer-perspective.adoc[leveloffset=+1]
include::modules/odc-editing-application-configuration-using-developer-perspective.adoc[leveloffset=+1]

BIN
images/odc_edit_app.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

View File

@@ -0,0 +1,34 @@
// Module included in the following assemblies:
//
// applications/application_life_cycle_management/odc-editing-applications.adoc
[id="odc-editing-application-configuration-using-developer-perspective_{context}"]
= Editing the application configuration using the Developer perspective
You can use the the *Topology* view in the *Developer* perspective to edit the configuration of your application.
[NOTE]
====
Currently, only configurations of applications created by using the *From Git*, *Container Image*, *From Catalog*, or *From Dockerfile* options in the *Add* workflow of the *Developer* perspective can be edited. Configurations of applications created by using the CLI or the *YAML* option from the *Add* workflow cannot be edited.
====
.Prerequisites
Ensure that you have created an application using the *From Git*, *Container Image*, *From Catalog*, or *From Dockerfile* options in the *Add* workflow.
.Procedure
. After you have created an application and it is displayed in the *Topology* view, right-click the application to see the edit options available.
+
image::odc_edit_app.png[Edit application]
+
. Click *Edit _application-name_* to see the *Add* workflow you used to create the application. The form is pre-populated with the values you had added while creating the application.
. Edit the necessary values for the application.
+
[NOTE]
====
You cannot edit the *Name* field in the *General* section, the CI/CD pipelines, or the *Create a route to the application* field in the *Advanced Options* section.
====
+
. Click *Save* to restart the build and deploy a new image.
+
image::odc_edit_redeploy.png[Edit and redeploy application]

View File

@@ -0,0 +1,19 @@
// Module included in the following assemblies:
//
// applications/application_life_cycle_management/odc-editing-applications.adoc
[id="odc-editing-source-code-using-developer-perspective_{context}"]
= Editing the source code of an application using the Developer perspective
You can use the the *Topology* view in the *Developer* perspective to edit the source code of your application.
.Procedure
* In the *Topology* view, click the *Edit Source code* icon, displayed at the bottom-right of the deployed application, to access your source code and modify it.
+
[NOTE]
====
This feature is available only when you create applications using the *From Git*, *From Catalog*, and the *From Dockerfile* options.
====
+
If the *Eclipse Che* Operator is installed in your cluster, a Che workspace (image:odc_che_workspace.png[title="Che Workspace"]) is created and you are directed to the workspace to edit your source code. If it is not installed, you will be directed to the Git repository (image:odc_git_repository.png[title="Git Repository"]) your source code is hosted in.

View File

@@ -15,8 +15,6 @@ The *Topology* view in the *Developer* perspective of the web console provides t
This feature is available only when you create applications using the *From Git*, *From Catalog*, and the *From Dockerfile* options.
====
+
If the *Eclipse Che* Operator is installed in your cluster, a Che workspace (image:odc_che_workspace.png[title="Che Workspace"]) is created and you are directed to the workspace to edit your source code. If it is not installed, you will be directed to the Git repository (image:odc_git_repository.png[title="Git Repository"]) your source code is hosted in.
* Hover your cursor over the lower left icon on the Pod to see the name of the latest build and its status. The status of the application build is indicated as *New* (image:odc_build_new.png[title="New Build"]), *Pending* (image:odc_build_pending.png[title="Pending Build"]), *Running* (image:odc_build_running.png[title="Running Build"]), *Completed* (image:odc_build_completed.png[title="Completed Build"]), *Failed* (image:odc_build_failed.png[title="Failed Build"]), and *Canceled* (image:odc_build_canceled.png[title="Canceled Build"]).
* Use the *Shortcuts* menu listed on the upper-right of the screen to navigate components in the *Topology* view.
* Use the *List View* icon to see a list of all your applications and use the *Topology View* icon to switch back to the *Topology* view.