[GitHub] cloudstack pull request: Quota master

2015-08-20 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37605573 --- Diff: plugins/database/quota/src/org/apache/cloudstack/api/response/QuotaResponseBuilderImpl.java --- @@ -0,0 +1,419 @@ +//Licensed to

[GitHub] cloudstack pull request: Quota master

2015-08-20 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37605569 --- Diff: plugins/database/quota/src/org/apache/cloudstack/api/response/QuotaResponseBuilderImpl.java --- @@ -0,0 +1,419 @@ +//Licensed to

[GitHub] cloudstack-docs-admin pull request: CLOUDSTACK-8592: Quota plugin ...

2015-08-21 Thread abhinandanprateek
Github user abhinandanprateek commented on the pull request: https://github.com/apache/cloudstack-docs-admin/pull/30#issuecomment-133351307 Daan, Thanks for reviewing the document, the observations are incorporated. --- If your project is set up for it, you can reply

[GitHub] cloudstack pull request: Quota master

2015-08-21 Thread abhinandanprateek
Github user abhinandanprateek commented on the pull request: https://github.com/apache/cloudstack/pull/689#issuecomment-133352253 Where ever there is a DB change the pattern is use. The plain switch is used where it is db readonly. --- If your project is set up for it, you can reply

[GitHub] cloudstack pull request: Quota master

2015-08-23 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37716584 --- Diff: plugins/database/quota/src/org/apache/cloudstack/api/response/QuotaResponseBuilderImpl.java --- @@ -0,0 +1,419 @@ +//Licensed to

[GitHub] cloudstack pull request: Quota master

2015-08-23 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37716634 --- Diff: plugins/database/quota/src/org/apache/cloudstack/api/response/QuotaResponseBuilderImpl.java --- @@ -0,0 +1,419 @@ +//Licensed to

[GitHub] cloudstack pull request: Quota master

2015-08-23 Thread abhinandanprateek
Github user abhinandanprateek commented on the pull request: https://github.com/apache/cloudstack/pull/689#issuecomment-134027847 @jburwell @DaanHoogland There is a underlying connection pool to save on expensive db connection operations. Moreover this cost should be similar to

[GitHub] cloudstack pull request: Quota master

