RDO with Foreman - No HostGroup populated in foreman after installation [closed]
I'm using this guide to install openstack with foreman : http://openstack.redhat.com/Deploying_RDO_using_Foreman#Deploying_on_VMs (http://openstack.redhat.com/Deploying...)
Everything is ok, except that : there is no HostGroup populated in foreman... so i cannot assign them to my nodes.
FYI : I did the "Non-Provisioning setup".
On the foreman node, I have /usr/share/openstack-foreman-installer/bin/seeds.rb with all definitions but i don't know what to do with it...
If someone can help... thx.
I am getting the same issue and looked at the foreman_setup.sh and found that the seeds.rb is loaded from a rake command:
# Set params, and run the db:seed file to set class parameter defaults cp ./seeds.rb $FOREMAN_DIR/db/. sed -i "s#PROVISIONING_INTERFACE#$PROVISIONING_INTERFACE#" $FOREMAN_DIR/db/seeds.rb sudo -u foreman scl enable ruby193 "cd $FOREMAN_DIR; rake db:seed RAILS_ENV=production FOREMAN_PROVISIONING=$FOREMAN_PROVISIONING"
I tried to run the rake command manually and came up with more errors