Dear validation team,
My name is Chulyoon Jung, LG electronics. I want to know exact procedure for upgrading lava instance according your release. As you know, linaro release source code and tools regularly. So, We want our lava server to upgrade as your release (example 13.01).
But, I don't know how I can upgrade each eggs's tool version according your release. (currently we use code/r75 and lava-android-test is 0.11) (release 13.01 has code/r112 and lava-android-test is 0.14)
I receive Michael's e-mail.
Yes, I can upgrade to the latest version using this CMD. ./bin/buildout -n
Could you provide the method how I can upgrade lava server as 13.01 release?
Thank you.
C. Y. Jung
-----Original Message----- From: Michael Hudson-Doyle [mailto:michael.hudson@linaro.org] Sent: Friday, February 15, 2013 9:46 AM To: Chulyoon Jung; 'Andy Doan' Cc: bernard.park@linaro.org; ka.chun@lge.com Subject: Re: [LAVA] question about LAVA instance ulgrade
Hi.
In general, it would be best to email the linaro-validation@lists.linaro.org list about this sort of thing.
Chulyoon Jung chulyoon.jung@lge.com writes:
Dear Andy, Michael,
Do you remember me?
I have a question about LAVA platform upgrade.
Currently, I try to upgrade LAVA using lava-deployment-tool (13.01 release).
But, I have met two problems.
After upgrading, eggs’s tool version is not upgraded.
As your document(http://lava-deployment-tool.readthedocs.org/en/latest/index.html), we try to upgrade instance using lava-deployment-tool.
Lava-deployment-tool upgrade Instance
After that, ~~/instance/code/current is changed
But eggs’s tool version is not changed.
If we want to upgrade the tool in eggs, what I do?
It depends. If you are using a buildout config that specifies exact versions of the dependencies, you need to edit your buildout config. If the versions are floating, running rebuildout -n will update all to the lastest version.
When I try to upgrade instance using lava-deployment-tool, I have met version conflicts in eggs
linaro_dashboard_bundle-1.8 and so on.
In this case, how can we do?
I don't understand what you mean here. Can you show me the error message you got?
Cheers, mwh