Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allocation level environment variables #574

Open
smith1511 opened this issue Dec 12, 2019 · 0 comments
Open

Allocation level environment variables #574

smith1511 opened this issue Dec 12, 2019 · 0 comments
Labels
enhancement Improvement to an existing feature triaged Issue has been screened and prioritized by a project lead

Comments

@smith1511
Copy link
Contributor

Describe the enhancement
Allow environment variables to be specified for allocations.

In multi-platform environments on-prem vs cloud nodes, or Windows vs Linux nodes, might have different paths to shares or applications and as such the submitter needs an agnostic way to specify these.

The environment variables would be resolved at runtime by RQD prior to launching a frame.

Additional context
e.g.
Job submission command line: %MCP% -i %PROJECTDIR%/anim/scene.ext -o % OUTPUTDIR% /render

Allocation Env Variables

Cloud.Linux
MCP=/usr/bin/mcp
PROJECTDIR=/mnt/projects

Local.Windows
MCP=mcp.exe
PROJECTDIR=\myshare\projects

@smith1511 smith1511 added the enhancement Improvement to an existing feature label Dec 12, 2019
@bcipriano bcipriano added the triaged Issue has been screened and prioritized by a project lead label Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to an existing feature triaged Issue has been screened and prioritized by a project lead
Projects
None yet
Development

No branches or pull requests

2 participants