David Nalley
e6b539ad73
CLOUDSTACK-456 - spec file now contains the proper licensing snippet
2012-11-07 11:25:02 -05:00
Hugo Trippaers
4a5b9be32a
Summary: making the patches should happen in the package phase
2012-11-07 16:28:07 +01:00
Hugo Trippaers
a3d468dae7
Summary: No more copy-dependencies for awsapi
...
This was also required for package building using ant/waf and should be
completely replaced with the war build in maven.
2012-11-07 15:59:09 +01:00
Hugo Trippaers
1a7c94204d
Summary: remove the deps pom, this is no longer required for the maven
...
build.
Removed the deps pom and removed the deps profile from the main pom as
it was only there for the 4.0 build to support jar downloading for
ant.
2012-11-07 15:14:59 +01:00
Rohit Yadav
8e64f34012
cli: autocomplete to assignment, adds syntactic sugar
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-07 18:34:23 +05:30
Prasanna Santhanam
35d5070ca3
adding .egg-info and eclipse prefs and settings to .gitignore
2012-11-07 16:23:10 +05:30
Rohit Yadav
5e293f422d
cli: add maven plugin to delete copied marvin folder on fresh install
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-07 16:06:01 +05:30
Rohit Yadav
a5ad9c3c50
cli: fix keyerror in help doc handler
...
- Check and then print help docs
- Add verb configure
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-07 16:05:01 +05:30
Rohit Yadav
860d1bc73d
api: createStoragePool requires podId, clusterId
...
The CreateStoragePool API requires that podId, clusterId be passed or it fails.
Bug found in cli, which in turn got it from Marvin, which got it from commands.xml
which got from ApiXmlDocWriter.
Patch adds required field on podId, so it trickle downs to cli.
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-07 14:05:31 +05:30
Pranav Saxena
6c30700fa4
CS-16737:When Registering templates OK button is hidden completely by the helper text that is provided when user selects Featured
2012-11-07 11:31:01 +05:30
Brian Federle
7df2866235
Better placement of infrastructure totals and icons
2012-11-06 14:19:49 -08:00
Brian Federle
49a3b6667b
CS-16741: Fix traffic type descriptions
...
-Update alt tags to specify what the name of each traffic type is
-Move traffic type alt descriptions to message.properties, for
localization
2012-11-06 13:55:32 -08:00
Jessica Wang
5b78686474
CS-16718: cloudstack UI - Infrastructure page - zone detail - physical network - guest (configure) - Networks tab - create network dialog - network offering dropdown - when scope is account or project, show all network offerings including the ones that has SourceNat service.
2012-11-06 11:14:12 -08:00
Wido den Hollander
a24ec2bdcc
debian: Initial work to get the Debian packaging working again
...
Right now it isn't working yet, but this is the way it should start working
like the RPM package building is.
This commit is to clean up the rules file a bit and lay the groundwork for
the Debian packaging
2012-11-06 16:19:07 +01:00
Rohit Yadav
36e7a7884e
cli: fix autocompletion binding bug, make all params lowercase
...
- fix weird autocompletion bug which won't let you enter the letter b [0]
- make set params, api and secret key vars lowercase
- use partition to get strings for do_set
- while installing, check and only then add readline (requires gcc and can fail)
- show monkey prompt by default, let users change if needed
[0] http://superuser.com/questions/297527/cant-type-the-b-letter-in-python-shell-in-os-x
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-06 19:41:07 +05:30
Rohit Yadav
ac8ae30658
cli: fix argument parsing for set command, fixes unicode monkey char
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-06 17:59:53 +05:30
Rohit Yadav
77e957c91b
cli: fix python sdist, add readline as installation requirement
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-06 17:06:11 +05:30
Rohit Yadav
b713865308
cli: pip install cloudmonkey works
...
Patch makes cloudmonkey installable and redistributable using source dist from
pypi under apache compliant license. Most visible issues have been solved and
cloudmonkey should work well with CloudStack 4.0 and master, also until APIs do
not change.
To install now:
pip install cloudmonkey
or, if you have to:
easy_install cloudmonkey
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-06 16:07:42 +05:30
Rohit Yadav
a94f6f19bb
cli: make parsing robust using shlex
...
Parsing bug fixed using the simple lexical analysis library
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-06 15:19:08 +05:30
Rohit Yadav
5c24c34d7f
cli: use partition instead of split to parse through args
...
Use partition instead of splitting on whitespace. This is little robust, but
may still fail for parameters whose values have whitespaces such as names etc.
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-06 14:54:35 +05:30
Rohit Yadav
9e6b366023
cli: add autocompletion and dynamic help doc
...
- autocompletions for help docs
- more verbose doc strings with __doc__ import from the module and list of
required args and all args
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-06 14:28:40 +05:30
Rohit Yadav
a1089c4304
cli: move code, refactor and add docstring
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-06 14:28:40 +05:30
Rohit Yadav
d0f9610355
cli: add feature to cache docstrings for an api
...
cached verb dictionary stores the following as a list:
- name of the API
- params (list of args)
- docstring
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-06 14:28:39 +05:30
Rohit Yadav
00d5c3f35c
cli: fix help and doc strings, comments
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-06 14:28:39 +05:30
Pranav Saxena
2add554a6a
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack
2012-11-06 13:40:00 +05:30
Pranav Saxena
b67cd923d1
CS-16752:Mode option need to be removed whiile adding Netscaler Device
2012-11-06 13:32:43 +05:30
Jessica Wang
126b4b5790
CS-16483: cloudstack UI - template page, ISO page - delete action is available if template/ISO and the login user is under the same project.
2012-11-05 16:34:07 -08:00
Brian Federle
46cce3a891
Multi-edit: Fix width of select inputs
2012-11-05 16:06:12 -08:00
Brian Federle
ee72ae677f
Fix input field widths for multi-edit
...
Conflicts:
ui/css/cloudstack3.css
2012-11-05 16:06:06 -08:00
Brian Federle
d4c1848f33
Fix zone wizard multi-edit for Firefox
2012-11-05 15:50:03 -08:00
Brian Federle
13f286158b
Disable egress UI, for now
2012-11-05 15:42:11 -08:00
Brian Federle
7707b3b4b3
Update tabFilter for egress rules
2012-11-05 15:42:11 -08:00
Brian Federle
c3f1a694ae
Add network-level egress UI
...
Adds new tab to network section details to add/remove/list
network-level egress rules. This tab only appears for isolated source
NAT networks. It is based on the same format as the firewall rule
edit.
2012-11-05 15:42:11 -08:00
Brian Federle
58de3c3dfe
CS-16735: Tier details: Disable IP address tab
...
Disables IP address tab for VPC tier detail view, as it is redundant
with the 'view all' button.
2012-11-05 15:42:10 -08:00
Brian Federle
a7138d9665
CS-16732: Show virtual router actions on VPC detail view
2012-11-05 15:42:10 -08:00
Brian Federle
c91bde7d4b
Fix capitalization of 'Site-to-site VPN'
2012-11-05 15:42:10 -08:00
Jessica Wang
becd611c07
cloudstack UI - Infrastructure page - (1) restore hosts count on UI since listHosts API has been fixed. (2) specifying pagesize as 1 because we don't need any embedded objects to be returned for count display.
2012-11-05 15:40:27 -08:00
Jessica Tomechak
c2ccc52c4d
Docs. Remove inaccurate CloudStack software version number from table heading.
2012-11-05 12:51:58 -08:00
Jessica Tomechak
514a7e31d4
Docs. CLOUDSTACK-134. Copying vhd-util is required only when XenServer is used.
2012-11-05 12:51:56 -08:00
Dave Cahill
476e771c1c
SSH key changes
2012-11-05 11:24:33 -08:00
Brian Federle
716c35645b
CSS: fix small formatting issue
2012-11-05 11:19:23 -08:00
Brian Federle
9e729fa166
Zone wizard UI: fix multi-edit table width
2012-11-05 11:19:17 -08:00
Jessica Wang
29dda3f41a
CS-16599: cloudstack UI - guest network page - fix a bug that networkdomain didn't show in a shared network.
2012-11-05 10:39:23 -08:00
Edison Xu
b101dc7279
KVM agent connet:
...
* send StartupAnswer right after StartupCommand is recieved
* if post processor going wrong, send out readycommand with error message to agent, then agent will exit
2012-11-05 10:00:16 -08:00
Rohit Yadav
c10eeb6036
cli: strip args else this fails on parsing
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-05 21:59:03 +05:30
Rohit Yadav
64907c1da4
cli: fix parsing args
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-05 21:59:03 +05:30
Rohit Yadav
c444bb3811
cli: don't get the required list as params
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-05 21:59:03 +05:30
Rohit Yadav
98d341d932
cli: add grammar to class
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-05 21:59:03 +05:30
Rohit Yadav
94649491be
cli: fix color parsing
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-05 21:59:03 +05:30
Rohit Yadav
8c12f49dbe
cli: fix intro message
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-05 21:59:03 +05:30