Closed praiskup closed 8 months ago
I have not tested these changes, but here are some general observations:
RESALLOC_RESOURCE_DATA
?RESOURCE_NAME
, RESOURCE_POOL_ID
etc. are set?RESALLOC_RESOURCE_DATA
has to be base64 encoded? Is that because terminal output may contain binary characters?These are set here: https://github.com/praiskup/resalloc/blob/36a289d6e050c88dd5451dec9d838afa7779cbbb/resallocserver/manager.py#L40-L50
Is that because terminal output may contain binary characters?
Yes.
These are set here:
Why they are not visible in the env
output?
They are actually. But resalloc != agent spawner.
They are actually. But resalloc != agent spawner.
Is this comment valid for agent spawner? If not, it should be removed and we should mention AGENT_SPAWNER_RESOURCE_DATA
instead.
Thank you for patiently punching me. You are right; the comment was wrong. I updated the docs, and fixed the fix.
Can you please take another look now?
Thank you for patiently punching me. You are right; the comment was wrong. I updated the docs, and fixed the fix.
Can you please take another look now?
LGTM. Although I have not tested these changes.
Fixes: #144