2015-08-24 Thread abhinandanprateek
Github user abhinandanprateek commented on the pull request: https://github.com/apache/cloudstack/pull/689#issuecomment-134480002 I think we should not be using TransactionLegacy anymore. It was used in first place just to be consistent with UsageServer and due to time constraints. I

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on the pull request: https://github.com/apache/cloudstack/pull/689#issuecomment-134855999 @jburwell was looking at com.cloud.utils.db.Transaction class the db is hardcoded in there: execute() short databaseId

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37950152 --- Diff: server/src/com/cloud/api/dispatch/ParamProcessWorker.java --- @@ -294,6 +294,14 @@ private void setFieldValue(final Field field, final

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37950196 --- Diff: plugins/database/quota/src/org/apache/cloudstack/quota/QuotaServiceImpl.java --- @@ -0,0 +1,296 @@ +//Licensed to the Apache

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37950304 --- Diff: plugins/database/quota/src/org/apache/cloudstack/quota/QuotaServiceImpl.java --- @@ -0,0 +1,296 @@ +//Licensed to the Apache

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37950329 --- Diff: plugins/database/quota/src/org/apache/cloudstack/quota/QuotaServiceImpl.java --- @@ -0,0 +1,296 @@ +//Licensed to the Apache

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37950380 --- Diff: plugins/database/quota/src/org/apache/cloudstack/quota/QuotaServiceImpl.java --- @@ -0,0 +1,296 @@ +//Licensed to the Apache

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37950415 --- Diff: plugins/database/quota/src/org/apache/cloudstack/quota/QuotaServiceImpl.java --- @@ -0,0 +1,296 @@ +//Licensed to the Apache

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37950425 --- Diff: plugins/database/quota/src/org/apache/cloudstack/quota/QuotaServiceImpl.java --- @@ -0,0 +1,296 @@ +//Licensed to the Apache

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37950517 --- Diff: plugins/database/quota/src/org/apache/cloudstack/quota/QuotaServiceImpl.java --- @@ -0,0 +1,296 @@ +//Licensed to the Apache

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37950548 --- Diff: plugins/database/quota/src/org/apache/cloudstack/quota/QuotaServiceImpl.java --- @@ -0,0 +1,296 @@ +//Licensed to the Apache

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37950577 --- Diff: plugins/database/quota/src/org/apache/cloudstack/quota/QuotaServiceImpl.java --- @@ -0,0 +1,296 @@ +//Licensed to the Apache

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37950573 --- Diff: plugins/database/quota/src/org/apache/cloudstack/quota/QuotaServiceImpl.java --- @@ -0,0 +1,296 @@ +//Licensed to the Apache

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37950620 --- Diff: plugins/database/quota/src/org/apache/cloudstack/quota/QuotaServiceImpl.java --- @@ -0,0 +1,296 @@ +//Licensed to the Apache

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37950673 --- Diff: plugins/database/quota/src/org/apache/cloudstack/api/response/QuotaResponseBuilderImpl.java --- @@ -0,0 +1,419 @@ +//Licensed to

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37950718 --- Diff: plugins/database/quota/src/org/apache/cloudstack/api/response/QuotaResponseBuilderImpl.java --- @@ -0,0 +1,419 @@ +//Licensed to

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37950745 --- Diff: plugins/database/quota/src/org/apache/cloudstack/api/response/QuotaResponseBuilderImpl.java --- @@ -0,0 +1,419 @@ +//Licensed to

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37950862 --- Diff: plugins/database/quota/src/org/apache/cloudstack/api/response/QuotaResponseBuilderImpl.java --- @@ -0,0 +1,419 @@ +//Licensed to

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37950867 --- Diff: plugins/database/quota/src/org/apache/cloudstack/api/response/QuotaResponseBuilderImpl.java --- @@ -0,0 +1,419 @@ +//Licensed to

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37950915 --- Diff: plugins/database/quota/src/org/apache/cloudstack/api/response/QuotaResponseBuilderImpl.java --- @@ -0,0 +1,419 @@ +//Licensed to

[GitHub] cloudstack pull request: Quota master

2015-08-25 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37950999 --- Diff: plugins/database/quota/src/org/apache/cloudstack/api/response/QuotaResponseBuilderImpl.java --- @@ -0,0 +1,419 @@ +//Licensed to

[GitHub] cloudstack pull request: Quota master

2015-08-26 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37952261 --- Diff: usage/src/org/apache/cloudstack/quota/QuotaManagerImpl.java --- @@ -0,0 +1,465 @@ +//Licensed to the Apache Software Foundation

[GitHub] cloudstack pull request: Quota master

2015-08-26 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37952242 --- Diff: usage/src/org/apache/cloudstack/quota/QuotaManagerImpl.java --- @@ -0,0 +1,465 @@ +//Licensed to the Apache Software Foundation

[GitHub] cloudstack pull request: Quota master

2015-08-26 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37952248 --- Diff: usage/src/org/apache/cloudstack/quota/QuotaManagerImpl.java --- @@ -0,0 +1,465 @@ +//Licensed to the Apache Software Foundation

[GitHub] cloudstack pull request: Quota master

2015-08-26 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37952280 --- Diff: usage/src/org/apache/cloudstack/quota/QuotaAlertManagerImpl.java --- @@ -0,0 +1,471 @@ +//Licensed to the Apache Software

[GitHub] cloudstack pull request: Quota master

2015-08-26 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37952296 --- Diff: usage/src/org/apache/cloudstack/quota/QuotaAlertManagerImpl.java --- @@ -0,0 +1,471 @@ +//Licensed to the Apache Software

[GitHub] cloudstack pull request: Quota master

2015-08-26 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37952287 --- Diff: usage/src/org/apache/cloudstack/quota/QuotaAlertManagerImpl.java --- @@ -0,0 +1,471 @@ +//Licensed to the Apache Software

[GitHub] cloudstack pull request: Quota master

2015-08-26 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37952257 --- Diff: usage/src/org/apache/cloudstack/quota/QuotaManagerImpl.java --- @@ -0,0 +1,465 @@ +//Licensed to the Apache Software Foundation

[GitHub] cloudstack pull request: Quota master

2015-08-26 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r37952302 --- Diff: usage/src/org/apache/cloudstack/quota/QuotaAlertManagerImpl.java --- @@ -0,0 +1,471 @@ +//Licensed to the Apache Software

[GitHub] cloudstack pull request: Quota master

2015-08-26 Thread abhinandanprateek
Github user abhinandanprateek commented on the pull request: https://github.com/apache/cloudstack/pull/689#issuecomment-134875791 The Transaction open and close causing churn in database connection is based on the notion that these methods somehow open and close db connections. As

[GitHub] cloudstack pull request: CLOUDSTACK-8766: Fix infinite scrolling p...

2015-08-26 Thread abhinandanprateek
Github user abhinandanprateek commented on the pull request: https://github.com/apache/cloudstack/pull/740#issuecomment-134952809 LGTM --- 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

[GitHub] cloudstack pull request: Quota master

2015-08-26 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r38059425 --- Diff: framework/quota/src/org/apache/cloudstack/quota/dao/ServiceOfferingDaoImpl.java --- @@ -0,0 +1,85 @@ +// Licensed to the Apache

[GitHub] cloudstack pull request: Quota master

2015-08-26 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/689#discussion_r38060134 --- Diff: usage/src/org/apache/cloudstack/quota/QuotaAlertManagerImpl.java --- @@ -0,0 +1,471 @@ +//Licensed to the Apache Software

[GitHub] cloudstack pull request: Quota master

2015-08-31 Thread abhinandanprateek
Github user abhinandanprateek closed the pull request at: https://github.com/apache/cloudstack/pull/689 --- 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

[GitHub] cloudstack pull request: Quota

2015-09-07 Thread abhinandanprateek
Github user abhinandanprateek commented on the pull request: https://github.com/apache/cloudstack/pull/768#issuecomment-138230799 LGTM --- 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

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-10 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62796102 --- Diff: api/src/com/cloud/network/vpc/OSPFZoneConfig.java --- @@ -0,0 +1,332 @@ +// Licensed to the Apache Software Foundation (ASF

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-10 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62796202 --- Diff: client/tomcatconf/commands.properties.in --- @@ -485,6 +485,10 @@ updateVPCOffering=1 deleteVPCOffering=1 listVPCOfferings

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62819386 --- Diff: api/src/org/apache/cloudstack/api/command/admin/vpc/VPCOSPFConfigUpdateCmd.java --- @@ -0,0 +1,207 @@ +// Licensed to the

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62819265 --- Diff: api/src/org/apache/cloudstack/api/command/admin/vpc/VPCOSPFConfigUpdateCmd.java --- @@ -0,0 +1,207 @@ +// Licensed to the

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62819354 --- Diff: api/src/org/apache/cloudstack/api/command/admin/vpc/VPCOSPFConfigUpdateCmd.java --- @@ -0,0 +1,207 @@ +// Licensed to the

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62819397 --- Diff: api/src/org/apache/cloudstack/api/command/admin/vpc/VPCOSPFConfigUpdateCmd.java --- @@ -0,0 +1,207 @@ +// Licensed to the

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62819375 --- Diff: api/src/org/apache/cloudstack/api/command/admin/vpc/VPCOSPFConfigUpdateCmd.java --- @@ -0,0 +1,207 @@ +// Licensed to the

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62819412 --- Diff: api/src/org/apache/cloudstack/api/command/admin/vpc/VPCOSPFConfigUpdateCmd.java --- @@ -0,0 +1,207 @@ +// Licensed to the

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62819537 --- Diff: api/src/org/apache/cloudstack/api/command/admin/vpc/VPCOSPFConfigUpdateCmd.java --- @@ -0,0 +1,207 @@ +// Licensed to the

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62819651 --- Diff: api/src/org/apache/cloudstack/api/command/admin/vpc/VPCOSPFConfigUpdateCmd.java --- @@ -0,0 +1,207 @@ +// Licensed to the

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62819915 --- Diff: api/src/com/cloud/network/vpc/OSPFZoneConfig.java --- @@ -0,0 +1,329 @@ +// Licensed to the Apache Software Foundation (ASF

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62824571 --- Diff: core/src/com/cloud/agent/api/routing/QuaggaConfigCommand.java --- @@ -0,0 +1,86 @@ +// +// Licensed to the Apache Software

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62826214 --- Diff: core/src/com/cloud/agent/resource/virtualnetwork/facade/QuaggaConfigItem.java --- @@ -0,0 +1,93 @@ +// +// Licensed to the

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62826751 --- Diff: core/src/com/cloud/agent/resource/virtualnetwork/facade/QuaggaConfigItem.java --- @@ -0,0 +1,93 @@ +// +// Licensed to the

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62827143 --- Diff: core/src/com/cloud/agent/resource/virtualnetwork/facade/QuaggaConfigItem.java --- @@ -0,0 +1,93 @@ +// +// Licensed to the

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62827236 --- Diff: core/src/com/cloud/agent/resource/virtualnetwork/facade/QuaggaConfigItem.java --- @@ -0,0 +1,93 @@ +// +// Licensed to the

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62831265 --- Diff: engine/orchestration/src/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java --- @@ -1445,28 +1466,31 @@ public

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62835972 --- Diff: engine/schema/src/com/cloud/network/vpc/dao/VpcServiceMapDaoImpl.java --- @@ -62,7 +62,31 @@ protected VpcServiceMapDaoImpl

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62837384 --- Diff: server/src/com/cloud/network/router/CommandSetupHelper.java --- @@ -1048,4 +1052,33 @@ protected String getGuestDhcpRange(final

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62962859 --- Diff: server/src/org/apache/cloudstack/network/topology/BasicNetworkVisitor.java --- @@ -316,4 +317,9 @@ public boolean visit(final

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62963628 --- Diff: systemvm/patches/debian/config/opt/cloud/bin/cs/CsQuagga.py --- @@ -0,0 +1,85 @@ +# Licensed to the Apache Software Foundation

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62963739 --- Diff: test/integration/component/test_ospf.py --- @@ -0,0 +1,477 @@ +# Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62965518 --- Diff: utils/src/main/java/com/cloud/utils/net/NetUtils.java --- @@ -1159,6 +1181,25 @@ public static boolean validateGuestCidr(final String

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-11 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62967326 --- Diff: utils/src/main/java/com/cloud/utils/net/cidr/CIDR4.java --- @@ -0,0 +1,172 @@ +// +// Licensed to the Apache Software

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-12 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r62989315 --- Diff: utils/src/main/java/com/cloud/utils/net/cidr/CIDR6.java --- @@ -0,0 +1,95 @@ +// +// Licensed to the Apache Software

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-12 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r63130081 --- Diff: api/src/com/cloud/network/vpc/OSPFZoneConfig.java --- @@ -0,0 +1,332 @@ +// Licensed to the Apache Software Foundation (ASF

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-12 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1371#discussion_r63139322 --- Diff: api/src/com/cloud/network/vpc/OSPFZoneConfig.java --- @@ -0,0 +1,329 @@ +// Licensed to the Apache Software Foundation (ASF

[GitHub] cloudstack pull request: CLOUDSTACK-8970 Centos 6.{1,2,3,4,5} gues...

2016-05-13 Thread abhinandanprateek
Github user abhinandanprateek commented on the pull request: https://github.com/apache/cloudstack/pull/956#issuecomment-218978117 @SudharmaJain it is a unit test failure triggered by an assert. cc @rhtyd It is being generated by ProcessRunner. --- If your project is set up for it

[GitHub] cloudstack pull request: Fix Nio/CPU issue and CI failures

2016-05-13 Thread abhinandanprateek
Github user abhinandanprateek commented on the pull request: https://github.com/apache/cloudstack/pull/1543#issuecomment-218978811 LGTM based on code review. --- 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

[GitHub] cloudstack pull request: OSPF: adding dynamically routing capabili...

2016-05-13 Thread abhinandanprateek
Github user abhinandanprateek commented on the pull request: https://github.com/apache/cloudstack/pull/1371#issuecomment-218997501 @jburwell briefly moving to java 8 made me realise that it has lot more ipv6 primitives then there are in 7. --- If your project is set up for it, you

[GitHub] cloudstack-docs-admin pull request: CLOUDSTACK-9299: doc for out-o...

2016-05-13 Thread abhinandanprateek
Github user abhinandanprateek commented on the pull request: https://github.com/apache/cloudstack-docs-admin/pull/38#issuecomment-219009712 read the document LGTM. --- 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

[GitHub] cloudstack pull request: CLOUDSTACK-8562: Dynamic Role-Based API C...

2016-05-18 Thread abhinandanprateek
Github user abhinandanprateek commented on the pull request: https://github.com/apache/cloudstack/pull/1489#issuecomment-220239213 @rhtyd @anshul1886 This week I rebased the ospf changes with current master and did not have any issues. OSPF adds 2 new APIs and they are using the new

[GitHub] cloudstack pull request: [WIP][4.10+/long-term] Moving towards Jav...

2016-05-20 Thread abhinandanprateek
Github user abhinandanprateek commented on the pull request: https://github.com/apache/cloudstack/pull/1546#issuecomment-220533410 With java 8 we will also get enhanced testing frameworks, specially junit-quickcheck, that will help us in writing more expressive and compact test cases

[GitHub] cloudstack pull request: Remodeling of Nuage VSP Plugin + CLOUDSTA...

2016-05-23 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1494#discussion_r64323811 --- Diff: engine/schema/src/com/cloud/vm/dao/DomainRouterDaoImpl.java --- @@ -432,4 +432,12 @@ public void removeRouterFromGuestNetwork(final

[GitHub] cloudstack pull request: Remodeling of Nuage VSP Plugin + CLOUDSTA...

2016-05-23 Thread abhinandanprateek
Github user abhinandanprateek commented on the pull request: https://github.com/apache/cloudstack/pull/1494#issuecomment-221160321 The AddNuageVspDeviceCmd can be upgraded to follow new RBAC pattern for access permissions, api and response naming. (Look at CreateRoleCmd.java). After

[GitHub] cloudstack pull request: systemvmtemplate: fix build and upgrade t...

2016-05-24 Thread abhinandanprateek
Github user abhinandanprateek commented on the pull request: https://github.com/apache/cloudstack/pull/1531#issuecomment-221200314 LGTM based on code review and template build. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cloudstack pull request #1587: WIP: Removed the java dependency for packagin...

2016-06-08 Thread abhinandanprateek
GitHub user abhinandanprateek opened a pull request: https://github.com/apache/cloudstack/pull/1587 WIP: Removed the java dependency for packaging KVM agent. Checked that JAVA_HOME env variable will be honoured. So install KVM agent on tareget host with pre installed java

[GitHub] cloudstack pull request #1587: WIP: Removed the java dependency for packagin...

2016-06-08 Thread abhinandanprateek
Github user abhinandanprateek closed the pull request at: https://github.com/apache/cloudstack/pull/1587 --- 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

[GitHub] cloudstack issue #1626: [blocker] Fix systemvm template build

2016-08-04 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1626 LGTM on code review and tested the systemvm build on OSX. --- 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

[GitHub] cloudstack issue #1115: CLOUDSTACK-9064: The users should be able to create ...

2016-08-08 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1115 fixed in master --- 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

[GitHub] cloudstack pull request #1115: CLOUDSTACK-9064: The users should be able to ...

2016-08-08 Thread abhinandanprateek
Github user abhinandanprateek closed the pull request at: https://github.com/apache/cloudstack/pull/1115 --- 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

[GitHub] cloudstack issue #1631: Fix debian build error due to commit 3315eb5

2016-08-08 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1631 LGTM on review --- 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

[GitHub] cloudstack issue #1115: CLOUDSTACK-9064: The users should be able to create ...

2016-08-08 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1115 @rhtyd yes it is merged in 4.9 as well. --- 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] cloudstack pull request #1639: CLOUDSTACK-9453: WIP : Marvin optimizations a...

2016-08-15 Thread abhinandanprateek
GitHub user abhinandanprateek opened a pull request: https://github.com/apache/cloudstack/pull/1639 CLOUDSTACK-9453: WIP : Marvin optimizations and fixes. 1. Adding small sized macchinina template as built in templates 2. Adding methods so the test writers haev choice to use

[GitHub] cloudstack pull request #1641: CLOUDSTACK-9459: the try's catch blick was sh...

2016-08-16 Thread abhinandanprateek
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

[GitHub] cloudstack pull request #1643: CLOUDSTACK-9460: For long running transaction...

2016-08-17 Thread abhinandanprateek
GitHub user abhinandanprateek opened a pull request: https://github.com/apache/cloudstack/pull/1643 CLOUDSTACK-9460: For long running transactions, if the connection is timed out by the mysql server then refresh it You can merge this pull request into a Git repository by running

[GitHub] cloudstack pull request #1639: CLOUDSTACK-9453: WIP : Marvin optimizations a...

2016-08-21 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1639#discussion_r75614167 --- Diff: setup/db/db/schema-490to491.sql --- @@ -0,0 +1,4 @@ + +LOCK TABLES `vm_template` WRITE; +INSERT INTO `vm_template` VALUES

[GitHub] cloudstack pull request #1639: CLOUDSTACK-9453: WIP : Marvin optimizations a...

2016-08-21 Thread abhinandanprateek
Github user abhinandanprateek commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1639#discussion_r75614226 --- Diff: engine/storage/src/org/apache/cloudstack/storage/datastore/ObjectInDataStoreManagerImpl.java --- @@ -92,6 +92,7 @@ public

[GitHub] cloudstack issue #1648: test/integration: fix tearDown order in list_acl_ te...

2016-08-22 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1648 LGTM based on code review, the order of cleanup is fixed so that the resources are released in right order. --- If your project is set up for it, you can reply to this email and have

[GitHub] cloudstack issue #1657: [lts/blocker] CLOUDSTACK-9467: Add symlink to key fi...

2016-08-24 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1657 LGTM on code review, this will fix the broken symlink for usage server --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] cloudstack issue #1656: CLOUDSTACK-9466: Fix fk constraint failure in upgrad...

2016-08-24 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1656 LGTM on code review, the fix is taking care of the removed column, thereby maintaining the constraints. --- If your project is set up for it, you can reply to this email and have

[GitHub] cloudstack issue #1643: CLOUDSTACK-9460: For long running transactions, if t...

2016-08-26 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1643 @rhtyd rebased with 4.9 --- 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

[GitHub] cloudstack pull request #1667: CLOUDSTACK-9481: Convert MyISAM table to Inno...

2016-08-30 Thread abhinandanprateek
GitHub user abhinandanprateek opened a pull request: https://github.com/apache/cloudstack/pull/1667 CLOUDSTACK-9481: Convert MyISAM table to InnoDB for consistency You can merge this pull request into a Git repository by running: $ git pull https://github.com/shapeblue

[GitHub] cloudstack issue #1640: CLOUDSTACK-9458: Fix HA bug when VMs are stopped on ...

2016-08-30 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1640 @marcaurele @koushik-das When the MS thinks that the VM is down, it issues a stop command. This is done to clear up the resources on management server db tied up for that VM. Now it

[GitHub] cloudstack pull request #1670: CLOUDSTACK-9481: Convert MyISAM table to Inno...

2016-08-30 Thread abhinandanprateek
GitHub user abhinandanprateek opened a pull request: https://github.com/apache/cloudstack/pull/1670 CLOUDSTACK-9481: Convert MyISAM table to InnoDB for consistency You can merge this pull request into a Git repository by running: $ git pull https://github.com/shapeblue

[GitHub] cloudstack issue #1667: CLOUDSTACK-9481: Convert MyISAM table to InnoDB for ...

2016-08-30 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1667 @rhtyd created another PR for 4.9 https://github.com/apache/cloudstack/pull/1670 --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cloudstack issue #1654: Updating pom.xml version numbers for release 4.8.2.0...

2016-09-01 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1654 Looks good on code review here is my LGTM --- 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

[GitHub] cloudstack issue #1667: CLOUDSTACK-9481: Convert MyISAM table to InnoDB for ...

2016-09-01 Thread abhinandanprateek
Github user abhinandanprateek commented on the issue: https://github.com/apache/cloudstack/pull/1667 Closing as it is already merged. --- 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

<    1   2   3   4   5   >