Repository: cloudstack-cloudmonkey
Updated Branches:
refs/heads/master fc9146346 -> 47b18bf77
cloudmonkey: don't output empty line after every output
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit:
http://git-wip-us.apache.org/
cloudmonkey: don't output empty line after every output
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit:
http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/47b18bf7
Tree:
http://git-wip-us.apache.org/repos/asf/clo
Repository: cloudstack-cloudmonkey
Updated Branches:
refs/heads/5.3 91afdd318 -> 47b18bf77
cloudmonkey: fix the weirdest readline import error ever
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit:
http://git-wip-us.apache.org/re
Repository: cloudstack
Updated Branches:
refs/heads/master bbca8cda9 -> 0fc07e6ea
[UI] bug fix: update vm info after add/remove nic
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0fc07e6e
Tree: http://git-wip-us
specifying MinVRVersion as 4.5.0 for the 4.5 branch
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ad59970d
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ad59970d
Diff: http://git-wip-us.apache.org/rep
developer: increase disable thresholds global settings for developers
- Increases the disable thresholds for developers
- Removes the use local storage for systemvms
Signed-off-by: Rohit Yadav
(cherry picked from commit 314e2daccccdbdc34973d039d16817d2d166)
Signed-off-by: Rohit Yadav
Proj
Repository: cloudstack
Updated Branches:
refs/heads/master 0fc07e6ea -> ef9830d6a
CLOUDSTACK-7959: fixed 'qemu-img convert' compat issue
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3f8d0dd4
Tree: http://git-w
CLOUDSTACK-7994: Network rules are not configured in VR after out-of-band
movement due to host crash
The last commit 513adab51b53ba1acdea908225cfffab90ca1595 didn't fully fix it.
Scenario #1 was not handled, only #2 was handled.
Fixed #1 as part of this commit.
1. If VM is in stopped state in CS
Fixing an issue related to figuring out the name of a datastore that is backed
by managed storage
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/be38b970
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree
Merge branch 'hotfix/4.5-7959' into 4.5
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b0845150
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b0845150
Diff: http://git-wip-us.apache.org/repos/asf/clou
Merge branch '4.5'
Conflicts:
server/src/com/cloud/network/router/VirtualNetworkApplianceManagerImpl.java
tools/appliance/build.sh
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ef9830d6
Tree: http
CLOUDSTACK-8047: UI > zone wizard > add primary storage step:
(zone-wide-primary-storage) fix a bug that failed to get cluster's hypervisor
value if previous step (e.g. add host step) has ever failed.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apac
made iptables for the VPN connection more secure
Added destination and source definition. Flag -S can be used
to ignore this. It's the new default as it is more secure
and does not impact the way things work (backwords compatible).
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Merge branch 'master' of https://github.com/remibergsma/cloudstack
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/76bb54b7
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/76bb54b7
Diff: http://git-wip-u
add a flag -c whether or not to check the VPN on create
Changed default to no, as the other side may not be up yet.
If this check fails, the VPN enters Error state and will not
work. It's safe to just let it connect on its own so it will
connect when it can.
Project: http://git-wip-us.apache.org
Repository: cloudstack
Updated Branches:
refs/heads/master ef9830d6a -> 76bb54b77
remove biglock usage from ipsectunnel.sh
Biglock breaks creating VPN's when other scripts run at the
same time that also use the same biglock. These other scripts
do nothing that could harm our deployment and eve
prevent CloudStack from removing the VPN connection
If connecting the VPN takes some time, for example because
the other end is not (yet) up, CloudStack will delete
the VPN because the ipsectunnel.sh does not return in time.
The VPN connection then enters the Error state.
This change makes sure i
renamed $leftgw to $leftnexthop to make clear what it does
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8b2563a2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8b2563a2
Diff: http://git-wip-us.apache
starting the tunnel will make it keep trying until it connects
Changed 'auto=add' to 'auto=start' to make sure the tunnel starts.
When both sides are there they will connect. This resolves the
issue that there is only a small time frame in which the VPN
would connect.
Project: http://git-wip-us.
renamed $leftgw to $leftnexthop to make clear what it does
(cherry picked from commit 8b2563a216b012ab1905e65f446c8b6b1435b983)
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/72aa05ab
Tree: http://git-wip-us.apache
Repository: cloudstack
Updated Branches:
refs/heads/4.4 79f8d6f5c -> af4d1a635
remove biglock usage from ipsectunnel.sh
Biglock breaks creating VPN's when other scripts run at the
same time that also use the same biglock. These other scripts
do nothing that could harm our deployment and even m
starting the tunnel will make it keep trying until it connects
Changed 'auto=add' to 'auto=start' to make sure the tunnel starts.
When both sides are there they will connect. This resolves the
issue that there is only a small time frame in which the VPN
would connect.
(cherry picked from commit b
prevent CloudStack from removing the VPN connection
If connecting the VPN takes some time, for example because
the other end is not (yet) up, CloudStack will delete
the VPN because the ipsectunnel.sh does not return in time.
The VPN connection then enters the Error state.
This change makes sure i
Repository: cloudstack
Updated Branches:
refs/heads/4.4 af4d1a635 -> 47754a68a
add a flag -c whether or not to check the VPN on create
Changed default to no, as the other side may not be up yet.
If this check fails, the VPN enters Error state and will not
work. It's safe to just let it connect
made iptables for the VPN connection more secure
Added destination and source definition. Flag -S can be used
to ignore this. It's the new default as it is more secure
and does not impact the way things work (backwords compatible).
(cherry picked from commit ef3b4bb4e3342f166489034fa7149540d2ef13
add a flag -c whether or not to check the VPN on create
Changed default to no, as the other side may not be up yet.
If this check fails, the VPN enters Error state and will not
work. It's safe to just let it connect on its own so it will
connect when it can.
(cherry picked from commit f8d718e3e31
starting the tunnel will make it keep trying until it connects
Changed 'auto=add' to 'auto=start' to make sure the tunnel starts.
When both sides are there they will connect. This resolves the
issue that there is only a small time frame in which the VPN
would connect.
(cherry picked from commit b
prevent CloudStack from removing the VPN connection
If connecting the VPN takes some time, for example because
the other end is not (yet) up, CloudStack will delete
the VPN because the ipsectunnel.sh does not return in time.
The VPN connection then enters the Error state.
This change makes sure i
Repository: cloudstack
Updated Branches:
refs/heads/4.5 016d009ad -> a592b0103
remove biglock usage from ipsectunnel.sh
Biglock breaks creating VPN's when other scripts run at the
same time that also use the same biglock. These other scripts
do nothing that could harm our deployment and even m
made iptables for the VPN connection more secure
Added destination and source definition. Flag -S can be used
to ignore this. It's the new default as it is more secure
and does not impact the way things work (backwords compatible).
(cherry picked from commit ef3b4bb4e3342f166489034fa7149540d2ef13
renamed $leftgw to $leftnexthop to make clear what it does
(cherry picked from commit 8b2563a216b012ab1905e65f446c8b6b1435b983)
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/08ab9a37
Tree: http://git-wip-us.apache
Repository: cloudstack
Updated Branches:
refs/heads/master 76bb54b77 -> bca015306
CLOUDSTACK-7803 Storage live migration of instance may not happen if instance
has ISO attached.
BUG-ID:CLOUDSTACK-7803
Summary:Ensure secondary storage is mounted on target host.
Reviewed-By:Rajesh
Signed-off-b
Merge remote-tracking branch 'origin/4.5'
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1a99c39d
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1a99c39d
Diff: http://git-wip-us.apache.org/repos/asf/cl
Repository: cloudstack
Updated Branches:
refs/heads/master bca015306 -> 1a99c39da
remove biglock usage from ipsectunnel.sh
Biglock breaks creating VPN's when other scripts run at the
same time that also use the same biglock. These other scripts
do nothing that could harm our deployment and eve
starting the tunnel will make it keep trying until it connects
Changed 'auto=add' to 'auto=start' to make sure the tunnel starts.
When both sides are there they will connect. This resolves the
issue that there is only a small time frame in which the VPN
would connect.
(cherry picked from commit b
renamed $leftgw to $leftnexthop to make clear what it does
(cherry picked from commit 8b2563a216b012ab1905e65f446c8b6b1435b983)
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/08ab9a37
Tree: http://git-wip-us.apache
made iptables for the VPN connection more secure
Added destination and source definition. Flag -S can be used
to ignore this. It's the new default as it is more secure
and does not impact the way things work (backwords compatible).
(cherry picked from commit ef3b4bb4e3342f166489034fa7149540d2ef13
add a flag -c whether or not to check the VPN on create
Changed default to no, as the other side may not be up yet.
If this check fails, the VPN enters Error state and will not
work. It's safe to just let it connect on its own so it will
connect when it can.
(cherry picked from commit f8d718e3e31
prevent CloudStack from removing the VPN connection
If connecting the VPN takes some time, for example because
the other end is not (yet) up, CloudStack will delete
the VPN because the ipsectunnel.sh does not return in time.
The VPN connection then enters the Error state.
This change makes sure i
CHANGES: update list of fixed issues for 4.3.2
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/40743e93
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/40743e93
Diff: http://
Revert "CLOUDSTACK-7915: Remove hard-coded values for Load Balancer algorithms
in UI"
LB edit method breaks, reverting commit.
This reverts commit 1f21c29855be422447eaf79bd947ca84a7bebbeb.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repo
Repository: cloudstack
Updated Branches:
refs/heads/4.3 1e09494a4 -> 40743e933
Revert "CLOUDSTACK-7766: Field Validations Missing for Ingress and Egress Rules"
This breaks validations such as ingress/egress rules on Security Group on the
UI so reverting this.
This reverts commit ca8ecc0470191
Repository: cloudstack
Updated Branches:
refs/heads/master 1a99c39da -> ca121336a
Add the Userdata setting to the UI on VM creation step
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/068e508e
Tree: http://git-w
Merge remote-tracking branch 'worldline/master'
This closes #55
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ca121336
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ca12
Repository: cloudstack
Updated Branches:
refs/heads/4.3 40743e933 -> 32adae40e
CLOUDSTACK-7572: Fix regression from 156bd9b
In case the configured consoleproxy url domain does not start with *
use the work mode 3 as recommended in the doc:
https://cwiki.apache.org/confluence/display/CLOUDSTACK
Repository: cloudstack
Updated Branches:
refs/heads/master ca121336a -> aa84b0549
CLOUDSTACK-5933 Problem with VMware snapshot when datastore has a space in its
name
Handling spaces in datastore name while extracting vmdk base name
Signed-off-by: Sateesh Chodapuneedi
Project: http://git-w
Repository: cloudstack-cloudmonkey
Updated Branches:
refs/heads/5.3 47b18bf77 -> 45b7f0675
CHANGES: add list of changes for 5.3.1
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit:
http://git-wip-us.apache.org/repos/asf/cloudstack
Repository: cloudstack-cloudmonkey
Updated Branches:
refs/heads/master 47b18bf77 -> 45b7f0675
CHANGES: add list of changes for 5.3.1
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit:
http://git-wip-us.apache.org/repos/asf/cloudst
Repository: cloudstack-cloudmonkey
Updated Branches:
refs/heads/master 45b7f0675 -> c2c2524b3
CHANGES: move to markdown format for Github friendly viewing
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit:
http://git-wip-us.apache
Repository: cloudstack-cloudmonkey
Updated Branches:
refs/heads/5.3 45b7f0675 -> c2c2524b3
CHANGES: move to markdown format for Github friendly viewing
Signed-off-by: Rohit Yadav
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit:
http://git-wip-us.apache.or
Repository: cloudstack-cloudmonkey
Updated Branches:
refs/heads/documentation [deleted] a987b9082
Repository: cloudstack
Updated Branches:
refs/heads/4.5 a592b0103 -> e22cc6e94
CLOUDSTACK-8053: Fix loop termination - test_vpc_host_maintenance.py
Signed-off-by: SrikanteswaraRao Talluri
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/re
CLOUDSTACK-8049: Tagging test cases which cannot be run on simulator accordingly
Signed-off-by: SrikanteswaraRao Talluri
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b23fd5ee
Tree: http://git-wip-us.apache.org/r
CLOUDSTACK-8048: Fix test_ss_limits.py
Signed-off-by: SrikanteswaraRao Talluri
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e22cc6e9
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e22cc6e9
Diff: ht
CLOUDSTACK-8053: Fix loop termination - test_vpc_host_maintenance.py
Signed-off-by: SrikanteswaraRao Talluri
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c4d38378
Tree: http://git-wip-us.apache.org/repos/asf/clo
CLOUDSTACK-8049: Tagging test cases which cannot be run on simulator accordingly
Signed-off-by: SrikanteswaraRao Talluri
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f07c6bce
Tree: http://git-wip-us.apache.org/r
Repository: cloudstack
Updated Branches:
refs/heads/master aa84b0549 -> c4d383786
CLOUDSTACK-8048: Fix test_ss_limits.py
Signed-off-by: SrikanteswaraRao Talluri
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0
Repository: cloudstack
Updated Branches:
refs/heads/master c4d383786 -> 2feef1722
ja_JP: Fix truncated column headers on multi-edit
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2feef172
Tree: http://git-wip-us
Repository: cloudstack
Updated Branches:
refs/heads/master 2feef1722 -> f00a62879
CLOUDSTACK-8023: UI > VM wizard widget > when next button is clicked, trigger
event handler of event "cloudStack.module.instanceWizard.clickNextButton".
Project: http://git-wip-us.apache.org/repos/asf/cloudstac
Author: jlk
Date: Wed Dec 10 01:15:28 2014
New Revision: 932079
Log:
attempting to publish
Added:
websites/production/cloudstack/content/
- copied from r932078, websites/staging/cloudstack/trunk/content/
Author: jlk
Date: Wed Dec 10 01:46:07 2014
New Revision: 932101
Log:
attempting publish...
Added:
websites/production/cloudstack/content/
- copied from r932100, websites/staging/cloudstack/trunk/content/
Author: jlk
Date: Wed Dec 10 01:49:09 2014
New Revision: 1644303
URL: http://svn.apache.org/r1644303
Log:
Attempting to commit 4.4.1->4.4.2 updates
Modified:
cloudstack/site/trunk/content/downloads.mdtext
cloudstack/site/trunk/content/index.mdtext
Modified: cloudstack/site/trunk/content/
Author: buildbot
Date: Wed Dec 10 01:52:02 2014
New Revision: 932102
Log:
Staging update by buildbot for cloudstack
Modified:
websites/staging/cloudstack/trunk/content/ (props changed)
websites/staging/cloudstack/trunk/content/downloads.html
websites/staging/cloudstack/trunk/content
Author: jlk
Date: Wed Dec 10 01:53:24 2014
New Revision: 932103
Log:
Attempting to publish through 4.4.1->4.4.2 updates
Added:
websites/production/cloudstack/content/
- copied from r932102, websites/staging/cloudstack/trunk/content/
Repository: cloudstack
Updated Branches:
refs/heads/master f00a62879 -> f6854bc98
CLOUDSTACK-8054: No event generated on host maintenance mode is completed
Added events for host maintenance start and completion
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git
Repository: cloudstack
Updated Branches:
refs/heads/4.5 e22cc6e94 -> 8278d88f7
CLOUDSTACK-8030: Updated router to come up egress default ALLOW
On default iptables rules are updated to add ACCEPT egress traffic.
If the network egress default policy is false, CS remove ACCEPT and adds
t
66 matches
Mail list logo