Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionGarik Khachikyan
2011-10-21 12:01:36 UTC
Description of problem:
There is listing changeset's owner environment wrongly in some cases. (all prepared through CLI)
Scenario is in having environments in following order:
Locker -> dev
Locker -> test -> katello_qe
and so preparing changeset for the katello_qe
Version-Release number of selected component (if applicable):
katello-cli-0.1.10-1.git.724.8ac2ca4.el6.noarch
katello-0.1.95-1.git.44.2d2aa4d.el6.x86_64
How reproducible:
always
Steps to Reproduce:
all steps to be done in CLI
1. org create --name org1
2. provider create --type custom --org org1 --name provider1
3. product create --org org1 --provider provider1 --name product1
4. repo create --org org1 --product product1 --url http://repos.fedorapeople.org/repos/pulp/pulp/fedora-14/i386/ --name repo1
5. environment create --org org1 --name dev --prior Locker
6. environment create --org org1 --name test --prior Locker
7. environment create --org org1 --name katello_qe --prior test
8. changeset create --environment katello_qe --org org1 --name cs_ktl_qe
9. Refer to UI, choose the org1 to work with and refer to Promotions -> select the env - katello_qe
Actual results:
No changeset displayed for env: katello_qe (but for test)
Expected results:
correctly display the changeset whom it belongs to
Additional info:
my fault:
I saw in UI the sequence of environments-for-changeset wrongly.
So actually choosing the env: test it displays the changesets available for the "next" environment - thus test.
so this is not an issue - nothing to fix.
thanks.