[5/7] add more libs

2014-09-22 Thread edison
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d002c52a/tools/marvin/marvin/lib/cloudstack/account.py -- diff --git a/tools/marvin/marvin/lib/cloudstack/account.py b/tools/marvin/marvin/lib/cloudstack/account.py new file m

[4/7] add more libs

2014-09-22 Thread edison
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d002c52a/tools/marvin/marvin/lib/cloudstack/iam.py -- diff --git a/tools/marvin/marvin/lib/cloudstack/iam.py b/tools/marvin/marvin/lib/cloudstack/iam.py new file mode 100644 i

[3/7] add more libs

2014-09-22 Thread edison
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d002c52a/tools/marvin/marvin/lib/cloudstack/serviceoffering.py -- diff --git a/tools/marvin/marvin/lib/cloudstack/serviceoffering.py b/tools/marvin/marvin/lib/cloudstack/servi

[6/7] add more libs

2014-09-22 Thread edison
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d002c52a/tools/marvin/marvin/lib/base.py -- diff --git a/tools/marvin/marvin/lib/base.py b/tools/marvin/marvin/lib/base.py deleted file mode 100755 index 38a04db..000 --- a

[1/7] add more libs

2014-09-22 Thread edison
Repository: cloudstack Updated Branches: refs/heads/pytest b155b8aea -> d002c52a1 http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d002c52a/tools/marvin/marvin/pytest/VM.py -- diff --git a/tools/marvin/marvin/pytest/VM.py

[7/7] git commit: updated refs/heads/pytest to d002c52

2014-09-22 Thread edison
add more libs Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d002c52a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d002c52a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d002c52a Bran

[2/7] add more libs

2014-09-22 Thread edison
http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d002c52a/tools/marvin/marvin/lib/common.py -- diff --git a/tools/marvin/marvin/lib/common.py b/tools/marvin/marvin/lib/common.py deleted file mode 100644 index 9e3d40c..00

git commit: updated refs/heads/master to 49de3ab

2014-09-22 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master 58cb5baae -> 49de3ab03 appliance: add license headers to new vbox cleaner rb scripts 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/cloudstac

git commit: updated refs/heads/master to 58cb5ba

2014-09-22 Thread jessicawang
Repository: cloudstack Updated Branches: refs/heads/master acb68509f -> 58cb5baae CLOUDSTACK-7601: UI > Global Settings > Baremetal Rack Configuration > populate listView by listBaremetalRct API. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache

git commit: updated refs/heads/master to acb6850

2014-09-22 Thread jessicawang
Repository: cloudstack Updated Branches: refs/heads/master b8795d887 -> acb68509f CS-21121: UI for Baremetal RCT - (1) Global Settings > add new option "Baremetal Rack Configuration" in Select view dropdown. (2) implement "Add Baremetal Rack Configuration" action. Project: http://git-wip-us

git commit: updated refs/heads/master to b8795d8

2014-09-22 Thread frankzhang
Repository: cloudstack Updated Branches: refs/heads/master 6655d8f5b -> b8795d887 CLOUDSTACK-6278 Baremetal Advanced Networking support Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b8795d88 Tree: http://git-wi

git commit: updated refs/heads/master to 6655d8f

2014-09-22 Thread frankzhang
Repository: cloudstack Updated Branches: refs/heads/master 3e6817c87 -> 6655d8f5b CLOUDSTACK-6278 Baremetal Advanced Networking support Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6655d8f5 Tree: http://git-wi

git commit: updated refs/heads/master to 3e6817c

2014-09-22 Thread frankzhang
Repository: cloudstack Updated Branches: refs/heads/master 6155d3eca -> 3e6817c87 CLOUDSTACK-6278 Baremetal Advanced Networking support add missing license header to systemvm/patches/debian/config/etc/rc.local Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit

git commit: updated refs/heads/master to 6155d3e

2014-09-22 Thread frankzhang
Repository: cloudstack Updated Branches: refs/heads/master cb5597167 -> 6155d3eca CLOUDSTACK-6278 Baremetal Advanced Networking support Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6155d3ec Tree: http://git-wi

git commit: updated refs/heads/master to cb55971

2014-09-22 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master 1290e1010 -> cb5597167 appliance: build and export raw systemvm image for OVM 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/commi

