Brian Federle
8a37f40c0a
Infra. chart: Fix socket info items duplicated on refresh
2013-10-29 15:17:09 -07:00
Brian Federle
f1eaa975b8
Dashboard UI: Clean up layout
...
-Remove borders from dashboard items to enhance clarity
-Fix layout of events/alerts
2013-10-29 15:10:24 -07:00
Brian Federle
7695fff17b
Infra. dashboard UI fixes
...
-Fix totals not showing up
-Increase height of socket info area to fit more hypervisors
2013-10-29 14:55:51 -07:00
Marcus Sorensen
4a9f05bda0
CLOUDSTACK-4967
...
1) vxlan will use bridge scheme 'brvx-<vni>'. Multiple physical networks can host guest
traffic type with vxlan isolation, so long as they don't use the same VNI range.
2) Guest traffic labels can be physical interface if bridge by given name is not found.
Normally we take traffic label name, find the matching bridge, then resolve that to a
physical interface. Then we create guest bridges on that interface. Now we can just
specify the interface.
2013-10-29 15:34:39 -06:00
Brian Federle
be5a7b45fb
Add new infrastructure UI styling; add CSS for socket info box
2013-10-29 14:17:33 -07:00
Brian Federle
bed42deb88
CLOUDSTACK-4908: UI for report CPU sockets
...
-Adds socket info for hypervisors on infrastructure chart
-Displays # of sockets, and # of hosts
-Currently only dummy data set to 0 for all info
2013-10-29 14:16:25 -07:00
Brian Federle
f0a8aa7f5e
CLOUDSTACK-4738: VM wizard: Add custom fields for compute offering
2013-10-29 13:29:13 -07:00
SrikanteswaraRao Talluri
3223fcf672
CLOUDSTACK-4772: modify the script to get_process_status for vmware deployment
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2013-10-30 01:46:26 +05:30
Brian Federle
f1683d0ad4
Instance wizard: lighter color on step numbers
2013-10-29 13:02:10 -07:00
Brian Federle
d833e41f5e
Dashboard UI: update header bar colors
2013-10-29 11:39:48 -07:00
Brian Federle
cb11b0ad83
Project switcher: Remove hover state and custom styling -- breaks IE
2013-10-29 11:30:26 -07:00
Brian Federle
896f68b927
Fix region selector popup
2013-10-29 11:24:58 -07:00
Gaurav Aradhye
8a6694b396
CLOUDSTACK: 2238 - Automation - Adding non contiguous VLAN ranges feature test cases
...
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
2013-10-29 23:44:06 +05:30
Gaurav Aradhye
1972d6121d
Adding missing test cases: Snapshots Improvement
2013-10-29 23:42:38 +05:30
Brian Federle
9c57e137ae
Update layout of multi-wizards
...
-Change colors of progress bar
-Minor fixes to layout in zone wizard
2013-10-29 11:08:09 -07:00
Alena Prokharchyk
e7685f816a
CLOUDSTACK-4988: when listTemplates call is executed by regular user, but templateFilter=community is passed in, return public templates of subdomains
2013-10-29 10:58:53 -07:00
Brian Federle
7e269e3770
Update layout of header bar
...
-Move notifications to top
-Better alignment of logo
2013-10-29 10:56:05 -07:00
Brian Federle
d9e9e0daad
Update colors of UI dialogs
2013-10-29 10:49:54 -07:00
Alena Prokharchyk
591dcd1d1c
ResourceDetails: added "display" field to a bunch of VOs - determines whether the detail should be returned to the regular user
2013-10-29 09:18:11 -07:00
Daan Hoogland
30aea0b308
forgot about rat
2013-10-29 14:35:45 +01:00
Rajani Karuturi
4c6add84d8
eclipse code formatter settings xml file
2013-10-29 14:03:27 +01:00
Prasanna Santhanam
6a904d2f9b
fix pep8
...
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-10-29 16:19:48 +05:30
Prasanna Santhanam
ddf4dfa60a
marvin: enable the nose-marvin plugin using the --with-marvin directive
...
enable the marvin plugin when the --with-marvin directive is given to nose. The
enableOpt value is set from the command line directive and self.enabled
(True|False) determines whether marvin's tests will run. By default
non-default plugins like marvin will be disabled"
This fixes regression from 03830c5
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-10-29 15:46:50 +05:30
Rajani Karuturi
9300d4a3ba
Added an api call to import all the ldap users to the same domains(ou's) in cloudstack
...
TODO:
1. error handling of no domains present, nested hierarchy
2. handling the case when the api call fails for a specific user/users
3. test cases for LdapUserManager
Signed-off-by: Ian Duffy <ian@ianduffy.ie>
2013-10-29 09:04:33 +00:00
Likitha Shetty
cc4b612bf6
CLOUDSTACK-4985. NPE while deleting old root volumes of a restored VM during storage garbage collection.
...
In case of VMware, once the state of the old root volume has been updated to destroyed force expunge it from primary storage to avoid the garbage collector from trying to delete the new root volume
2013-10-29 11:31:45 +05:30
Min Chen
6be228a438
CLOUDSTACK-4024:Provide a way to upgrade from existing NFS secondary
...
storage to S3.
2013-10-28 21:01:31 -07:00
Sheng Yang
271a7dff9e
Fix VPC issue due to VpcVirtualNetworkApplianceManagerImpl.java is not registered
...
It should be registered rather than VirtualNetworkApplianceManageImpl.java,
since it would cover the isolated network case as well.
2013-10-28 17:55:51 -07:00
Edison Su
89d6e7ed66
CLOUDSTACK-4817: fix s3 multipart uplaod
...
Conflicts:
plugins/hypervisors/xen/src/com/cloud/hypervisor/xen/resource/XenServerStorageProcessor.java
2013-10-28 17:31:49 -07:00
Alena Prokharchyk
2cac1aaa0f
Moved ResourceDao and ResourceDaoBase to cloud-engine-schema/org/apache/cloudstack (used to be mistakenly placed under com/cloud/cloud)
2013-10-28 15:03:57 -07:00
Alena Prokharchyk
5caeab782d
ResourceDetails -
...
1) added createDetail to ResourceDetailDao interface to provide generic way of creating resourceDetail DB objects
2) added resource details support for firewall rules
2013-10-28 14:45:52 -07:00
Brian Federle
9b1cfa41eb
Style toolbar, tables
2013-10-28 13:56:12 -07:00
Brian Federle
ee1c83e689
Style toolbar
2013-10-28 13:50:21 -07:00
Alena Prokharchyk
e86b612750
ResourceDetails - added createDetail to ResourceDetailDao interface to provide generic way of creating resourceDetail DB objects
2013-10-28 12:53:53 -07:00
Alena Prokharchyk
d0090a0c24
Resource details (metadata) - added support for Storage pool details
2013-10-28 12:53:53 -07:00
Edison Su
92f97248a8
fix inject hypervisorHelperImpl
2013-10-28 12:09:14 -07:00
Brian Federle
f92f7b5c5d
Fix panel dimensions and colors
2013-10-28 11:57:50 -07:00
Brian Federle
bd697c53d8
Style detail view
2013-10-28 11:47:18 -07:00
Brian Federle
6748d19dbc
Fix z-index of header bar causing overlap w/ dialogs
2013-10-28 11:47:18 -07:00
Sheng Yang
10d47147a6
Remove the old duplicate savepassword.sh
...
The working one is at: systemvm/patches/debian/config/opt/cloud/bin/
2013-10-28 11:37:25 -07:00
Brian Federle
d5777c8e33
Style nav bar & body BG
2013-10-28 11:34:43 -07:00
Brian Federle
e9dcdc0411
Style header bar
2013-10-28 11:12:57 -07:00
Toshiaki Hatano
3e70b145c4
CLOUDSTACK-4967: vxlan doesn't scale
...
- Fix inproper multicast address creation (when VNI > 65535)
- Fix missing bride name in delete oparation
Signed-off-by : Toshiaki Hatano <haeena@haeena.net>
2013-10-29 02:38:02 +09:00
Likitha Shetty
7116268f33
CLOUDSTACK-4946. VM Restore with template id/Volatile VM feature doesnt work on VMware
...
When a ROOT volume is created from base template, if a folder already exists for the ROOT volume's VM then replace the old ROOT disk files with the new one.
2013-10-28 13:17:54 +05:30
Santhosh Edukulla
03830c570e
Adding few changes and cleaning up the code
...
- Added few common naming conventions
- Cleanedup code
- Added a simple utility function
Signed-off-by: Santhosh Edukulla <Santhosh.Edukulla@citrix.com>
2013-10-28 12:49:41 +05:30
Girish Shilamkar
c8b91f1b72
CLOUDSTACK-4686: Fixed volume limit for domain
2013-10-28 11:36:20 +05:30
Santhosh Edukulla
b4ceefa469
Adding readable start and end time stamps
...
Signed-off-by: Santhosh Edukulla <Santhosh.Edukulla@citrix.com>
2013-10-28 11:29:27 +05:30
Prasanna Santhanam
f4fb5f5582
spring-modularization: remove simulator planner
...
The simulator uses the default planners of cloudstack and does not
require a separate planner context (as of now). This was just c&p from
baremetal planners.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-10-28 11:29:01 +05:30
Mike Tutkowski
858ce76665
Extend support of CloudStack-managed storage to KVM
2013-10-27 22:30:03 -06:00
Laszlo Hornyak
11441a3672
License header added to PropertiesStorageTest
...
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
2013-10-26 18:39:00 +02:00
Laszlo Hornyak
c72f65dc17
Remove test dependency on mysql driver
...
The dependency is no longer needed.
2013-10-26 17:47:35 +02:00