cloudbase / v-magine

The easiest way to deploy OpenStack on Windows
Other
7 stars 12 forks source link

fix install-rdo.sh regarding kernel-3.10.0-514.6.2.el7 package not found in yum #18

Closed stanleykylee closed 7 years ago

stanleykylee commented 7 years ago

Had some troubles installing v-magine and found the root cause to be that the kernel-3.10.0-514.6.2.el7 package was not found in yum. Created a new function to download the kernel package directly from CentOS vault and install via rpm instead.

alexpilotti commented 7 years ago

@stanleykylee thanks for your PR, the issue is due to CentOS mirrors not keeping repos for older versions. We just updated v-magine to CentOS 7.4 (1708).

stanleykylee commented 7 years ago

thanks for the update, just tried it and works great.