Prasanna Santhanam
d4dc264917
simulator+marvin: include a router test
...
Added a test that will ensure the advanced router comes up in the
account belonging to the deployed VM. It should come up with the
publicip, guestip and linklocalip.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-04-02 18:31:30 +05:30
Prasanna Santhanam
9c755e11e5
marvin-nose: include the plugin as part of marvin install
...
No need to register the plugin seperately now. The installer will
register with nose's entry_point automatically.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-04-02 18:31:29 +05:30
Prasanna Santhanam
2e2046fe38
marvin changes to do an pre-integration and integration test
...
Introducing the simulator spring context -
simulatorComponentContext.xml.in. This separates the simulator beans so
that production deployments don't have the simulator in them. Context is
enabled with -Dsimulator as part of the developer profile.
Also adding config files - Simulator Config for advanced zone and basic
zone deployments under setup/dev.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-04-02 18:31:29 +05:30
Prasanna Santhanam
fe48bbebda
moving out the vmpasswd into its own suite
...
vm passwords are extended features that don't need to be part of the
smoke suite.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-04-02 18:31:29 +05:30
Prasanna Santhanam
3075d0cf56
marvin: argparse enhancement and unit-test-xml-reporting dependency removed
...
1. deployAndRun will use the more modern argparse module
2. improving logging within the remoteSSHClient, moving to debug and
default logging to INFO
3. removing dependance on the xmlrunner. use nose --with-xunit instead
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-04-02 18:31:29 +05:30
Rohit Yadav
b3a3ad74c6
appliance: While building systemvms fetch src tarball from new git repo
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-26 11:26:50 +05:30
Rohit Yadav
ccba1c728c
cli: Make cloudmonkey use new url and dev ml
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-26 11:25:26 +05:30
Rohit Yadav
87500f9796
appliance: veewee definition to build devcloud, work in progress
...
forked from systemvmtemplate
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-25 14:52:36 +05:30
Edison Su
3ed6200ef8
move default primary storage plugin into its own pom
2013-03-20 17:21:40 -07:00
Rohit Yadav
0d62549d61
cli: Run onecmd if any arg is passed
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-20 13:14:09 +05:30
Rohit Yadav
4ad5d1a4f5
cli: Fix nonetype issue with cachemaker and exit after printing version
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-20 12:42:29 +05:30
Prasanna Santhanam
323c3211c8
run the test lifecycle only when config is specified
2013-03-20 11:07:49 +05:30
Prasanna Santhanam
02b3cd7de9
marvin logging: write to tmp to adjust for mac-osx
...
/var/log is not available on OSX. This breaks the simulator run.
2013-03-20 10:47:15 +05:30
Prasanna Santhanam
792db8b5cc
simulator: removing cyclic dependency from simulator
...
The database creator caused a cyclic dependecny in the simulator which
is removed with this commit. Additionally the simulator profile is now
merged with developer profile and a test for server health is included
Steps to run:
$ mvn -Pdeveloper clean install
$ mvn -Pdeveloper -pl developer -Ddeploydb
$ mvn -Pdeveloper -pl developer -Ddeploydb-simulator
$ mvn -pl client jetty:run
To deploy an adv. zone and test the server health:
$ mvn -Pdeveloper,marvin -Dmarvin.config=`find . -name simulator.cfg` -pl :cloud-marvin test
Conflicts:
pom.xml
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-03-20 10:36:43 +05:30
Rohit Yadav
0b7a4e04aa
cli: Check args from optparser and not sys.argv
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-19 18:04:52 +05:30
Rohit Yadav
19a290500e
cli: Import project info from config in setup.py, fix debug msgs
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
lsdfjk
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-19 16:05:11 +05:30
Rohit Yadav
4421f2bb60
CLOUDSTACK-1708: Let cloudmonkey accept cfg passed in cmd line
...
The patch adds feature in cloudmonkey to have multiple profiles by passing
custom cfg file to set custom profile in both interactive shell and cmd line tool
use cases.
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-19 16:05:11 +05:30
Rohit Yadav
e28aa09f01
cli: cachemaker should import config and not the field
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-19 16:05:11 +05:30
Rohit Yadav
93bc669a0e
cli: Pass config file by value in cloudmonkey's config
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-19 16:05:10 +05:30
Rohit Yadav
99ed891804
appliance: Fix readme and zerodisk /home
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-18 11:00:39 +05:30
Alex Huang
164d3a1a39
Added a shell script to set the maven profiles in eclipse
2013-03-13 20:21:58 -07:00
Rohit Yadav
9af338c651
appliance: While building don't just check empty arg, check if it was passed
...
The fix makes systemvmtemplate as the default veewee vbox appliance if not
other appliance is provided to be built
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-12 17:58:15 +05:30
Rohit Yadav
7e7ceba83b
appliance: Fix hardcoded appliance name while checking and removing shared folders
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-11 14:56:20 +05:30
Rohit Yadav
72c1a888eb
appliance: Fix build.sh to build 64bit systemvm appliance as well
...
TODO: Make it general like boxer.sh in tools/devcloud/src
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-11 14:19:30 +05:30
Rohit Yadav
9f4444c9e4
appliance: Add veewee definition for 64bit systemvm template
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-11 14:10:44 +05:30
Rohit Yadav
602ca7fe6d
appliance: during cleanup remove veewee and vbox txt files
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-07 16:50:37 +05:30
Rohit Yadav
c2fbac4166
appliance: Use Debian Wheezy rc1 for building systemvm
...
We switch from Debian beta-4 i386 to rc1 i386.
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-07 15:01:01 +05:30
Rohit Yadav
cc9b7d4c20
cloudmonkey: print sync stats, asks users to use sync
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-06 17:21:32 +05:30
Rohit Yadav
bb2c7dc728
CLOUDSTACK-1340: Fix grub2 cfg to boot without waiting, fix locale
...
Thanks to Marcus for testing and helping on KVM template, adding locale fix as
per Marcus's suggestion. Tested with latest build on my local vbox.
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-06 14:21:06 +05:30
Rohit Yadav
34b37ef8ed
CLOUDSTACK-1340: Compress QCOW2 for KVM
...
As suggested by Marcus, by compression qcow2, we end up having smaller disk image.
I'm still archiving the qcow2 as bz2 because our installation manual still ask
users to cloud-install-sys-tmplt which expects a *.qcow2.bz2
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-05 18:35:09 +05:30
Alena Prokharchyk
7a54458e17
CLOUDSTACK-1502 Fixed the api-doc build component caused by new API commands:
...
addIpToNic
removeIpFromNic
listNics
1) Removed trailing whitespaces from commands.properties file for the commands above
2) Created a new category "Nic" in gen_toc.py for the new commands
2013-03-04 16:19:08 -08:00
Chiradeep Vittal
6a1ecae552
Ensure RAT does not report marvin generated files as noncompliant in developer environment
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-03-02 16:49:02 +05:30
Rohit Yadav
b55f5898d5
CLOUDSTACK-1340: Exit script if exporting fails for any disk format
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-01 21:02:04 +05:30
Rohit Yadav
26edb3c0aa
CLOUDSTACK-1340: Just take the first of results, query and remove shared folders
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-01 20:39:52 +05:30
Rohit Yadav
0f30c1e6b0
CLOUDSTACK-1340: Fix typo in variable in build.sh
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-01 20:04:03 +05:30
Rohit Yadav
512c16f483
CLOUDSTACK-1340: Do two rounds of vhd export, from raw to fixed to dynamic
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-01 16:59:02 +05:30
Rohit Yadav
0b07bc974a
CLOUDSTACK-1340: Remove any shared folders, don't install legacy grub
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-03-01 15:08:19 +05:30
Rohit Yadav
e80ccea517
CLOUDSTACK-1340: Jenkins fails for changing directories, rvm sourcing fails
...
http://jenkins.cloudstack.org/job/build-systemvm-master/64/console
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-28 17:37:02 +05:30
Rohit Yadav
44f345e4c6
CLOUDSTACK-1340: Fix destination path issue, vbox's internalcommands issue
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-28 16:55:41 +05:30
Rohit Yadav
80a6aaf7e1
CLOUDSTACK-1340: Fix locale, cmd, disk size and remove multiple apt-get installs
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-28 16:15:09 +05:30
Rohit Yadav
6380e2004c
CLOUDSTACK-1340: apt-get autoclean and then clean to remove cached debs
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-28 16:02:44 +05:30
Rohit Yadav
673700a1a2
CLOUDSTACK-1340: Fix raw disk export using vbox internalcommand
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-28 15:58:50 +05:30
Rohit Yadav
644a73bb2f
CLOUDSTACK-1340: Don't remove all scripts in /root, rm only those copied by veewee
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-28 13:19:59 +05:30
Rohit Yadav
a5ab63602d
CLOUDSTACK-1340: Fix typos, paths, create user cloud and make 'em invincible
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-27 18:40:51 +05:30
Rohit Yadav
9c6ced96c1
CLOUDSTACK-1340: Fix path issues in postinstall.sh, zerodisk on all partitions
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-27 17:56:55 +05:30
Rohit Yadav
51f66e2b52
CLOUDSTACK-1340: Correct paths used to create cloud-script.tar, fix debug msgs
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-27 17:16:18 +05:30
Rohit Yadav
ff32ae5305
CLOUDSTACK-1340: During cleanup deluser vagrant, sync after zero-ing the disk
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-27 17:00:17 +05:30
Rohit Yadav
23be2e7ba0
CLOUDSTACK-1340: Shrink the final virtual disk, vmdk was not supported, use vdi
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-27 16:59:34 +05:30
Rohit Yadav
aabaf25ce4
CLOUDSTACK-1340: Install scripts and packages which were in previous systemvm
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-27 16:37:57 +05:30
Chiradeep Vittal
f30da781f8
Reduce RAT errors in developer environment due to generated python files
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-02-27 13:44:50 +05:30
David Nalley
3902f505ee
CLOUDSTACK-1420 - updating publican brand files with text notice of trademarks
2013-02-26 20:50:10 -05:00
Chiradeep Vittal
d784e7b5fe
Fix broken build: apidocs had been commented out for some strange reason
...
Signed-off-by: Chiradeep Vittal <chiradeep@apache.org>
2013-02-22 10:13:30 -08:00
Alex Huang
b176654b19
CLOUDSTACK-1273: Fixed the problem with the paths on the systemvm
2013-02-20 12:37:34 -08:00
Chip Childers
6c9eb6c11c
Updating the java-ipv6 legal docs to reflect the newly added NOTICE and copyright statements for version 0.10
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-02-20 14:50:36 -05:00
Rohit Yadav
80d58b6c73
CLOUDSTACK-1317: Bump CloudStack package version to 4.2.0-SNAPSHOT in all poms
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-20 16:42:56 +05:30
Chiradeep Vittal
091682cf67
CLOUDSTACK-1066: remove useless config.dat
2013-02-19 23:36:08 -08:00
Chip Childers
9333f979db
Adding legal docs for esapi-2.0.1.jar to the package LICENSE
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-02-19 13:50:09 -05:00
Chip Childers
58bcd0eefb
Adding springsource artifacts to package legal docs.
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-02-19 13:22:42 -05:00
Chip Childers
e4baff2281
Adding legal docs for java-ipv6.jar
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-02-19 13:00:11 -05:00
Chip Childers
018554ce29
Fixed strange duplication of content within the tools/whisker/LICENSE
...
file.
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-02-19 12:57:25 -05:00
Gavin Lee
07102fc8ab
CLOUDSTACK-1318:Fix build devcloud issue
2013-02-19 23:22:16 +08:00
Rohit Yadav
e85b1cbe8f
CLOUDSTACK-1066: Fix README for building systemvm appliance
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-19 14:01:50 +05:30
Rohit Yadav
e24e6d747c
CLOUDSTACK-1066: Make appliance export verbose, put archived images in dist/
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-19 13:25:23 +05:30
Rohit Yadav
a5f77d348d
CLOUDSTACK-1066: RVM needs a login shell, fix build.sh to start with a login shell
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-19 12:31:32 +05:30
Rohit Yadav
a6f5052958
CLOUDSTACK-1066: Wait for appliance to shutdown before exporting to various fmts
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-19 11:42:34 +05:30
Rohit Yadav
c97653b42e
systemvmtemplate: Clean any old vm before building appliance
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-18 21:33:15 +05:30
Rohit Yadav
a4ed061dbf
systemvmtemplate: Fix build.sh to export ova, vhd, qcow2 and vhd-hyperv
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-18 18:52:03 +05:30
Rohit Yadav
ab63a433ec
systemvmtemplate: Fix definitions and partition map
...
- Fix definitions, create vhd (virtual disk) format (reusable for hyperv)
- Fix partition maps in preseed, create /boot, /home, /var, /usr, /opt etc.
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-18 18:52:02 +05:30
Prasanna Santhanam
a4510efc24
maven: parent pom of tools/* projects is tools/pom.xml
...
Fixes broken builds for tools
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-02-18 10:26:49 +05:30
Chip Childers
6279433f45
CLOUDSTACK-625: Correcting legal documentation for the require.js file
...
that was added for the UI plugin feature.
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-02-15 10:24:16 -05:00
Prasanna Santhanam
05437d0e97
maven pom: put apache cloudstack tools together in umbrella pom
...
minor pom refactor to put all the tools under one placeholder pom.
Also adds a profile for marvin to run deployDataCenter via mvn options.
$mvn -Pdeveloper,marvin -pl :cloud-marvin -Dmarvin.config=<path/to/config>
OR
$cd tools/marvin
$mvn -Pmarvin -pl :cloud-marvin -Dmarvin.config=path/to/config
will deploy the datacenter using the marvin.config property's value
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-02-15 20:53:41 +05:30
Rohit Yadav
825c1c17a1
CLOUDSTACK-1066: Add building script to build appliance
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-15 19:51:26 +05:30
Rohit Yadav
98c0a4fb9d
CLOUDSTACK-1066: Fix FIXMEs, rename script to postinstall.sh
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-12 18:28:55 +05:30
Rohit Yadav
4b268c4ae6
CLOUDSTACK-1066: Add random password for cloud, fix trailing whitespaces, cleanup isos
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-12 17:58:17 +05:30
Rohit Yadav
733ec50d46
maven: don't use process-test-resources lifecycles, target are skipped if test are
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-12 12:17:25 +05:30
Chip Childers
ebe738ee20
CLOUDSTACK-1233: Fixed veewee config file legal documentation
...
The veewee configuration files used for the devcloud base-box build, as
well as the newly introduced files used to create a system vm, were
inappropriately identified as ASLv2 licensed and copyrighted by the ASF.
The fixes:
- The ASF headers stripped to match the source.
- The files are now excluded from RAT checks in the root pom.
- The tools/whisker/descriptor.xml file updated
- The root LICENSE and NOTICE were re-generated
Changes in the Apache Whisker templates for LICENSE and NOTICE files
caused a good bit of whitespace oddness in this commit for those 2
files.
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-02-11 21:40:06 -05:00
Chiradeep Vittal
9e13533e21
CLOUDSTACK-1066: fetch cloudstack init files for systemvm from git.
...
Currently fetching from HEAD, for a particular branch it should be fetched from the respective branch
2013-02-11 10:25:10 -08:00
Chiradeep Vittal
78b00f51a9
CLOUDSTACK-1066: fixes
...
cloudstack-packages: fixes install_packages (diff -> diffutils),
use debconf-set-selections for iptables-persistent
preseed.cfg : change root password, use separate partitions for /usr /var /home
definition.rb: reset timeout to sane value
cleanup.sh, zerodisk.sh: move wipe of root directory to zerodisk
2013-02-08 17:44:56 -08:00
Chiradeep Vittal
606fa9df70
Add ASL to scripts as a temporary workaround for RAT breakage. This will get changed to MIT license later
2013-02-08 13:05:24 -08:00
Chiradeep Vittal
82dc16e58a
CLOUDSTACK-1066: no need for build helpers. Also reduces attack surface of system vm
...
CLOUDSTACK-1066: no need for busybox and dictionaries
CLOUDSTACK-1066: fix bug in generating signature
CLOUDSTACK-1066: don't confuse veewee about root password
Clean up stuff copied in to vm by veewee
2013-02-08 12:52:41 -08:00
Chiradeep Vittal
31791e241d
CLOUDSTACK-1066: fix openswan install to not require interactive input
2013-02-08 12:52:19 -08:00
Chiradeep Vittal
eaaf880dcf
CLOUDSTACK-1066: add license and attribution
2013-02-07 19:06:47 -08:00
Chiradeep Vittal
97833c9f93
CLOUDSTACK-1066: bug fixes to cloudstack package script
2013-02-07 19:02:22 -08:00
Chiradeep Vittal
ee9baefe3f
CLOUDSTACK-1066: restore modularity in config files by splitting postinstall tasks
...
Add config.dat to ensure that openswan install does not hang asking for user input
2013-02-07 19:02:22 -08:00
Chiradeep Vittal
990d20b67b
CLOUDSTACK-1066 slim down the package by not choosing 'standard'.
...
Allow root user to login (FIXME) otherwise veewee is unable to login
2013-02-07 19:02:21 -08:00
Chiradeep Vittal
3dea9a7be5
Summary: Remove superfluous chroot and change to use standard jre
...
Detail: Since the script executes inside the running vm, the chroot is not necessary. Also the standard jre is used instead of sun jre.
BUG-ID: CLOUDSTACK-1066
Signed-off-by: Chiradeep Vittal <chiradeep@apache.org> 1360277071 -0800
2013-02-07 14:48:18 -08:00
Rohit Yadav
04d51c9e4d
CLOUDSTACK-1066: Fix only one postinstall script, install packages etc.
...
- Remove different scripts, just use postinstall.sh that runs after basic appliance
is built using veewee
- Port package installation method from old script
- Time the installation/build process
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-07 17:42:35 +05:30
Rohit Yadav
1fd0563137
CLOUDSTACK-1037: Implement fuzzy parameter completion
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-07 16:01:05 +05:30
Marcus Sorensen
7330deeb2f
Summary: Add default newline after summary in prepare-commit-msg
...
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1360171397 -0700
2013-02-06 10:23:17 -07:00
Marcus Sorensen
dc7578c72c
Summary: Make prepare-commit-msg hook more compatible with operating systems
...
Detail: Was using sed -i, which breaks on Mac
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1360170672 -0700
2013-02-06 10:11:12 -07:00
Rohit Yadav
d99f836d5d
cli: Fix attribute error and fix helpdoc
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-06 16:54:46 +05:30
Rohit Yadav
f97e2a6297
CLOUDSTACK-1066: Add definitions for building systemvm template appliance
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-05 18:02:52 +05:30
Rohit Yadav
a2e89c4200
cli: Use metaprogramming to generate code during runtime when new apis sync
...
- Fixes metaprogramming to inject methods during shell class object's runtime
- This enable new apis that are synced to come up with new verbs, docs etc.
- Fixes printing issue
- Fixes null bitfield parsing issue
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-04 17:57:08 +05:30
Rohit Yadav
b5a2e99809
CLOUDSTACK-1037: Fix cloudmonkey's caching, autocompletion and printing
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-02 08:39:45 -08:00
David Nalley
9c87970d1f
setting the version for apidocs to 4.2.0
2013-02-02 05:56:19 -05:00
Kelven Yang
e74f72be34
Fix the merge conflicts
2013-02-01 15:22:58 -08:00
Kelven Yang
296c20332d
Merge javelin into master
2013-02-01 14:40:45 -08:00
Rohit Yadav
631b6fd46a
CLOUDSTACK-1037: Make cloudmonkey awesome-er
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-01 14:34:49 -08:00
Kelven Yang
7b75f0d990
Sync master to javelin one more time
2013-02-01 11:37:33 -08:00
Kanzhe Jiang
736b236eaf
bigswitch controller support
...
Reviewed-by: Chiradeep Vittal <chiradeepv@gmail.com>
Signed-off-by: Murali Reddy <murali.reddy@citrix.com>
2013-02-01 12:42:04 +05:30