Skip to content

Commit

Permalink
refactor folders
Browse files Browse the repository at this point in the history
  • Loading branch information
jayachristina committed Dec 10, 2024
1 parent 74b0daa commit 5e761d1
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
14 changes: 7 additions & 7 deletions content/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* xref:module-01.adoc[1. Discovery]
* xref:m1/module-01.adoc[1. Discovery]
* xref:module-02.0.adoc[2. Design the Internal Developer Platform]
** xref:module-02.1.adoc[2.1. Introduction to Concepts]
Expand All @@ -16,15 +16,15 @@
** xref:module-03.6.adoc[3.6 Platform Engineer Activity: Enhance the Template & Component with Plugins]
** xref:module-03.7.adoc[3.7 Platform Engineer Activity: Setup RBAC]
* xref:module-04.0.adoc[4. Accelerate Developer Inner-Loop]
** xref:module-04.1.adoc[4.1 Import Existing API/Apps]
** xref:module-04.2.adoc[4.2 Onboard parasol application]
** xref:module-04.3.adoc[4.3 Developer environment]
* xref:m4/module-04.0.adoc[4. Accelerate Developer Inner-Loop]
** xref:m4/module-04.1.adoc[4.1 Import Existing API/Apps]
** xref:m4/module-04.2.adoc[4.2 Onboard parasol application]
** xref:m4/module-04.3.adoc[4.3 Developer environment]
* xref:module-05.adoc[5. Setup Build, Test, & Deploy Outer-loop]
* xref:m5/module-05.adoc[5. Setup Build, Test, & Deploy Outer-loop]
* xref:module-06.adoc[6. Establish Security and Compliance]
* xref:m6/module-06.adoc[6. Establish Security and Compliance]
* xref:env.adoc[My lab environment details]
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:imagesdir: ../assets/images
:imagesdir: ../../assets/images

= Module 1: Discovery

include::style.adoc[]
include::../style.adoc[]


== Objectives
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:imagesdir: ../assets/images
:imagesdir: ../../assets/images

= Module 4: Accelerate Developer Inner-Loop

include::style.adoc[]
include::../style.adoc[]

== Overview

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
:imagesdir: ../assets/images
:imagesdir: ../../assets/images


= Module 4.1: Introduction to Concepts

include::style.adoc[]
include::../style.adoc[]

== Software templates to import existing applications

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
:imagesdir: ../assets/images
:imagesdir: ../../assets/images


= Module 4.2: Import Existing API/Apps

include::style.adoc[]
include::../style.adoc[]

Platform Engineering team creates two templates for importing existing Apps/Services and APIs into Developer Hub. While it is possible to use the same template to import both of them, there are some key differences in data gathered. As best practice, Platform Engg team creates as many Software Templates as necessary to assist developers.

Expand Down Expand Up @@ -136,7 +136,7 @@ https://gitlab-gitlab.{openshift_cluster_ingress_domain}/rhdh/rhdh-entities/-/bl
----
. Click *Import* in the Review section.
+
image::./m4/rhdh-system.png[]
image::./m4/rhdh-system.png[width=60%]
. The Systems and Domain are setup. These help form an important abstraction level to help us reason about software ecosystems.
* _systems_ are the basic level of encapsulation for related entities
* _domains_ are useful to group a collection of systems that share terminology, domain models, business purpose etc.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
:imagesdir: ../assets/images
:imagesdir: ../../assets/images


= Module 4.3: As a Platform Engineer: Onboard Parasol API and Parasol Store service

include::style.adoc[]
include::../style.adoc[]


== Import parasol-store-api OpenAPI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
:imagesdir: ../assets/images
:imagesdir: ../../assets/images


= Module 4.4: Setup Developer Environment

include::style.adoc[]
include::../style.adoc[]

A developer is assigned a JIRA to enhance the Parasol application, and they begin to work on the `parasol-store` application. To begin, they will create a branch of the `parasol-store` repo on gitlab, and work on this _feature-branch_ till the time they are ready to merge their changes to the main branch. This will where the developer develops and tests all changes in an isolated dev environment in a continuous loop.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
:imagesdir: ../assets/images
:imagesdir: ../../assets/images


= Module 5: Build, Test, & Deploy (outer loop)

include::style.adoc[]
include::../style.adoc[]

== Overview

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:imagesdir: ../assets/images
:imagesdir: ../../assets/images

= Module 6: Observability: Security

include::style.adoc[]
include::../style.adoc[]



Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:imagesdir: ../assets/images
:imagesdir: ../../assets/images

= Module 7: Continuous Platform improvements

include::style.adoc[]
include::../style.adoc[]


== Objectives
Expand Down

0 comments on commit 5e761d1

Please sign in to comment.