Developers,
I just merged the following PR:
https://github.com/Katello/katello/pull/3463
This PR contains the model/schema changes so that the Katello engine
will extend the Foreman core organization (i.e. taxonomy).
The following are a few things to be aware of after pulling the changes
in to your local branch:
-
You need to run 'rake katello:reset' to move to the single org schema
-
The Katello engine's seeds.rb will still create ACME_Corporation.
-
After logging in, you will see ACME_Corporation in both the Katello
and Foreman organization UIs. There will be future PRs to move towards
a single organization's UI; however, in the meantime, the 2 UIs are
still functional. -
After logging in through Foreman, recommend selecting the
ACME_Corporation org using the Foreman org switcher. The default
behavior of Foreman is to be in an 'Any Org' context. Since Katello has
not been updated to support that yet, it can cause Katello pages display
partial information, display 403s…etc.
thanks,
Brad