From fbd82da65f043d4d3cff797244785cd3e0979cf7 Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Mon, 27 Jan 2025 11:43:21 -0500 Subject: [PATCH] Moves templates content --- _topic_maps/_topic_map.yml | 4 ++-- _topic_maps/_topic_map_osd.yml | 4 ++-- _topic_maps/_topic_map_rosa.yml | 4 ++-- .../creating_applications}/using-templates.adoc | 0 getting_started/openshift-overview.adoc | 2 +- openshift_images/index.adoc | 2 +- rosa_architecture/index.adoc | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) rename {openshift_images => applications/creating_applications}/using-templates.adoc (100%) diff --git a/_topic_maps/_topic_map.yml b/_topic_maps/_topic_map.yml index 9bb942b10a..84a6aee50f 100644 --- a/_topic_maps/_topic_map.yml +++ b/_topic_maps/_topic_map.yml @@ -2220,8 +2220,6 @@ Topics: - Name: Image configuration resources File: image-configuration Distros: openshift-enterprise,openshift-origin -- Name: Using templates - File: using-templates - Name: Using Ruby on Rails File: templates-using-ruby-on-rails - Name: Using images @@ -2255,6 +2253,8 @@ Topics: - Name: Creating applications Dir: creating_applications Topics: + - Name: Using templates + File: using-templates - Name: Creating applications using the Developer perspective File: odc-creating-applications-using-developer-perspective - Name: Creating applications from installed Operators diff --git a/_topic_maps/_topic_map_osd.yml b/_topic_maps/_topic_map_osd.yml index 430662b2a9..f9be79dd4f 100644 --- a/_topic_maps/_topic_map_osd.yml +++ b/_topic_maps/_topic_map_osd.yml @@ -583,8 +583,6 @@ Topics: - Name: Image configuration resources File: image-configuration Distros: openshift-dedicated -- Name: Using templates - File: using-templates - Name: Using Ruby on Rails File: templates-using-ruby-on-rails - Name: Using images @@ -904,6 +902,8 @@ Topics: - Name: Creating applications Dir: creating_applications Topics: + - Name: Using templates + File: using-templates - Name: Creating applications using the Developer perspective File: odc-creating-applications-using-developer-perspective - Name: Creating applications from installed Operators diff --git a/_topic_maps/_topic_map_rosa.yml b/_topic_maps/_topic_map_rosa.yml index 6f4c7723d3..2c4b4ff544 100644 --- a/_topic_maps/_topic_map_rosa.yml +++ b/_topic_maps/_topic_map_rosa.yml @@ -837,8 +837,6 @@ Topics: - Name: Image configuration resources (HCP) File: image-configuration-hcp Distros: openshift-rosa -- Name: Using templates - File: using-templates - Name: Using Ruby on Rails File: templates-using-ruby-on-rails - Name: Using images @@ -1169,6 +1167,8 @@ Topics: - Name: Creating applications Dir: creating_applications Topics: + - Name: Using templates + File: using-templates - Name: Creating applications using the Developer perspective File: odc-creating-applications-using-developer-perspective - Name: Creating applications from installed Operators diff --git a/openshift_images/using-templates.adoc b/applications/creating_applications/using-templates.adoc similarity index 100% rename from openshift_images/using-templates.adoc rename to applications/creating_applications/using-templates.adoc diff --git a/getting_started/openshift-overview.adoc b/getting_started/openshift-overview.adoc index 944684e536..8072f829fa 100644 --- a/getting_started/openshift-overview.adoc +++ b/getting_started/openshift-overview.adoc @@ -72,7 +72,7 @@ describes an application that can be deployed using the Helm CLI. * **xref:../applications/deployments/what-deployments-are.adoc#what-deployments-are[Create deployments]**: Use `Deployment` and `DeploymentConfig` objects to exert fine-grained management over applications. xref:../applications/deployments/managing-deployment-processes.adoc#deployment-operations[Manage deployments] using the *Workloads* page or OpenShift CLI (`oc`). Learn xref:../applications/deployments/deployment-strategies.adoc#deployment-strategies[rolling, recreate, and custom] deployment strategies. -* **xref:../openshift_images/using-templates.adoc#using-templates[Create templates]**: Use existing templates or create your own templates that describe how an application is built or deployed. A template can combine images with descriptions, parameters, replicas, exposed ports and other content that defines how an application can be run or built. +* **xref:../applications/creating_applications/using-templates.adoc#using-templates[Create templates]**: Use existing templates or create your own templates that describe how an application is built or deployed. A template can combine images with descriptions, parameters, replicas, exposed ports and other content that defines how an application can be run or built. * **xref:../operators/understanding/olm-what-operators-are.adoc#olm-what-operators-are[Understand Operators]**: Operators are the preferred method for creating on-cluster applications for {product-title} {product-version}. Learn about the Operator Framework and how to deploy applications using installed Operators into your projects. diff --git a/openshift_images/index.adoc b/openshift_images/index.adoc index 29f72fa965..b674ad801d 100644 --- a/openshift_images/index.adoc +++ b/openshift_images/index.adoc @@ -58,7 +58,7 @@ endif::openshift-rosa,openshift-dedicated[] == About templates A template is a definition of an object to be replicated. -You can use xref:../openshift_images/using-templates.adoc#using-templates[templates] to build and deploy configurations. +You can use xref:../applications/creating_applications/using-templates.adoc#using-templates[templates] to build and deploy configurations. [id="how-you-can-use-ruby-on-rails"] == How you can use Ruby on Rails diff --git a/rosa_architecture/index.adoc b/rosa_architecture/index.adoc index 89c9e946f1..9cd931a7d7 100644 --- a/rosa_architecture/index.adoc +++ b/rosa_architecture/index.adoc @@ -185,7 +185,7 @@ xref:../applications/working_with_helm_charts/understanding-helm.adoc#understand - **xref:../applications/deployments/what-deployments-are.adoc#what-deployments-are[Create deployments]**: Use `Deployment` objects to exert fine-grained management over applications. Deployments create replica sets according to the rollout strategy, which orchestrates pod lifecycles. -- **xref:../openshift_images/using-templates.adoc#using-templates[Create templates]**: Use existing templates or create your own templates that describe how an application is built or deployed. A template can combine images with descriptions, parameters, replicas, exposed ports and other content that defines how an application can be run or built. +- **xref:../applications/creating_applications/using-templates.adoc#using-templates[Create templates]**: Use existing templates or create your own templates that describe how an application is built or deployed. A template can combine images with descriptions, parameters, replicas, exposed ports and other content that defines how an application can be run or built. - **xref:../operators/understanding/olm-what-operators-are.adoc#olm-what-operators-are[Understand Operators]**: Operators are the preferred method for creating on-cluster applications for {product-title} {product-version}. Learn about the Operator Framework and how to deploy applications by using installed Operators into your projects.