when you call upload.py, hardware module try to create a .orig file. For example /etc/edeploy/foo.cmdb.orig.
If you have not the write permission on edeploy directory, this action fail without errors in edeploy.
The result is edeploy continue and launch the configure script without expanded variables.
I think we need to have log or a message for this issue in edeploy.
Hi,
Some people have this issue :
cmdb
filewith generate
functionKeyError
in.configure
for a variable using range behavior.In all case I have seen, it was linked to https://github.com/enovance/hardware/blob/master/hardware/cmdb.py#L47
when you call
upload.py
,hardware
module try to create a.orig
file. For example/etc/edeploy/foo.cmdb.orig
. If you have not the write permission on edeploy directory, this action fail without errors in edeploy.The result is edeploy continue and launch the configure script without expanded variables.
I think we need to have log or a message for this issue in edeploy.
Gaël L