9822 Commits

Author SHA1 Message Date
bfederle
b33c6f6de4 bug 12211: Implement project dashboard
status 12211: resolved fixed
2011-12-19 18:30:25 -05:00
Edison Su
d33a23cca6 bug 12628: add default route in dhcpentrycommand
status 12628: resolved fixed
2011-12-19 15:24:31 -08:00
Edison Su
aac9c540af bug 12625: don't put volume into snapshotting state if we are taking snapshot on it
status 12625: resolved fixed
2011-12-19 15:19:19 -08:00
frank
761069440e Bug 12194 - Ubuntu init script can fall into infinite loop
Bug 11723 - (Ubuntu Install) Management Server service won't restart

patch from community

status 11723: resolved fixed
2011-12-19 14:50:04 -08:00
Kelven Yang
55175fb2fd bug 12653: add default gateway support for multiple networks under VMware 2011-12-19 14:48:56 -08:00
bfederle
2a2d424bcc bug 12661: Fix select showing ID instead of value 2011-12-19 14:37:23 -08:00
Alena Prokharchyk
a19b1d92ce Do services validation when create PF/LB/Firewall rules 2011-12-19 14:24:35 -08:00
Jessica Wang
3de22e41aa bug 12614: cloudStack 3.0 new UI - system - Add Zone Wizard - basic zone - when securityGroupsEnabled checkbox is unchecked, exclude network offerings that has securityGroup service. 2011-12-19 14:12:33 -08:00
bfederle
134b38bb2d bug 12211
Add system resources, users, alerts to project dashboard
2011-12-19 14:12:09 -08:00
Alena Prokharchyk
3169a54263 bug 12644: don't allow to add new users to suspended/disabled projects
status 12644: resolved fixed
2011-12-19 13:42:03 -08:00
frank
b4e1af3943 Update INSTALL.txt 2011-12-19 13:38:56 -08:00
Sheng Yang
a269b089ae bug 12608: NaaS: Don't shutdown elements if cleanup=false
We can use the restartNetwork mechanism to recover the disconnected redundant
router.

Also disable HA for redundant router. Admin would take responsibilty to recover
the failure router, because redundant routers themselves are one layer HA.

status 12608: resolved fixed
2011-12-19 13:29:48 -08:00
Jessica Wang
a2cc66ce41 cloudStack 3.0 new UI - system - guest - IP Ranges tab (only shown in basic zone) - Add IP Range - pass forVirtualNetwork=false to indicate it's for guest network, not for public network. 2011-12-19 12:53:32 -08:00
Alena Prokharchyk
8d27ecf4de bug 12635: enable project account when activate the project
status 12635: resolved fixed
2011-12-19 12:23:41 -08:00
Jessica Wang
bb9886af29 cloudStack 3.0 new UI - system - guest - IP Ranges tab (only shown in basic zone) - implement Add IP Range. 2011-12-19 12:16:00 -08:00
Alena Prokharchyk
a12c358842 bug 12624: don't allow to delete the account when he is the owner for project(s)
status 12624: resolved fixed
2011-12-19 12:02:29 -08:00
bfederle
07ed925ab1 bug 12614: Zone wizard update
-Add support to filter network offerings based on whether security
 groups is checked; options then come from a separate
 'securityGroupNetworkOfferings' object:

args.response.success({
  domains: domainObjs,

  // Non-security-group-enabled offerings
  networkOfferings: networkOfferingObjs,

  // Security group-enabled offerings
  securityGroupNetworkOfferings: []
});

-Remove old/unused fields from wizard
2011-12-19 11:36:03 -08:00
Jessica Wang
e816b3a80b bug 12650: cloudStack 3.0 new UI - system - management - IP ranges tab - list pods info instead of VlanIpRange info. 2011-12-19 11:27:51 -08:00
Alena Prokharchyk
1fbff5bd05 bug 12607: fixed error message when resource limit exceeds
status 12607: resolved fixed
2011-12-19 11:17:00 -08:00
frank
4cb293668d don't check pthread before building, it is making no sense 2011-12-19 10:59:30 -08:00
Chiradeep Vittal
5dfa0ed169 remove obsolete file 2011-12-19 10:56:52 -08:00
Chiradeep Vittal
2278477737 add stronger security to defend against attacks originating in the vm 2011-12-19 10:56:52 -08:00
Chiradeep Vittal
5393a44c56 bug 12290: improve antispoofing lgic
handle reboot within vm correctly
iptables -S missing in csp
2011-12-19 10:56:52 -08:00
Alena Prokharchyk
f3f752b5be bug 12624: fixed list public isos for regular user
status 12624: resolved fixed
2011-12-19 10:42:18 -08:00
bfederle
2bab7dc838 bug 12560: Implement change network offering
status 12560: resolved fixed
2011-12-19 10:31:58 -08:00
bfederle
890928f3c4 Pass context to editable selects 2011-12-19 10:31:58 -08:00
Alena Prokharchyk
742c9c9a45 bug 12615: fixed resource limits - treat -1 as unlimited for domain limit
status 12615: resolved fixed
2011-12-19 10:24:25 -08:00
Murali reddy
4f058feef2 bug 12276: public IP's should be associated with a network service provider depending on the network rules for which IP is used for 2011-12-19 23:48:52 +05:30
bfederle
62b571a528 bug 12612: Implement 'view all' pre-filter
Example:

detailView: {
  ...

  viewAll: {
    ...

    preFilter: {
      // Return true to show button; false to hide
      return false;
    }
  }
}
2011-12-19 09:47:53 -08:00
Prasanna Santhanam
d99c0d5528 reverting faulty checkin 2011-12-19 15:32:56 +05:30
Prasanna Santhanam
58b53f0d3c SimulatorSecondaryDiscoverer implements the resource protocol to recieve
resource state transition events related to secondary storage VM from the
ResourceManager.
2011-12-19 15:03:19 +05:30
Prasanna Santhanam
f2241bfef6 change to direct agent 2011-12-19 15:03:19 +05:30
Prasanna Santhanam
18f865fc3e Reviving the simulator
* SSVM to act as a direct connect agent
* Storage Resources handle SSVM commands
* create-schema.sql already has simulator_network_label. removing the label from create-schema-simulator.sql
2011-12-19 15:03:19 +05:30
Prasanna Santhanam
c3903673bc upgrade schema changes for simulator_name_label on physical_network_traffic_type 2011-12-19 15:03:19 +05:30
Naredula Janardhana Reddy
109fe6fc70 Bug 12445: Added DeleteSnapshotBackupCommand to ssvm. 2011-12-19 09:56:11 +05:30
David Nalley
5fead2c092 Adding some requires for F16 - namely moving commons-* to apache-commons and jakarta-commons, and adding libcgroup-tools 2011-12-17 04:24:21 -05:00
anthony
a85864e160 SWIFT : do not sync template to swift if it is marked as destroyed in secondry stoarge 2011-12-16 21:28:39 -08:00
frank
141cceacef remove stale dependence from agent-lib in spec file 2011-12-16 19:05:13 -08:00
frank
14c20c27e3 make cloud-agent be able to install on fc16 2011-12-16 18:50:37 -08:00
Kelven Yang
e28ce91f3b bug 12598: data disk should always be using scsi device. 2011-12-16 17:33:37 -08:00
Jessica Wang
ca0662ced1 cloudStack 3.0 new UI - system - guest - details tab - hide VLAN when it's basic zone. 2011-12-16 17:00:15 -08:00
Jessica Wang
92631bec8d change label 2011-12-16 16:35:22 -08:00
Brian Federle
1c2ca9a59f bug 12211
Create real layout for project dashboard
2011-12-16 16:02:08 -08:00
Jessica Wang
1e1d453b9d cloudStack 3.0 new UI - Add Zone Wizard - Network Offerings dropdown (which only shows in basic zone) - populate enabled shared network offerings only. 2011-12-16 15:54:28 -08:00
Jessica Wang
40188d62dc Create Zone Wizard - add new step "Add Pod" as 3rd step. 2011-12-16 15:32:10 -08:00
Jessica Wang
f0609c60dd cloudStack 3.0 new UI - Create Zone wizard - add 3rd step (create pod). 2011-12-16 15:32:09 -08:00
Alena Prokharchyk
3c3bd4371a createNetwork: gateway/netmaks don't require startIp/endIP anymore. The IP ranges can be added later 2011-12-16 14:43:00 -08:00
Alena Prokharchyk
6049afa5fe Revert "bug 12426: return account information for Shared networks"
This reverts commit 150f9c62ce381099a27bc084007c7b947117f47c.

Confirmed with Will - we shouldn't return accountId info for shared networks as these types of networks belong to system and available for everyone in the domain/zone
2011-12-16 14:43:00 -08:00
Brian Federle
dfe7b725e6 Remove debugger 2011-12-16 14:09:28 -08:00
Brian Federle
819cee081b Update test dashboard 2011-12-16 14:02:55 -08:00