[GitHub] cloudstack pull request #1965: CLOUDSTACK-9727 Password reset discrepancy in...

2017-02-23 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/1965 CLOUDSTACK-9727 Password reset discrepancy in RVR when one of the Rou… …ter is not in Running state. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cloudstack pull request #1967: CLOUDSTACK-9638 Problems caused when inputtin...

2017-02-23 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/1967 CLOUDSTACK-9638 Problems caused when inputting double-byte numbers fo… …r custom compute offerings You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] cloudstack pull request #1968: CLOUDSTACK-9666 Added basic configuration val...

2017-02-23 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/1968 CLOUDSTACK-9666 Added basic configuration validation for the config d… …rive global settings You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] cloudstack pull request #1969: CLOUDSTACK-9667 Enable resourcecount.check.in...

2017-02-23 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/1969 CLOUDSTACK-9667 Enable resourcecount.check.interval by default You can merge this pull request into a Git repository by running: $ git pull https://github.com/bvbharatk/cloudstack

[GitHub] cloudstack pull request #1970: CLOUDSTACK-9725 Failed to update VPC Network ...

2017-02-23 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/1970 CLOUDSTACK-9725 Failed to update VPC Network during N/w offering Upgr… …ade which doesnt have ACL service Enabled. check if acl service provider is configured when network is

[GitHub] cloudstack pull request #1971: CLOUDSTACK-9726 Update state is not changed t...

2017-02-23 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/1971 CLOUDSTACK-9726 Update state is not changed to UPDATE_FAILED in case … …when Host is put in Maintenance Mode. You can merge this pull request into a Git repository by running: $ git

[GitHub] cloudstack issue #1965: CLOUDSTACK-9727 Password reset discrepancy in RVR wh...

2017-02-23 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1965 @ustcweizhou Reformatted the code. thanks. --- 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 #843: Security group ingress/egress issues with xenserver 6...

2017-02-24 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/843 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 feature enabled and wishes so, or if the

[GitHub] cloudstack issue #1971: CLOUDSTACK-9726 Update state is not changed to UPDAT...

2017-02-27 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1971 @borisstoyanov We do not have any unit tests for this, but we have rvr marvin test, to test the basic functionality. test/integration/component/maint/test_redundant_router.py

[GitHub] cloudstack issue #1971: CLOUDSTACK-9726 Update state is not changed to UPDAT...

2017-02-27 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1971 @borisstoyanov I have only run BVTs, same as what you have already posted. Will also run the above mentioned test and post the results. thanks, Bharat. --- If your project is

[GitHub] cloudstack issue #1969: CLOUDSTACK-9667 Enable resourcecount.check.interval ...

2017-03-06 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1969 will move the changes to new schema file, when the new master branch is created after release. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cloudstack issue #1970: CLOUDSTACK-9725 Failed to update VPC Network during ...

2017-03-10 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1970 Ready to merge. --- 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] cloudstack issue #1967: CLOUDSTACK-9638 Problems caused when inputting doubl...

2017-03-10 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1967 Ready to merge. --- 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] cloudstack issue #1965: CLOUDSTACK-9727 Password reset discrepancy in RVR wh...

2017-03-12 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1965 @ustcweizhou Hi we are not saving the password to the router. we are saving the password in the VM details. When the VM starts we send the password to the router. Password reset cannot

[GitHub] cloudstack issue #1965: CLOUDSTACK-9727 Password reset discrepancy in RVR wh...

2017-03-14 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1965 @ustcweizhou We are saving the password in the user_vm_details explicitly. We are not checking if ssh key pair is set for this vm or not. I agree that ideally we should sync the

[GitHub] cloudstack pull request #837: CLOUDSTACK-8855 Improve Error Message for Host...

2017-03-14 Thread bvbharatk
Github user bvbharatk commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/837#discussion_r105881247 --- Diff: engine/orchestration/src/com/cloud/agent/manager/AgentManagerImpl.java --- @@ -1049,7 +1044,13 @@ public boolean executeUserRequest(final

[GitHub] cloudstack pull request #837: CLOUDSTACK-8855 Improve Error Message for Host...

