git commit: updated refs/heads/master to a4a059c

2013-04-10 Thread yasker
Updated Branches: refs/heads/master ee0a91d11 -> a4a059c04 CLOUDSTACK-779 Egress firewall rules support for Juniper SRX Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a4a059c0 Tree: http://git-wip-us.apache.org/

[1/2] git commit: updated refs/heads/pvlan to 4c0f775

2013-04-21 Thread yasker
Updated Branches: refs/heads/pvlan [created] 4c0f775e6 PVLAN: Add pvlan in createNetworkCommand Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c26244d1 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tre

[2/2] git commit: updated refs/heads/pvlan to 4c0f775

2013-04-21 Thread yasker
Implement PVLAN on Xen Start/stop vm/dhcp server are done. Not done with VM migration. A new command(PvlanSetupCommand) is sent for setting up PVLAN for vms. Currently it's focus on OVS implementation. Need to be more abstruct and add vSwitch part. Project: http://git-wip-us.apache.org/repos/a

git commit: updated refs/heads/pvlan to 5c6f3a9

2013-04-22 Thread yasker
Updated Branches: refs/heads/pvlan 4c0f775e6 -> 5c6f3a9a0 PVLAN: Simplify OVS policy We can resubmit the packet against the flow table to get simplier result. Now we don't need to check if VM is in the same host as DHCP server or not. Project: http://git-wip-us.apache.org/repos/asf/cloudst

git commit: updated refs/heads/pvlan to e4d3603

2013-04-23 Thread yasker
Updated Branches: refs/heads/pvlan 5c6f3a9a0 -> e4d3603f9 PVLAN: Remove bridge parameter in PvlanSetupCommand Bridge is hypervisor dependent, shouldn't appear in PvlanSetupCommand. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf

git commit: updated refs/heads/pvlan to d988638

2013-04-25 Thread yasker
Updated Branches: refs/heads/pvlan e4d3603f9 -> d988638aa PVLAN: Add network label parameter to PvlanSetupCommand We need it to find the real bridge/switch to program on the OVS. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/c

git commit: updated refs/heads/master to 15be977

2013-05-16 Thread yasker
Updated Branches: refs/heads/master a29e39365 -> 15be97772 PVLAN : Implementing PVLAN deployment capability for VMware deployments in cloudstack. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/15be9777 Tree: ht

[1/2] git commit: updated refs/heads/master to eb7c321

2013-05-20 Thread yasker
Updated Branches: refs/heads/master cf6045f1a -> eb7c32142 CLOUDSTACK-1638: Introduce NetworkMigrationResponder The location of the virtual machine is provided by DeployDestination, which will be passed in NetworkGuru#reserve and NetworkElement#prepare. During the virtual machine migration, i

[2/2] git commit: updated refs/heads/master to eb7c321

2013-05-20 Thread yasker
PVLAN: CLOUDSTACK-2401: VM Migration support Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/eb7c3214 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/eb7c3214 Diff: http://git-wip-us.apache.org/repos/asf

git commit: updated refs/heads/master to 92ad6ab

2013-05-21 Thread yasker
Updated Branches: refs/heads/master a75cf9a79 -> 92ad6abab PVLAN: Fix NPE when VM are in allocated state If vlan is not assigned for VM, nic.getBroadcastUri() would be null. Then just ignore it. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.

git commit: updated refs/heads/master to 07715b9

2013-05-23 Thread yasker
Updated Branches: refs/heads/master 780b45e24 -> 07715b91a CLOUDSTACK-2639: Add flag for booting complete Don't execute any command before VR complete booting up process. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack

git commit: updated refs/heads/master to a1437ae

2013-05-24 Thread yasker
Updated Branches: refs/heads/master d99fae07c -> a1437ae82 CLOUDSTACK-2563: Network ACL: Allow protocol 1(icmp) paired with icmp type/code Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a1437ae8 Tree: http://git

[1/2] git commit: updated refs/heads/master to a21a4e5

