You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
It seems equinix.metal.device is deploying with a default /31 subnet even on ESXI and Windows. Deploying fails with the error:
ESXI:
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: packet.baseapi.ResponseError: Error 422: Public ipv4 subnet size '31' is invalid for VMware ESXi 7.0
fatal: [localhost]: FAILED! => {"changed": false, "msg": "failed to set device state present, error: Error 422: Public ipv4 subnet size '31' is invalid for VMware ESXi 7.0"}
Windows:
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: packet.baseapi.ResponseError: Error 422: Public ipv4 subnet size '31' is invalid for Windows 2019 Standard
fatal: [localhost]: FAILED! => {"changed": false, "msg": "failed to set device state present, error: Error 422: Public i
pv4 subnet size '31' is invalid for Windows 2019 Standard"}
Will deploy esxi with /29 private/public IP which is the default behaviour of the API
ACTUAL RESULTS
Deploying Windows / ESXI fails with the error:
ESXI:
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: packet.baseapi.ResponseError: Error 422: Public ipv4 subnet size '31' is invalid for VMware ESXi 7.0
fatal: [localhost]: FAILED! => {"changed": false, "msg": "failed to set device state present, error: Error 422: Public ipv4 subnet size '31' is invalid for VMware ESXi 7.0"}
Windows:
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: packet.baseapi.ResponseError: Error 422: Public ipv4 subnet size '31' is invalid for Windows 2019 Standard
fatal: [localhost]: FAILED! => {"changed": false, "msg": "failed to set device state present, error: Error 422: Public i
pv4 subnet size '31' is invalid for Windows 2019 Standard"}
The text was updated successfully, but these errors were encountered:
SUMMARY
It seems
equinix.metal.device
is deploying with a default /31 subnet even on ESXI and Windows. Deploying fails with the error:ESXI:
Windows:
ISSUE TYPE
COMPONENT NAME
equinix.metal.device
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Mac OS
STEPS TO REPRODUCE
EXPECTED RESULTS
Will deploy esxi with /29 private/public IP which is the default behaviour of the API
ACTUAL RESULTS
Deploying Windows / ESXI fails with the error:
ESXI:
Windows:
The text was updated successfully, but these errors were encountered: