Actions
Evolution #445
openBuild cluster list from options and file informations
Start date:
11/05/2024
Due date:
% Done:
100%
Estimated time:
Description
Open configuration file
For each record (host, port, user, pass, insecure, cacert)
print hostname;
If host already belong to the list, warn for a double definition in the configuration file
If host is specified in the options, add to the list, with all details and print ok, else add to the list without details and print skipped
If host is found further in the options, print "double specification in options"
print newline
Actions