Pranav Saxena
cd10b994ae
CLOUDSTACK-1082:UI doesn't throw any error message when trying to delete ip range from a network that is in use
2013-01-29 14:32:55 +05:30
Marcus Sorensen
482ce5fe07
Summary: Account for embedded nics (e.g. 'em0') when looking for physical nic
...
Signed-off-by: Marcus Sorensen <marcus@betterservers.com>
2013-01-28 21:21:30 -07:00
Rohit Yadav
cb8705c756
cli: Pygments based output in cloudmonkey and new cfg processing
...
- Pygments based colored output for tabular and normal list outputs
- Fix cfg processing as per new cfg paths and ds
- Get rid of clint and old way of parsing and color printing
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-28 17:59:37 -08:00
Rohit Yadav
233c0adcf3
cli: Fix common.py's cfg fields grouped under similarites like ui, core, user etc.
...
Changes config path to ~/.cloudmonkey this will break cfg path but all configs are
still backward compatible. We need folder to put a lot of stuff that is coming
for ex. themes and plugins
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-28 17:52:40 -08:00
Rohit Yadav
0720d25e12
cli: Get rid of clint, use Pygments
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-28 17:51:34 -08:00
Rohit Yadav
ad3692cbba
cli: Add pygments based lexical output processing
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-28 17:48:49 -08:00
Rohit Yadav
59d01bfe20
cli: Show filter only when a subject is specified in autocompletion
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
(cherry picked from commit 7ea83b82e6 )
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-28 16:31:12 -08:00
Rohit Yadav
99a04a416c
DeployVMCmd: Remove @ACL on ipToNetwork map to avoid NPE
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-28 16:10:12 -08:00
Rohit Yadav
66430c9745
DeployVMCmd: Remove entityType for ipToNetworkList, MAP is string->string
...
Remove entityType as it can confuse people, right now we process map to string
data type maps<string,string> This map should be handled in cmd class level by
an api writer to getObject by uuid or by long int id as in getIpToNetworkMap()
of DeployVMCmd
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-28 15:43:37 -08:00
Andrew Bayer
71835018e5
CLOUDSTACK-249: Add hostId to failed VM deploy alerts
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-28 15:27:09 -08:00
Min Chen
4ad38f8afb
CLOUDSTACK-274: fix duplicate error code.
2013-01-28 10:49:06 -08:00
Marcus Sorensen
fe9398dc73
Summary: Fix S3 from trying to upload directories found in template dirs
...
Detail: The S3 upload code fails on directories in the templates dir, such as
"KVMHA" that gets created for KVM. This skips directories in the templates dir.
BUG-ID: CLOUDSTACK-1056
Bugfix-for: 4.1 (master)
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1359390176 -0700
2013-01-28 09:22:56 -07:00
Chip Childers
afd7de7e33
CLOUDSTACK-1076: Legal documentation improvements to separate source
...
distributions from packaged distributions.
* Remove all binary dependency license and notice info from the top
level LICENSE and NOTICE files in our source tree
* Create two copies of the Whisker descriptor.xml file (stored in
tools/whisker), one that can be used to regenerate the source distro's
LICENSE and NOTICE files, and one that can generate an appropriate
LICENSE and NOTICE file for a packaged version of the software.
* Generate and commit the package LICENSE and NOTICE file to the
tools/whisker folder.
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-01-28 10:48:53 -05:00
Radhika PC
92fd66c921
CLOUDSTACK-235 Docs patch for network rate
2013-01-28 10:47:02 -05:00
Murali Reddy
4cbe8a479f
add state machine to Snapshot object
2013-01-28 20:45:56 +05:30
Radhika PC
b56f7b26e2
CLOUDSTACK-399
...
Signed-off-by: Radhika PC <radhika.puthiyetath@citrix.com>
2013-01-28 10:05:36 -05:00
Murali Reddy
db2ba816a4
adding a state listener to volume resource , and publish resource state
...
change event on both pre and post state transition
2013-01-28 17:21:56 +05:30
Murali Reddy
053b6bd636
publish state change events on Network and VirtualMachine resource state
...
changes
2013-01-28 17:02:21 +05:30
Mice Xia
e13d93279e
make API changeServiceForVirtualMachine work by changing @entityType of parameter serviceOfferingId to ServiceOfferingResponse
2013-01-28 15:39:54 +08:00
Murali Reddy
117bce8c55
removing duplicate dependency
2013-01-28 11:34:23 +05:30
Pranav Saxena
453f749785
The overlay still exists when the Recurring Snapshots dialog is cancelled by pressing the esc key
2013-01-28 11:13:06 +05:30
Murali Reddy
b03744ab0d
added entity details corresponding to each event. Entity represents the
...
resource for which event is generated.
2013-01-27 22:42:00 +05:30
Noa Resare
7d40a7e500
Make maven use mkisofs or genisoimage depending on what is available
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-27 04:48:47 -08:00
Rohit Yadav
6c527ffbba
cli: Fix cachegen aand cloudmonkey to generate api verbs, revert last commit
...
Fixes cachegen and reverts "mvn: fix cloudmonkey build"
This reverts commit 6d3de41d42 .
2013-01-27 04:18:31 -08:00
Prasanna Santhanam
6d3de41d42
mvn: fix cloudmonkey build
...
removing cachegen.py that is no longer required for execution
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-01-27 14:49:50 +05:30
Rohit Yadav
ddb794d960
cli: generate verbs on the fly, fix autocompletion whitespace bug
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-26 17:14:09 -08:00
Murali Reddy
ae903f8c2c
put data center and pod UUID's in the alert event message sent on to
...
event bus
2013-01-27 03:33:55 +05:30
Murali Reddy
c650d7b474
Merge branch 'master' into events-framework
2013-01-27 03:17:41 +05:30
Murali Reddy
73e6efdecd
- changes to publish UUID instead of id's in the event message
...
- action, usage events will publish resource name, resource UUID in the
message
2013-01-27 03:07:26 +05:30
Pranav Saxena
1509a210ca
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack
2013-01-26 23:48:57 +05:30
Isaac Chiang
76b28805e6
CloudStack-965: When a detailview action is prohibited, the operation dialog box should not show up in the mean time
2013-01-26 23:46:44 +05:30
Min Chen
17c419ceb4
Fix a bug in listHosts that returns wrong zoneId for host.
2013-01-25 14:18:25 -08:00
Min Chen
2c9e314477
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack
2013-01-25 14:15:22 -08:00
Brian Federle
8f11f631a4
Instance wizard: Fix back button state
...
Fix case where select SG step is shown on back, instead of select guest network.
2013-01-25 08:58:07 -08:00
Kishan Kavala
0ab39fd162
added missing bracket
2013-01-25 19:32:30 +05:30
Murali Reddy
1a2822d3bf
hanlde case where no EventBus implementation is configured in component
...
locator config file
2013-01-25 18:23:22 +05:30
Murali Reddy
c35b016d90
hanlde case where no EventBus implementation is configured in component
...
locator config file
2013-01-25 18:21:33 +05:30
Pranav Saxena
44ceff4224
CLOUDSTACK-1064:A type error occurs when trying to add account/register template: this is because of accounts conext being undefined
2013-01-25 16:42:42 +05:30
Pranav Saxena
9deea9bb55
CLOUDSTACK-1063:SG Enabled Advanced Zone -Add Guest Networks- When user tries to add a guest Network with scope as Account , he should NOT be presented with Offering for shared security group enabled
2013-01-25 15:49:29 +05:30
Murali Reddy
ffd55c4ee1
Merge branch 'master' into events-framework
...
Conflicts:
client/tomcatconf/components.xml.in
2013-01-25 14:26:41 +05:30
Murali Reddy
2dd40c2823
-Added recoonect logic using shutdown listner in RabbitMQEventBus
...
-changed EventBus interface method signtures to return/take UUID for
subscriber management
2013-01-25 14:18:49 +05:30
Radhika PC
25c0d84c16
Document procedure to choose default System Offering for System VMs
...
Signed-off-by: Radhika PC <radhika.puthiyetath@citrix.com>
2013-01-24 21:32:46 -06:00
Min Chen
4ccbdbd23d
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack
2013-01-24 16:46:10 -08:00
Brian Federle
a2b2d45e40
Conditionally show select SG step
...
Only show select security group step if at least one guest network
with SecurityGroup service is selected.
2013-01-24 14:57:43 -08:00
Rohit Yadav
6f90a86b13
cli: fix cloudmonkey's pipe-ability
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-24 14:47:45 -08:00
Rohit Yadav
71257d6bb4
cli: give filter option only when output 'tabularized' is enabled
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-24 11:28:49 -08:00
Rohit Yadav
531c2f030c
api: Fix annotations on iso related cmd
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-24 10:33:04 -08:00
Pranav Saxena
f1aee2cc50
CLOUDSTACK-1029:Enter the token to specified project is malfunctioned
2013-01-24 14:13:53 +05:30
Rohit Yadav
afb7e289fe
cli: Fix development status to stable. cloudmonkey v1 at its most stable form
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-23 18:15:51 -08:00
Rohit Yadav
ec0c6b00b4
api: Fix correct annotation value in template cmds for template id
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-01-23 16:00:39 -08:00