Uh oh!
There was an error while loading. Please reload this page.
[CLOUDSTACK-9644] Adding missing bits field to TemplateResponse - #1622
Conversation
yadvr
commented
Aug 3, 2016
LGTM |
blueorangutan
commented
Aug 4, 2016
RPM packages built and available at: http://packages.shapeblue.com/cloudstack/custom/github-1622. |
jburwell
commented
Aug 4, 2016
@rhtyd Travis appears to have failed due to a missing file. Could you please investigate? |
@ProjectMoon is there a JIRA associated with this change? Also, could you please update the |
yadvr
commented
Aug 5, 2016
@ProjectMoon can you push -f or close+open this PR to re-kick Travis? |
ProjectMoon
commented
Aug 5, 2016
Will check the smoke tests for Marvin. |
blueorangutan
commented
Aug 5, 2016
Packaging result: ✔centos6 ✖centos7 ✖debian repo: http://packages.shapeblue.com/cloudstack/pr/1622 |
@ProjectMoon Travis is now passing, but Jenkins failed. Could you please investigate the failure and fix it? Also, updating the |
ProjectMoon
commented
Aug 5, 2016
Will check it out on Monday. Very weird that the end of the build is not an error specifically. Just "ending due to build failure" or some such. The first exception I see is: Is that relevant? |
blueorangutan
commented
Aug 5, 2016
Packaging result: ✔centos6 ✔centos7 ✖debian repo: http://packages.shapeblue.com/cloudstack/pr/1622 |
yadvr
commented
Aug 5, 2016
@blueorangutan kick |
blueorangutan
commented
Aug 5, 2016
A Trillian-Jenkins job has been kicked to build packages and start testing. I'll keep you posted as I make progress. |
blueorangutan
commented
Aug 5, 2016
Packaging result: ✔centos6 ✔centos7 ✔debian repo: http://packages.shapeblue.com/cloudstack/pr/1622 |
ProjectMoon
commented
Aug 8, 2016
Rebased to latest master, though I still haven't checked into the Jenkins issue. |
jburwell
commented
Aug 8, 2016
@ProjectMoon the URI exception is caused by a attempting to parse an unrecognized/unregistered scheme (lswitch). It would be a problem at runtime for the management server, and need to be addressed. |
| private Map details; | ||
| @SerializedName(ApiConstants.BITS) | ||
| @Param(description="the processor bit size") |
There was a problem hiding this comment.
Please add "since" in Param
yadvr
commented
Oct 21, 2016
@blueorangutan package |
blueorangutan
commented
Oct 21, 2016
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Oct 21, 2016
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-76 |
ProjectMoon
commented
Oct 21, 2016
This has been rebased to the latest master, and the code review suggestions applied. |
ProjectMoon
commented
Oct 21, 2016
Build failed due to running out of disk space. Will re-trigger. |
yadvr
commented
Nov 20, 2016
@blueorangutan package |
blueorangutan
commented
Nov 20, 2016
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Nov 20, 2016
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-206 |
ProjectMoon
commented
Nov 21, 2016
Rebased to latest master. |
yadvr
commented
Nov 23, 2016
Thanks @ProjectMoon |
blueorangutan
commented
Nov 23, 2016
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
yadvr
commented
Nov 23, 2016
@ProjectMoon can you add a JIRA id for this, also in the commit's summary |
blueorangutan
commented
Nov 23, 2016
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-230 |
ProjectMoon
commented
Dec 1, 2016
Updated to latest master, and a JIRA ticket has been created. |
yadvr
commented
Dec 2, 2016
Thanks @ProjectMoon |
blueorangutan
commented
Dec 2, 2016
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Dec 2, 2016
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-303 |
yadvr
commented
Dec 2, 2016
@blueorangutan test |
blueorangutan
commented
Dec 2, 2016
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Dec 2, 2016
Trillian test result (tid-545)
|
ustcweizhou
commented
Dec 2, 2016
@ProjectMoon is there any possible ui change for this? if yes, I suggest to commit it together with this PR. |
yadvr
commented
Dec 7, 2016
LGTM, Travis/Jenkins failure is not caused by this. Validated build, and Trillian tests. Merging this now. |
[CLOUDSTACK-9644] Adding missing bits field to TemplateResponseThis pull request adds a bits field for template size, and sets it equal to ISO size. * pr/1622: CLOUDSTACK-9644: Adding missing bits field to TemplateResponse Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This pull request adds a bits field for template size, and sets it equal to ISO size.