2013-05-24 Thread yasker
Updated Branches: refs/heads/master a1437ae82 -> a21a4e5ac CLOUDSTACK-2681: Suppress failed to apply port forwarding rule error when rollback Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e3a32867 Tree: http:/

[2/2] git commit: updated refs/heads/master to a21a4e5

2013-05-24 Thread yasker
CLOUDSTACK-2682: Sleep 1 second before switch to BACKUP To prevent backup.sh preempt master.sh when keepalived switch to MASTER then back to BACKUP immediately. Since it would take at least 3 seconds for BACKUP to switch to MASTER(vrrp timeout), the fix won't cause chaos when keepalive try to swi

git commit: updated refs/heads/master to 83c13fc

2013-05-29 Thread yasker
Updated Branches: refs/heads/master a91f04e75 -> 83c13fcf2 CLOUDSTACK-2614: Fix the permission of patchviasocket.pl It's non-executable now, which cause trouble on deb package. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/clou

git commit: updated refs/heads/master to 70ca581

2013-05-30 Thread yasker
Updated Branches: refs/heads/master 1300fc812 -> 70ca58149 CLOUDSTACK-2772: Programming firewall rules to VR when recovering redundant network Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/70ca5814 Tree: http:

git commit: updated refs/heads/master to 4c1ace5

2013-06-04 Thread yasker
Updated Branches: refs/heads/master 727c5bae9 -> 4c1ace5e0 CLOUDSTACK-2775: Fix trunk port is not 1 on some hosts Now searching for eth- or em- prefix, as the port for going outside. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/as

[1/2] git commit: updated refs/heads/master to 5a8a2a2

2013-06-13 Thread yasker
Updated Branches: refs/heads/master 263062526 -> 5a8a2a259 CLOUDSTACK-2792: Send "saved_password" to BACKUP router when reset password for user VM Otherwise when MASTER failed, the user VM would get password reset again after reboot. But this fix still have issues if MASTER is failure before

[2/2] git commit: updated refs/heads/master to 5a8a2a2

2013-06-13 Thread yasker
CLOUDSTACK-1170: Redundant Router: Ensure MACs are same on other than first public nic Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fbe6b273 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fbe6b273 D

[3/4] git commit: updated refs/heads/baremetal-4.2 to f6d71c5

2013-06-18 Thread yasker
Revert "Removing baremetal related references" This reverts commit 99ea4011b18356d09686889205ef5df1b170b0dc. Conflicts: server/src/com/cloud/network/NetworkServiceImpl.java Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/clo

[4/4] git commit: updated refs/heads/baremetal-4.2 to f6d71c5

2013-06-18 Thread yasker
Baremetal: DB upgrade Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f6d71c50 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f6d71c50 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f6d71c

[1/4] git commit: updated refs/heads/baremetal-4.2 to f6d71c5

2013-06-18 Thread yasker
Updated Branches: refs/heads/baremetal-4.2 [created] f6d71c506 Fix baremetal functionality 1. Baremetal doesn't have secondary storage, so we don't need check them. 2. The new "AddBaremetalHostCmd" hasn't been used by UI, so keep the validity checking out for now. "AddHostCmd" would still wor

[2/4] git commit: updated refs/heads/baremetal-4.2 to f6d71c5

2013-06-18 Thread yasker
Baremetal: Re-enable baremetal component Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/43b7a544 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/43b7a544 Diff: http://git-wip-us.apache.org/repos/asf/clo

git commit: updated refs/heads/master to 5d70e19

2013-06-18 Thread yasker
Updated Branches: refs/heads/master a16af4380 -> 5d70e1928 CLOUDSTACK-2534: Modify id_rsa.cloud's permission to 600 644 is too open for ssh. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5d70e192 Tree: http://

git commit: updated refs/heads/master to c8bc7a0

2013-06-18 Thread yasker
Updated Branches: refs/heads/master 5d70e1928 -> c8bc7a0af Revert "CLOUDSTACK-2534: Modify id_rsa.cloud's permission to 600" This reverts commit 5d70e1928c19dc18b0479354b24649081f79c277. Wrong fix. The correct key is at: /var/cloudstack/management/.ssh/id_rsa Project: http://git-wip-us.apa

git commit: updated refs/heads/master to b3fb485

2013-06-19 Thread yasker
Updated Branches: refs/heads/master 0a4e65126 -> b3fb4851e Fix regression of return Userdata provider when caller asked for DHCP It's introduced by: commit 052c24c4d1c881f791b804dbb9c2fc083af7da36 Author: Bharat Kumar Date: Mon May 13 17:02:27 2013 +0530 CLOUDSTACK-702: Multiple ip ra

[1/2] git commit: updated refs/heads/master to c3df348

2013-10-17 Thread yasker
Updated Branches: refs/heads/master dad27aaf4 -> c3df34826 Remove Network Parameter for VPN service provider It's unnecessary since RemoteAccessVpnVO already have network ID binding with it. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org

[2/2] git commit: updated refs/heads/master to c3df348

2013-10-17 Thread yasker
CLOUDSTACK-4836: Fix VPN user are not programmed after restart network Also refactor VPN code. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c3df3482 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c3

git commit: updated refs/heads/4.2 to 7d7bd2a

2013-10-17 Thread yasker
Updated Branches: refs/heads/4.2 15b7b1082 -> 7d7bd2afd CLOUDSTACK-4836: Fix VPN user are not programmed after restart network Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7d7bd2af Tree: http://git-wip-us.apac

[2/2] git commit: updated refs/heads/4.2 to 3c8be55

2013-10-17 Thread yasker
CLOUDSTACK-2792: Call savepassword.sh inside VR for Xen Also only set password when password service is running, thus avoid setting for redundant router BACKUP router. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit

[1/2] git commit: updated refs/heads/4.2 to 3c8be55

2013-10-17 Thread yasker
Updated Branches: refs/heads/4.2 7d7bd2afd -> 3c8be550f CLOUDSTACK-4786: Reset Redundant Router priority after all the routers are stopped This patch would reset the priority in such condition: 1. All redundant routers are stopped, e.g. due to network GC 2. User start one VM in the network 3.

[2/2] git commit: updated refs/heads/master to 484d6c4

2013-10-17 Thread yasker
CLOUDSTACK-2792: Call savepassword.sh inside VR Also only set password when password service is running, thus avoid setting for redundant router BACKUP router. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/484d6c4

[1/2] git commit: updated refs/heads/master to 484d6c4

2013-10-17 Thread yasker
Updated Branches: refs/heads/master c3df34826 -> 484d6c4eb CLOUDSTACK-4786: Reset Redundant Router priority after all the routers are stopped This patch would reset the priority in such condition: 1. All redundant routers are stopped, e.g. due to network GC 2. User start one VM in the network

git commit: updated refs/heads/master to df1924d

2013-10-24 Thread yasker
Updated Branches: refs/heads/master 152872594 -> df1924d91 CLOUDSTACK-754: Fix KVM and Vmware resource for VPN Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/df1924d9 Tree: http://git-wip-us.apache.org/repos/asf

git commit: updated refs/heads/4.2 to 7e74851

2013-10-24 Thread yasker
Updated Branches: refs/heads/4.2 12fbaf9b4 -> 7e74851cc CLOUDSTACK-4913: Don't enable ebtables/iptables for non-security group zone Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7e74851c Tree: http://git-wip-us

git commit: updated refs/heads/master to f650d07

2013-10-24 Thread yasker
Updated Branches: refs/heads/master df1924d91 -> f650d07b6 CLOUDSTACK-4913: Don't enable ebtables/iptables for non-security group zone Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f650d07b Tree: http://git-wip

git commit: updated refs/heads/master to 10d4714

2013-10-28 Thread yasker
Updated Branches: refs/heads/master d5777c8e3 -> 10d47147a Remove the old duplicate savepassword.sh The working one is at: systemvm/patches/debian/config/opt/cloud/bin/ Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/c

git commit: updated refs/heads/master to 271a7df

