OpenFabrics / fsdp_setup

Setup scripts for use with the FSDP cluster
GNU Lesser General Public License v2.1
0 stars 1 forks source link

dhcp API delete node file not working #43

Closed dledford closed 3 years ago

dledford commented 3 years ago

Attempts to delete existing files is currently failing as this:

do curl -X DELETE http://builder-00.ofa.iol.unh.edu/hosts.d/node-01.0.0

<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://builder-00.ofa.iol.unh.edu/hosts.d/node-01.0.0">here</a>.</p>
</body></html>
dledford commented 3 years ago

This is working now (not sure why)