Skip to content

Commit e939a39

Browse files
committed
Reorganized the IaC directories
1 parent e2c1fb9 commit e939a39

File tree

2 files changed

+45
-12
lines changed

2 files changed

+45
-12
lines changed

Infrastructure_as_Code/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Infrastructure as Code
2+
3+
This folder contains code samples and automation scripts for FSx for NetApp ONTAP operations using the various Infrastructure as Code (IAC) tools.
4+
5+
* [Anisble](Ansible)
6+
* [FSx ONTAP inventory report](Ansible/fsx_inventory_report)
7+
* [SnapMirror report](Ansible/snapmirror_report)
8+
* [CloudFormation](CloudFormation)
9+
* [NetApp-FSxN-Custom-Resources-Samples](CloudFormation/NetApp-FSxN-Custom-Resources-Samples)
10+
* [deploy-fsx-ontap](CloudFormation/deploy-fsx-ontap)
11+
* [Terraform](Terraform)
12+
* [FSx ONTAP deployment using Terraform](Terraform/deploy-fsx-ontap)
13+
* [FSx ONTAP Replication](Terraform/fsxn-replicate)
14+
* [Deployment of SQL Server on EC2 with FSx ONTAP](Terraform/deploy-fsx-ontap-sqlserver)
15+
* [Deployment of FSx ONTAP with VPN for File Share Access](Terraform/deploy-fsx-ontap-fileshare-access)
16+
17+
## Author Information
18+
19+
This repository is maintained by the contributors listed on [GitHub](https://github.com/NetApp/FSx-ONTAP-samples-scripts/graphs/contributors).
20+
21+
## License
22+
23+
Licensed under the Apache License, Version 2.0 (the "License").
24+
25+
You may obtain a copy of the License at [apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0).
26+
27+
Unless required by applicable law or agreed to in writing, software distributed under the License
28+
is distributed on an _"AS IS"_ basis, without WARRANTIES or conditions of any kind, either express or implied.
29+
30+
See the License for the specific language governing permissions and limitations under the License.
31+
32+
© 2024 NetApp, Inc. All Rights Reserved.

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,26 @@ built to maximize cost performance, resilience, and accessibility in business-cr
88
This GitHub repository contains comprehensive code samples and automation scripts for FSx for Netapp ONTAP operations,
99
promoting the use of Infrastructure as Code (IAC) tools and encouraging developers to extend the product's
1010
functionalities through code. The samples here go alongside the automation, management and monitoring that
11-
[BlueXP Workload Factory](https://console.workloads.netapp.com) provides.
11+
[Workload Factory](https://console.workloads.netapp.com) provides.
1212

1313
We welcome contributions from the community! Please read our [contribution guidelines](CONTRIBUTING.md) before getting started.
1414

1515
Have a great idea? We'd love to hear it! Please email us at [ng-fsxn-github-samples@netapp.com](mailto:ng-fsxn-github-samples@netapp.com).
1616

1717
## Table of Contents
1818

19-
* [Anisble](/Ansible)
20-
* [FSx ONTAP inventory report](/Ansible/fsx_inventory_report)
21-
* [SnapMirror report](/Ansible/snapmirror_report)
22-
* [CloudFormation](/CloudFormation)
23-
* [NetApp-FSxN-Custom-Resources-Samples](/CloudFormation/NetApp-FSxN-Custom-Resources-Samples)
24-
* [deploy-fsx-ontap](/CloudFormation/deploy-fsx-ontap)
19+
* [Infrastructure as Code](/Infrastructure_as_Code)
20+
* [Anisble](Ansible)
21+
* [FSx ONTAP inventory report](Ansible/fsx_inventory_report)
22+
* [SnapMirror report](Ansible/snapmirror_report)
23+
* [CloudFormation](CloudFormation)
24+
* [NetApp-FSxN-Custom-Resources-Samples](CloudFormation/NetApp-FSxN-Custom-Resources-Samples)
25+
* [deploy-fsx-ontap](CloudFormation/deploy-fsx-ontap)
26+
* [Terraform](Terraform)
27+
* [FSx ONTAP deployment using Terraform](Terraform/deploy-fsx-ontap)
28+
* [FSx ONTAP Replication](Terraform/fsxn-replicate)
29+
* [Deployment of SQL Server on EC2 with FSx ONTAP](Terraform/deploy-fsx-ontap-sqlserver)
30+
* [Deployment of FSx ONTAP with VPN for File Share Access](Terraform/deploy-fsx-ontap-fileshare-access)
2531
* [EKS](/EKS)
2632
* [Backup-EKS-Applications-with-Trident-Protect](/EKS/Backup-EKS-Applications-with-Trident-Protect)
2733
* [FSx for NetApp ONTAP as persistent storage for EKS](/EKS/FSxN-as-PVC-for-EKS)
@@ -43,11 +49,6 @@ Have a great idea? We'd love to hear it! Please email us at [ng-fsxn-github-samp
4349
* [Monitor FSx for ONTAP with Harvest on EKS](/Monitoring/monitor_fsxn_with_harvest_on_eks)
4450
* [Solutions](/Solutions)
4551
* [k8s applications non-stdout logs collection into ELK](/Solutions/EKS-logs-to-ELK)
46-
* [Terraform](/Terraform)
47-
* [FSx ONTAP deployment using Terraform](/Terraform/deploy-fsx-ontap)
48-
* [FSx ONTAP Replication](/Terraform/fsxn-replicate)
49-
* [Deployment of SQL Server on EC2 with FSx ONTAP](/Terraform/deploy-fsx-ontap-sqlserver)
50-
* [Deployment of FSx ONTAP with VPN for File Share Access](/Terraform/deploy-fsx-ontap-fileshare-access)
5152

5253
## Author Information
5354

0 commit comments

Comments
 (0)