redhat.satellite Release Notes

This changelog describes changes after version 0.8.1.

v3.1.0

Minor Changes

  • Warn if the user tries to use a plain HTTP server URL and fail if the URL is neither HTTPS nor HTTP.

  • new compute_profiles role to manage compute profiles

  • new compute_resources role to manage compute resources

  • new content_view_publish role to publish a list of content views (https://github.com/theforeman/foreman-ansible-modules/issues/1209)

  • new domains role to manage domains

  • new operatingsystems role to manage operating systems

  • new provisioning_templates role to manage provisioning templates

  • new settings role to manage settings

  • new subnets role to manage subnets

  • repository - new download_concurrency parameter (https://github.com/theforeman/foreman-ansible-modules/issues/1273)

Bugfixes

  • callback plugin - include timezone information in the callback reported data (https://github.com/theforeman/foreman-ansible-modules/issues/1171)

  • hostgroup, location - don’t fail when trying to delete a Hostgroup or Location where the parent is already absent

  • inventory plugin - fetch all facts, not only the first 250, when using the old Hosts API

v3.0.0

Minor Changes

Breaking Changes / Porting Guide

  • Set use_reports_api default value to true for the inventory plugin

  • Support for Ansible 2.8 is removed

Bugfixes

v2.2.0

Minor Changes

  • repository - add support for filtering repositories by OS version based on API feature apidoc/v2/repositories/create.html

Bugfixes

v2.1.2

Bugfixes

v2.1.1

Bugfixes

v2.1.0

Minor Changes

Bugfixes

New Modules

  • redhat.satellite.content_view_info - Fetch information about Content Views

  • redhat.satellite.content_view_version_info - Fetch information about Content Views

  • redhat.satellite.domain_info - Fetch information about Domains

  • redhat.satellite.host_errata_info - Fetch information about Host Errata

  • redhat.satellite.repository_set_info - Fetch information about Red Hat Repositories

  • redhat.satellite.setting_info - Fetch information about Settings

  • redhat.satellite.subnet_info - Fetch information about Subnets

  • redhat.satellite.subscription_info - Fetch information about Subscriptions

v2.0.1

Bugfixes

v2.0.0

Minor Changes

Breaking Changes / Porting Guide

  • All role variables are now prefixed with foreman_ to avoid clashes with similarly named variables from roles outside this collection.

Bugfixes

New Modules

  • redhat.satellite.host_info - Fetch information about Hosts

  • redhat.satellite.puppetclasses_import - Import Puppet Classes from a Proxy

  • redhat.satellite.repository_info - Fetch information about Repositories

v1.5.0

Minor Changes

Bugfixes

v1.4.0

Minor Changes

Bugfixes

New Modules

  • redhat.satellite.job_invocation - Invoke Remote Execution Jobs

  • redhat.satellite.smart_proxy - Manage Smart Proxies

v1.3.0

Minor Changes

Bugfixes

New Modules

  • redhat.satellite.status_info - Get status info

v1.2.0

Minor Changes

Bugfixes

v1.1.0

Minor Changes

Bugfixes

New Modules

  • redhat.satellite.http_proxy - Manage HTTP Proxies

v1.0.1

Release Summary

Documentation fixes to reflect the correct module names.

v1.0.0

Release Summary

This is the first stable release of the redhat.satellite collection.

Breaking Changes / Porting Guide

  • All modules were renamed to drop the foreman_ and katello_ prefixes. Additionally to the prefix removal, the following modules were further ranamed:

    • katello_upload to content_upload

    • katello_sync to repository_sync

    • katello_manifest to subscription_manifest

    • foreman_search_facts to resource_info

    • foreman_ptable to partition_table

    • foreman_model to hardware_model

    • foreman_environment to puppet_environment

New Modules

  • redhat.satellite.activation_key - Manage Activation Keys

  • redhat.satellite.architecture - Manage Architectures

  • redhat.satellite.auth_source_ldap - Manage LDAP Authentication Sources

  • redhat.satellite.bookmark - Manage Bookmarks

  • redhat.satellite.compute_attribute - Manage Compute Attributes

  • redhat.satellite.compute_profile - Manage Compute Profiles

  • redhat.satellite.compute_resource - Manage Compute Resources

  • redhat.satellite.config_group - Manage (Puppet) Config Groups

  • redhat.satellite.content_credential - Manage Content Credentials

  • redhat.satellite.content_upload - Upload content to a repository

  • redhat.satellite.content_view - Manage Content Views

  • redhat.satellite.content_view_filter - Manage Content View Filters

  • redhat.satellite.content_view_version - Manage Content View Versions

  • redhat.satellite.domain - Manage Domains

  • redhat.satellite.external_usergroup - Manage External User Groups

  • redhat.satellite.global_parameter - Manage Global Parameters

  • redhat.satellite.hardware_model - Manage Hardware Models

  • redhat.satellite.host - Manage Hosts

  • redhat.satellite.host_collection - Manage Host Collections

  • redhat.satellite.host_power - Manage Power State of Hosts

  • redhat.satellite.hostgroup - Manage Hostgroups

  • redhat.satellite.image - Manage Images

  • redhat.satellite.installation_medium - Manage Installation Media

  • redhat.satellite.job_template - Manage Job Templates

  • redhat.satellite.lifecycle_environment - Manage Lifecycle Environments

  • redhat.satellite.location - Manage Locations

  • redhat.satellite.operatingsystem - Manage Operating Systems

  • redhat.satellite.organization - Manage Organizations

  • redhat.satellite.os_default_template - Manage Default Template Associations To Operating Systems

  • redhat.satellite.partition_table - Manage Partition Table Templates

  • redhat.satellite.product - Manage Products

  • redhat.satellite.provisioning_template - Manage Provisioning Templates

  • redhat.satellite.puppet_environment - Manage Puppet Environments

  • redhat.satellite.realm - Manage Realms

  • redhat.satellite.redhat_manifest - Interact with a Red Hat Satellite Subscription Manifest

  • redhat.satellite.repository - Manage Repositories

  • redhat.satellite.repository_set - Enable/disable Repositories in Repository Sets

  • redhat.satellite.repository_sync - Sync a Repository or Product

  • redhat.satellite.resource_info - Gather information about resources

  • redhat.satellite.role - Manage Roles

  • redhat.satellite.scap_content - Manage SCAP content

  • redhat.satellite.scap_tailoring_file - Manage SCAP Tailoring Files

  • redhat.satellite.scc_account - Manage SUSE Customer Center Accounts

  • redhat.satellite.scc_product - Subscribe SUSE Customer Center Account Products

  • redhat.satellite.setting - Manage Settings

  • redhat.satellite.smart_class_parameter - Manage Smart Class Parameters

  • redhat.satellite.snapshot - Manage Snapshots

  • redhat.satellite.subnet - Manage Subnets

  • redhat.satellite.subscription_manifest - Manage Subscription Manifests

  • redhat.satellite.sync_plan - Manage Sync Plans

  • redhat.satellite.templates_import - Sync Templates from a repository

  • redhat.satellite.user - Manage Users

  • redhat.satellite.usergroup - Manage User Groups