Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to be able to query data from a Satellite 5 source. #520

Closed
2 tasks done
chambridge opened this issue Jan 27, 2018 · 0 comments
Closed
2 tasks done

I want to be able to query data from a Satellite 5 source. #520

chambridge opened this issue Jan 27, 2018 · 0 comments
Assignees
Milestone

Comments

@chambridge
Copy link
Contributor

chambridge commented Jan 27, 2018

Specify type:

  • Enhancement

Description:

Add support for a Satellite 5 connection scan task. A Satellite connection scan, scan tasks should attempt authentication of Satellite and perform a query to collect the number of the systems managed.

Add support for a Satellite 5 inspection scan task. A Satellite inspection scan task should obtain facts about the managed systems.

Facts:

{
    'uuid': 'c90f2d72-5b8d-4410-9698-162fd926270f',
    'hostname': 'chost-regtest-1ndfrpkz0bysedto.lab.redhat.com',
    'registered_by': None,
    'registration_time': '2018-01-17 18:20:02 UTC',
    'last_checkin_time': '2018-01-17 18:20:09 UTC',
    'katello_agent_installed': False,
    'errata_out_of_date': 0,
    'packages_out_of_date': 0,
    'virt_type': 'lxc',
    'kernel_version': '3.10.0-693.5.2.el7.x86_64',
    'architecture': 'x86_64',
    'is_virtualized': 'true',
    'cores': '32',
    'num_sockets': '2',
    'location': 'Raleigh',
    'ip_addresses': ['172.17.0.10'],
    'ipv6_addresses': [],
    'entitlements': [{
        'derived_entitlement': False,
        'organization': 'ALL',
        'name': 'Satellite Tools 6.3',
        'amount': 1,
        'account_number': None,
        'contract_number': None,
        'start_date': '2017-12-01 14:50:59 UTC',
        'end_date': '2047-11-24 14:50:59 UTC'
    }, {
        'derived_entitlement': False,
        'organization': 'ALL',
        'name': 'Employee SKU',
        'amount': 1,
        'account_number': 1212729,
        'contract_number': 10913844,
        'start_date': '2016-03-24 04:00:00 UTC',
        'end_date': '2022-01-01 04:59:59 UTC'
    }]
}

Work items:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant