image creation for rhel6 using diskimage and tripleO elements fail
Hi ,
I have an undercloud setup (using Juno packages) and am trying build an overcloud compute image for rhel6. To create the rhel6 image, i diskimage builder scripts ("instack-build-images overcloud-compute") with export NODE_DIST=${NODE_DIST:-"rhel"}. The image creation failed since there was no http://repos.fedorapeople.org/repos/o... repo. I modified scripts to use repo -- http://repos.fedorapeople.org/repos/o... . Now the image creation fails due to os-apply-config, os-refresh-config and os-collect-config not available in the http://repos.fedorapeople.org/repos/o... repo.
+ install-packages os-apply-config
Running install-packages install. Package list: os-apply-config
Loaded plugins: product-id, subscription-manager
Setting up Install Process
No package os-apply-config available.
Error: Nothing to do
The icehouse/epel6 repo does not contain the os-xxx-config packages for rhel 6 ? Are os-xxx-config packages available for rhel 6 available somewhere?
Trying to use os-collect-config, os-refresh-config,os-apply-config from http://repos.fedorapeople.org/repos/o... fails due to dependency errors on python 2.7 .
What should I do to create an rhel 6 image with the os-xxx-config packages included ?
Thanks gm