Skip to content

Commit 53086e0

Browse files
authored
Merge pull request #205 from NetApp/add_screen_shot
Made various adjustments to the README files.
2 parents 23ae9a6 + befb265 commit 53086e0

File tree

8 files changed

+118
-2
lines changed

8 files changed

+118
-2
lines changed

AI/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# AI Overview
2+
This subfolder contains samples that can help you create AI solutions.
3+
4+
| Tool | Description |
5+
| --- | --- |
6+
| [GenAI ChatBot Application](/AI/GenAI-ChatBot-application-sample) | This sample shows up to create a web-based chatbot application using the GenAI ChatBot application found in [Workload Factory](https://console.workloads.netapp.com). |
7+
8+
## Author Information
9+
10+
This repository is maintained by the contributors listed on [GitHub](https://github.com/NetApp/FSx-ONTAP-samples-scripts/graphs/contributors).
11+
12+
## License
13+
14+
Licensed under the Apache License, Version 2.0 (the "License").
15+
16+
You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).
17+
18+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an _"AS IS"_ basis, without WARRANTIES or conditions of any kind, either express or implied.
19+
20+
See the License for the specific language governing permissions and limitations under the License.
21+
22+
© 2024 NetApp, Inc. All Rights Reserved.

CloudFormation/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# CloudFormation Overview
2+
This subfolder contains samples that can help you create CloudFormation templates.
3+
4+
| Tool | Description |
5+
| --- | --- |
6+
| [Deploy FSx for ONTAP](/CloudFormation/deploy-fsx-ontap) | This sample shows how to deploy an FSx for ONTAP cluster using CloudFormation. |
7+
8+
## Author Information
9+
10+
This repository is maintained by the contributors listed on [GitHub](https://github.com/NetApp/FSx-ONTAP-samples-scripts/graphs/contributors).
11+
12+
## License
13+
14+
Licensed under the Apache License, Version 2.0 (the "License").
15+
16+
You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).
17+
18+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an _"AS IS"_ basis, without WARRANTIES or conditions of any kind, either express or implied.
19+
20+
See the License for the specific language governing permissions and limitations under the License.
21+
22+
© 2024 NetApp, Inc. All Rights Reserved.

EKS/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# EKS Overview
2+
This subfolder contains samples that can help you create solutions using AWS EKS with FSx for ONTAP.
3+
4+
| Tool | Description |
5+
| --- | --- |
6+
| [FSxN as PVC for EKS](/EKS/FSxN-as-PVC-for-EKS) | This sample shows how to create a sandbox environment that demonstrates how to use FSx for NetApp ONTAP as a persistent storage for an EKS cluster. |
7+
8+
## Author Information
9+
10+
This repository is maintained by the contributors listed on [GitHub](https://github.com/NetApp/FSx-ONTAP-samples-scripts/graphs/contributors).
11+
12+
## License
13+
14+
Licensed under the Apache License, Version 2.0 (the "License").
15+
16+
You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).
17+
18+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an _"AS IS"_ basis, without WARRANTIES or conditions of any kind, either express or implied.
19+
20+
See the License for the specific language governing permissions and limitations under the License.
21+
22+
© 2024 NetApp, Inc. All Rights Reserved.

Monitoring/LUN-monitoring/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
## Introduction
44

55
This solution provides the ability to export LUN metrics from an FSx for ONTAP file system into Amazon CloudWatch. It exports the Latency, IOPS, and Throughput metrics for a single file system.
6-
The solution is based on a CloudFormation template that you need to deploy for each file system. The template creates the following resources:
6+
The solution is based on a CloudFormation template that you need to deploy for each file system.
7+
![Screenshot](images/LUN-Monitoring-Dashboard.png)
8+
9+
The template creates the following resources:
710

811
1. Lambda - The service that monitors the file system and collects the metrics.
912
2. Scheduler - The Amazon EventBridge scheduler that triggers the Lambda collection every minute.
114 KB
Loading

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Have a great idea? We'd love to hear it! Please email us at [ng-fsxn-github-samp
4242
* [k8s applications non-stdout logs collection into ELK](/Solutions/EKS-logs-to-ELK)
4343
* [Terraform](/Terraform)
4444
* [FSx ONTAP deployment using Terraform](/Terraform/deploy-fsx-ontap)
45-
* [FSx ONTAP Replication](/Terraform/fsxn-replication)
45+
* [FSx ONTAP Replication](/Terraform/fsxn-replicate)
4646
* [Deployment of SQL Server on EC2 with FSx ONTAP](/Terraform/deploy-fsx-ontap-sqlserver)
4747
* [Deployment of FSx ONTAP with VPN for File Share Access](/Terraform/deploy-fsx-ontap-fileshare-access)
4848

Solutions/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Solutions Overview
2+
This subfolder contains samples of solutions that demonstrate how to use FSx for NetApp ONTAP in various scenarios.
3+
4+
| Tool | Description |
5+
| --- | --- |
6+
| [EKS logs to ELK](/Solutions/EKS-logs-to-ELK) | This sample shows how to use FSx for ONTAP as a shared storage in an EKS cluster to store non-standard logs into an ELK stack. |
7+
8+
## Author Information
9+
10+
This repository is maintained by the contributors listed on [GitHub](https://github.com/NetApp/FSx-ONTAP-samples-scripts/graphs/contributors).
11+
12+
## License
13+
14+
Licensed under the Apache License, Version 2.0 (the "License").
15+
16+
You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).
17+
18+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an _"AS IS"_ basis, without WARRANTIES or conditions of any kind, either express or implied.
19+
20+
See the License for the specific language governing permissions and limitations under the License.
21+
22+
© 2024 NetApp, Inc. All Rights Reserved.

Terraform/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Terraform Overview
2+
This subfolder contains various examples of how you can use Terraform to deploy various solutions that use FSx for NetApp ONTAP.
3+
4+
| Tool | Description |
5+
| --- | --- |
6+
| [Deploy FSx ONTAP File Share](/Terraform/deploy-fsx-ontap-fileshare-access) | This sample shows how to deploy an FSx for ONTAP file system and access it from a remote system using OpenVPN. |
7+
| [Deploy FSx ONTAP SQL Server](/Terraform/deploy-fsx-ontap-sqlserver) | This sample shows how to deploy on FSx for ONTAP file system and use it as a shared storage for a SQL Server. |
8+
| [Deploy FSx ONTAP](/Terraform/deploy-fsx-ontap) | This sample shows how to deploy an FSx for ONTAP file system using Terraform. |
9+
| [FSx ONTAP Replicate](/Terraform/fsxn-replicate)| This sample shows how to use Terraform to replicate an FSx for ONTAP file system for disaster recovery purposes. |
10+
11+
## Author Information
12+
13+
This repository is maintained by the contributors listed on [GitHub](https://github.com/NetApp/FSx-ONTAP-samples-scripts/graphs/contributors).
14+
15+
## License
16+
17+
Licensed under the Apache License, Version 2.0 (the "License").
18+
19+
You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).
20+
21+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an _"AS IS"_ basis, without WARRANTIES or conditions of any kind, either express or implied.
22+
23+
See the License for the specific language governing permissions and limitations under the License.
24+
25+
© 2024 NetApp, Inc. All Rights Reserved.

0 commit comments

Comments
 (0)