YUM Use Local Repository

For the customers without public internet access, it is a workaround to install packages using yum local repository. Suppose the local repository is under /home/ossadmin/addons/HighAvailability folder.

# cat /etc/yum.repos.d/ha.repo
[ha-install]
name=transnexus
baseurl=file:///home/ossadmin/addons/HighAvailability
enabled=1
gpgcheck=0