Skip to content

Commit 224d76b

Browse files
authored
Merge pull request #114 from florkbr/openshift-learning-resources
RHCLOUD-24319: Build out openshift learning resources
2 parents a6b13af + 62aea66 commit 224d76b

File tree

40 files changed

+422
-1
lines changed

40 files changed

+422
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@
1919
fmtcoverage.html
2020
# Sqlite databases used for testing purposes.
2121
*.db
22+
23+
# Mac OS specific files
24+
**/.DS_Store
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: QuickStarts # kind must always be "QuickStarts"
2+
name: openshift-cost-explorer
3+
tags: # If you want to use more granular filtering add tags to the quickstart
4+
- kind: bundle
5+
value: openshift
6+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: console.openshift.io/v1
2+
kind: QuickStarts
3+
metadata:
4+
name: openshift-cost-explorer
5+
externalDocumentation: true
6+
spec:
7+
version: 0.1
8+
type:
9+
text: Documentation
10+
color: orange
11+
displayName: Visualizing costs
12+
icon:
13+
description: Use Cost Explorer to manage your costs.
14+
link:
15+
href: https://access.redhat.com/documentation/en-us/cost_management_service/2023/html/visualizing_your_costs_using_cost_explorer
16+
text: View documentation
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: QuickStarts # kind must always be "QuickStarts"
2+
name: openshift-cost-management-access
3+
tags: # If you want to use more granular filtering add tags to the quickstart
4+
- kind: bundle
5+
value: openshift
6+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: console.openshift.io/v1
2+
kind: QuickStarts
3+
metadata:
4+
name: openshift-cost-management-access
5+
externalDocumentation: true
6+
spec:
7+
version: 0.1
8+
type:
9+
text: Documentation
10+
color: orange
11+
displayName: Limiting access with cost management
12+
icon:
13+
description: Control the visibility of resources in cost management reports using role-based access.
14+
link:
15+
href: https://access.redhat.com/documentation/en-us/cost_management_service/2023/html/limiting_access_to_cost_management_resources/index
16+
text: View documentation
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: QuickStarts # kind must always be "QuickStarts"
2+
name: openshift-cost-management
3+
tags: # If you want to use more granular filtering add tags to the quickstart
4+
- kind: bundle
5+
value: openshift
6+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: console.openshift.io/v1
2+
kind: QuickStarts
3+
metadata:
4+
name: openshift-cost-management
5+
externalDocumentation: true
6+
spec:
7+
version: 0.1
8+
type:
9+
text: Documentation
10+
color: orange
11+
displayName: Configuring cost management
12+
icon:
13+
description: Set up cost management by connecting your cloud environments, and configuring users and permissions.
14+
link:
15+
href: https://access.redhat.com/documentation/en-us/cost_management_service/2023/html/getting_started_with_cost_management
16+
text: View documentation
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: QuickStarts # kind must always be "QuickStarts"
2+
name: openshift-cost-models
3+
tags: # If you want to use more granular filtering add tags to the quickstart
4+
- kind: bundle
5+
value: openshift
6+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: console.openshift.io/v1
2+
kind: QuickStarts
3+
metadata:
4+
name: openshift-cost-models
5+
externalDocumentation: true
6+
spec:
7+
version: 0.1
8+
type:
9+
text: Documentation
10+
color: orange
11+
displayName: Managing costs using cost models
12+
icon:
13+
description: Use cost models to apply a price to usage in your hybrid cloud environment, then distribute the costs to resources.
14+
link:
15+
href: https://access.redhat.com/documentation/en-us/cost_management_service/2023/html/using_cost_models
16+
text: View documentation
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: QuickStarts # kind must always be "QuickStarts"
2+
name: openshift-cost-tagging
3+
tags: # If you want to use more granular filtering add tags to the quickstart
4+
- kind: bundle
5+
value: openshift
6+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: console.openshift.io/v1
2+
kind: QuickStarts
3+
metadata:
4+
name: openshift-cost-tagging
5+
externalDocumentation: true
6+
spec:
7+
version: 0.1
8+
type:
9+
text: Documentation
10+
color: orange
11+
displayName: Managing costs with tagging
12+
icon:
13+
description: Manage your cost data with tags and labels.
14+
link:
15+
href: https://access.redhat.com/documentation/en-us/cost_management_service/2023/html/managing_cost_data_using_tagging
16+
text: View documentation
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: QuickStarts # kind must always be "QuickStarts"
2+
name: openshift-dedicated
3+
tags: # If you want to use more granular filtering add tags to the quickstart
4+
- kind: bundle
5+
value: openshift
6+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: console.openshift.io/v1
2+
kind: QuickStarts
3+
metadata:
4+
name: openshift-dedicated
5+
externalDocumentation: true
6+
spec:
7+
version: 0.1
8+
type:
9+
text: Documentation
10+
color: orange
11+
displayName: Learn about OpenShift Dedicated
12+
icon:
13+
description: Work with your OpenShift Dedicated clusters.
14+
link:
15+
href: https://access.redhat.com/documentation/en-us/openshift_dedicated
16+
text: View documentation
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: QuickStarts # kind must always be "QuickStarts"
2+
name: openshift-insights-advisor
3+
tags: # If you want to use more granular filtering add tags to the quickstart
4+
- kind: bundle
5+
value: openshift
6+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: console.openshift.io/v1
2+
kind: QuickStarts
3+
metadata:
4+
name: openshift-insights-advisor
5+
externalDocumentation: true
6+
spec:
7+
version: 0.1
8+
type:
9+
text: Documentation
10+
color: orange
11+
displayName: Monitoring your OpenShift cluster health with Insights Advisor
12+
icon:
13+
description: Use Insights Advisor to monitor your OpenShift cluster health.
14+
link:
15+
href: https://access.redhat.com/documentation/en-us/openshift_cluster_manager/2023/html/monitoring_your_openshift_cluster_health_with_insights_advisor/index
16+
text: View documentation
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: QuickStarts # kind must always be "QuickStarts"
2+
name: openshift-insights-vulnerability
3+
tags: # If you want to use more granular filtering add tags to the quickstart
4+
- kind: bundle
5+
value: openshift
6+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: console.openshift.io/v1
2+
kind: QuickStarts
3+
metadata:
4+
name: openshift-insights-vulnerability
5+
externalDocumentation: true
6+
spec:
7+
version: 0.1
8+
type:
9+
text: Documentation
10+
color: orange
11+
displayName: Assessing security vulnerabilities in your OpenShift cluster using Red Hat Insights
12+
icon:
13+
description: Use the Insights vulnerability service to assess your OpenShift cluster exposure to vulnerabilities.
14+
link:
15+
href: https://access.redhat.com/documentation/en-us/openshift_cluster_manager/2023/html/assessing_security_vulnerabilities_in_your_openshift_cluster_using_red_hat_insights/index
16+
text: View documentation
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: QuickStarts # kind must always be "QuickStarts"
2+
name: openshift-manage-clusters
3+
tags: # If you want to use more granular filtering add tags to the quickstart
4+
- kind: bundle
5+
value: openshift
6+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: console.openshift.io/v1
2+
kind: QuickStarts
3+
metadata:
4+
name: openshift-manage-clusters
5+
externalDocumentation: true
6+
spec:
7+
version: 0.1
8+
type:
9+
text: Documentation
10+
color: orange
11+
displayName: Managing clusters
12+
icon:
13+
description: Set up and manage your OpenShift clusters.
14+
link:
15+
href: https://access.redhat.com/documentation/en-us/openshift_cluster_manager/2023/html/managing_clusters/index
16+
text: View documentation
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: QuickStarts # kind must always be "QuickStarts"
2+
name: openshift-manage-subscriptions
3+
tags: # If you want to use more granular filtering add tags to the quickstart
4+
- kind: bundle
5+
value: openshift
6+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: console.openshift.io/v1
2+
kind: QuickStarts
3+
metadata:
4+
name: openshift-manage-subscriptions
5+
externalDocumentation: true
6+
spec:
7+
version: 0.1
8+
type:
9+
text: Documentation
10+
color: orange
11+
displayName: Managing subscriptions
12+
icon:
13+
description: Deploy and track your subscriptions.
14+
link:
15+
href: https://access.redhat.com/documentation/en-us/red_hat_subscription_management
16+
text: View documentation
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: QuickStarts # kind must always be "QuickStarts"
2+
name: openshift-marketplace
3+
tags: # If you want to use more granular filtering add tags to the quickstart
4+
- kind: bundle
5+
value: openshift
6+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: console.openshift.io/v1
2+
kind: QuickStarts
3+
metadata:
4+
name: openshift-marketplace
5+
externalDocumentation: true
6+
spec:
7+
version: 0.1
8+
type:
9+
text: Documentation
10+
color: orange
11+
displayName: Using Red Hat Marketplace
12+
icon:
13+
description: Learn about On-Demand subscriptions.
14+
link:
15+
href: https://marketplace.redhat.com/en-us/documentation/pay-as-you-go-products
16+
text: View documentation
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: QuickStarts # kind must always be "QuickStarts"
2+
name: openshift-ocm
3+
tags: # If you want to use more granular filtering add tags to the quickstart
4+
- kind: bundle
5+
value: openshift
6+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: console.openshift.io/v1
2+
kind: QuickStarts
3+
metadata:
4+
name: openshift-ocm
5+
externalDocumentation: true
6+
spec:
7+
version: 0.1
8+
type:
9+
text: Documentation
10+
color: orange
11+
displayName: Learn about OpenShift cluster services on the console
12+
icon:
13+
description: Work with OpenShift clusters using Red Hat OpenShift Cluster Manager.
14+
link:
15+
href: https://access.redhat.com/documentation/en-us/openshift_cluster_manager
16+
text: View documentation
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: QuickStarts # kind must always be "QuickStarts"
2+
name: openshift-ocp
3+
tags: # If you want to use more granular filtering add tags to the quickstart
4+
- kind: bundle
5+
value: openshift
6+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: console.openshift.io/v1
2+
kind: QuickStarts
3+
metadata:
4+
name: openshift-ocp
5+
externalDocumentation: true
6+
spec:
7+
version: 0.1
8+
type:
9+
text: Documentation
10+
color: orange
11+
displayName: Learn about OpenShift Container Platform
12+
icon:
13+
description: Explore and use OpenShift Container Platform features.
14+
link:
15+
href: https://access.redhat.com/documentation/en-us/openshift_container_platform
16+
text: View documentation

