Friday, December 5, 2014

RHEL foreman installer

1. we should have RHN account with RHEL subscription and openstack subscription
2. Install RHEL 6.5
3. make sure you have enabled for subscription
# subscription-manager repos --enable=rhel-6-server-rpms
# subscription-manager repos --enable=rhel-6-server-openstack-foreman-rpms
# subscription-manager repos --enable=rhel-server-rhscl-6-rpms

subscription-manager register

subscription-manager repos disable=*

attach 3 repos based on POOL id

subscription-manager attach --pool=pool_id

yum install httpd
# service httpd start
# chkconfig httpd on
# mkdir /var/www/html/SOURCE
dump RHEL7.0 DVD in above location.

we should see DVD content at http://ipaddress/source

yum install rhel-osp-installer

 rhel-osp-installer
provide network interface
provide root password
Done

No comments: