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
fix: (IAC-454) Increasing retries for onboard/offboard jobs #266
To avoid timing errors increasing delays and retries for onboard/offboard jobs. Add default variables to specify the retry and delay time
Doc update: rearranged the offboarding and uninstall to be after 'Log In and Validate an Onboarded Tenant' section and added more info to offboard section
Offboarding is a required step before uninstall. Made changes to reflect so. Only removing the cas directories like previously doesn't clean up after database resources that get created during onboarding.
Added guard rail in playbook to run multi-tenancy tasks only if it is enabled
Tests:
On multi-tenant deployment now errors found on onboarding and offboarding process.
Verified the changes on schema mode deployment, database mode deployment and TLS disabled
Also verified on a large order (Order contains all products supporting multi-tenancy), no issues found on onboarding/offboarding single tenant and multiple tenants.
Change:
Tests: