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/statusAPI 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/configurationAPI 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_defaultthat was used with smart class parameters and overrides was deprecated in Satellite 6.7 and is now removed in Satellite 6.8. Use theomitAPI parameter instead. - BZ#1791663
-
The API parameters
nameandresource_typethat were used with the/api/permissions/API endpoint were deprecated in Satellite 6.7 and are now removed in Satellite 6.8. Use the thesearchparameter withname = my_permission_nameorresource_type = my_resource_typevalues instead. - BZ#1791665
-
The
uuidAPI 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 thedatacenterAPI parameter instead. - BZ#1806548
-
The
katello-removecommand 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.