Today I've been doing some testing with Ambari on a cluster of servers so that I can deploy a BigInsights image. Everything seems to be going well with all the components being configured okay, that is until it does the final install. I see a image similar to this -

Examining the failures in more detail it shows messages like this:
yum -d 0 -e 0 -y install iop-select
Error: Nothing to do
It would seem that all nodes in the cluster fail to install due to a lack of initialisation of the repos, for example:
But if we clean the systems then is systems I can then discover the required packages:
After which you should find that all the installs go though without any error.