Decommission SAP CAL integration due to SAP API retirement #999
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request removes all SAP CAL (Cloud Appliance Library) integration logic from SDAF in response to SAP's announced decommissioning of their public CAL API.
The changes eliminate playbooks, roles, variables, and configuration files related to SAP CAL, as well as all associated validation and provisioning steps. This significantly simplifies the deployment process by removing support for SAP CAL integration.
The most important changes are:
Removal of SAP CAL Playbooks and Roles:
playbook_sapcal_integration.yamlplaybook, which handled all SAP CAL integration steps, including resource provisioning and API calls.roles-os/1.5.3-disk-setup-sapcalandroles-sap/6.0.0-sapcal-installroles, including all their tasks, defaults, and variable files. [1] [2] [3] [4]Variable and Parameter Cleanup:
enable_sap_cal,calapi_kv,sap_cal_product_name) fromansible-input-api.yamland related validation fromplaybook_00_validate_parameters.yaml. [1] [2]Pipeline and Utility Cleanup:
collect-calapi-file.yaml, which was used to collect and store the SAP CAL provisioning API response.Code and Condition Simplification:
roles-misc/0.2-kv-secrets,roles-sap-os/2.10-sap-notes, androles-sap-os/2.6-sap-mounts. [1] [2] [3]