2013-10-28 Thread yasker
Updated Branches: refs/heads/master 89d6e7ed6 -> 271a7dff9 Fix VPC issue due to VpcVirtualNetworkApplianceManagerImpl.java is not registered It should be registered rather than VirtualNetworkApplianceManageImpl.java, since it would cover the isolated network case as well. Project: http://gi

git commit: updated refs/heads/master to 8871cdc

2013-10-30 Thread yasker
Updated Branches: refs/heads/master a6b6fa65f -> 8871cdc03 Add support for multiple networks in the 'per account' source nat type setting in external network devices Signed-off-by: Sheng Yang Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.o

git commit: updated refs/heads/master to 3205cd4

2013-10-30 Thread yasker
Updated Branches: refs/heads/master 146019649 -> 3205cd42b CLOUDSTACK-730: Site-to-site VPN between VPC VR to VR Now VPN connection can be created as "passive", which would enable the ability of remote peer initiate the connection. So it's possible for VPC VR to establish the connection to ano

[4/5] Squashed commit of the Palo Alto Networks firewall integration plugin.

2013-11-06 Thread yasker
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8f8ad3f3/plugins/network-elements/palo-alto/src/com/cloud/network/element/PaloAltoExternalFirewallElement.java -- diff --git a/plugins/network-elements/palo-alto/src/com/cloud

[1/5] Squashed commit of the Palo Alto Networks firewall integration plugin.

2013-11-06 Thread yasker
Updated Branches: refs/heads/master 40a783932 -> 8f8ad3f38 http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8f8ad3f3/ui/scripts/system.js -- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 1579d16..fa22811

git commit: updated refs/heads/4.2 to 004efe1

2013-11-06 Thread yasker
Updated Branches: refs/heads/4.2 721567754 -> 004efe1c0 CLOUDSTACK-5066: Don't remove the current VPN users when updating If one VPN user and password is existed in current setup, then don't touch it, otherwise would result in this user's existing connection be dropped. Project: http://git-w

git commit: updated refs/heads/master to 27ce69f

2013-11-06 Thread yasker
Updated Branches: refs/heads/master 24c0513ee -> 27ce69fd5 CLOUDSTACK-5066: Don't remove the current VPN users when updating If one VPN user and password is existed in current setup, then don't touch it, otherwise would result in this user's existing connection be dropped. Project: http://gi

git commit: updated refs/heads/master to 62286fc

2013-11-07 Thread yasker
Updated Branches: refs/heads/master b864e677e -> 62286fcc6 Fix Palo Alto Firewall RAT issue Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/62286fcc Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/62

git commit: updated refs/heads/master to 333be7d

2013-11-08 Thread yasker
Updated Branches: refs/heads/master 4815b024b -> 333be7de4 Fix redundant router failed to start ResourceUnavailableException won't be catched by VirtualNetworkApplianceManager after Alex's refactor, because VirtualMachineManager.start() would cover the exceptions as well. So changed the callin

git commit: updated refs/heads/master to fd2e8c9

2013-11-08 Thread yasker
Updated Branches: refs/heads/master 333be7de4 -> fd2e8c9ac Redundant Router: Fix priority records in db Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fd2e8c9a Tree: http://git-wip-us.apache.org/repos/asf/clouds

git commit: updated refs/heads/master to 1f7ef65

2013-11-14 Thread yasker
Updated Branches: refs/heads/master 5e2e27dea -> 1f7ef652c Make com.cloud.network.vpn.RemoteAccessVpnService an extensible type Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1f7ef652 Tree: http://git-wip-us.apa

git commit: updated refs/heads/4.3 to 97dc85c

2013-12-03 Thread yasker
Updated Branches: refs/heads/4.3 02c7c1ab0 -> 97dc85cae Make com.cloud.network.vpn.RemoteAccessVpnService an extensible type Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/97dc85ca Tree: http://git-wip-us.apache

[1/3] git commit: updated refs/heads/baremetal-4.2 to f5e67e7

2013-06-20 Thread yasker
Updated Branches: refs/heads/baremetal-4.2 0293875e0 -> f5e67e7c0 Baremetal: Fix typo of BaremetaUserdataProvider Should be "Baremetal" rather than "Baremeta" Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/83c9

