diff --git a/workshop/content/nationalparks-dotnet.adoc b/workshop/content/nationalparks-dotnet.adoc index 032d974..229a896 100644 --- a/workshop/content/nationalparks-dotnet.adoc +++ b/workshop/content/nationalparks-dotnet.adoc @@ -107,7 +107,13 @@ image::images/nationalparks-import-from-git-url-builder-dotnet.png[Import from G NOTE: All of these builder images shown are made available via *Templates* and *ImageStreams*, which will be discussed in a later lab. -Scroll down to the *General* section. Select `workshop` as your application, and `nationalparks` as the name. +Scroll down to the *General* section. Select: + +* *Application Name* : workshop +* *Name* : nationalparks + + +In *Resources* section, select *Deployment*. Inside *Pipeline* section, check *Add pipeline* box. This will create a Tekton Pipeline for us that we will use after in the Pipeline modules. @@ -115,9 +121,26 @@ TIP: Click "Show pipeline visualization" to preview the Pipeline inside Pipeline Expand the Labels section and add 3 labels: -- *__app__=workshop* (the name we will be giving to the app) -- *__component__=nationalparks* (the name of this deployment) -- *__role__=backend* (the role this component plays in the overall application) +The name of the Application group: + +[source,role=copy] +---- +app=workshop +---- + +Next the name of this deployment. + +[source,role=copy] +---- +component=nationalparks +---- + +And finally, the role this component plays in the overall application. + +[source,role=copy] +---- +role=backend +---- Now click the *Create* button. diff --git a/workshop/content/nationalparks-java.adoc b/workshop/content/nationalparks-java.adoc index 703b0fa..2c140bc 100644 --- a/workshop/content/nationalparks-java.adoc +++ b/workshop/content/nationalparks-java.adoc @@ -113,7 +113,7 @@ Scroll down to the *General* section. Select: * *Name* : nationalparks -In *Resources* section, select *Deployment Config*. +In *Resources* section, select *Deployment*. Expand the Labels section and add 3 labels: diff --git a/workshop/content/nationalparks-javascript.adoc b/workshop/content/nationalparks-javascript.adoc index 9b4e396..7ddacc2 100644 --- a/workshop/content/nationalparks-javascript.adoc +++ b/workshop/content/nationalparks-javascript.adoc @@ -109,15 +109,40 @@ NOTE: All of these builder images shown are made available via *Templates* and Scroll down to the *General* section. Select `workshop` as your application, and `nationalparks` as the name. +Scroll down to the *General* section. Select: + +* *Application Name* : workshop +* *Name* : nationalparks + + +In *Resources* section, select *Deployment*. + Inside *Pipeline* section, check *Add pipeline* box. This will create a Tekton Pipeline for us that we will use after in the Pipeline modules. TIP: Click "Show pipeline visualization" to preview the Pipeline inside Pipeline UI that we are going to use later on. Expand the Labels section and add 3 labels: -- *__app__=workshop* (the name we will be giving to the app) -- *__component__=nationalparks* (the name of this deployment) -- *__role__=backend* (the role this component plays in the overall application) +The name of the Application group: + +[source,role=copy] +---- +app=workshop +---- + +Next the name of this deployment. + +[source,role=copy] +---- +component=nationalparks +---- + +And finally, the role this component plays in the overall application. + +[source,role=copy] +---- +role=backend +---- Now click the *Create* button. diff --git a/workshop/content/nationalparks-python.adoc b/workshop/content/nationalparks-python.adoc index 9b1a710..c152de2 100644 --- a/workshop/content/nationalparks-python.adoc +++ b/workshop/content/nationalparks-python.adoc @@ -109,7 +109,13 @@ image::images/nationalparks-import-from-git-url-builder-py.png[Import from Git] NOTE: All of these builder images shown are made available via *Templates* and *ImageStreams*, which will be discussed in a later lab. -Scroll down to the *General* section. Select `workshop` as your application, and `nationalparks` as the name. +Scroll down to the *General* section. Select: + +* *Application Name* : workshop +* *Name* : nationalparks + + +In *Resources* section, select *Deployment*. Inside *Pipeline* section, check *Add pipeline* box. This will create a Tekton Pipeline for us that we will use after in the Pipeline modules. @@ -117,9 +123,26 @@ TIP: Click "Show pipeline visualization" to preview the Pipeline inside Pipeline Expand the Labels section and add 3 labels: -- *__app__=workshop* (the name we will be giving to the app) -- *__component__=nationalparks* (the name of this deployment) -- *__role__=backend* (the role this component plays in the overall application) +The name of the Application group: + +[source,role=copy] +---- +app=workshop +---- + +Next the name of this deployment. + +[source,role=copy] +---- +component=nationalparks +---- + +And finally, the role this component plays in the overall application. + +[source,role=copy] +---- +role=backend +---- Now click the *Create* button. diff --git a/workshop/content/parksmap-container-image.adoc b/workshop/content/parksmap-container-image.adoc index 8a65be9..e9bd6c1 100644 --- a/workshop/content/parksmap-container-image.adoc +++ b/workshop/content/parksmap-container-image.adoc @@ -27,7 +27,9 @@ Your screen will end up looking something like this: image::images/parksmap-image.png[Explore Project] -In *Runtime Icon* you can select the icon to use in OpenShift Topology View for the app. You can leave the default OpenShift icon, or since this Frontend is made with Spring boot, you can pick Spring boot icon if you want. +In *Runtime Icon* you can select the icon to use in OpenShift Topology View for the app. You can leave the default OpenShift icon, or select one from the list. + +NOTE: The purpose of this exercise is to deploy a microservice from an agnostic existing container image (Frontend, this was made with Spring Boot). The specific programming language path you have chosen is described and implemented in the next microservice chapter (Backend). Make sure to have the correct values in: