Commit Graph

9180 Commits

Author SHA1 Message Date
Jessica Wang bee7626253 cloudStack 3.0 new UI - basic zone - guest network - add IP range - add 6 Pod fields, guest gateway field, guest netmask field to dialog (for basic zone only). 2011-11-28 16:52:19 -08:00
Alena Prokharchyk 5423f744b3 Fixed multiple bugs in registerTemplate/registerIso:
1) throw exception when try to register template/iso when there are no zones in the system
2) don't add the template to template_zone_ref when the zone is removed
3) Don't try to download the template when template failed to persist in the DB
2011-11-28 16:50:54 -08:00
Jessica Wang a5a5ff82e4 cloudStack 3.0 new UI - basic zone - guest network - create network - if create new pod is selected in pod dropdown, show 5 pod fields and create a pod first, than pass podId to create an IP range on pod level (for basic zone only) 2011-11-28 15:43:14 -08:00
Alena Prokharchyk abfbac7928 Moved listAccount/listDomains/listDomainChildren methods from ManagementServer to Account/Domain managers 2011-11-28 15:32:12 -08:00
frank 4676d2b487 attach branch name to rpm name 2011-11-28 15:23:24 -08:00
frank 630bb2e278 make build number attach to release number 0 in rpm package name.
1. if --prerelease specified, the release number equals to
        0.buildnumber
2. if --prerelease omitted, the release number equals to
        1 or --release-version if --release-version specified
2011-11-28 14:46:35 -08:00
Jessica Wang 35845a075c cloudStack 3.0 new UI - system - basic zone - guest network - create network - after create network succeeds, create IP range on pod level (only for basic zone) 2011-11-28 14:42:09 -08:00
Alena Prokharchyk 8f91856822 bug 11859: Added Usage param to @Implementation in API docs. Usage would explain what parameters combinations are valid for specific cases
status 11859: resolved fixed
2011-11-28 14:40:13 -08:00
Alena Prokharchyk 628ca6c6d7 bug 11018: removed private_netmask from vm_instance table
status 11018: resolved fixed
2011-11-28 14:15:14 -08:00
Jessica Wang db623c8e47 cloudStack 3.0 new UI - basic zone - guest network - create network - add pod dropdown (for basic zone only). 2011-11-28 14:13:42 -08:00
Brian Federle 0042749226 Fix missing ID on host list view, which was breaking detail view 2011-11-28 14:10:27 -08:00
Alena Prokharchyk afb56d2112 bug 11492: check volume resource limit when deployVm
status 11492: resolved fixed
2011-11-28 13:38:32 -08:00
Jessica Wang bb7ff42c23 cloudStack 3.0 new UI - system - basic zone - create pod - rename labels. 2011-11-28 13:29:35 -08:00
frank c50250ca43 make encryption default while running cloud-setup-database 2011-11-28 13:26:35 -08:00
Brian Federle 623a048d13 Fix typo 2011-11-28 12:54:28 -08:00
Jessica Wang 683e5a5b57 cloudStack 3.0 new UI - system - basic zone - create pod - remove 3 guest fields. 2011-11-28 12:27:26 -08:00
Jessica Wang d853de8187 cloudStack 3.0 new UI - system - basic zone - guest network - create network - populate network offering dropdown with Shared ones (for basic zone). 2011-11-28 12:07:54 -08:00
Alena Prokharchyk afe92b0733 bug 12162: publicIpId is required in createLoadBalancerRule command
status 12162: resolved fixed
2011-11-28 11:59:18 -08:00
Alena Prokharchyk ecd7004f15 bug 11978: don't allow passing -, + and spaces for instance.name config param
status 11978: resolved fixed
2011-11-28 11:52:46 -08:00
Alena Prokharchyk 102f460458 Fixed updateConfiguration - updateHostDetails used to swallow the exceptions 2011-11-28 11:52:45 -08:00
Jessica Wang cd957604b3 cloudStack 3.0 new UI - system - basic zone - guest network - remove Edit action. 2011-11-28 11:49:47 -08:00
Kelven Yang c3eba2933e bug 11973: Escape VM name to prevent from XSS attack. Reviewed-by: Alex huang 2011-11-28 11:38:31 -08:00
Kelven Yang a7ac3d577a Limit the ID valid range to be either numeric -1L for special usage or in range that it hits a DB record 2011-11-28 11:36:47 -08:00
Kelven Yang be87e3214e bug 12175 : perform data validation before queuing/executing command 2011-11-28 11:36:46 -08:00
Jessica Wang 4f7eb448e0 cloudStack 3.0 new UI - system - basic zone - guest network - remove VLAN field and CIDR field. 2011-11-28 11:18:30 -08:00
Jessica Wang 7c37455b8a cloudStack 3.0 new UI - system - router page, systemVM page - detail view - apply action filter. 2011-11-28 10:10:13 -08:00
Brian Federle a25728b19d bug 12177: Fix incorrect user data on auto-login, which was breaking add project 2011-11-28 10:09:40 -08:00
Alena Prokharchyk 586febd4c1 bug 11965: check the user state on the Services layer, not in the VmManager as VmManager can be called not only from the API, but also by internal methods - HA for instance - and in this case we shouldn't care about the account state
11965 status: resolved fixed

Also fixed gson serialization error in account response
2011-11-28 10:05:19 -08:00
kishan e86b03c2e6 bug 12187 : Handle empty strings while encrypting and decrypting
status 12187 : resolved fixed
reviewed-by: Abhi
2011-11-28 22:20:44 +05:30
kishan 4e8a0a65f8 bug 12187, 12188: Encrypt system, admin user passwords. Use configDao for ssl.keystore. Set configuration init to null instead of false.
status 12187, 12188: resolved fixed
reviewed-by: Abhi
2011-11-28 18:21:20 +05:30
kishan 06ad936192 bug 12134: Added uuid column to cloud_usage account table
status 12134: resolved fixed
reviewed-by: Abhi
2011-11-28 13:05:02 +05:30
Abhinandan Prateek 88f9b1ab7c bug 8962: review changes incorporated 2011-11-25 15:03:45 +05:30
Alena Prokharchyk 34b24895eb bug 12176: fixed NPE in resource limit calculation for snapshots
status 12176: resolved fixed
2011-11-24 10:33:11 -08:00
Alena Prokharchyk fc2b95d9c3 Fixed NPE in listIso API 2011-11-24 10:27:00 -08:00
Abhinandan Prateek 655a9805f3 bug 11966: added findNonDisabledAccount 2011-11-24 13:43:12 +05:30
Abhinandan Prateek 16e342836e bug 11966: chnaged the findActiveAccount method to return only the accounts which are active 2011-11-24 13:12:28 +05:30
Abhinandan Prateek d90e19ae28 bug 11825: removing the trace as from the message the origin of problem can be easily traced. 2011-11-24 11:15:51 +05:30
Jessica Wang d03a2f40bf cloudStack 3.0 new UI - Router page - detail view - add actions. 2011-11-23 18:10:04 -08:00
Jessica Wang 1565d2c659 cloudStack 3.0 new UI - System VM page - detail view - add actions. 2011-11-23 18:08:01 -08:00
prachi 8134cfb4c8 Bug 11131 - Allocators: when vm fails to deploy in DataCenter, we should never retry in the same DC again as the DC is already in Avoid set
Changes:
- Added check in planner to verfiy that the datacenter is not in avoid set. If found in avoid set, planner does not proceed.
2011-11-23 17:40:20 -08:00
frank 7402ff0b8c Bug 11990 - Add encryption properties to db.properties during install
better help message
2011-11-23 17:32:55 -08:00
Jessica Wang cb473b29e9 cloudStack 3.0 new UI - Routers page - add detail view. 2011-11-23 17:21:55 -08:00
Jessica Wang 3b4b9db4e6 cloudStack 3.0 new UI - System VM page - add detail view. 2011-11-23 16:59:02 -08:00
frank a23e8af810 Bug 11990 - Add encryption properties to db.properties during install
status 11990: resolved fixed
2011-11-23 16:54:45 -08:00
Sheng Yang f14e536cea NaaS: Make CloudZonesNetworkElement implement UserDataServiceProvider 2011-11-23 16:18:28 -08:00
Sheng Yang 539477f5e1 NaaS: Make ExternalDhcpElement implements DhcpServiceProvider 2011-11-23 16:18:21 -08:00
Jessica Wang a393616659 cloudStack 3.0 new UI - zone chart - public network - add IP range - fix a bug that vlanId didn't get passed to API call. 2011-11-23 16:01:55 -08:00
Brian Federle a5a2636da7 Implement bypass login check and logout action 2011-11-23 15:46:57 -08:00
Brian Federle e2a889ed5f Add example logout action 2011-11-23 15:46:57 -08:00
Jessica Wang 19f297577e cloudStack 3.0 new UI - zone chart - SRX device - implement Delete action. 2011-11-23 15:23:23 -08:00