[21/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: add the ability to inject a custom SSH key When working on the systemvm in isolation, or using vagrant or similar tools, it can be useful to inject a custom SSH key before merging a management server systemvm.iso into it. This option allows that. It should _not_ have effect on man

[20/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: improve build.sh failure handling and recovery In particular, this refactoring allows the use of 'set -e' to exit early on error. Previously the script would continue for a while when encountering a problem, stuttering sometimes to (almost) completion, producing partial or no resu

[41/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: more robust box cleanup Having experimented with many edge cases of running multiple build.sh commands in parallel / against busy virtualbox setups, the only really reliable way to produce consistent images is to not do these commands in parallel and to not do them while the machi

[26/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: add tests for the appliance build Create a new minimal 'debianbase' definition which is a veewee template that's a lot like the systemvmtemplate, but does not have any systemvm-ness in it. Use it to create a new test.sh which tests a few common invocations of build.sh work as desi

[39/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: Fixed box file for virtualbox Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/cab4dd82 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/cab4dd82 Diff: http://git-wip-us.apache.org/repos/a

[30/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: sometimes the consolidated 'apt' command runs out of space Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b4fceef4 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b4fceef4 Diff: http://

[28/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: fix a bug in the debianbase template that was referencing deleted scripts Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/634560e3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/634560

[35/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: fix the fix for rvm/ruby/bundler setup on jenkins The recommended use of --deployment goes along with the requirement to check Gemfile.lock into source control, which I don't want to do. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.ap

[38/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: more reliable support for vagrant box export Veewee supports exporting vagrant boxes out of virtualbox, out of the box. However, it assumes that it can export a disk if the shutdown of the vm that is using that disk has succeeded. This assumption is not strictly always true (see p

[47/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: don't call rvm from build It is simpler to expect that rvm setup is done outside of this build. The buildacloud.org jenkins has rvm installed/enabled by default so does not invoke rvm. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apac

[49/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: attempt to be safer when cleaning up Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ba009ed5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ba009ed5 Diff: http://git-wip-us.apache.org/

[25/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: fix a bug where a script file rename wasn't propagated to build.sh Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a7d07bf3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a7d07bf3 Diff

[33/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: make script compatible with linux mktemp Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/41ddb6b7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/41ddb6b7 Diff: http://git-wip-us.apache.

[45/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: protect against old ruby Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e43e0838 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e43e0838 Diff: http://git-wip-us.apache.org/repos/asf/cl

[29/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: attempt at a reliable way to set up rvm/bundler on jenkins Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a56392b5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a56392b5 Diff: http://

[23/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: cleanup zerodisk.sh code Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/44ceeabb Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/44ceeabb Diff: http://git-wip-us.apache.org/repos/asf/cl

[44/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: note shar dependency Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/64f4fb1a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/64f4fb1a Diff: http://git-wip-us.apache.org/repos/asf/clouds

[37/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: attempt to export a vagrant box Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d658fc46 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d658fc46 Diff: http://git-wip-us.apache.org/repos

[32/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: fix a missing apt-get update In 8e2d06153b3d5ec1540fac1c8fbc97b5d2b58a8e I mistakenly/accidentally a apt-get update. As https://wiki.debian.org/Multiarch/HOWTO explains, apt-get update is needed after adding a new architecture. Project: http://git-wip-us.apache.org/repos/as

[18/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: improve build.sh ergonomics Added a bunch of possible arguments / environment variables, see the new usage function for details (or run ./build.sh help). Creates a new template with a unique name on every invocation, resulting in a new virtualbox instance with a unique name. This

[27/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: use shar to inject cloud-scripts from working copy The current build downloads its script from master by fetching a cloudstack tarball. Besides being an unneeded load on the apache git server, this is a problem when working on a branch and wanting to inject a different set of scri

[50/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
Merge branch 'schubergphilis:feature/systemvm-refactor-for-upstream' This closes #16 Pull request summary: E-mail thread: http://mail-archives.apache.org/mod_mbox/cloudstack-dev/201407.mbox/%3C7A6CF878-7A28-4D4A-BCD2-0C264F8C90B7%40schubergphilis.com%3E This started out as wanting the systemvm

[14/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: rename postinstall.sh to represent what remains Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7d9e4642 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7d9e4642 Diff: http://git-wip-us.

[43/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: only archive the zipped hyperv image Cherry-pick of d09acc44f2b36cd593ebe97ab1673b7757ea2c25. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/115b2cf8 Tree: http://git-wip-us.apache.org/repos/asf/cl

[36/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: fix do_signature to account for change to install_cloud_scripts The do_signature script required a lingering cloud-scripts.tar that was no longer there after the git export tarball fiddling magic was gone. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit:

[40/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: remove erroneous backticks The backticks in the Vagrantfile template were getting evaluated by bash. This caused some harmless but confusing error messages to appear on running the build. Easy fix is to remove them. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo

[42/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: try to fix jenkins problems with last 2 commits * bundle install needs to run before running the vbox cleaning scripts, so move prepare step before clean step * feature branches have / in their name which is a bad character to put into filenames Project: http://git-wip-us.ap

[16/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: tune timeouts to expect about <=~60 min build Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f67a379a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f67a379a Diff: http://git-wip-us.ap

[46/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: survive / in branch names Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a8500ed7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a8500ed7 Diff: http://git-wip-us.apache.org/repos/asf/c

[34/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: initial apt-upgrade still running out of space (upgrading the kernel) I wonder if this is due to the 7.4.0->7.6.0 needing more space. Should see if there's more stuff that can be cleaned earlier? Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git

[48/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: work on vagrant box export Running --export creates the .ovf and the .vmdk files referenced from that .ovf in one go. Guessing/predicting the names of the .vmdk files is not fool-proof. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apa

[19/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: license headers on all the systemvm scripts Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/de68741f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/de68741f Diff: http://git-wip-us.apac

[17/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: cleanup configure_systemvm_services.sh code Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/654c871e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/654c871e Diff: http://git-wip-us.apac

[31/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: a better fix for kernel upgrade disk space problems Increase / and /boot a little bit, to the point that there is enough space on them to do a kernel upgrade. With this I think we can decrease total disk space usage back down to 2.5GB. Docs for the preseed config found at http

[15/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: collapse apt-get install onto one line In theory this _could_ have changed behavior (apt coming up with a different solution, or one of the packages configuring a new apt repository), but in my testing, the end result is the same. Project: http://git-wip-us.apache.org/repos/asf/

[24/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: install openssl early enough to allow generating passwords Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/631a3c87 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/631a3c87 Diff: http://

[13/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: move install_packages from postinstall.sh to its own file Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/06c1c16d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/06c1c16d Diff: http://g

[06/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: split connection tracking config into its own file Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3574dcf5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3574dcf5 Diff: http://git-wip-

[10/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: move networking logic from postinstall.sh to configure_networking.sh Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a533de75 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a533de75 Di

[04/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: split login config out from postinstall.sh Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e86121db Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e86121db Diff: http://git-wip-us.apach

[11/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: reorg of install_systemvm_packages.sh (no logic changes, yet) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/22617e94 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/22617e94 Diff: http

[03/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: cleanup configure_login.sh code Had to change various things to make this code re-entrant. In particular, the sed-based manipulation of /etc/sudoers is gone and replaced with a simpler, minimal (but compatible) sudoers file. Remove the sshd_config tuning since sshd_config is over

[07/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: cleanup cleanup.sh code Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ed531675 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ed531675 Diff: http://git-wip-us.apache.org/repos/asf/clo

[12/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: consider vhdutil a software package Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3d4e4a6e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3d4e4a6e Diff: http://git-wip-us.apache.org/r

[22/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: cleanup configure_conntrack.sh code Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d3ecb009 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d3ecb009 Diff: http://git-wip-us.apache.org/r

[01/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
Repository: cloudstack Updated Branches: refs/heads/master a6ee4112a -> 1290e1010 CLOUDSTACK-7143: move fix_acpid to its own file Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5627b67f Tree: http://git-wip-us.a

[08/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: cleanup configure_acpid.sh code Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3c9f2c72 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3c9f2c72 Diff: http://git-wip-us.apache.org/repos

[05/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: cleanup configure_locale.sh code Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6a688a03 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6a688a03 Diff: http://git-wip-us.apache.org/repo

[02/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: split locale config into its own file Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/aa14a619 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/aa14a619 Diff: http://git-wip-us.apache.org

[09/50] git commit: updated refs/heads/master to 1290e10

2014-09-22 Thread bhaisaab
CLOUDSTACK-7143: cleanup configure_networking.sh code Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/71c913c6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/71c913c6 Diff: http://git-wip-us.apache.org/

git commit: updated refs/heads/master to a6ee411

2014-09-22 Thread koushik
Repository: cloudstack Updated Branches: refs/heads/master 5bddebb8f -> a6ee4112a CLOUDSTACK-7595: Config parameters "job.expire.minutes" and "job.cancel.threshold.minutes" incorrectly getting multiplied by a factor of 60 Removed the unnecessary multiply factor for both the config parameters.

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

2014-09-22 Thread sanjeev
Repository: cloudstack Updated Branches: refs/heads/master 937aee34e -> 5bddebb8f In case of Hyper-v ssvm/cpvm reboot takes time so made changes to handle this Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5bdd

git commit: updated refs/heads/master to 937aee3

2014-09-22 Thread talluri
Repository: cloudstack Updated Branches: refs/heads/master 44e8fc47d -> 937aee34e CLOUDSTACK-7579 Adding a method to base.py to update storage pool Signed-off-by: SrikanteswaraRao Talluri Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/re

[2/3] git commit: updated refs/heads/4.4 to b0b4845

2014-09-22 Thread dahn
generateAPI doc: version 4.4.1, year:2014, add back button on main pages (cherry picked from commit d8ffcdb251624ae9c6ce124f2f3f68e45a341581) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1cf3c282 Tree: http://git

[3/3] git commit: updated refs/heads/4.4 to b0b4845

2014-09-22 Thread dahn
CLOUDSTACK-1632 (cherry picked from commit 482b51476be4cf45aa002ea53fb68fd2c62bc5af) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b0b48456 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b0b48456 Dif

[1/3] git commit: updated refs/heads/4.4 to b0b4845

2014-09-22 Thread dahn
Repository: cloudstack Updated Branches: refs/heads/4.4 a29f954a2 -> b0b48456b CLOUDSTACK-401: add missing file format in docs.js (cherry picked from commit 18a4e09d981e65fd497f1d7d2e98ebcca7e16aff) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apa