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.
Description of problem:
CLI command "system packages --install_groups" does not check is provided package group name exists in environment.
Version-Release number of selected component (if applicable):
Katello-Katello-Installation-RegisterRHNClassic-1.1-4.noarch
Katello-Katello-Configuration-KatelloClient-1.1-53.noarch
pulp-rpm-handlers-2.3.0-0.24.beta.el6sat.noarch
foreman-postgresql-1.3.0-20.el6sat.noarch
pulp-selinux-2.3.0-0.24.beta.el6sat.noarch
candlepin-scl-rhino-1.7R3-1.el6_4.noarch
python-ldap-2.3.10-1.el6.x86_64
openldap-2.4.23-31.el6.x86_64
pulp-rpm-plugins-2.3.0-0.24.beta.el6sat.noarch
ruby193-rubygem-net-ldap-0.3.1-3.el6sat.noarch
candlepin-scl-quartz-2.1.5-5.el6_4.noarch
candlepin-tomcat6-0.8.25-1.el6sam.noarch
signo-katello-0.0.23-2.el6sat.noarch
katello-glue-candlepin-1.4.6-49.el6sat.noarch
katello-candlepin-cert-key-pair-1.0-1.noarch
Katello-Katello-Installation-Satellite6Latest-1.0-13.noarch
candlepin-scl-runtime-1-5.el6_4.noarch
apr-util-ldap-1.3.9-3.el6_0.1.x86_64
katello-qpid-broker-key-pair-1.0-1.noarch
foreman-1.3.0-20.el6sat.noarch
katello-cli-1.4.3-27.el6sat.noarch
katello-configure-1.4.7-7.el6sat.noarch
pulp-puppet-plugins-2.3.0-0.24.beta.el6sat.noarch
pulp-katello-plugins-0.2-1.el6sat.noarch
pulp-nodes-parent-2.3.0-0.24.beta.el6sat.noarch
candlepin-scl-1-5.el6_4.noarch
candlepin-0.8.25-1.el6sam.noarch
candlepin-selinux-0.8.25-1.el6sam.noarch
elasticsearch-0.19.9-8.el6sat.noarch
katello-common-1.4.6-49.el6sat.noarch
katello-selinux-1.4.4-4.el6sat.noarch
katello-glue-pulp-1.4.6-49.el6sat.noarch
katello-all-1.4.6-49.el6sat.noarch
katello-configure-foreman-1.4.7-7.el6sat.noarch
ruby193-rubygem-ldap_fluff-0.2.2-2.el6sat.noarch
foreman-proxy-1.3.0-3.el6sat.noarch
candlepin-cert-consumer-poseidon.usersys.redhat.com-1.0-1.noarch
katello-agent-1.4.4-3.el6sat.noarch
katello-cli-common-1.4.3-27.el6sat.noarch
katello-certs-tools-1.4.4-1.el6sat.noarch
pulp-server-2.3.0-0.24.beta.el6sat.noarch
pulp-nodes-common-2.3.0-0.24.beta.el6sat.noarch
katello-glue-elasticsearch-1.4.6-49.el6sat.noarch
katello-1.4.6-49.el6sat.noarch
katello-foreman-all-1.4.6-49.el6sat.noarch
katello-qpid-client-key-pair-1.0-1.noarch
Katello-Katello-Installation-HammerCLI-1.0-9.noarch
signo-0.0.23-2.el6sat.noarch
Katello-Katello-Sanity-ImportKeys-1.2-1.noarch
How reproducible:
always
Steps to Reproduce:
1. Create product, repo (zoo), promote it to Dev environment, sync the repo.
2. Create content definition, add filter to it and add Package Group Excludes rule to exclude "birds" group from Dev environment.
3.Publish the content definition and promote content view to Dev environment.
4. Create activation key by adding content view into it.
5. Register a client by activation key, subscribe to zoo pool.
6. Try to install "birds" group on system by CLI command "system packages --install_groups birds --org --name". It will show output: "Remote action finished:No new packages installed".
7. Try to install some non existing "wrong" group on system by CLI command "system packages --install_groups wrong --org --name". Again ,it will show output: "Remote action finished:No new packages installed".
Actual results:
in any case when group name is does not exists in repo or is filtered, it's installation shows message "Remote action finished:No new packages installed".
Expected results:
it shout have output that package group is not available in environment and content view.
Additional info:
for existing group which is promoted to environment it works wine.