Installing image service
Ensure that there is reachability between the NPS toolkit VM and data switches.
Ensure that the status of the FLR NICs is connected and up.
Ensure that repository container is up and running using the following command:
docker ps -a | grep repo_container
Ensure that RHEL ISO is present in the NPS toolkit VM. The path and name of the ISO must match the path and name specified for the field
iso_filepath
in input JSON file.Ensure that the server with role
baremetal
, described in the input JSON, is powered on and the remaining servers are powered off. If the server with the rolebaremetal
is not powered on, run the following command to power on the server:nps baremetal -a power-on -sl <server_iLO_ip> -l <loglevel>
Where the supported log levels are: info and debug