forked from redhat-cop/agnosticd
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'redhat-cop:development' into development
- Loading branch information
Showing
24 changed files
with
316 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
ansible/roles/showroom/templates/service_docs_aro/tab_docs_aro.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<div id="docs_tab" class="tabcontent"> | ||
<iframe id="mobb_docs" src="https://mobb.ninja/#aro" width="100%" style="border:none;"></iframe> | ||
<iframe id="aro_docs" src="https://learn.microsoft.com/en-us/azure/openshift/https://docs.openshift.com/aro/4/welcome/index.html" width="100%" style="border:none;"></iframe> | ||
</div> |
1 change: 1 addition & 0 deletions
1
ansible/roles/showroom/templates/service_docs_aro/tablink_docs_aro.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<button class="tablinks" onclick="openTerminal(event, 'docs_tab')">ARO Docs</button> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ansible/roles_ocp_workloads/ocp4_workload_argocd_quay_todo_app/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
ansible/roles_ocp_workloads/ocp4_workload_argocd_quay_todo_app/files/description.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<p>Deploying Todo App with OpenShift pipelines and ArgoCD.</p> | ||
|
||
<p> | ||
This is a simple TODO application that allows users to create, read, update, and delete tasks from a database. The application is built using the Quarkus framework, which is a Kubernetes-native Java framework. The application is also packaged as a Helm chart, which makes it easy to deploy and manage on Kubernetes. | ||
|
||
The application uses Quay, ArgoCD, and OpenShift Pipelines to automate the deployment and management of the application. Quay is a container registry that is used to store the application's Docker images. ArgoCD is a continuous delivery tool that is used to deploy the application to Kubernetes. OpenShift Pipelines is a CI/CD platform that is used to automate the build, test, and deploy of the application.</a>. The demo covers the following topics: | ||
</p><ul> | ||
<li>Quarkus is a modern, lightweight Java framework that is well-suited for Kubernetes.</li> | ||
<li>Helm is a popular package manager for Kubernetes that makes it easy to deploy and manage applications.</li> | ||
<li>Quay is a secure and reliable container registry.</li> | ||
<li>ArgoCD is a powerful continuous delivery tool that can automate the deployment of applications to Kubernetes.</li> | ||
<li>OpenShift Pipelines is a comprehensive CI/CD platform that can automate the build, test, and deploy of applications.</li> | ||
</ul> | ||
|
||
<p><b>Lab Format:</b> Self-paced Labs</p> | ||
<p><b>Audience:</b> Developers and operations</p> | ||
<p><b>Products:</b> Red Hat OpenShift Container Platform</p> | ||
|
||
<p><b>Lab Guide:</b></p> | ||
<ul> | ||
<li><a href="https://github.com/tosin2013/todo-demo-app-helmrepo/blob/main/openshift-pipelines/README.md">Deploying Todo App with OpenShift pipelines</a></li> | ||
</ul> | ||
|
||
<p><b>Provisioning time:</b> Typically 40-60 minutes. If the RHPD deployment fails, please try again. If you make more than 3 failed attempts, create a service ticket by emailing support.</p> | ||
<p> | ||
<b>IMPORTANT: This instance is shutdown and deleted after 48 hours. Lifetime extensions are not allowed for this item.</b> | ||
</p> |
Oops, something went wrong.