Project

General

Profile

Actions

Bug #27715

closed

hammer content-view info does not provide information about the newly added "solve_dependencies" option or the "force_puppet_environment" option

Added by Suraj Patil over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Hammer
Target version:
Fixed in Releases:
Found in Releases:

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:

  1. 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,
Actions #1

Updated by The Foreman Bot over 4 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/Katello/hammer-cli-katello/pull/686 added
Actions #2

Updated by The Foreman Bot over 4 years ago

  • Pull request https://github.com/Katello/hammer-cli-katello/pull/687 added
Actions #3

Updated by Suraj Patil over 4 years ago

  • Status changed from Ready For Testing to Closed
Actions #4

Updated by James Jeffers over 4 years ago

  • Target version set to Katello 3.13.1
  • Triaged changed from No to Yes
Actions

Also available in: Atom PDF