Skip to content

Commit d84a0d9

Browse files
authored
Update README.md to include primary cluster variables.
1 parent dc18f81 commit d84a0d9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Terraform/fsxn-replicate/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,29 @@ You will need to define some key characteristics of your destination FSxN cluste
99

1010
These values can be found in the following variables files: Primary_FSxN_variables.tf and DR_FSxN_variables.tf
1111

12+
## Prerequisites
13+
You have an existing FSx ONTAP system that you want to replicate to a new FSxN system. There is proper networking connectivy between the source FSxN system and the region/VPC/subnets where the destination FSxN system will be deployed.
14+
15+
SnapMirror replication requires **ICMP** and ports **11104** and **11105**.
16+
17+
## Primary Inputs
18+
19+
| Name | Description | Type | Default | Required |
20+
| --------------------- | ------------------------------------------------------------------------------------------------------------- | -------------- | ------------------------------------ | :------: |
21+
| prime_hostname | Hostname or IP address of primary cluster. | `string` | | Yes |
22+
| prime_fsxid | FSx ID of the primary cluster. | `string` | | Yes |
23+
| prime_clus_name | This is the name of the cluster given for ONTAP TF connection profile. This is a user created value, that can be any string. It is referenced in many ONTAP TF resources | `string` | primary_clus | Yes |
24+
| prime_svm | Name of the primary SVM for the volumes that will be replicated. | `string` | | Yes |
25+
| prime_cluster_vserver | Name of the ONTAP cluster vserver for intercluster LIFs in the primary cluster. Can be found by running `network interface show` on the primary cluster. It will have the format FsxId################# | `string` | Yes |
26+
| prime_aws_region | AWS region of the primary FSx ONTAP system | `string` | | Yes |
27+
| username_pass_secrets_id | Name of the secrets ID in AWS secrets. The AWS Secret should has format of a key `username` which should be fsxadmin and a key `password` and the password of the FSxN | `string` | | Yes |
28+
| validate_certs | Do we validate the cluster certs (true or false) | `string` | false | No |
29+
| list_of_volumes_to_replicate | List of volume names to replicate to the destination FSx ONTAP system | `list(string)` | | Yes |
30+
31+
32+
33+
34+
1235

1336

1437
## Author Information

0 commit comments

Comments
 (0)