You are now on the Jira contributors list. You should be able to
assign issues.
Thanks,
~ Rajani
http://cloudplatform.accelerite.com/
On August 12, 2016 at 5:57 PM, ma...@exoscale.ch
(ma...@exoscale.ch) wrote:
Need some Jira love... Can someone give me the rights to assign
myself to this JIRA iss
Github user asfgit closed the pull request at:
https://github.com/apache/cloudstack/pull/1628
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is
GitHub user abhinandanprateek opened a pull request:
https://github.com/apache/cloudstack/pull/1641
CLOUDSTACK-9459: the try's catch blick was shortening the preparedstatement
life
the try's catch blick was shortening the preparedstatement's life resulting
in bad resultset when use
Github user rhtyd commented on the issue:
https://github.com/apache/cloudstack/pull/1641
LGTM, the only change is to move the catch block to the end so the
ResultSet is not closed once the code comes out of the try-catch block.
---
If your project is set up for it, you can reply to t
Github user pdion891 commented on the issue:
https://github.com/apache/cloudstack/pull/1638
Shouldn't we consider doing a 5.0.0 release that would support Java 8 or we
want to go Java8 at 4.10.0 ?
Otherwise I can't review, but I should be able to help on testing.
---
If you
Hi!
We've recently noticed cloudstack-usage is no longer able to write
usage data into mysql. I assume this happened after updateing to
4.8.0.1 or 4.9 - we missed that error in our testsetup...
Here's the usage.log: http://pastebin.com/Zpvnw4xX
Finally it fails with following message:
ERROR [us
To me, if we would like to offer LTS, we need to fix following core issues:
- how database version is handle, right now database structure is mixed
with upgrade*.sql files and some java code
- better test upgrade path, I'm not sure we test them properly :-S
I have to admit I'm not fan of LTS re
Github user rafaelweingartner commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1593#discussion_r74957023
--- Diff: usage/src/com/cloud/usage/UsageSanityChecker.java ---
@@ -72,7 +72,9 @@ protected boolean checkItemCountByPstmt(CheckCase
checkCase)
All,
I am very sorry to have to say that we have had to postpone the upcoming CCC
conference in Sao Paluo.
Over the past few months we have been working very hard with an events
organiser to try and get the conference off the ground. Conferences are very
expensive to stage here in Brasil so we
Github user nvazquez commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1593#discussion_r74966728
--- Diff: usage/src/com/cloud/usage/UsageSanityChecker.java ---
@@ -72,7 +72,9 @@ protected boolean checkItemCountByPstmt(CheckCase
checkCase) throws SQ
Github user serg38 commented on the issue:
https://github.com/apache/cloudstack/pull/1615
@jburwell Are there any outstanding issues with this PR? It is waiting for
second LGTM.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as
Github user serg38 commented on the issue:
https://github.com/apache/cloudstack/pull/1605
@rafaelweingartner @swill Will you be able to review this one?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project do
Github user serg38 commented on the issue:
https://github.com/apache/cloudstack/pull/1602
@jburwell Are there any outstanding issues with this PR? It is waiting for
second LGTM.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as
Github user serg38 commented on the issue:
https://github.com/apache/cloudstack/pull/1593
@karuturi @jburwell There are 2 LGTM in this PR. Packaging, Travis and
Jenkins all passed. Can this be merged?
---
If your project is set up for it, you can reply to this email and have your
r
Github user serg38 commented on the issue:
https://github.com/apache/cloudstack/pull/1560
@rafaelweingartner @jburwell @rhtyd @koushik-das Can you review this PR?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your p
Github user serg38 commented on the issue:
https://github.com/apache/cloudstack/pull/1542
@jburwell @rhtyd @koushik-das Can you review this PR?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have
Github user rhtyd commented on the issue:
https://github.com/apache/cloudstack/pull/1542
@nvazquez @serg38 how about we remove vmware.nested.virtualization.perVM
and instead if the user vm detail exists and is true, it overrides the global
setting?
---
If your project is set up for
Github user rhtyd commented on the issue:
https://github.com/apache/cloudstack/pull/1638
@pdion891 we're neither breaking any backward compatibility wrt APIs, or
schema, nor we've made any core change (mgmt server core, cmd-answer patterns,
rpcs/serialization, or the plugin-system). S
@rhtyd The rationale to have vmware.nested.virtualization.perVM was that
advanced vm_details and template details are user controlled. With
https://issues.apache.org/jira/browse/CLOUDSTACK-9457
‘Allow retrieval and modification of VM and template details via API and UI’
users will be able to ch
All,
We now have a PR where we're able to build, run and test CloudStack master with
JDK 1.8 and Spring 4.3. Special thanks to Marc-Aurèle Brothier for fixing the
unit test issues.
The only outstanding issue is getting the F5 plugin to build, which I could not
figure out how to fix even with
Github user jburwell commented on the issue:
https://github.com/apache/cloudstack/pull/1593
@serg38 I only see code review LGTMs. We need at least one test LGTM
before this PR. In this case, those tests must be run against real hardware and
hypervisors. Also, we need an LGTM from al
Github user pdion891 commented on the issue:
https://github.com/apache/cloudstack/pull/1638
Make sense, thanks, I hope it will get thru then to add support for Ubuntu
16.04 for the management server host and KVM.
---
If your project is set up for it, you can reply to this email and
C
an you please let us know dates for rescheduled event as soon as possible?
Thanks
2016-08-16 12:32 GMT-03:00 Marco Sinhoreli :
> All,
>
>
>
> I am very sorry to have to say that we have had to postpone the upcoming
> CCC conference in Sao Paluo.
>
>
>
> Over the past few months we have been
All,
I found that Github also allows to merge a PR with the changes squashed [1],
our git-pr script uses a normal branch-merge pattern. Should we evaluate using
the approach of squash-merging a PR [1] to reduce git-history clutter?
Github also (finally) allows to edit a PR and change base bra
Github user jburwell commented on the issue:
https://github.com/apache/cloudstack/pull/1638
@rhtyd @pdion891 I apologize for my delayed reply as I am on vacation ATM.
We had previously agreed not to require Java8 until 5.0.0 which is scheduled
for the end of 2016. 4.x should be able
Github user rhtyd commented on the issue:
https://github.com/apache/cloudstack/pull/1638
@jburwell Running tests against JRE 1.7, 1.8 is do-able. But I really want
our master to use JDK 1.8. If we want to be able to run ACS mgmt server, agents
etc against JRE 1.8 on both 4.9/lts and m
GitHub user mike-tutkowski opened a pull request:
https://github.com/apache/cloudstack/pull/1642
System VMs on Managed Storage
This PR makes it easier to spin up system VMs on managed storage.
Managed storage is when you have a dedicated volume on a SAN for a
particular vir
Github user mike-tutkowski commented on the issue:
https://github.com/apache/cloudstack/pull/1642
Here is a screen capture on the changes to the System Service Offering
dialog.
[](url)
https://cloud.githubusercontent.com/assets/3019295/17714367/ba238e5e-63bc-11e6-946c-ed69
Github user serg38 commented on the issue:
https://github.com/apache/cloudstack/pull/1593
@jburwell LGTM for the test part. This PR was extensively tested on
Environment: RHEL 6 management servers, Vmware ESX5.5 and 6.0 with advanced
networking
---
If your project is set up for
Github user jburwell commented on the issue:
https://github.com/apache/cloudstack/pull/1638
@rhtyd there is a difference between supporting Java8 and using it as the
default version. By changing the POMs, Maven will require that Java8 in order
to use CloudStack dependencies. Further
Github user jburwell commented on the issue:
https://github.com/apache/cloudstack/pull/1593
@serg38 we require Marvin test results and, as well as, the results of any
manual tests to be posted into the PR. This information is a pre-requisite for
merging PRs. Please see other closed
I upgraded a very clean environment of 4.8.0.1 to 4.9 and I am receiving this
error when trying to enable the dynamic.apichecker.enabled setting:
2016-08-17 00:20:03,148 DEBUG [c.c.a.ApiServlet]
(catalina-exec-25:ctx-01fb5369) (logid:3a6b506e) ===START=== 192.168.250.250
-- GET
command=updat
Hello,
I have updated my SSVMs to use SSL for traffic. I have uploaded my cert and
almost everything works as intended. The console proxy works without issue. If
I go to an instance and click view console, I am not prompted for an invalid
certificate. However, if I go to templates and click dow
Github user karuturi commented on the issue:
https://github.com/apache/cloudstack/pull/1593
@blueorangutan test
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes
Github user milamberspace commented on the issue:
https://github.com/apache/cloudstack/pull/1619
Add the transifex config for new L10N resources files must be done after
each new major release on master branch (for the N+1 release, and after the
creation of the release branch)
Github user koushik-das commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1611#discussion_r75071072
--- Diff: tools/marvin/marvin/deployDataCenter.py ---
@@ -224,6 +225,15 @@ def createClusters(self, clusters, zoneId, podId,
vmwareDc=None):
36 matches
Mail list logo