
There is possibility to upload CSV file, but only partial data is fetched from it. Changed it to fetch everything what should be included in form for adding new nodes. Change-Id: Ic71d10c1911e034dd213212e74c1aa0d7a8bd252
17 lines
474 B
ReStructuredText
17 lines
474 B
ReStructuredText
==========
|
|
User Guide
|
|
==========
|
|
|
|
Nodes List File
|
|
---------------
|
|
|
|
To allow users to load a bunch of nodes at once, there is possibility to
|
|
upload CSV file with given list of nodes. This file should be formatted as
|
|
|
|
::
|
|
|
|
driver,address,username,password/ssh key,mac addresses,cpu architecture,number of CPUs,available memory,available storage
|
|
|
|
Even if there is no all data available, we assume empty values for missing
|
|
keys and try to parse everything, what is possible.
|