cloud-native-stack icon indicating copy to clipboard operation
cloud-native-stack copied to clipboard

Digital Human Blueprint failing on deployment: operators-install.yaml syntax error?

Open adrian-a-graham opened this issue 11 months ago • 2 comments

https://github.com/NVIDIA/cloud-native-stack/blame/bb94afa8772ba6a5c53786f131f685b15afdfaf8/playbooks/operators-install.yaml#L330

I'm deploying the Digital Human Blueprint from the ACE tokkio workflow on GCP. Deployment was working up until today. On deployment:

./envbuild.sh install --component all --config-file ./config-template.yml

I'm getting the following error:

TASK [nodes length] ******************************************************************************************************************************************** fatal: [app-master]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'nodes'. 'dict object' has no attribute 'nodes'\n\nThe error appears to be in '/home/adrian_adriangraham_altostrat_co/git/ACE/workflows/tokkio/scripts/one-click/gcp/cns/playbooks/operators-install.yaml': line 330, column 6, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n - name: nodes length\n ^ here\n"}

The deployment worked fine as of yesterday, so I think the change made yesterday is causing this issue.

adrian-a-graham avatar Feb 27 '25 02:02 adrian-a-graham

I believe the issue is on line 327; the line spacing and escaped newlines need to be corrected.

adrian-a-graham avatar Feb 27 '25 04:02 adrian-a-graham

@adrian-a-graham, it's fixed. please pull the latest code and let us know.

angudadev avatar Mar 18 '25 15:03 angudadev