Hi, I am trying to configure the lava dispatcher and execute on my local host.
with creating the image from https://git.linaro.org/gitweb?p=lava/lava-vmdebootstrap.git
https://staging.validation.linaro.org/static/docs/kvm-deploy.html
by using kvm.json format with the actual location where I placed the image after created,
# /tmp/kvm.json { "timeout": 18000, "job_name": "kvm-test", "device_type": "kvm", "target": "kvm01", "actions": [ { "command": "deploy_linaro_image", "parameters": { "image": "file:///home/ubuntu/LAVA/lava-deployment-tool/kvm.img" } }, { "command": "boot_linaro_image" } ] }
run the following command under root
. /srv/lava/instances/testinstances/bin/activate lava-dispatch /tmp/kvm.json
it return the following error:
https://pastebin.linaro.org/view/bcbf8d01
any help will be much appreciated.
Thank You.
Best Regards Soumya Basak.
Hi Soumya,
Can you verify that - "http:///home/ubuntu/LAVA/lava-deployment-tool/lava-vmbootstrap/kvm.img" is a valid path and that the file exists on your dispatcher? Everything else looks fine to me.
Cheers,
On 10 February 2014 09:04, Soumya Basak soumya.basak@linaro.org wrote:
Hi, I am trying to configure the lava dispatcher and execute on my local host.
with creating the image from https://git.linaro.org/gitweb?p=lava/lava-vmdebootstrap.git
https://staging.validation.linaro.org/static/docs/kvm-deploy.html
by using kvm.json format with the actual location where I placed the image after created,
# /tmp/kvm.json { "timeout": 18000, "job_name": "kvm-test", "device_type": "kvm", "target": "kvm01", "actions": [ { "command": "deploy_linaro_image", "parameters": { "image": "file:///home/ubuntu/LAVA/lava-deployment-tool/kvm.img" } }, { "command": "boot_linaro_image" } ] }
run the following command under root
. /srv/lava/instances/testinstances/bin/activate lava-dispatch /tmp/kvm.json
it return the following error:
https://pastebin.linaro.org/view/bcbf8d01
any help will be much appreciated.
Thank You.
Best Regards Soumya Basak.
linaro-validation mailing list linaro-validation@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-validation
linaro-validation@lists.linaro.org