Leo Simons
2832bc47e1
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 makes it possible to build
multiple boxes at the same time, in parallel (including for example on a
multiuser box), and reduces the chance of failed build results conflicting
with each other.
Inject the version given on the command line (if any) into the created image.
2014-09-22 21:38:13 +02:00
Leo Simons
de68741f60
CLOUDSTACK-7143: license headers on all the systemvm scripts
2014-09-22 21:38:13 +02:00
Leo Simons
d3ecb0099c
CLOUDSTACK-7143: cleanup configure_conntrack.sh code
2014-09-22 21:38:13 +02:00
Leo Simons
44ceeabb28
CLOUDSTACK-7143: cleanup zerodisk.sh code
2014-09-22 21:38:13 +02:00
Leo Simons
f67a379a46
CLOUDSTACK-7143: tune timeouts to expect about <=~60 min build
2014-09-22 21:38:12 +02:00
Leo Simons
654c871e75
CLOUDSTACK-7143: cleanup configure_systemvm_services.sh code
2014-09-22 21:38:12 +02:00
Leo Simons
7d9e46425f
CLOUDSTACK-7143: rename postinstall.sh to represent what remains
2014-09-22 21:37:19 +02:00
Leo Simons
c7e6387752
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.
2014-09-22 21:37:19 +02:00
Leo Simons
22617e9496
CLOUDSTACK-7143: reorg of install_systemvm_packages.sh (no logic changes, yet)
2014-09-22 21:37:18 +02:00
Leo Simons
3d4e4a6e09
CLOUDSTACK-7143: consider vhdutil a software package
2014-09-22 21:37:18 +02:00
Leo Simons
06c1c16dc3
CLOUDSTACK-7143: move install_packages from postinstall.sh to its own file
2014-09-22 21:37:18 +02:00
Leo Simons
71c913c658
CLOUDSTACK-7143: cleanup configure_networking.sh code
2014-09-22 21:34:47 +02:00
Leo Simons
a533de7593
CLOUDSTACK-7143: move networking logic from postinstall.sh to configure_networking.sh
2014-09-22 21:34:47 +02:00
Leo Simons
3574dcf543
CLOUDSTACK-7143: split connection tracking config into its own file
2014-09-22 21:31:36 +02:00
Leo Simons
ed53167547
CLOUDSTACK-7143: cleanup cleanup.sh code
2014-09-22 21:31:36 +02:00
Leo Simons
3c9f2c7227
CLOUDSTACK-7143: cleanup configure_acpid.sh code
2014-09-22 21:31:36 +02:00
Leo Simons
5627b67ff3
CLOUDSTACK-7143: move fix_acpid to its own file
2014-09-22 21:31:35 +02:00
Leo Simons
6a688a0337
CLOUDSTACK-7143: cleanup configure_locale.sh code
2014-09-22 21:31:35 +02:00
Leo Simons
aa14a619a6
CLOUDSTACK-7143: split locale config into its own file
2014-09-22 21:31:35 +02:00
Leo Simons
3f8c31b0da
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 overwritten when we
apply the cloud_scripts overlay (from build.sh).
2014-09-22 21:31:35 +02:00
Leo Simons
e86121db7b
CLOUDSTACK-7143: split login config out from postinstall.sh
2014-09-22 21:31:35 +02:00
Leo Simons
e5a2e67551
CLOUDSTACK-7143: cleanup configure_gruh.sh code
...
Adding a check whether GRUB_TIMEOUT has already been set, and if it has,
skip re-running update-grub.
2014-09-22 21:31:35 +02:00
Leo Simons
29c1f91aea
CLOUDSTACK-7143: add vagrant_box_build_time file that's standard with current veewee templates
2014-09-22 21:31:34 +02:00
Leo Simons
58ca92ce52
CLOUDSTACK-7143: cleanup apt_upgrade.sh code
2014-09-22 21:31:34 +02:00
Leo Simons
6641fd3a76
CLOUDSTACK-7143: move add_backports to apt_upgrade.sh
2014-09-22 21:31:34 +02:00
Leo Simons
5f3caf6d01
CLOUDSTACK-7143: reformat definition.rb code. No other changes.
2014-09-22 21:31:34 +02:00
Leo Simons
2210f1b1da
CLOUDSTACK-7143: remove 'manual' from preseed config. No other changes.
2014-09-22 21:31:34 +02:00
Leo Simons
3c0cdb595f
CLOUDSTACK-7143: merge systemvm templates, step 2: only one template remains
2014-09-22 21:31:33 +02:00
Leo Simons
039a47bd5b
CLOUDSTACK-7143: merge systemvm templates, step 1: remove differences
2014-09-22 21:30:39 +02:00
Leo Simons
262cde5fb7
CLOUDSTACK-7143: move network tuning from cleanup.sh to its own script.
2014-09-22 21:30:39 +02:00
Leo Simons
e2f1740de5
CLOUDSTACK-7143: split base.sh into its two functions.
2014-09-22 21:30:39 +02:00
Leo Simons
0f2012e842
CLOUDSTACK-7143: upgrade systemvm to latest debian stable, 7.6.0.
2014-09-22 21:30:39 +02:00
Koushik Das
a6ee4112a5
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. Also removed the duplicate entries from Config.java as these are not required
2014-09-22 16:45:37 +05:30
sanjeev
5bddebb8fc
In case of Hyper-v ssvm/cpvm reboot takes time so made changes to handle this
2014-09-22 16:43:16 +05:30
Prashant Kumar Mishra
937aee34ed
CLOUDSTACK-7579 Adding a method to base.py to update storage pool
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2014-09-22 16:33:19 +05:30
Pierre-Luc Dion
44e8fc47db
remove trailing spaces
2014-09-21 20:16:25 -04:00
Pierre-Luc Dion
4ade1403cf
CLOUDSTACK-1973: API DeleteImageStore add secondary storage as decription
2014-09-21 19:52:33 -04:00
Pierre-Luc Dion
bca3f1b93f
CLOUDSTACK-3822: ListResourceLimits,UpdateResourceCount,UpdateResourceLimit: resourcetype description
2014-09-21 19:48:49 -04:00
Pierre-Luc Dion
f7d80d9a6f
generateapi doc version to 4.5.0
2014-09-21 16:04:46 -04:00
Pierre-Luc Dion
8ed2d198bd
generateAPI doc: version 4.4.1, year:2014, add back button on main pages
2014-09-21 15:58:37 -04:00
Pierre-Luc Dion
29b3df3433
CLOUDSTACK-1632
2014-09-21 15:56:47 -04:00
Pierre-Luc Dion
fe2e9a1c5d
CLOUDSTACK-401: add missing file format in docs.js
2014-09-21 15:21:17 -04:00
Devdeep Singh
5350e61187
CLOUDSTACK-7494. Migration of a vm fails on Hyper-V. In an earlier commit as part of
...
cleaning up vmsync changes, checkvirtualmachine command was updated to return the
power state of the vm. The change was missed for Hyper-V. This caused migration to
fail on cloudstack even though it used to succeed on the hypervisor. Updated the
hyper-v agent code to return the cloudstack equivalent power state for check virtual
machine answer.
2014-09-20 19:06:11 +05:30
Min Chen
7cdb67dcf1
CLOUDSTACK-7589: VM not Starting and always stuck in Stopped state after
...
management server restarts.
2014-09-19 15:12:31 -07:00
punith-cloudbyte
dd4f6bcaf3
IOPS null issue CLOUDSTACK-7570
...
Signed-off-by: Mike Tutkowski <mike.tutkowski@solidfire.com>
2014-09-19 16:05:53 -06:00
Nitin Mehta
082aed3d33
CLOUDSTACK-7588: [Vmware] Creating templates (with same names) from volumes get deleted from CS. Fix it by changing the unique name generation to the standard one used by registertemplate. Also cleaned up vmtemplatevo which had too many constructors.
2014-09-19 13:40:17 -07:00
Sangeetha Hariharan
7877f3f960
CLOUDSTACK-7587 - Automation - Add simulator_only attribute to acl related test cases.
2014-09-19 16:00:00 -07:00
Gabor Apati-Nagy
dbb70fadc0
CLOUDSTACK-7562: Details page for disk offerings only show details for write performance
...
-Fixed all related typos
Signed-off-by: Brian Federle <brian.federle@citrix.com>
2014-09-19 09:48:39 -07:00
Gabor Apati-Nagy
30611be15a
CLOUDSTACK-7561: UI: After creating a new account, the "Add Account" dialog remains open
...
-Removed unused code that was causing javascript exception
Signed-off-by: Brian Federle <brian.federle@citrix.com>
2014-09-19 09:45:49 -07:00
Hugo Trippaers
765d402d69
Merge branch 'bugfix/CID-1114591'
2014-09-19 15:16:37 +02:00