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-1169) deploy orchestration cmd in DAC docker container fails running DAC's kubectl binary #492

Closed dhoucgitter closed 10 months ago

dhoucgitter commented 11 months ago

Changes

PATH value change within the task is from this: PATH: "{{ env_path + ':' + ORCHESTRATION_TOOLING_PATH }}" to this: PATH: "{{ ORCHESTRATION_TOOLING_PATH + ':' + env_path }}"

Tests

Scenario Provider kubernetes_version create_static_kubeconfig order cadence notes
1 AWS 1.26 (v1.26.7-eks) false 2023.08 stable SAS Viya pods are running and stabilized, Successful login to SASDrive app as viya_admin, successful uninstall
2 Azure 1.27.3 true 2023.09 stable SAS Viya pods are running and stabilized, Successful login to SASDrive app as viya_admin, successful uninstall