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-630) Fix the V4_CFG_CADENCE_NAME conditionals in the TLS Task #259

Closed jarpat closed 2 years ago

jarpat commented 2 years ago

Changes

For the conditionals that check that "V4_CFG_CADENCE_NAME" in roles/vdm/tasks/tls.yaml, it should be case-insensitive.

Tests

Scenario Cloud K8s Version V4_CFG_TLS_MODE V4_CFG_TLS_GENERATOR V4_CFG_TLS_* V4_CFG_CADENCE_VERSION V4_CFG_CADENCE_NAME Error Message
1 Azure 1.22.6 full-stack openssl not set 2020 fast none
2 Azure 1.22.6 full-stack openssl not set 2020 FAST none
3 Azure 1.22.6 front-door openssl not set 2020 fast none
4 Azure 1.22.6 front-door openssl not set 2020 FAST none
5 Azure 1.22.6 ingress-only openssl not set 2020 fast none
6 Azure 1.22.6 ingress-only openssl not set 2020 FAST none