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-1072) Add AKS pod cidr to LOADBALANCER_SOURCE_RANGES #496

Closed riragh closed 10 months ago

riragh commented 10 months ago

Changes

To enable the North-South traffic again in Azure, a task was added to include aks_pod_cidr in LOADBALANCER_SOURCE_RANGES. For more details on this change see description of Azure PR #341.

Tests:

Verified following scenarios, for details see internal ticket:

Scenario Description Order Cadence Verification
1 OOTB, Defaults Fast 2020 aks_pod_cidr is read from tfstate file and added to LOADBALANCER_SOURCE_RANGES. Viya4 deployment stabilized, applications were accessible and the example proc http to query an endpoint was successful
2 aks_pod_cidr was added to LOADBALANCER_SOURCE_RANGES in ansible-vars Fast 2020 aks_pod_cidr was not read from tfstate file. LOADBALANCER_SOURCE_RANGES were set correctly. Viya4 deployment stabilized, applications were accessible and the example proc http to query an endpoint was successful