[2/3] git commit: updated refs/heads/baremetal-4.2 to f5e67e7

2013-06-20 Thread yasker
Baremetal: Fix API's packages and categories Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b047a9b6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b047a9b6 Diff: http://git-wip-us.apache.org/repos/as

[3/3] git commit: updated refs/heads/baremetal-4.2 to f5e67e7

2013-06-20 Thread yasker
Baremetal: Test cases Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f5e67e7c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f5e67e7c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f5e67e

[2/7] git commit: updated refs/heads/master to b0a3210

2013-06-21 Thread yasker
Baremetal: Re-enable baremetal component Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a1851328 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a1851328 Diff: http://git-wip-us.apache.org/repos/asf/clo

[1/7] git commit: updated refs/heads/master to b0a3210

2013-06-21 Thread yasker
Updated Branches: refs/heads/master 064b570c8 -> b0a321069 Revert "Removing baremetal related references" This reverts commit 99ea4011b18356d09686889205ef5df1b170b0dc. Conflicts: server/src/com/cloud/network/NetworkServiceImpl.java Project: http://git-wip-us.apache.org/repos/asf/clo

[3/7] git commit: updated refs/heads/master to b0a3210

2013-06-21 Thread yasker
Fix baremetal functionality 1. Baremetal doesn't have secondary storage, so we don't need check them. 2. The new "AddBaremetalHostCmd" hasn't been used by UI, so keep the validity checking out for now. "AddHostCmd" would still works. 3. Baremetal haven't implemented multiple ip range feature(CLO

[4/7] git commit: updated refs/heads/master to b0a3210

2013-06-21 Thread yasker
Baremetal: DB upgrade Conflicts: setup/db/db/schema-410to420.sql Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2edfa9a7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2edfa9a7 Diff: http://gi

[7/7] git commit: updated refs/heads/master to b0a3210

2013-06-21 Thread yasker
Baremetal: Test cases Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b0a32106 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b0a32106 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b0a321

[5/7] git commit: updated refs/heads/master to b0a3210

2013-06-21 Thread yasker
Baremetal: Fix typo of BaremetaUserdataProvider Should be "Baremetal" rather than "Baremeta" Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/041303cc Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0413

[6/7] git commit: updated refs/heads/master to b0a3210

2013-06-21 Thread yasker
Baremetal: Fix API's packages and categories Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/759269fc Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/759269fc Diff: http://git-wip-us.apache.org/repos/asf

git commit: updated refs/heads/master to db97bb8

2013-06-21 Thread yasker
Updated Branches: refs/heads/master 64c5266ec -> db97bb8e8 Fix NPE when using baremetal template Template size is NULL for baremetal, which caused NPE when unboxing Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commi

git commit: updated refs/heads/master to fe32dc7

2013-06-21 Thread yasker
Updated Branches: refs/heads/master db97bb8e8 -> fe32dc766 Baremetal: Add BaremetalDhcp Server and BaremetalPxe server to avoid list of stats collector Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fe32dc76 Tr

git commit: updated refs/heads/master to d223063

2013-06-21 Thread yasker
Updated Branches: refs/heads/master fe32dc766 -> d22306344 Baremetal: Fix permission deny to ipmi.py The file cloudstack-oss.asf/client/target/cloud-client-ui-4.2.0-SNAPSHOT/WEB-INF/classes/scripts/util/ipmi.py is not mark as executible, so we cannot execute it directly. Involve "/usr/bin/py

git commit: updated refs/heads/4.2 to 1b82ca2

2013-07-01 Thread yasker
Updated Branches: refs/heads/4.2 de767327b -> 1b82ca2a7 Baremetal: Move list APIs to the correct location Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1b82ca2a Tree: http://git-wip-us.apache.org/repos/asf/clou

git commit: updated refs/heads/master to 2fc6054

2013-07-01 Thread yasker
Updated Branches: refs/heads/master 37f12a31a -> 2fc6054a9 Baremetal: Move list APIs to the correct location Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2fc6054a Tree: http://git-wip-us.apache.org/repos/asf/c

git commit: updated refs/heads/master to 7d8f6c7

2013-07-09 Thread yasker
Updated Branches: refs/heads/master 7b783f0df -> 7d8f6c702 CLOUDSTACK-3417: Prevent conflict of existed foreign keys of baremetal when upgrade Now we dropped the keys(if any) then re-add them. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.o

git commit: updated refs/heads/4.2 to a3792fd

2013-07-09 Thread yasker
Updated Branches: refs/heads/4.2 ddf7d40b6 -> a3792fd9c CLOUDSTACK-3417: Prevent conflict of existed foreign keys of baremetal when upgrade Now we dropped the keys(if any) then re-add them. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/

git commit: updated refs/heads/master to da8b1ef

2013-07-10 Thread yasker
Updated Branches: refs/heads/master 37ba08a8e -> da8b1ef81 CLOUDSTACK-3417: Remove baremetal foreign key in upgrade path They're already handled by java code. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/da8b

git commit: updated refs/heads/4.2 to 00b8dc7

2013-07-10 Thread yasker
Updated Branches: refs/heads/4.2 50b8d6429 -> 00b8dc747 CLOUDSTACK-3417: Remove baremetal foreign key in upgrade path They're already handled by java code. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/00b8dc7

git commit: updated refs/heads/4.2 to 2ea61e7

2013-07-10 Thread yasker
Updated Branches: refs/heads/4.2 f8e45c2d7 -> 2ea61e7f2 CLOUDSTACK-3436: Fix inconsistent ip routing table between redundant virtual routers Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2ea61e7f Tree: http://

git commit: updated refs/heads/master to 9de2034

2013-07-10 Thread yasker
Updated Branches: refs/heads/master 56da71e5b -> 9de203483 CLOUDSTACK-3436: Fix inconsistent ip routing table between redundant virtual routers Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/9de20348 Tree: http

[1/2] git commit: updated refs/heads/4.2 to 9c1e02a

2013-07-15 Thread yasker
Updated Branches: refs/heads/4.2 c1b0228f1 -> 9c1e02ae5 CLOUDSTACK-3434: Improve the atomic of file lock used in VR Now we would retry if "ls" failed, since the list of files changed. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/a

[2/2] git commit: updated refs/heads/4.2 to 9c1e02a

2013-07-15 Thread yasker
CLOUDSTACK-3311: PVLAN - vmware dvswitch - stop/start nd reboot Virtual router FAIL Description: Fix logic to check for secondary pvlan id already existing on vmware DVS, and fix int to Integer comparison. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://

[1/2] git commit: updated refs/heads/master to cdbcc66

2013-07-15 Thread yasker
Updated Branches: refs/heads/master 2d30f42d0 -> cdbcc6663 CLOUDSTACK-3434: Improve the atomic of file lock used in VR Now we would retry if "ls" failed, since the list of files changed. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repo

[2/2] git commit: updated refs/heads/master to cdbcc66

2013-07-15 Thread yasker
CLOUDSTACK-3311: PVLAN - vmware dvswitch - stop/start nd reboot Virtual router FAIL Description: Fix logic to check for secondary pvlan id already existing on vmware DVS, and fix int to Integer comparison. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://

git commit: updated refs/heads/4.2 to 54e9fe4

2013-07-15 Thread yasker
Updated Branches: refs/heads/4.2 dabedd084 -> 54e9fe448 CLOUDSTACK-3540: Fix edithosts.sh to prevent removing active dhcp entries IP match must terminated by comma. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commi

git commit: updated refs/heads/master to 9fe1a2b

2013-07-15 Thread yasker
Updated Branches: refs/heads/master 52434dabc -> 9fe1a2b9f CLOUDSTACK-3540: Fix edithosts.sh to prevent removing active dhcp entries IP match must terminated by comma. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/co

git commit: updated refs/heads/4.2 to 2f85c80

2013-07-15 Thread yasker
Updated Branches: refs/heads/4.2 54e9fe448 -> 2f85c8065 CLOUDSTACK-3539: Fix wrong management ip when server start up The value "localhost" for mgmt server should be over-written anyway. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repo

git commit: updated refs/heads/master to ab42c1d

2013-07-15 Thread yasker
Updated Branches: refs/heads/master 9fe1a2b9f -> ab42c1d6d CLOUDSTACK-3539: Fix wrong management ip when server start up The value "localhost" for mgmt server should be over-written anyway. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/r

git commit: updated refs/heads/4.1 to f950132

2013-07-16 Thread yasker
Updated Branches: refs/heads/4.1 3b5bcac81 -> f95013273 CLOUDSTACK-3540: Fix edithosts.sh to prevent removing active dhcp entries IP match must terminated by comma. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commi

git commit: updated refs/heads/4.2 to 13c1c62

2013-07-16 Thread yasker
Updated Branches: refs/heads/4.2 9a9d27788 -> 13c1c6291 CLOUDSTACK-1670: Fix the order of user vm's multiple nics They should follow the order of networkIds parameter of deployVMCmd(). And eth0 would be always on default network. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/rep

git commit: updated refs/heads/master to 43ebb1c

2013-07-16 Thread yasker
Updated Branches: refs/heads/master ee664a1ca -> 43ebb1c82 CLOUDSTACK-1670: Fix the order of user vm's multiple nics They should follow the order of networkIds parameter of deployVMCmd(). And eth0 would be always on default network. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/

git commit: updated refs/heads/master to fff763e

2013-07-16 Thread yasker
Updated Branches: refs/heads/master 43ebb1c82 -> fff763ef8 CLOUDSTACK-3514: [Automation] Vmware - Failed to download default template for first zone Description: Fixing reference to null object. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.a

git commit: updated refs/heads/4.2 to e18ca01

2013-07-16 Thread yasker
Updated Branches: refs/heads/4.2 13c1c6291 -> e18ca0117 CLOUDSTACK-3514: [Automation] Vmware - Failed to download default template for first zone Description: Fixing reference to null object. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apac

git commit: updated refs/heads/master to 86bbe21

2013-07-16 Thread yasker
Updated Branches: refs/heads/master fff763ef8 -> 86bbe211f CLOUDSTACK-494: Loose the limition of same ip used by site-to-site vpn Different account can have same remote side IP now. Of course the remote side need to identify them and configured properly to handle it. Project: http://git-wip

git commit: updated refs/heads/4.2 to 8829826

2013-07-16 Thread yasker
Updated Branches: refs/heads/4.2 e18ca0117 -> 882982605 CLOUDSTACK-494: Loose the limition of same ip used by site-to-site vpn Different account can have same remote side IP now. Of course the remote side need to identify them and configured properly to handle it. Project: http://git-wip-us

git commit: updated refs/heads/4.2 to dc1ac3c

2013-07-17 Thread yasker
Updated Branches: refs/heads/4.2 83c7b9ae5 -> dc1ac3c45 CLOUDSTACK-3554: NPE while attaching VMWARE Tools ISO to the instance Description: Account for null imagestore for vmware-tools iso. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.o

git commit: updated refs/heads/master to d6cb952

2013-07-17 Thread yasker
Updated Branches: refs/heads/master c618caf10 -> d6cb95208 CLOUDSTACK-3554: NPE while attaching VMWARE Tools ISO to the instance Description: Account for null imagestore for vmware-tools iso. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apach

git commit: updated refs/heads/4.2 to 9edddf6

2013-07-18 Thread yasker
Updated Branches: refs/heads/4.2 fbf38a35d -> 9edddf632 CLOUDSTACK-3598: [Automation] NullPointerException observed while connecting agent Description: Fixing an NPE when setting resource count. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.a

git commit: updated refs/heads/master to dfa612d

2013-07-18 Thread yasker
Updated Branches: refs/heads/master 876a7b336 -> dfa612d1f CLOUDSTACK-3598: [Automation] NullPointerException observed while connecting agent Description: Fixing an NPE when setting resource count. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-u

git commit: updated refs/heads/master to 226bed7

2013-07-18 Thread yasker
Updated Branches: refs/heads/master 463a3aba7 -> 226bed7ec Removed unused classes ScriptBuilder and Executor was not actually used. Signed-off-by: Laszlo Hornyak Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit

git commit: updated refs/heads/master to e3f67d1

2013-03-28 Thread yasker
Updated Branches: refs/heads/master 86a153c59 -> e3f67d126 CLOUDSTACK-1827: Fix redundant router update mechanism There is a bug that if the smaller number ID RvR stop running, that pair of RvR's status won't be updated. This patch fixed it. Project: http://git-wip-us.apache.org/repos/asf/cl

git commit: updated refs/heads/master to 7d14161

2014-09-15 Thread yasker
Repository: cloudstack Updated Branches: refs/heads/master 0a4ab3251 -> 7d141617f Fix ip6gateway parameter comments in CreateNetworkCmd Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7d141617 Tree: http://git-wi

git commit: updated refs/heads/master to 29911dd

2014-09-17 Thread yasker
Repository: cloudstack Updated Branches: refs/heads/master 190bd3802 -> 29911dd2e CLOUDSTACK-7376 passwd_server attempts to start but terminates with the exit code 137 Signed-off-by: Sheng Yang Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache

git commit: updated refs/heads/master to aaeadc5

2014-09-23 Thread yasker
Repository: cloudstack Updated Branches: refs/heads/master 9425f06d7 -> aaeadc5c4 CLOUDSTACK-7605: Fix basic zone multiple pod network restart with cleanup=true 1. getRouters() doesn't handle RestartNetwork with cleanup=true for basic zone, because pod wouldn't be specific at the time. 2. The

git commit: updated refs/heads/master to d2fbe5c

2014-09-23 Thread yasker
Repository: cloudstack Updated Branches: refs/heads/master 093fa6f0a -> d2fbe5ccd CLOUDSTACK-7436: Fix automation test on RvR status detection Everytime when checking the RvR status, you must wait some time for RvR to update it's status. The polling thread would update the status only every 30

git commit: updated refs/heads/master to 307a35a

2014-10-27 Thread yasker
Repository: cloudstack Updated Branches: refs/heads/master 4f43839da -> 307a35a61 CLOUDSTACK-1771: Fix VR IP change when restartnetwork with cleanup=true in basic zone In basic network, the correct network id associate with IP is source network id rather than network id. Project: http://git

git commit: updated refs/heads/4.5 to dd7026b

2014-10-27 Thread yasker
Repository: cloudstack Updated Branches: refs/heads/4.5 1b535e20e -> dd7026b20 CLOUDSTACK-1771: Fix VR IP change when restartnetwork with cleanup=true in basic zone In basic network, the correct network id associate with IP is source network id rather than network id. Project: http://git-wi

git commit: updated refs/heads/master to 57c4841

2014-10-28 Thread yasker
Repository: cloudstack Updated Branches: refs/heads/master 4d06eef3b -> 57c484140 CLOUDSTACK-7814: Fix default passphrase for keystores In upgrade case, the db.properties file is not changed, but the following commit would require passphrase for keystore in it, thus result in error(NPE in fact

git commit: updated refs/heads/4.5 to 865b2e6

2014-10-28 Thread yasker
Repository: cloudstack Updated Branches: refs/heads/4.5 492962520 -> 865b2e679 CLOUDSTACK-7814: Fix default passphrase for keystores In upgrade case, the db.properties file is not changed, but the following commit would require passphrase for keystore in it, thus result in error(NPE in fact du

git commit: updated refs/heads/master to 03a4315

2014-10-30 Thread yasker
Repository: cloudstack Updated Branches: refs/heads/master 723aedf9b -> 03a43159d CLOUDSTACK-7821: Fix OSX cannot connect to VPN due to wrongly declaim ENCAPSULATION_MODE_UDP_TRANSPORT_RFC OSX always declaims it's behind NAT no matter it's true or not, thus result in confusion of openswan. A

  1   2   3   4   5   >