Hi,
I’m trying to run MySQL cookbook on an RHEL instance which is not yet
subscribed. As a result the cookbook is unable to download the mysql files from
the yum repo.
Is there any other cookbook which downloads files from locations other than the
yum repo?
Thanks in advance.
On 8/14/2014 6:35 AM, sivajimsingh@gmail.com wrote:
Hi,
I'm trying to run MySQL cookbook on an RHEL instance which is not yet
subscribed. As a result the cookbook is unable to download the mysql files from
the yum repo.
Is there any other cookbook which downloads files from locations other than the
yum repo?
None I've ever seen, no.
If you're using RHEL, you're not going to get far with any community
cookbooks (rightfully) until your host is subscribed to RHN.
You could write a cookbook that uses the new Oracle yum repository as
that would sidestep the RHN subscription reqiurement.
Oracle MySQL yum repository page: http://dev.mysql.com/downloads/repo/yum/
--
Jeff Blaine
kickflop.net
PGP/GnuPG Key ID: 0x0C8EDD02
Hi.
So, its not quite that easy... the mysql server packages that exist
have a lot of package dependencies.
The one shipped in the rhel/centos channels have around 10
So, you'd need to host each package and their dependencies on a web server...
.... which would give you a yum repository.
If you want to use the mysql cookbook on the community site, you could
try pointing your box a the CentOS repositories (or an internally
hosted mirror) with the yum-centos cookbook
-s
On Thu, Aug 14, 2014 at 6:35 AM, sivajimsingh@gmail.com wrote:
Hi,
I'm trying to run MySQL cookbook on an RHEL instance which is not yet
subscribed. As a result the cookbook is unable to download the mysql files from
the yum repo.
Is there any other cookbook which downloads files from locations other than the
yum repo?
Thanks in advance.
PS: the current mysql cookbook uses the oracle yum repos to get the
versions that the distros stopped shipping when switching to MariaDB.
-s
On Thu, Aug 14, 2014 at 9:22 AM, Jeff Blaine jblaine@kickflop.net wrote:
On 8/14/2014 6:35 AM, sivajimsingh@gmail.com wrote:
Hi,
I'm trying to run MySQL cookbook on an RHEL instance which is not yet
subscribed. As a result the cookbook is unable to download the mysql files from
the yum repo.
Is there any other cookbook which downloads files from locations other than the
yum repo?
None I've ever seen, no.
If you're using RHEL, you're not going to get far with any community
cookbooks (rightfully) until your host is subscribed to RHN.
You could write a cookbook that uses the new Oracle yum repository as
that would sidestep the RHN subscription reqiurement.
Oracle MySQL yum repository page: http://dev.mysql.com/downloads/repo/yum/
--
Jeff Blaine
kickflop.net
PGP/GnuPG Key ID: 0x0C8EDD02