Josh Thompson created VCL-1117: ---------------------------------- Summary: vcld fails to set fixed IP address for Linux server reservations if management node not set to static Key: VCL-1117 URL: https://issues.apache.org/jira/browse/VCL-1117 Project: VCL Issue Type: Bug Components: vcld (backend) Reporter: Josh Thompson
When a server reservation is submitted for a Linux image that is configured to have a fixed IP address, vcld ends up failing the reservation if the management node handling the reservation is not set to Static for "Public NIC Configuration Method". This is due to a check in Linux.pm->update_resolv_conf that specifically checks for $public_ip_configuration being static. The corresponding code in the Windows.pm module contains a check for server reservations before checking for the public ip configuration being static. This should be done in Linux.pm as well. -- This message was sent by Atlassian JIRA (v7.6.3#76005)