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

fix: (IAC-1012) Multi-tenancy onboard fails if V4_CFG_CR_USER is undefined #445

Closed riragh closed 1 year ago

riragh commented 1 year ago

Changes:

Multi-tenancy onboard command fails when V4_CFG_CR_USER and V4_CFG_CR_PASSWORD are undefined. This PR adds default value for the two variables.

Tests:

Verified following scenarios, see details in internal ticket:

Scenario Description Order Cadence Verification
1 Defaults, SchemaPerTenant Multi-tenant deployment, V4_CFG_CR_USER and V4_CFG_CR_PASSWORD are undefined during onboard Fast 2020 No failure seen. Viya4 deployment stabilized and was accessible
2 Defaults, DatabasePerTenant Multi-tenant deployment, V4_CFG_CR_USER and V4_CFG_CR_PASSWORD are undefined during onboard Fast 2020 No failure seen. Viya4 deployment stabilized and was accessible