Closed IoannisF-NRB closed 2 months ago
Would be nice if we provided somewhere the documentation of what is supported....
VRO_NODEJS_12 = 'node:12',
VRO_NODEJS_14 = 'node:14',
VRO_POWERCLI_11_PS_62 = 'powercli:11-powershell-6.2',
VRO_POWERCLI_12_PS_71 = 'powercli:12-powershell-7.1',
VRO_PYTHON_37 = 'python:3.7',
VRO_PYTHON_310 = 'python:3.10',
ABX_NODEJS = 'nodejs',
ABX_POWERSHELL = 'powershell',
ABX_PYTHON = 'python',
that being said these are the options for the runtime
it's part of the platform
section
{
...
"platform": {
"runtime" : "node:14"
}
}
NodeJS version 12 and 14 are not available anymore for Aria Orchestration 8.18. The only supported versions are Node 18 and 20.. Is it possible to fix the PolyglotPackage so it can handle those 2 environments to be compliant with version 8.18 of Aria Orchestrator ? https://docs.vmware.com/en/VMware-Aria-Automation/8.18/Using-Automation-Orchestrator/GUID-13E3704E-A325-4CB1-AF57-45FEBDBBD159.html
Should be pretty simple. Thanks for pointing that out
Description
We're using Aria Orchestrator version 8.18 and try to implement a nodejs action through polyglot with the build tools version 2.41.1 to be able to have a small package with some specific nodejs dependencies in it (such as webdav).
Steps to Reproduce
Preconditions: Create a polyglot project with maven using the polyglot-archetype for vro (See doc)
Expected behavior: I should be able to package the solution with the new versions of nodejs's Aria Orchestrator runtime
Actual behavior: Cannot package the solution for newer version of Aria Orcherstrator
Reproduces how often: [What percentage of the time does it reproduce] 100% of the time
Component/s: typescript/polyglotpkg
Affects Build/s: [Which are the Build Tools for VMware Aria releases / builds affected by the issue]
Environment
Client
Server
Failure Logs
See the picture above in the step to reproduce
Related issues and PRs
/
Additional Context
/