We are happy to announce the second release candidate for Katello 2.4
(Gose). This release will primarily provide compatibility
with Foreman 1.10, convert most objects from Elasticsearch to scoped
search and fix a number of bugs.
Your help is appreciated to ensure our GA release is solid, by either
installing a new instance or upgrading a test server.
A list of the changes in Katello 2.4 is in our release notes:
http://www.katello.org/docs/2.4/release_notes/release_notes.html
Installation
···
============
For installation, please see the instructions at:
Server:http://www.katello.org/docs/2.4/installation/index.html
Capsule:http://www.katello.org/docs/2.4/installation/capsule.html
Upgrade
Upgrade issues have been resolved in RC2, please see the instructions at:
Server: http://www.katello.org/docs/2.4/upgrade/index.html
Capsule: http://www.katello.org/docs/2.4/upgrade/capsule.html
Major Known Issues
http://projects.theforeman.org/issues/12448
Bug reporting
If you come across a bug in your testing, please file it and note the
version of Katello that you’re using in the report and set the release
to 2.4.0.
Foreman
[0] https://en.wikipedia.org/wiki/Gose
–
You received this message because you are subscribed to the Google
Groups “Foreman users” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to foreman-users+unsubscribe@googlegroups.com.
To post to this group, send email to foreman-users@googlegroups.com.
Visit this group at http://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.
Ji Justin,
I´m getting the below Dependency errors on an UPG from Katello
2.3.1/Foreman1.9.2, any ideas?
Error: Package: ruby193-rubygem-fog-softlayer-0.3.9-1.el7.noarch (@foreman)
Requires: ruby193-rubygem-fog-json
Removing: ruby193-rubygem-fog-json-1.0.2-1.el7.noarch (@foreman)
ruby193-rubygem-fog-json = 1.0.2-1.el7
Obsoleted By: tfm-rubygem-fog-json-1.0.2-2.el7.noarch (foreman)
Not found
Error: Package: ruby193-rubygem-fog-sakuracloud-0.1.1-1.el7.noarch (@foreman
)
Requires: ruby193-rubygem(fog-json)
Removing: ruby193-rubygem-fog-json-1.0.2-1.el7.noarch (@foreman)
ruby193-rubygem(fog-json) = 1.0.2
Obsoleted By: tfm-rubygem-fog-json-1.0.2-2.el7.noarch (foreman)
Not found
Error: Package: ruby193-rubygem-fog-radosgw-0.0.3-1.el7.noarch (@foreman)
Requires: ruby193-rubygem(fog-core) >= 1.21.0
Removing: ruby193-rubygem-fog-core-1.32.0-1.el7.noarch (@foreman)
ruby193-rubygem(fog-core) = 1.32.0
Obsoleted By: tfm-rubygem-fog-core-1.32.1-2.el7.noarch (foreman)
Not found
Error: Package: ruby193-rubygem-fog-radosgw-0.0.3-1.el7.noarch (@foreman)
Requires: ruby193-rubygem(fog-xml) >= 0.0.1
Removing: ruby193-rubygem-fog-xml-0.1.2-1.el7.noarch (@foreman)
ruby193-rubygem(fog-xml) = 0.1.2
Obsoleted By: tfm-rubygem-fog-xml-0.1.2-2.el7.noarch (foreman)
Not found
Error: Package: ruby193-rubygem-fog-sakuracloud-0.1.1-1.el7.noarch (@foreman
)
Requires: ruby193-rubygem(fog-core)
Removing: ruby193-rubygem-fog-core-1.32.0-1.el7.noarch (@foreman)
ruby193-rubygem(fog-core) = 1.32.0
Obsoleted By: tfm-rubygem-fog-core-1.32.1-2.el7.noarch (foreman)
Not found
Error: Package: ruby193-rubygem-fog-brightbox-0.0.1-1.el7.noarch (@foreman)
Requires: ruby193-rubygem-fog-core
Removing: ruby193-rubygem-fog-core-1.32.0-1.el7.noarch (@foreman)
ruby193-rubygem-fog-core = 1.32.0-1.el7
Obsoleted By: tfm-rubygem-fog-core-1.32.1-2.el7.noarch (foreman)
Not found
Error: Package: ruby193-rubygem-fog-softlayer-0.3.9-1.el7.noarch (@foreman)
Requires: ruby193-rubygem-fog-core
Removing: ruby193-rubygem-fog-core-1.32.0-1.el7.noarch (@foreman)
ruby193-rubygem-fog-core = 1.32.0-1.el7
Obsoleted By: tfm-rubygem-fog-core-1.32.1-2.el7.noarch (foreman)
Not found
Error: Package: ruby193-rubygem-fog-radosgw-0.0.3-1.el7.noarch (@foreman)
Requires: ruby193-rubygem(fog-json)
Removing: ruby193-rubygem-fog-json-1.0.2-1.el7.noarch (@foreman)
ruby193-rubygem(fog-json) = 1.0.2
Obsoleted By: tfm-rubygem-fog-json-1.0.2-2.el7.noarch (foreman)
Not found
Error: Package: ruby193-rubygem-fog-brightbox-0.0.1-1.el7.noarch (@foreman)
Requires: ruby193-rubygem-fog-json
Removing: ruby193-rubygem-fog-json-1.0.2-1.el7.noarch (@foreman)
ruby193-rubygem-fog-json = 1.0.2-1.el7
Obsoleted By: tfm-rubygem-fog-json-1.0.2-2.el7.noarch (foreman)
Not found
Thanks,
Christian
Hi Justin,
RCA:
Those Packages have been automatically installed by older Katello Versions
(like 2.0 or 2.1) as part of Foreman 1.6 & 1.7, but they are no longer
existing in higher versions of Foreman Repo.
This is now the reason why you get the "not found" Dependency issues.
Resolution:
To be honest, I dont know if its safe to remove the packages, hope you will
have some suggestions or an approved workaround…
Thanks,
Christian
Yes, they can be safely removed.
rpm -e ruby193-rubygem-fog-{softlayer,sakuracloud,radosgw,brightbox}
As you say, we shipped them for a while but changed how Fog was packaged
and removed them again. Please feel free to file a bug against Foreman,
we may be able to address this in our packages, or document it at least.
···
On 13/11/15 20:25, ehartchr@gmail.com wrote:
> Hi Justin,
>
> _RCA:_
> Those Packages have been automatically installed by older Katello
> Versions (like 2.0 or 2.1) as part of Foreman 1.6 & 1.7, but they are no
> longer existing in higher versions of Foreman Repo.
> This is now the reason why you get the "not found" Dependency issues.
>
> _Resolution:_
> To be honest, I dont know if its safe to remove the packages, hope you
> will have some suggestions or an approved workaround...
–
Dominic Cleal
dominic@cleal.org
Hi Dominic,
Thanks for the answer, I put my comments into
Bug #12273: Can Upgrade Katello from 2.3 to 2.4 RC - Katello - Foreman, which was
handling a simular issue, hope its ok…
br,
Christian
The ticket there's closed and isn't in the right project.
Foreman will take you to
the right place.
···
On 17/11/15 12:41, ehartchr@gmail.com wrote:
> Hi Dominic,
>
> Thanks for the answer, I put my comments into
> http://projects.theforeman.org/issues/12273#change-51651, which was
> handling a simular issue, hope its ok...
–
Dominic Cleal
dominic@cleal.org