This project contains Ansible code that creates a baseline in an existing Kubernetes environment for use with the SAS Viya Platform, generates the manifest for an order, and then can also deploy that order into the Kubernetes environment specified.
Apache License 2.0
71
stars
64
forks
source link
feat: (IAC-658): Support CAS customizations for tenants #278
Updated the CAS transformer templates on provider side to be restricted to default CAS server
Added a new map of object variable V4MT_TENANT_CAS_CUSTOMIZATION to accept CAS customization for the tenants
See the new structure in CONFIG-VARS.md file
Tests
Verified provider deployment successful with updated CAS transformers.
Verified different combinations of the tenant CAS customizations by setting V4MT_TENANT_CAS_CUSTOMIZATION.
Verified tenant CAS server directories are created with default setting if customizations are not provided.
Changes:
Tests