2017-03-14 Thread bvbharatk
Github user bvbharatk commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/837#discussion_r105881425 --- Diff: server/src/com/cloud/alert/AlertManagerImpl.java --- @@ -767,7 +767,9 @@ public void sendAlert(AlertType alertType, long dataCenterId, Long

[GitHub] cloudstack pull request #837: CLOUDSTACK-8855 Improve Error Message for Host...

2017-03-14 Thread bvbharatk
Github user bvbharatk commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/837#discussion_r105881440 --- Diff: plugins/network-elements/netscaler/src/com/cloud/network/element/NetscalerElement.java --- @@ -512,7 +512,11 @@ public void

[GitHub] cloudstack pull request #837: CLOUDSTACK-8855 Improve Error Message for Host...

2017-03-14 Thread bvbharatk
Github user bvbharatk commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/837#discussion_r105881592 --- Diff: engine/components-api/src/com/cloud/agent/AgentManager.java --- @@ -141,7 +142,7 @@ public void pullAgentOutMaintenance(long

[GitHub] cloudstack pull request #837: CLOUDSTACK-8855 Improve Error Message for Host...

2017-03-14 Thread bvbharatk
Github user bvbharatk commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/837#discussion_r106088129 --- Diff: engine/orchestration/src/com/cloud/agent/manager/AgentManagerImpl.java --- @@ -986,33 +986,28 @@ public Answer easySend(final Long hostId

[GitHub] cloudstack pull request #837: CLOUDSTACK-8855 Improve Error Message for Host...

2017-03-14 Thread bvbharatk
Github user bvbharatk commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/837#discussion_r106088086 --- Diff: api/src/org/apache/cloudstack/api/command/admin/host/ReconnectHostCmd.java --- @@ -100,17 +103,18 @@ public Long getInstanceId

[GitHub] cloudstack pull request #837: CLOUDSTACK-8855 Improve Error Message for Host...

2017-03-14 Thread bvbharatk
Github user bvbharatk commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/837#discussion_r106088915 --- Diff: engine/components-api/src/com/cloud/agent/AgentManager.java --- @@ -141,7 +142,7 @@ public void pullAgentOutMaintenance(long

[GitHub] cloudstack pull request #837: CLOUDSTACK-8855 Improve Error Message for Host...

2017-03-14 Thread bvbharatk
Github user bvbharatk commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/837#discussion_r106089352 --- Diff: server/src/com/cloud/alert/AlertManagerImpl.java --- @@ -767,7 +767,9 @@ public void sendAlert(AlertType alertType, long dataCenterId, Long

[GitHub] cloudstack pull request #837: CLOUDSTACK-8855 Improve Error Message for Host...

2017-03-22 Thread bvbharatk
Github user bvbharatk commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/837#discussion_r107355223 --- Diff: server/src/com/cloud/alert/AlertManagerImpl.java --- @@ -767,7 +767,9 @@ public void sendAlert(AlertType alertType, long dataCenterId, Long

[GitHub] cloudstack issue #1971: CLOUDSTACK-9726 Update state is not changed to UPDAT...

2017-03-27 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1971 @borisstoyanov ran test/integration/component/maint/test_redundant_router.py . Test create network with non-default guest cidr with redundant routers ... === TestName

[GitHub] cloudstack issue #2018: CLOUDSTACK-9848: Added exit status checking for the ...

2017-04-04 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/2018 code changes 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 feature enabled and

[GitHub] cloudstack pull request: CLOUDSTACK-8751 minimise downtime of netw...

2015-12-23 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/866#issuecomment-166838925 @DaanHoogland Added a test to verify if the routers are getting updated one after the other. Test create network with redundant routers

[GitHub] cloudstack pull request: CLOUDSTACK-8856 Primary Storage Used(type...

2015-09-28 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/865#issuecomment-143944642 The above travis error is because of a failure to do git pull below are the relevant logs. system_info Build system information Build

[GitHub] cloudstack pull request: CLOUDSTACK-89027 Restart Network fails in...

2015-09-28 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/898 CLOUDSTACK-89027 Restart Network fails in EIP/ELB zone The restart network was failing when using external loadbalencer. The failure was because of a number format exception. When

[GitHub] cloudstack pull request: CLOUDSTACK-8915 - Cannot SSH into VMs dep...

2015-10-04 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/908#issuecomment-145441458 @remibergsma Hi, I see that currently we invoke the main function of configure.py every time we call the update_config when a new config to vr is

[GitHub] cloudstack pull request: CLOUDSTACK-8933 SSVm and CPVM do not surv...

2015-10-13 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/930 CLOUDSTACK-8933 SSVm and CPVM do not survive a reboot from API The issue is because we loop infinitely when we do not receive any cmdline data during reboots. The current fix is to attempt

[GitHub] cloudstack pull request: CLOUDSTACK-8933 SSVm and CPVM do not surv...

2015-10-14 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/930#issuecomment-148296716 Hi, one way to fix this as i mentioned earlier is to send some data which will tell us not to wait, using patchviasoket even when we reboot. This will

[GitHub] cloudstack pull request: CLOUDSTACK-8933 SSVm and CPVM do not surv...

2015-10-14 Thread bvbharatk
Github user bvbharatk commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/930#discussion_r42088137 --- Diff: systemvm/patches/debian/config/etc/init.d/cloud-early-config --- @@ -117,7 +117,7 @@ get_boot_params() { if [ ! -e /dev

[GitHub] cloudstack pull request: CLOUDSTACK-8933 SSVm and CPVM do not surv...

2015-10-14 Thread bvbharatk
Github user bvbharatk commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/930#discussion_r42088163 --- Diff: systemvm/patches/debian/config/etc/init.d/cloud-early-config --- @@ -128,7 +128,14 @@ get_boot_params() { echo $pubkey

[GitHub] cloudstack pull request: CLOUDSTACK-8933 SSVm and CPVM do not surv...

2015-10-14 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/930#issuecomment-148297173 @remibergsma The fix dose not cover the case of cmdline change when we stop start the router. I said how i intend to fix this and waiting to see if other

[GitHub] cloudstack pull request: CLOUDSTACK-8933 SSVm and CPVM do not surv...

2015-10-20 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/930#issuecomment-149456401 @karuturi @wilderrodrigues Hi guys, Thanks for taking this up and finalising. It would have taken at lest 4 days to start working on this again

[GitHub] cloudstack pull request: CLOUDSTACK-8860: improve error messages i...

2015-11-01 Thread bvbharatk
Github user bvbharatk commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/864#discussion_r43601603 --- Diff: engine/orchestration/src/com/cloud/vm/VirtualMachineManagerImpl.java --- @@ -1090,8 +1091,8 @@ public void orchestrateStart(final String

[GitHub] cloudstack pull request: CLOUDSTACK-8860: improve error messages i...

2015-11-01 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/864#issuecomment-152940799 @wido, sorry for the late response, was busy with other work. I have replied to your question inline. @remibergsma Thanks for taking time and

[GitHub] cloudstack pull request: CLOUDSTACK-9016 Fail to create VM instanc...

2015-11-02 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/1020 CLOUDSTACK-9016 Fail to create VM instance within VPC bug link https://issues.apache.org/jira/browse/CLOUDSTACK-9016. CS doe not allocate the ip of the form x.x.x.1 to a guest VM. We

[GitHub] cloudstack pull request: CLOUDSTACK-9016 Fail to create VM instanc...

2015-11-02 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1020#issuecomment-152963507 Hi, Adding Sanjeev's commit which tests this change. --- If your project is set up for it, you can reply to this email and have your reply appe

[GitHub] cloudstack pull request: CLOUDSTACK-8751 minimise downtime of netw...

2015-11-02 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/866#issuecomment-152969714 Hi, rebased with 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

[GitHub] cloudstack pull request: CLOUDSTACK-8852 Database shows that manag...

2015-11-02 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/840#issuecomment-152974654 @bhaisaab fixed the double indent. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] cloudstack pull request: CLOUDSTACK-8725 RVR functionality is brok...

2015-08-13 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/692 CLOUDSTACK-8725 RVR functionality is broken in case of isolated netwo… CLOUDSTACK-8725 RVR functionality is broken in case of isolated networks, conntrackd fails to start. You can

[GitHub] cloudstack pull request: CLOUDSTACK-8725 RVR functionality is brok...

2015-08-13 Thread bvbharatk
Github user bvbharatk commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/692#discussion_r37048693 --- Diff: systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py --- @@ -96,7 +96,7 @@ def _redundant_on(self): d

[GitHub] cloudstack pull request: CLOUDSTACK-8725 RVR functionality is brok...

2015-08-18 Thread bvbharatk
Github user bvbharatk commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/692#discussion_r37269538 --- Diff: systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py --- @@ -96,7 +96,7 @@ def _redundant_on(self): d

[GitHub] cloudstack pull request: CLOUDSTACK-8799 fixed the defalut routes

2015-09-07 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/784 CLOUDSTACK-8799 fixed the defalut routes CLOUDSTACK-8799 made changes to fix CsRedundant.py You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] cloudstack pull request: CLOUDSTACK-8690:Added remote access vpn a...

2015-09-08 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/772#issuecomment-138793699 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 feature

[GitHub] cloudstack pull request: CLOUDSTACK-8799 fixed the defalut routes

2015-09-09 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/784#issuecomment-138885057 Hi @wilderrodrigues will update once i am done testing against vpc networks. --- If your project is set up for it, you can reply to this email and have

[GitHub] cloudstack pull request: CLOUDSTACK-8799 fixed the defalut routes

2015-09-09 Thread bvbharatk
Github user bvbharatk commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/784#discussion_r39033655 --- Diff: systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py --- @@ -95,9 +95,17 @@ def get_control_if(self): return ip

[GitHub] cloudstack pull request: CLOUDSTACK-8799 fixed the defalut routes

2015-09-10 Thread bvbharatk
Github user bvbharatk commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/784#discussion_r39242678 --- Diff: systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py --- @@ -105,8 +121,17 @@ def process(self): ip = CsIP(dev

[GitHub] cloudstack pull request: CLOUDSTACK-8799 fixed the defalut routes

2015-09-10 Thread bvbharatk
Github user bvbharatk commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/784#discussion_r39242176 --- Diff: systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py --- @@ -95,9 +95,25 @@ def get_control_if(self): return ip

[GitHub] cloudstack pull request: CLOUDSTACK-8798 Fixed the vrrp virtual ip...

2015-09-11 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/800 CLOUDSTACK-8798 Fixed the vrrp virtual ip config in case of rvr enabl… Fixed the vrrp virtual ip config in case of rvr enabled isolated networks. changed the CsRedundant.py to bring down

[GitHub] cloudstack pull request: CLOUDSTACK-8799 fixed the defalut routes

2015-09-11 Thread bvbharatk
Github user bvbharatk commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/784#discussion_r39275218 --- Diff: systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py --- @@ -95,9 +95,25 @@ def get_control_if(self): return ip

[GitHub] cloudstack pull request: Tagging tests appropriately to pick them ...

2015-09-14 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/819#issuecomment-140046588 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 feature

[GitHub] cloudstack pull request: CLOUDSTACK-8799 fixed the defalut routes

2015-09-14 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/784#issuecomment-140278884 commit ids b66dcda49f370e6fc91ebff889a694f17826ca44 1a02773b556a0efa277cf18cd099fc62a4e27706 --- If your project is set up for it, you can reply to

[GitHub] cloudstack pull request: CLOUDSTACK-8799 fixed the defalut routes

2015-09-14 Thread bvbharatk
Github user bvbharatk closed the pull request at: https://github.com/apache/cloudstack/pull/784 --- 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

[GitHub] cloudstack pull request: CLOUDSTACK-8855 Improve Error Message for...

2015-09-15 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/837 CLOUDSTACK-8855 Improve Error Message for Host Alert State and reconnect host API. earlier we were eating up exceptions from the lower layer which resulted in improper error messages. fixed

[GitHub] cloudstack pull request: CLOUDSTACK-8855 Improve Error Message for...

2015-09-15 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/838 CLOUDSTACK-8855 Improve Error Message for Host Alert State and reconnect host API. earlier we were eating up exceptions from the lower layer which resulted in improper error messages. fixed

[GitHub] cloudstack pull request: CLOUDSTACK-8855 Improve Error Message for...

2015-09-15 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/837#issuecomment-140646781 @wilderrodrigues my bad, something went wrong while creating the pr. fixed this. --- If your project is set up for it, you can reply to this email and have

[GitHub] cloudstack pull request: CLOUDSTACK-8857 listProjects doesn't retu...

2015-09-16 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/838#issuecomment-140649167 @wilderrodrigues this jira ticket will give some insight on how to test it. https://issues.apache.org/jira/browse/CLOUDSTACK-8857 --- If your project is

[GitHub] cloudstack pull request: CLOUDSTACK-8851 Redundant VR getting star...

2015-09-16 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/839 CLOUDSTACK-8851 Redundant VR getting started in the same cluster or h… we are not populating the deployment destination of the previous rvr in the avoid set of the rvr that is being created

[GitHub] cloudstack pull request: CLOUDSTACK-8852 Database shows that manag...

2015-09-16 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/840 CLOUDSTACK-8852 Database shows that management server is UP when it i… …s actually stopped from the CCP GUI This was happening as the stop method in clusterMnanagerImpl was

[GitHub] cloudstack pull request: CLOUDSTACK-8860: improve error messages i...

2015-09-21 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/864 CLOUDSTACK-8860: improve error messages in VM deployment code path. improved the error messages in vm deployment code path. added some more data to the error messages and also fixed some

[GitHub] cloudstack pull request: CLOUDSTACK-8856 Primary Storage Used(type...

2015-09-21 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/865 CLOUDSTACK-8856 Primary Storage Used(type tag with value 2) related t… Primary Storage Used(type tag with value 2) related tag is not showing in listCapacity api response You can merge

[GitHub] cloudstack pull request: CLOUDSTACK-8751 minimise downtime of netw...

2015-09-21 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/866 CLOUDSTACK-8751 minimise downtime of network when network update is in progress. more info in the bug link below. https://issues.apache.org/jira/browse/CLOUDSTACK-8751 You can merge this

[GitHub] cloudstack pull request: Cloudstack 8902

2015-09-23 Thread bvbharatk
GitHub user bvbharatk opened a pull request: https://github.com/apache/cloudstack/pull/877 Cloudstack 8902 In an EIP zone, restarting a network with cleanup option checked , is failing with NumberFormatException. tested manually. You can merge this pull request into a Git

[GitHub] cloudstack pull request: Cloudstack 8902

2015-09-23 Thread bvbharatk
Github user bvbharatk closed the pull request at: https://github.com/apache/cloudstack/pull/877 --- 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

[GitHub] cloudstack pull request: CLOUDSTACK-8751 minimise downtime of netw...

2016-05-15 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/866#issuecomment-219300465 ### ACS CI BVT Run **Sumarry:** Build Number 32 Hypervisor xenserver NetworkType Advanced Passed=184 Failed=4 Skipped=6

[GitHub] cloudstack pull request: CLOUDSTACK-8751 minimise downtime of netw...

2016-05-15 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/866#issuecomment-219300583 Hi, In the CI the test have failed because of a tear down issue i.e. the test failed to clean the used resources. These failure can be ignored until we

[GitHub] cloudstack pull request: CLOUDSTACK-8751 minimise downtime of netw...

2016-05-25 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/866#issuecomment-221785775 @swill Rebased with master and resolved the conflicts. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cloudstack pull request: L10n update master 20160127

2016-05-26 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1376#issuecomment-221846787 ### ACS CI BVT Run **Sumarry:** Build Number 56 Hypervisor xenserver NetworkType Advanced Passed=72 Failed=1 Skipped=3

[GitHub] cloudstack pull request: Refactor system VM default network creati...

2016-05-26 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1360#issuecomment-221940475 ### ACS CI BVT Run **Sumarry:** Build Number 58 Hypervisor xenserver NetworkType Advanced Passed=67 Failed=4 Skipped=3

[GitHub] cloudstack pull request: CLOUDSTACK-8958: release dedicated ip ran...

2016-05-26 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1357#issuecomment-221985483 ### ACS CI BVT Run **Sumarry:** Build Number 59 Hypervisor xenserver NetworkType Advanced Passed=71 Failed=2 Skipped=3

[GitHub] cloudstack pull request: Refactor test_vpc_vpn, add test for multi...

2016-05-26 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1355#issuecomment-222025028 ### ACS CI BVT Run **Sumarry:** Build Number 60 Hypervisor xenserver NetworkType Advanced Passed=67 Failed=5 Skipped=3

[GitHub] cloudstack pull request: CLOUDSTACK-9228: Network update with mist...

2016-05-26 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1333#issuecomment-222045623 ### ACS CI BVT Run **Sumarry:** Build Number 61 Hypervisor xenserver NetworkType Advanced Passed=66 Failed=2 Skipped=3

[GitHub] cloudstack pull request: Automation for CLOUDSTACK-9217 script to ...

2016-05-27 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1322#issuecomment-222125996 ### ACS CI BVT Run **Sumarry:** Build Number 64 Hypervisor xenserver NetworkType Advanced Passed=70 Failed=3 Skipped=3

[GitHub] cloudstack pull request: CLOUDSTACK-9208: Assertion Error in VM_PO...

2016-05-27 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1307#issuecomment-222167149 ### ACS CI BVT Run **Sumarry:** Build Number 65 Hypervisor xenserver NetworkType Advanced Passed=71 Failed=2 Skipped=3

[GitHub] cloudstack pull request: [CLOUDSTACK-9207] Test to verify restarti...

2016-05-27 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1304#issuecomment-11023 ### ACS CI BVT Run **Sumarry:** Build Number 66 Hypervisor xenserver NetworkType Advanced Passed=72 Failed=0 Skipped=3

[GitHub] cloudstack pull request: CLOUDSTACK-9200: Fixed failed to delete s...

2016-05-27 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1282#issuecomment-43971 ### ACS CI BVT Run **Sumarry:** Build Number 67 Hypervisor xenserver NetworkType Advanced Passed=68 Failed=4 Skipped=3

[GitHub] cloudstack pull request: CLOUDSTACK-9198: Virtual router gets depl...

2016-05-27 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1278#issuecomment-76364 ### ACS CI BVT Run **Sumarry:** Build Number 68 Hypervisor xenserver NetworkType Advanced Passed=69 Failed=4 Skipped=3

[GitHub] cloudstack pull request: CLOUDSTACK-8867: Added retry logic to rec...

2016-05-27 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1269#issuecomment-86696 ### ACS CI BVT Run **Sumarry:** Build Number 69 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3

[GitHub] cloudstack pull request: CLOUDSTACK-9175: [VMware DRS] Adding new ...

2016-05-27 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1257#issuecomment-92187 ### ACS CI BVT Run **Sumarry:** Build Number 70 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3

[GitHub] cloudstack pull request: CLOUDSTACK-9184: [VMware] vmware.ports.pe...

2016-05-28 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1253#issuecomment-98365 ### ACS CI BVT Run **Sumarry:** Build Number 71 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3

[GitHub] cloudstack pull request: CLOUDSTACK-9182: Some running VMs turned ...

2016-05-28 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1252#issuecomment-222304350 ### ACS CI BVT Run **Sumarry:** Build Number 72 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3

[GitHub] cloudstack pull request: automated CLOUDSTACK 9177 9178 9179

2016-05-28 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1250#issuecomment-222311560 ### ACS CI BVT Run **Sumarry:** Build Number 73 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3

[GitHub] cloudstack pull request: CLOUDSTACK-9175: [VMware DRS] Adding new ...

2016-05-28 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1248#issuecomment-222320117 ### ACS CI BVT Run **Sumarry:** Build Number 74 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3

[GitHub] cloudstack pull request: CLOUDSTACK-9165 unable to use reserved IP...

2016-05-28 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1246#issuecomment-222328207 ### ACS CI BVT Run **Sumarry:** Build Number 75 Hypervisor xenserver NetworkType Advanced Passed=68 Failed=5 Skipped=3

[GitHub] cloudstack pull request: CLOUDSTACK-9168: Testpath to check if wro...

2016-05-28 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1245#issuecomment-222335221 ### ACS CI BVT Run **Sumarry:** Build Number 76 Hypervisor xenserver NetworkType Advanced Passed=72 Failed=1 Skipped=3

[GitHub] cloudstack pull request: Update JuniperSrxResource.java

2016-05-29 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1148#issuecomment-222390201 ### ACS CI BVT Run **Sumarry:** Build Number 84 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3

[GitHub] cloudstack pull request: CLOUDSTACK-8996: Reducing Virual Machine ...

2016-05-30 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/1010#issuecomment-222476776 ### ACS CI BVT Run **Sumarry:** Build Number 88 Hypervisor xenserver NetworkType Advanced Passed=70 Failed=3 Skipped=3

[GitHub] cloudstack pull request: CLOUDSTACK-8969 VPN customer gateway can'...

2016-05-30 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/955#issuecomment-222531254 ### ACS CI BVT Run **Sumarry:** Build Number 90 Hypervisor xenserver NetworkType Advanced Passed=68 Failed=5 Skipped=3

[GitHub] cloudstack pull request: CLOUDSTACK-8959: Option to attach the con...

2016-05-30 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/938#issuecomment-222551754 ### ACS CI BVT Run **Sumarry:** Build Number 91 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3

[GitHub] cloudstack pull request: [4.7] CLOUDSTACK-8950 Hypervisor Paramete...

2016-05-30 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/928#issuecomment-222566382 ### ACS CI BVT Run **Sumarry:** Build Number 92 Hypervisor xenserver NetworkType Advanced Passed=71 Failed=2 Skipped=3

[GitHub] cloudstack pull request: [4.7] secure and hidden config values are...

2016-05-30 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/927#issuecomment-222581352 ### ACS CI BVT Run **Sumarry:** Build Number 93 Hypervisor xenserver NetworkType Advanced Passed=72 Failed=1 Skipped=3

[GitHub] cloudstack pull request: CLOUDSTACK-8944 Template download possible from new...

2016-05-31 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/921 ### ACS CI BVT Run **Sumarry:** Build Number 96 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder

[GitHub] cloudstack pull request: BUG-ID CLOUDSTACK-8939

2016-05-31 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/914 ### ACS CI BVT Run **Sumarry:** Build Number 97 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder

[GitHub] cloudstack pull request: BUG-ID: CLOUDSTACK-8922: Unable to delete IP tag

2016-05-31 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/905 ### ACS CI BVT Run **Sumarry:** Build Number 99 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder

[GitHub] cloudstack pull request: BUG-ID:CLOUDSTACK-8921

2016-05-31 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/899 ### ACS CI BVT Run **Sumarry:** Build Number 100 Hypervisor xenserver NetworkType Advanced Passed=72 Failed=1 Skipped=3 _Link to logs Folder

[GitHub] cloudstack pull request: CLOUDSTACK-8908 After copying the template charging...

2016-05-31 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/896 ### ACS CI BVT Run **Sumarry:** Build Number 101 Hypervisor xenserver NetworkType Advanced Passed=66 Failed=3 Skipped=3 _Link to logs Folder

[GitHub] cloudstack pull request: CLOUDSTACK-8910: The reserved_capacity field increa...

2016-05-31 Thread bvbharatk
Github user bvbharatk commented on the pull request: https://github.com/apache/cloudstack/pull/892 ### ACS CI BVT Run **Sumarry:** Build Number 102 Hypervisor xenserver NetworkType Advanced Passed=71 Failed=2 Skipped=3 _Link to logs Folder

  1   2   3   >