Skip to content

Commit 9617ca3

Browse files
committed
No device ip
1 parent 89e4c46 commit 9617ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/aws-parallelcluster-environment/files/default/network_interfaces/configure_nw_interface.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if
1313
[ -z "${DEVICE_NUMBER}" ] || # index of the device
1414
[ -z "${NETWORK_CARD_INDEX}" ] || # index of the network card
1515
[ -z "${GW_IP_ADDRESS}" ] || # gateway ip address
16-
[ -z "${DEVICE_IP_ADDRESS}" ] || # ip address to assign to the interface
16+
# [ -z "${DEVICE_IP_ADDRESS}" ] || # ip address to assign to the interface
1717
[ -z "${CIDR_PREFIX_LENGTH}" ] || # the prefix length of the device IP cidr block
1818
[ -z "${NETMASK}" ] # netmask to apply to device ip address
1919
then

0 commit comments

Comments
 (0)