theforeman.foreman Release Notes¶
Topics
This changelog describes changes after version 0.8.1.
v1.2.0¶
Minor Changes¶
compute_resource - added
caching_enabled
option for VMware compute resourcesdomain, host, hostgroup, operatingsystem, subnet - manage parameters in a single API call (https://bugzilla.redhat.com/show_bug.cgi?id=1855008)
host - add
compute_attributes
parameter to module (https://bugzilla.redhat.com/show_bug.cgi?id=1871815)provisioning_template - update list of possible template kinds (https://bugzilla.redhat.com/show_bug.cgi?id=1871978)
repository - update supported parameters (https://github.com/theforeman/foreman-ansible-modules/issues/935)
Bugfixes¶
image - fix quoting of search values (https://github.com/theforeman/foreman-ansible-modules/issues/927)
v1.1.0¶
Minor Changes¶
activation_key - add
description
parameter (https://github.com/theforeman/foreman-ansible-modules/issues/915)callback plugin - add reporter to report logs sent to Foreman (https://github.com/theforeman/foreman-ansible-modules/issues/836)
document return values of modules (https://github.com/theforeman/foreman-ansible-modules/pull/901)
inventory plugin - allow to control batch size when pulling hosts from Foreman (https://github.com/theforeman/foreman-ansible-modules/pull/865)
subnet - Require mask/cidr only on ipv4 (https://github.com/theforeman/foreman-ansible-modules/issues/878)
Bugfixes¶
inventory plugin - fix want_params handling (https://github.com/theforeman/foreman-ansible-modules/issues/847)
New Modules¶
theforeman.foreman.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 theforeman.foreman
collection.
Breaking Changes / Porting Guide¶
All modules were renamed to drop the
foreman_
andkatello_
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¶
theforeman.foreman.activation_key - Manage Activation Keys
theforeman.foreman.architecture - Manage Architectures
theforeman.foreman.auth_source_ldap - Manage LDAP Authentication Sources
theforeman.foreman.bookmark - Manage Bookmarks
theforeman.foreman.compute_attribute - Manage Compute Attributes
theforeman.foreman.compute_profile - Manage Compute Profiles
theforeman.foreman.compute_resource - Manage Compute Resources
theforeman.foreman.config_group - Manage (Puppet) Config Groups
theforeman.foreman.content_credential - Manage Content Credentials
theforeman.foreman.content_upload - Upload content to a repository
theforeman.foreman.content_view - Manage Content Views
theforeman.foreman.content_view_filter - Manage Content View Filters
theforeman.foreman.content_view_version - Manage Content View Versions
theforeman.foreman.domain - Manage Domains
theforeman.foreman.external_usergroup - Manage External User Groups
theforeman.foreman.global_parameter - Manage Global Parameters
theforeman.foreman.hardware_model - Manage Hardware Models
theforeman.foreman.host - Manage Hosts
theforeman.foreman.host_collection - Manage Host Collections
theforeman.foreman.host_power - Manage Power State of Hosts
theforeman.foreman.hostgroup - Manage Hostgroups
theforeman.foreman.image - Manage Images
theforeman.foreman.installation_medium - Manage Installation Media
theforeman.foreman.job_template - Manage Job Templates
theforeman.foreman.lifecycle_environment - Manage Lifecycle Environments
theforeman.foreman.location - Manage Locations
theforeman.foreman.operatingsystem - Manage Operating Systems
theforeman.foreman.organization - Manage Organizations
theforeman.foreman.os_default_template - Manage Default Template Associations To Operating Systems
theforeman.foreman.partition_table - Manage Partition Table Templates
theforeman.foreman.product - Manage Products
theforeman.foreman.provisioning_template - Manage Provisioning Templates
theforeman.foreman.puppet_environment - Manage Puppet Environments
theforeman.foreman.realm - Manage Realms
theforeman.foreman.redhat_manifest - Interact with a Red Hat Satellite Subscription Manifest
theforeman.foreman.repository - Manage Repositories
theforeman.foreman.repository_set - Enable/disable Repositories in Repository Sets
theforeman.foreman.repository_sync - Sync a Repository or Product
theforeman.foreman.resource_info - Gather information about resources
theforeman.foreman.role - Manage Roles
theforeman.foreman.scap_content - Manage SCAP content
theforeman.foreman.scap_tailoring_file - Manage SCAP Tailoring Files
theforeman.foreman.scc_account - Manage SUSE Customer Center Accounts
theforeman.foreman.scc_product - Subscribe SUSE Customer Center Account Products
theforeman.foreman.setting - Manage Settings
theforeman.foreman.smart_class_parameter - Manage Smart Class Parameters
theforeman.foreman.snapshot - Manage Snapshots
theforeman.foreman.subnet - Manage Subnets
theforeman.foreman.subscription_manifest - Manage Subscription Manifests
theforeman.foreman.sync_plan - Manage Sync Plans
theforeman.foreman.templates_import - Sync Templates from a repository
theforeman.foreman.user - Manage Users
theforeman.foreman.usergroup - Manage User Groups