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
70 stars 64 forks source link

feat: (IAC-993) Add support for below the line deployment #430

Closed riragh closed 1 year ago

riragh commented 1 year ago

Changes:

Add support for below the line deployment. This feature will be internal-use only. Adding support for this feature will enable developers to consume SAS Viya Platform related changes faster instead of waiting for the DU to be promoted.

Note: This is internal-only change, so no public documentation.

Tests:

Verified following scenarios, see details in internal ticket: Scenario Task Deploy method Cadence
1 BLT=true, DO=false, specified custom assets ansible fast:2020
2 BLT=false, DO=false, specified custom assets ansible fast:2020
3 BLT=true, DO=false, specified custom assets docker fast:2020
4 BLT=false (default), DO=false, specified custom assets docker fast:2020
5 BLT=false (default), DO=false, no custom assets docker fast:2020
6 BLT=false (default), DO=true, no custom assets ansible fast:2020
thpang commented 1 year ago

Need to better understand this one. Not sure what the flow is here. Thx.