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-754) Allow for extra external DBs & Configurable External DB SSL #311
To allow for parity with Crunchy 4 (<= 2022.09) this change was made to support adding additional PG servers to the deployment in Crunchy 5
Also updates the roles/vdm/templates/transformers/dataserver-transformer.yaml file which is used for the default external PG server so that SSL can correctly be configured.
Tests
See attached artifacts and additional details in the internal ticket
Scenarios 1-4 test support for multiple PG servers
Scenarios 5-8 test the update for SSL configurability in the dataserver-transformer.yaml template file
Changes
To allow for parity with Crunchy 4 (<= 2022.09) this change was made to support adding additional PG servers to the deployment in Crunchy 5 Also updates the roles/vdm/templates/transformers/dataserver-transformer.yaml file which is used for the default external PG server so that SSL can correctly be configured.
Tests
See attached artifacts and additional details in the internal ticket
Scenarios 1-4 test support for multiple PG servers Scenarios 5-8 test the update for SSL configurability in the dataserver-transformer.yaml template file