File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
cookbooks/aws-parallelcluster-environment/files/default/network_interfaces Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 88
99set -e
1010
11+ # commented out inputs are not required and don't exist for efa-only interfaces
1112if
12- [ -z " ${DEVICE_NAME} " ] || # name of the device
13+ # [ -z "${DEVICE_NAME}" ] || # name of the device
1314 [ -z " ${DEVICE_NUMBER} " ] || # index of the device
1415 [ -z " ${NETWORK_CARD_INDEX} " ] || # index of the network card
1516 [ -z " ${GW_IP_ADDRESS} " ] || # gateway ip address
16- [ -z " ${DEVICE_IP_ADDRESS} " ] || # ip address to assign to the interface
17+ # [ -z "${DEVICE_IP_ADDRESS}" ] || # ip address to assign to the interface
1718 [ -z " ${CIDR_PREFIX_LENGTH} " ] || # the prefix length of the device IP cidr block
1819 [ -z " ${NETMASK} " ] # netmask to apply to device ip address
1920then
You can’t perform that action at this time.
0 commit comments