tuskar-ui/doc/source/user_guide.rst
Dariusz Smigiel bc3b4e08af Allow to upload all data from nodes.csv file
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
2015-04-29 08:07:53 +00:00

474 B

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.