Skip to content

Commit 7355271

Browse files
authored
Merge pull request #238 from NetApp/add_repo_move_statement
Add repo move statement
2 parents 6ba4c39 + 8ca33cd commit 7355271

File tree

38 files changed

+150
-4
lines changed

38 files changed

+150
-4
lines changed

AI/GenAI-ChatBot-application-sample/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# :warning: **NOTICE:**
2+
3+
This repository is no longer being maintained. However, all the code found here has been relocated to a new NetApp managed GitHub repository found here [https://github.com/NetApp/FSx-ONTAP-utils/tree/main/Samples/AI/GenAI-ChatBot-application-sample](https://github.com/NetApp/FSx-ONTAP-utils/tree/main/Samples/AI/GenAI-ChatBot-application-sample) where it is continually updated. Please refer to that repository for the latest updates.
4+
15
# NetApp Workload Factory GenAI sample application
26

37
## Introduction
@@ -98,4 +102,4 @@ npm run build
98102
- Learn more about the APIs used in this sample application by visiting the [Workload Factory API documentation](https://console.workloads.netapp.com/api-doc).
99103
- To learn more about Next.js, take a look at the following resources:
100104
- [Next.js documentation](https://nextjs.org/docs) - learn about Next.js features and API.
101-
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
105+
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

AI/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# :warning: **NOTICE:**
2+
3+
This repository is no longer being maintained. However, all the code found here has been relocated to a new NetApp managed GitHub repository found here [https://github.com/NetApp/FSx-ONTAP-utils/tree/main/Samples/AI](https://github.com/NetApp/FSx-ONTAP-utils/tree/main/Samples/AI) where it is continually updated. Please refer to that repository for the latest updates.
4+
15
# AI Overview
26
This subfolder contains samples that can help you create AI solutions.
37

Ansible/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# :warning: **NOTICE:**
2+
3+
This repository is no longer being maintained. However, all the code found here has been relocated to a new NetApp managed GitHub repository found here [https://github.com/NetApp/FSx-ONTAP-utils/tree/main/Samples/Automation/Ansible](https://github.com/NetApp/FSx-ONTAP-utils/tree/main/Samples/Automation/Ansible) where it is continually updated. Please refer to that repository for the latest updates.
4+
15
# Ansible Samples
26
Ansible is a general purpose automation engine. It can be used to automate most repetitive IT tasks.
37
The typical input you provide Ansible is a "Playbook." This folder holds various playbooks that can be used

Ansible/fsx_inventory_report/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# :warning: **NOTICE:**
2+
3+
This repository is no longer being maintained. However, all the code found here has been relocated to a new NetApp managed GitHub repository found here [https://github.com/NetApp/FSx-ONTAP-utils/tree/main/Samples/Automation/Ansible/FSxN-Inventory-Report](https://github.com/NetApp/FSx-ONTAP-utils/tree/main/Samples/Automation/Ansible/FSxN-Inventory-Report) where it is continually updated. Please refer to that repository for the latest updates.
4+
15
# Ansible Inventory Report
26
This Ansible playbook generates a report of all the FSx for ONTAP file systems within an AWS account.
37
In includes all the SVMs and Volumes. The format of the report is as follows:

Ansible/snapmirror_report/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# :warning: **NOTICE:**
2+
3+
This repository is no longer being maintained. However, all the code found here has been relocated to a new NetApp managed GitHub repository found here [https://github.com/NetApp/FSx-ONTAP-utils/tree/main/Samples/Automation/Ansible/SnapMirror-Report](https://github.com/NetApp/FSx-ONTAP-utils/tree/main/Samples/Automation/Ansible/SnapMirror-Report) where it is continually updated. Please refer to that repository for the latest updates.
4+
15
# Ansible SnapMirror Report
26
This Ansible playbook generates a report of all the FSx for ONTAP SnapMirror relationships within an AWS account.
37
The output of the report is a CSV file with the following columns:

CloudFormation/NetApp-FSxN-Custom-Resources-Samples/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# :warning: **NOTICE:**
2+
3+
This repository is no longer being maintained. However, all the code found here has been relocated to a new NetApp managed GitHub repository found here [https://github.com/NetApp/FSx-ONTAP-utils/tree/main/Samples/Automation/CloudFormation/NetApp-FSxN-Custom-Resources-Samples](https://github.com/NetApp/FSx-ONTAP-utils/tree/main/Samples/Automation/CloudFormation/NetApp-FSxN-Custom-Resources-Samples) where it is continually updated. Please refer to that repository for the latest updates.
4+
15
# NetApp FSxN Third Party CloudFormation Extensions Examples
26

37
## Overview

CloudFormation/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# :warning: **NOTICE:**
2+
3+
This repository is no longer being maintained. However, all the code found here has been relocated to a new NetApp managed GitHub repository found here [https://github.com/NetApp/FSx-ONTAP-utils/tree/main/Samples/Automation/CloudFormation](https://github.com/NetApp/FSx-ONTAP-utils/tree/main/Samples/Automation/CloudFormation) where it is continually updated. Please refer to that repository for the latest updates.
4+
15
# CloudFormation Overview
26
This subfolder contains samples that can help you create CloudFormation templates.
37

CloudFormation/deploy-fsx-ontap/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# :warning: **NOTICE:**
2+
3+
This repository is no longer being maintained. However, all the code found here has been relocated to a new NetApp managed GitHub repository found here [https://github.com/NetApp/FSx-ONTAP-utils/tree/main/Samples/Automation/CloudFormation/Deploy-FSx-ONTAP](https://github.com/NetApp/FSx-ONTAP-utils/tree/main/Samples/Automation/CloudFormation/Deploy-FSx-ONTAP) where it is continually updated. Please refer to that repository for the latest updates.
4+
15
# Deploy an Amazon FSx for NetApp ONTAP with CloudFormation
26
This repository contains a CloudFormation template that can be used to deploy an Amazon FSx for NetApp ONTAP file system.
37

EKS/Backup-EKS-Applications-with-Trident-Protect/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# :warning: **NOTICE:**
2+
3+
This repository is no longer being maintained. However, all the code found here has been relocated to a new NetApp managed GitHub repository found here [https://github.com/NetApp/FSx-ONTAP-utils/tree/main/EKS/Backup-EKS-Applications-with-Trident-Protect](https://github.com/NetApp/FSx-ONTAP-utils/tree/main/EKS/Backup-EKS-Applications-with-Trident-Protect) where it is continually updated. Please refer to that repository for the latest updates.
4+
15
# Backup EKS Applications with Trident Protect
26

37
This is a sample for setting up your Kubernetes application to be backed up by Trident Protect.

EKS/FSxN-as-PVC-for-EKS/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# :warning: **NOTICE:**
2+
3+
This repository is no longer being maintained. However, all the code found here has been relocated to a new NetApp managed GitHub repository found here [https://github.com/NetApp/FSx-ONTAP-utils/tree/main/EKS/FSxN-as-PVC-for-EKS](https://github.com/NetApp/FSx-ONTAP-utils/tree/main/EKS/FSxN-as-PVC-for-EKS) where it is continually updated. Please refer to that repository for the latest updates.
4+
15
# FSx for NetApp ONTAP as persistent storage
26

37
## Table of Contents

0 commit comments

Comments
 (0)