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
69 stars 62 forks source link

Error while using external postgres in iac #546

Closed SASCloudLearner closed 2 months ago

SASCloudLearner commented 2 months ago

Viya4 Deployment Version Details

viya2023.10 lts on prem kubernetes env deployed using iac project

Ansible Variable File Details

No response

Steps to Reproduce

use iac to build infra on on premis also deploy external postgres using iac run sas deployment project with external postgres details

Expected Behavior

sas should be able to deploy.

Actual Behavior

TASK [common : Migrations] ** task path: /sas-deployment/deploy/sandbox/viya4-deployment/roles/common/tasks/main.yaml:361 ERROR! couldn't resolve module/action 'ansible.utils.update_fact'. This often indicates a misspelling, missing collection, or incorrect module path.

The error appears to be in '/sas-deployment/deploy/sandbox/viya4-deployment/roles/common/tasks/migrations.yaml': line 13, column 7, but may be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

block:

Additional Context

No response

References

No response

Code of Conduct

SASCloudLearner commented 2 months ago

resolved after updating ansible module