5.4. Removed Functionality
- BZ#1791654
-
The
/api/config_templates/
API endpoint was deprecated in Satellite 6.7 and is now removed in Satellite 6.8. Use the/api/provisioning_templates/
API endpoint instead. - BZ#1791656
-
The
/api/hosts/:id/status
API endpoint was deprecated in Satellite 6.7 and is now removed in Satellite 6.8. To get the configuration status for hosts, use the more specific/api/hosts/:id/status/configuration
API endpoint instead. - BZ#1791658
-
The
/api/reports/
API endpoint was deprecated in Satellite 6.7 and is now removed in Satellite 6.8. Use the/api/config_reports/
API endpoint instead. - BZ#1791659
-
The API parameter
use_puppet_default
that was used with smart class parameters and overrides was deprecated in Satellite 6.7 and is now removed in Satellite 6.8. Use theomit
API parameter instead. - BZ#1791663
-
The API parameters
name
andresource_type
that were used with the/api/permissions/
API endpoint were deprecated in Satellite 6.7 and are now removed in Satellite 6.8. Use the thesearch
parameter withname = my_permission_name
orresource_type = my_resource_type
values instead. - BZ#1791665
-
The
uuid
API parameter that was used with the/api/compute_resources/
API endpoint was deprecated in Satellite 6.7 and is now removed in Satellite 6.8. Use thedatacenter
API parameter instead. - BZ#1806548
-
The
katello-remove
command that uninstalled Satellite and Capsule Servers has been removed. - BZ#1873059
- Smart Variables have been removed in Red Hat Satellite 6.8. Smart Variables were introduced as a workaround before parameterized Puppet classes existed. You must use Smart Class Parameters with parameterized Puppet classes to pass values from Satellite to Puppet.