Bug #27715
closedhammer content-view info does not provide information about the newly added "solve_dependencies" option or the "force_puppet_environment" option
Description
Description of problem:
hammer content-view info does not provide information about the newly added "solve_dependencies" option or the "force_puppet_environment" option
Version-Release number of selected component (if applicable): 6.6 beta
How reproducible: Always
Steps to Reproduce:
1) Check "hammer content-view info --id id"
Additional info:
Example output:
hammer content-view info --id 3
ID: 3
Name: capsuleCV
Label: capsuleCV
Composite: false
Description:
Content Host Count: 0
Organization: acmeinc
Yum Repositories:
1) ID: 3
Name: Red Hat Enterprise Linux 7 Server Kickstart x86_64 7.5
Label: Red_Hat_Enterprise_Linux_7_Server_Kickstart_x86_64_7_5
2) ID: 2
Name: Red Hat Satellite Tools 6.4 for RHEL 7 Server RPMs x86_64
Label: Red_Hat_Satellite_Tools_6_4_for_RHEL_7_Server_RPMs_x86_64
3) ID: 1
Name: Red Hat Enterprise Linux 7 Server RPMs x86_64 7Server
Label: Red_Hat_Enterprise_Linux_7_Server_RPMs_x86_64_7Server
Container Image Repositories:
OSTree Repositories:
Puppet Modules:
Lifecycle Environments:
1) ID: 2
Name: Testing
2) ID: 1
Name: Library
Versions:
1) ID: 3
Version: 1.0
Published: 2019/07/09 11:00:34
Components:
Activation Keys:
I am able to get this info using the rest api:
- curl -s -u admin:redhat https://satellite.example.com/katello/api/v2/content_views/3?organization_id=1 | json_reformat | grep -E 'solve|force_puppet_environment'
"force_puppet_environment": false,
"solve_dependencies": true,
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/hammer-cli-katello/pull/686 added
Updated by The Foreman Bot over 5 years ago
- Pull request https://github.com/Katello/hammer-cli-katello/pull/687 added
Updated by Suraj Patil over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset hammer-cli-katello|a89d742cad087b293cb38213456b3ced8962e2cc.
Updated by James Jeffers over 5 years ago
- Target version set to Katello 3.13.1
- Triaged changed from No to Yes