docs/quickstarts/openshift-related-documenation/metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ kind: QuickStarts # kind must always be "QuickStarts"
22
name: openshift-related-documentation
33
tags: # If you want to use more granular filtering add tags to the quickstart
44
- kind: bundle
5-
value: OpenShift
5+
value: openshift
66

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: QuickStarts # kind must always be "QuickStarts"
2+
name: openshift-rosa-deploy-app
3+
tags: # If you want to use more granular filtering add tags to the quickstart
4+
- kind: bundle
5+
value: openshift
6+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: console.openshift.io/v1
2+
kind: QuickStarts
3+
metadata:
4+
name: openshift-rosa-deploy-app
5+
externalDocumentation: true
6+
spec:
7+
version: 0.1
8+
type:
9+
text: Learning path
10+
color: cyan
11+
displayName: Deploying an application using Red Hat OpenShift Service on AWS
12+
icon:
13+
description: Deploy an application on a cluster using Red Hat OpenShift Service on AWS (ROSA).
14+
link:
15+
href: https://developers.redhat.com/learn/openshift/how-deploy-application-using-red-hat-openshift-service-aws
16+
text: View learning path
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: QuickStarts # kind must always be "QuickStarts"
2+
name: openshift-rosa
3+
tags: # If you want to use more granular filtering add tags to the quickstart
4+
- kind: bundle
5+
value: openshift
6+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: console.openshift.io/v1
2+
kind: QuickStarts
3+
metadata:
4+
name: openshift-rosa
5+
externalDocumentation: true
6+
spec:
7+
version: 0.1
8+
type:
9+
text: Documentation
10+
color: orange
11+
displayName: Learn about Red Hat OpenShift Service on AWS (ROSA)
12+
icon:
13+
description: Use Red Hat OpenShift Service on AWS (ROSA).
14+
link:
15+
href: https://access.redhat.com/documentation/en-us/red_hat_openshift_service_on_aws
16+
text: View documentation
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: QuickStarts # kind must always be "QuickStarts"
2+
name: openshift-source-aws
3+
tags: # If you want to use more granular filtering add tags to the quickstart
4+
- kind: bundle
5+
value: openshift
6+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: console.openshift.io/v1
2+
kind: QuickStarts
3+
metadata:
4+
name: openshift-source-aws
5+
externalDocumentation: true
6+
spec:
7+
version: 0.1
8+
type:
9+
text: Documentation
10+
color: orange
11+
displayName: "Adding a source: Amazon Web Services"
12+
icon:
13+
description: Configure and add an Amazon Web Services (AWS) source to cost management.
14+
link:
15+
href: https://access.redhat.com/documentation/en-us/cost_management_service/2023/html/adding_an_amazon_web_services_aws_source_to_cost_management
16+
text: View documentation

0 commit comments

Comments
 (0)