Uh oh!
There was an error while loading. Please reload this page.
Add lsb-release dependency to agent and mgmt server on Debian/Ubuntu. - #1412
Add lsb-release dependency to agent and mgmt server on Debian/Ubuntu.#1412ProjectMoon wants to merge 1 commit into
Conversation
yadvr
commented
Feb 12, 2016
LGTM, simple change |
ProjectMoon
commented
Feb 18, 2016
Apparently the build of this pull request sucked Jenkins into a black hole. The build returns 404. |
ProjectMoon
commented
Feb 18, 2016
I've updated this pull request @bhaisaab. The dependency needs to be added to cloudstack-agent as well due to a similar problem with the cloudstack-setup-agent script (they both depend on the same Python libraries). |
Needed because the cloudstack-setup-management and cloudstack-setup-agent scripts try to use the lsb_release command when detecting the OS. This is not always installed by default (e.g. on Debian 8).
swill
commented
Apr 13, 2016
What do we do about this since it is against the 4.6 branch? Do you want to close this and open it against the 4.7 branch? |
ProjectMoon
commented
Apr 13, 2016
Since it's a bug fix, according to the current CS workflow it should be put on the oldest supported release branch and then forward merged. I can resubmit it against 4.7 if need be though. |
@ProjectMoon Can you open a new PR against 4.7 with this? We're really only supporting 4.7.x onward. |
yadvr
commented
May 2, 2016
@ProjectMoon please close this and open against 4.7+, thanks tag:closeme |
ProjectMoon
commented
May 26, 2016
Closing to open new PR. |
Add lsb-release dependency to mgmt server and agent on Debian/Ubuntu.New version of #1412, based on the 4.7 branch. * pr/1565: Add lsb-release dependency to mgmt server and agent on Debian/Ubuntu. Signed-off-by: Will Stevens <williamstevens@gmail.com>
The cloudstack-setup-management script needs the lsb_release command. This command is provided by the
lsb-releasepackage on Debian and Ubuntu, and this is not always installed by default. So, it should be added as a dependency to cloudstack-management.