Skip to content

Commit f639167

Browse files
RamyaRaghuveeraSean Sundberg
andauthored
Updating the agenda to match agenda ppt (#256)
* Updating the agenda to match agenda ppt.Adding ppt links Signed-off-by: Ramya Raghuveera <[email protected]> * Removed oc dashboard command from deploy first app Signed-off-by: Ramya Raghuveera <[email protected]> Signed-off-by: Ramya Raghuveera <[email protected]> Co-authored-by: Sean Sundberg <[email protected]>
1 parent a2bb252 commit f639167

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

docs/developer-advanced-1/inventory-cd/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,15 @@ Let's get started with using Argo CD.
4242
git push -u origin test
4343
```
4444

45-
- Create the test namespace with the CLI by running `oc sync test-{initials} --dev`
45+
- Create the test namespace with the CLI by running `oc sync test-{initials}`
46+
47+
### Grant required access to the service account of the test namespace
48+
49+
Openshift Image registry is being used for storing docker images.Hence,permission needs to be given to the service account of the test namespace to be able to pull images from dev namespace where the docker image of application is stored.
50+
51+
```shell
52+
oc policy add-role-to-group system:image-puller system:serviceaccounts:${TEST_NAMESPACE} -n {DEV_NAMESPACE}
53+
```
4654

4755
### Register the GitOps repo in ArgoCD
4856

docs/developer-intermediate/deploy-app/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ section that allows you to select a set of preconfigured [Starter Kits](https://
6666

6767
- If you are on a laptop/desktop, open a browser and make sure you are logged into [Github](https://github.com)
6868

69-
- Open the dashboard by running the following command:
70-
```
71-
oc dashboard
72-
```
7369

7470
### 4. Create your app in Git
7571

@@ -302,4 +298,4 @@ You can update your code locally using `git` command line.
302298
- As soon as you push your code changes successfully, the webhook will trigger a new pipeline run for your project in your namespace in OCP.
303299
304300
!!! Warning
305-
**Note:** if the webhook registration step fails, the git push will not trigger the pipeline.
301+
**Note:** if the webhook registration step fails, the git push will not trigger the pipeline.

docs/developer-intermediate/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The learning tasks help you understand the Developer Experience with IBM RedHat
5454
| **DevSecOps** | | | |
5555
| Continuous Integration | Overview of Continuous Integration | [CI](continuous-integration) | 15 min | <a href="https://1drv.ms/p/s!Ao2GqbKQMThrgg0U57nmGHi5fo04?e=WcY0gj" target="_blank" >Link</a> |
5656
| Continuous Delivery | Overview of Continuous Delivery | [CD](continuous-delivery) | 15 min | |
57-
|Deploy your first app demo |
57+
|Deploy your first app demo |The very first experience of deploying an app in OpenShift or Kubernetes | [Deploy First App](deploy-app/) | 25 mins | |
5858
| **Q & A** | | | 10 mins |
5959

6060
### Homework
@@ -83,11 +83,10 @@ The learning tasks help you understand the Developer Experience with IBM RedHat
8383
| Deploy your first app | The very first experience of deploying an app in OpenShift or Kubernetes | [Deploy First App](deploy-app/) | 25 mins | |
8484
| **Break** | | | 5 mins | |
8585
| Code Analysis | Code Quality with Sonarqube | [Code Analysis](code-analysis/) | 15 mins | |
86-
| Image Registry | Container Registry | [Image Registry](image-registry/) | 10 mins | |
87-
| Artifact Management | Artifact Management with Artifactory | [Artifact Management](artifact-management/) | 10 min | |
88-
| Monitoring | Sysdig Monitoring | [Monitoring](monitoring/) | 5 mins | |
89-
| Logging | Logging with LogDNA | [Logging](log-management/) | 5 mins | |
90-
| Image Signing | Signing Container Images | [Signing](https://develop.cloudnativetoolkit.dev/reference/tools/container-image-security-enforcement/) | 25 min | |
86+
| Image Registry | Container Registry | [Image Registry](image-registry/) | 15 mins | |
87+
| Artifact Management | Artifact Management with Artifactory | [Artifact Management](artifact-management/) | 15 min | |
88+
| Monitoring | Sysdig Monitoring | [Monitoring](monitoring/) | 10 mins | |
89+
| Logging | Logging with LogDNA | [Logging](log-management/) | 10 mins | |
9190
| **Q & A** | | | 10 mins | |
9291

9392
### Homework
@@ -108,11 +107,12 @@ The learning tasks help you understand the Developer Experience with IBM RedHat
108107
| **Apply all we have learnt so far to develop a set of microservices and deploy them on OpenShift** | | | | |
109108
| Preparing for the Hands-On Labs | Setting up the Development Tools | [Dev. Tools Setup](../getting-started/devenvsetup/) | 10 mins | |
110109
| Inventory Application | Objective of the exercise | [Objective](inventory-application/) | 15 mins | |
111-
| Inventory Backend | Creating the Inventory Service with Java | [Inventory Backend](inventory-service/) | 30 mins | |
110+
| Inventory Backend | Creating the Inventory Service with Java | [Inventory Backend](inventory-service/) | 25 mins | |
112111
| **Break** | | | 5 mins | |
113112
| Inventory BFF | Creating the Inventory BFF with GraphQL | [Inventory BFF](inventory-bff/) | 25 mins | |
114113
| Inventory UI | Creating the UI microservice | [Inventory UI](inventory-ui/) | 25 mins | |
115-
| AppID | Authentication with AppID |[AppID](../developer-advanced-1/inventory-appid/) |10 mins | |
114+
| Inventory CD | CD with Argocd |[CD](../developer-advanced-1/inventory-cd/) |10 mins | |
115+
| TechZone Automation | Automated Provisioning of Environment | |15 mins | |
116116
| **Q & A** | | | 10 mins | |
117117
| **Optional: inventory-app) | 60 mins | |
118118

0 commit comments

Comments
 (0)