From aa273df941ef9e506601940fc0617249903d0f21 Mon Sep 17 00:00:00 2001 From: Peter Upton Date: Thu, 21 Jul 2022 15:54:16 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b94fde7..45092b9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Requirements **Prerequesites:** 1. This role assumes the storage system is an AFF A800 with X1146 or X1148 network cards in slots 3 and 5 in each controller (2x cards/controller). -2. Storage system nodes should be cabled as specified in [NVA-1151](https://www.netapp.com/us/media/nva-1151-deploy.pdf). +2. Storage system nodes should be cabled as specified in [NVA-1151](https://www.netapp.com/pdf.html?item=/media/20708-nva-1151-deploy.pdf). 3. Initial cluster setup/creation must have already been completed. If the hardware configuration is differen than above the disk and/or network port configuration variables must be modified. @@ -17,7 +17,7 @@ If the hardware configuration is differen than above the disk and/or network por Role Variables -------------- -By default, this role accommodates an AFF A800 cluster containing two nodes, identified as 'ontap-01' and 'ontap-02', and creates the storage configuration defined in [NVA-1151](https://www.netapp.com/us/media/nva-1151-deploy.pdf). +By default, this role accommodates an AFF A800 cluster containing two nodes, identified as 'ontap-01' and 'ontap-02', and creates the storage configuration defined in [NVA-1151](https://www.netapp.com/pdf.html?item=/media/20708-nva-1151-deploy.pdf). To override the default values, create a new variables file using the example below as a template and include it in the playbook used to execute this role. An example of this is shown in the Example Playbook section below.