Virtual Install failed and error message
using the following command:**
root@hLinux:~/tripleo# bash -x ~root/tripleo/tripleo-incubator/scripts/hp_ced_installer.sh
The error message as follow:
... Input file baremetal.csv, or /root/tripleo/testenv.json does not exist Usage: hp_ced_load_baremetal_nodes.sh -b baremetal_file -e JSON_filename Setup a system environment file for baremetal nodes. Process and validate a baremetal CSV file to generate a json description. -b baremetal file -- the file containing baremetal description. -e JSON_filename -- the path to which to write the environment description. --min <minsize> -- the minimum size of system = sum(undercloud+overcloud). --max <maxsize> -- the maximum size of system = sum(undercloud+overcloud). Also validates OVERCLOUD_COMPUTESCALE, if set Returns 1 on error, 0 on success
But tripleo / testenv.json exist.
-rw-r--r-- 1 root root 230 Aug 14 03:23 tripleo/testenv.json
how to solve it ?