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
Brian Federle
49c27299a5
Update zone section
...
-Show separate info tooltips for basic/advanced zone
-Update test data to reflect zone changes
2011-12-16 14:02:44 -08:00
Brian Federle
13e217356e
Update zone section
...
-Add new info 'bubbles' to zone chart
-Add/restore Add Pod section as step 3 of zone wizard UI
-Add network offering drop-down to zone wizard, for basic zone
2011-12-16 13:25:26 -08:00
Brian Federle
785d3af134
Fix configuration section for IE8
2011-12-16 13:24:23 -08:00
Jessica Wang
3a4588556f
cloudStack 3.0 new UI - system - guest - populate IP Range tab for basic zone.
2011-12-16 13:01:05 -08:00
Jessica Wang
6615a1a08d
cloudStack 3.0 new UI - system - management - (1) details tab - list management network's detail instead of zone detail. (2) IP range tab - populate data.
2011-12-16 12:31:28 -08:00
Jessica Wang
4061ab4c9c
cloudStack 3.0 new UI - system - guest - hide networks tab and show IP range tab for basic zone. Hide IP range tab and show network tab for advanced zone.
2011-12-16 12:31:27 -08:00
Brian Federle
a8b6ab7d5a
bug 12554
...
Add new AJAX loader images
2011-12-16 12:21:28 -08:00
Jessica Wang
e094abafc3
cloudStack 3.0 new UI - system - guest - networks tab - listView - Add VLAN, CIDR, Scope column. Remove account, network offering column.
2011-12-16 11:56:56 -08:00
Alena Prokharchyk
4cb6fcc17a
bug 12591: fixed updateDomain
...
status 12591: resolved fixed
2011-12-16 11:54:47 -08:00
Brian Federle
c600f1b606
Zone chart updates
...
-Add IP range edit to guest and management details, for basic zones
-Hide network tab from guest details, for basic zones
2011-12-16 11:48:50 -08:00
Brian Federle
3f75802404
bug 12599
...
Fix refresh event being called on a nonexistent widget, giving error
status 12599: fixed resolved
2011-12-16 11:41:36 -08:00
Jessica Wang
1dca4aa3bc
cloudStack 3.0 new UI - system - public - details tab - remove ID and zoneID that are useless for public network.
2011-12-16 11:31:52 -08:00
Alena Prokharchyk
1211232161
bug 12217: fixed listProjectAccounts by projectId
...
status 12217: resolved fixed
2011-12-16 11:20:41 -08:00
Brian Federle
30b3ab2db3
Update gitignore
2011-12-16 11:13:01 -08:00