sassoftware / viya4-deployment

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

Closed riragh closed 2 years ago

riragh commented 2 years ago

Change:

  1. To avoid timing errors increasing delays and retries for onboard/offboard jobs. Add default variables to specify the retry and delay time
  2. 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
  3. 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.
  4. Added guard rail in playbook to run multi-tenancy tasks only if it is enabled

Tests: