[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-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-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-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-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

[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-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 appear

[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

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

2015-10-15 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-15 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

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

2015-10-15 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-15 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 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-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-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: 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-8855 Improve Error Message for...

2015-09-16 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-16 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-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

[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-8855 Improve Error Message for...

2015-09-16 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

[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-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-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-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: 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-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-8915 - Cannot SSH into VMs dep...

2015-10-05 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

[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-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-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

[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-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 issue #858: CLOUDSTACK-8886: Limitations is listUsageRecords outp...

2016-06-02 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/858 ### ACS CI BVT Run **Sumarry:** Build Number 115 Hypervisor xenserver NetworkType Advanced Passed=62 Failed=2 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #847: Bug-ID: CLOUDSTACK-8880: calculate free memory on hos...

2016-06-02 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/847 ### ACS CI BVT Run **Sumarry:** Build Number 116 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #844: CLOUDSTACK-7985: assignVM in Advanced zone with Secur...

2016-06-02 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/844 ### ACS CI BVT Run **Sumarry:** Build Number 117 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #562: Cloudstack 8612

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

[GitHub] cloudstack issue #827: BUG-ID: CLOUDSTACK-8849: Usage job should stop usage ...

2016-06-03 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/827 ### ACS CI BVT Run **Sumarry:** Build Number 123 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #556: CLOUDSTACK-8609. [VMware] VM is not accessible after ...

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

[GitHub] cloudstack issue #544: CLOUDSTACK-8599. CS reports failure for a successful ...

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

[GitHub] cloudstack issue #1491: Fixes regarding VOLUME_DELETE events resulting from ...

2016-06-08 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1491 ### ACS CI BVT Run **Sumarry:** Build Number 162 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #914: BUG-ID CLOUDSTACK-8939

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

[GitHub] cloudstack issue #1455: [CLOUDSTACK-9328]: Fix vlan issues from test suite t...

2016-06-09 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1455 ### ACS CI BVT Run **Sumarry:** Build Number 166 Hypervisor xenserver NetworkType Advanced Passed=70 Failed=3 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1480: CLOUDSTACK-9342: Site to Site VPN PFS not being set ...

2016-06-08 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1480 ### ACS CI BVT Run **Sumarry:** Build Number 163 Hypervisor xenserver NetworkType Advanced Passed=72 Failed=1 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #872: Strongswan vpn feature

2016-06-07 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/872 ### ACS CI BVT Run **Sumarry:** Build Number 151 Hypervisor xenserver NetworkType Advanced Passed=71 Failed=2 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #872: Strongswan vpn feature

2016-06-06 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/872 ### ACS CI BVT Run **Sumarry:** Build Number 143 Hypervisor xenserver NetworkType Advanced Passed=71 Failed=2 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1447: CLOUDSTACK-9343 Removed unused parameters and variab...

2016-06-07 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1447 ### ACS CI BVT Run **Sumarry:** Build Number 156 Hypervisor xenserver NetworkType Advanced Passed=68 Failed=5 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #872: Strongswan vpn feature

2016-06-08 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/872 ### ACS CI BVT Run **Sumarry:** Build Number 159 Hypervisor xenserver NetworkType Advanced Passed=71 Failed=2 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1511: 4.9/master bountycastle changes

2016-06-08 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1511 ### ACS CI BVT Run **Sumarry:** Build Number 158 Hypervisor xenserver NetworkType Advanced Passed=68 Failed=5 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1451: CLOUDSTACK-9319: Use timeout when applying config to...

2016-06-07 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1451 ### ACS CI BVT Run **Sumarry:** Build Number 152 Hypervisor xenserver NetworkType Advanced Passed=68 Failed=5 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1437: removed unused HypervDummyResourceBase class

2016-06-06 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1437 ### ACS CI BVT Run **Sumarry:** Build Number 144 Hypervisor xenserver NetworkType Advanced Passed=72 Failed=1 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1436: [Bug-Id: CLOUDSTACK-9306]Replace testdata with servi...

2016-06-06 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1436 ### ACS CI BVT Run **Sumarry:** Build Number 145 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1435: Dockerfile4.9

2016-06-06 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1435 ### ACS CI BVT Run **Sumarry:** Build Number 146 Hypervisor xenserver NetworkType Advanced Passed=68 Failed=5 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1432: Fix for CLOUDSTACK-9253

2016-06-06 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1432 ### ACS CI BVT Run **Sumarry:** Build Number 147 Hypervisor xenserver NetworkType Advanced Passed=68 Failed=5 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #827: BUG-ID: CLOUDSTACK-8849: Usage job should stop usage ...

2016-06-10 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/827 ### ACS CI BVT Run **Sumarry:** Build Number 176 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1455: [CLOUDSTACK-9328]: Fix vlan issues from test suite t...

2016-06-10 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1455 ### ACS CI BVT Run **Sumarry:** Build Number 177 Hypervisor xenserver NetworkType Advanced Passed=65 Failed=1 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1530: Vmdk findbugs

2016-06-10 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1530 ### ACS CI BVT Run **Sumarry:** Build Number 180 Hypervisor xenserver NetworkType Advanced Passed=69 Failed=1 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1443: CLOUDSTACK-9314 - Remove unused code from XenServerS...

2016-06-10 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1443 ### ACS CI BVT Run **Sumarry:** Build Number 178 Hypervisor xenserver NetworkType Advanced Passed=72 Failed=1 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1531: systemvmtemplate: fix build and upgrade to debian 7....

2016-06-10 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1531 ### ACS CI BVT Run **Sumarry:** Build Number 179 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1525: Status of tests

2016-06-11 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1525 ### ACS CI BVT Run **Sumarry:** Build Number 181 Hypervisor xenserver NetworkType Advanced Passed=72 Failed=1 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #905: BUG-ID: CLOUDSTACK-8922: Unable to delete IP tag

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

[GitHub] cloudstack issue #899: BUG-ID:CLOUDSTACK-8921

2016-06-09 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/899 ### ACS CI BVT Run **Sumarry:** Build Number 172 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #896: CLOUDSTACK-8908 After copying the template charging f...

2016-06-09 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/896 ### ACS CI BVT Run **Sumarry:** Build Number 173 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #872: Strongswan vpn feature

2016-06-10 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/872 ### ACS CI BVT Run **Sumarry:** Build Number 174 Hypervisor xenserver NetworkType Advanced Passed=71 Failed=2 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #815: CLOUDSTACK-8841: Storage XenMotion from XS 6.2 to XS ...

2016-06-03 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/815 ### ACS CI BVT Run **Sumarry:** Build Number 124 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #843: Security group ingress/egress issues with xenserver 6...

2016-06-02 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/843 ### ACS CI BVT Run **Sumarry:** Build Number 118 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #838: CLOUDSTACK-8857 listProjects doesn't return tags vmst...

2016-06-03 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/838 ### ACS CI BVT Run **Sumarry:** Build Number 120 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #798: CLOUDSTACK-8830 - [Vmware] VM snapshot fails for 12 m...

2016-06-03 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/798 ### ACS CI BVT Run **Sumarry:** Build Number 126 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #872: Strongswan vpn feature

2016-06-04 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/872 ### ACS CI BVT Run **Sumarry:** Build Number 127 Hypervisor xenserver NetworkType Advanced Passed=71 Failed=2 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #872: Strongswan vpn feature

2016-06-03 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/872 ### ACS CI BVT Run **Sumarry:** Build Number 119 Hypervisor xenserver NetworkType Advanced Passed=69 Failed=4 Skipped=3 _Link to logs Folder (search

[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/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-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-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 issue #1559: CLOUDSTACK-9280: System VM volumes can be expunged i...

2016-06-11 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1559 ### ACS CI BVT Run **Sumarry:** Build Number 186 Hypervisor xenserver NetworkType Advanced Passed=68 Failed=5 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1557: Removed unused methods from XenServerConnectionPool

2016-06-11 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1557 ### ACS CI BVT Run **Sumarry:** Build Number 188 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1563: CLOUDSTACK-9389:[automation]updating test_routers_ne...

2016-06-11 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1563 ### ACS CI BVT Run **Sumarry:** Build Number 184 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1560: CLOUDSTACK-9386: DS template copies don’t get dele...

2016-06-11 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1560 ### ACS CI BVT Run **Sumarry:** Build Number 185 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1566: Followup fix for #1162: Add support for not (re)star...

2016-06-11 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1566 ### ACS CI BVT Run **Sumarry:** Build Number 183 Hypervisor xenserver NetworkType Advanced Passed=70 Failed=1 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1519: Cloudstack 9339: Virtual Routers do not handle Multi...

2016-06-11 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1519 ### ACS CI BVT Run **Sumarry:** Build Number 182 Hypervisor xenserver NetworkType Advanced Passed=67 Failed=6 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1554: API: improve resource limits comprehension

2016-06-11 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1554 ### ACS CI BVT Run **Sumarry:** Build Number 189 Hypervisor xenserver NetworkType Advanced Passed=72 Failed=1 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #351: This branch implements the CSV and native HA support ...

2016-06-06 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/351 ### ACS CI BVT Run **Sumarry:** Build Number 142 Hypervisor xenserver NetworkType Advanced Passed=70 Failed=3 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1418: CLOUDSTACK-9261: Query to traffic sentinel requestin...

2016-06-06 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1418 ### ACS CI BVT Run **Sumarry:** Build Number 148 Hypervisor xenserver NetworkType Advanced Passed=70 Failed=1 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1450: CLOUDSTACK-9317: Enable/disable static NAT associate...

2016-06-07 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1450 ### ACS CI BVT Run **Sumarry:** Build Number 154 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1470: Make the generated json files unique to prevent conc...

2016-06-08 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1470 ### ACS CI BVT Run **Sumarry:** Build Number 164 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1464: [CLOUDSTACK-9337]Enhance vcenter.py to create data c...

2016-06-08 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1464 ### ACS CI BVT Run **Sumarry:** Build Number 165 Hypervisor xenserver NetworkType Advanced Passed=73 Failed=0 Skipped=3 _Link to logs Folder (search

[GitHub] cloudstack issue #1448: CLOUDSTACK-9315: Removed unused Classes

2016-06-07 Thread bvbharatk
Github user bvbharatk commented on the issue: https://github.com/apache/cloudstack/pull/1448 ### ACS CI BVT Run **Sumarry:** Build Number 155 Hypervisor xenserver NetworkType Advanced Passed=68 Failed=5 Skipped=3 _Link to logs Folder (search

[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: 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: 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-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-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: [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

  1   2   3   >