Jessica Wang
b8cb55bca1
cloudstack 3.0 UI - infrastructure - zone detail - physical network section - add Isolation method to listView.
2012-04-26 16:53:06 -07:00
Jessica Wang
8d92440ec2
CS-14272: cloudstack 3.0 UI - Add Zone Wizard - physical networks step - add Isolation Method dropdown.
2012-04-26 16:19:46 -07:00
Alena Prokharchyk
4cbc148a52
CS-14633: db upgrade - remove config values that no longer exist on fresh setup
2012-04-26 11:06:40 -07:00
Alena Prokharchyk
5da0fdaecb
CS-14637: db upgrade - fixed inconsistencies in category/component fields for a bunch of global config variables
2012-04-26 10:10:05 -07:00
Jessica Wang
074f553cb7
CS-14338: cloudstack 3.0 UI - instance page - Destroy VM action - change after-action message.
2012-04-25 14:14:03 -07:00
Alena Prokharchyk
83eae0c4bf
CS-14629: added missing global config variables
...
Conflicts:
setup/db/db/schema-301to302.sql
2012-04-25 13:44:07 -07:00
bfederle
fd6c64e4d2
CloudStack: Main UI logo fix
...
Fix logo not being present on fresh install (for commercial build),
after clicking out of quick install
2012-04-25 12:31:53 -07:00
bfederle
5f1380fd44
Firefox CSS fix
...
Explicitly hide overflow-x, to prevent breakage from Firefox 12 update
causing horizontal scrollbars to be visible.
2012-04-25 11:28:53 -07:00
Alena Prokharchyk
c7cbae4c48
Set ha host to false when no ha tag is enabled
2012-04-25 11:04:35 -07:00
Jessica Wang
a244fb6d42
CS-14385: cloudstack UI - Host page - add "HA Enabled" column which only shows When ha.tag global configuration is not empty.
2012-04-25 10:40:39 -07:00
Salvatore Orlando
1b42828f1a
CS-14605: OVS cleanup
...
DB scripts cleanup
2012-04-25 11:42:50 +01:00
Salvatore Orlando
b6c2c4c506
CS-14605: OVS cleanup
...
pep8 fixes to python scripts
removing superflous/unused code from python scripts
2012-04-25 11:32:01 +01:00
Salvatore Orlando
2bf0c7f7ff
CS-14605: OVS cleanup
...
Fix syntax errors in ConfigurationManager and Resource Manager test
2012-04-25 10:53:41 +01:00
Salvatore Orlando
6e0a86862a
CS-14605: OVS Tunnel Manager Clean-up
...
1) Remove old VLAN-in-overlay manager
2) Remove unused DAO objects
3) Fix code using removed object (all stale lines)
2012-04-25 10:50:17 +01:00
Jessica Tomechak
3ecabc2dfa
Add release notes for CloudStack 3.0.2.
2012-04-24 19:27:59 -07:00
Alena Prokharchyk
afb97f128b
Account specific vlan ranges - fixed deleteVlanRange
...
Conflicts:
api/src/com/cloud/api/commands/DeleteVlanIpRangeCmd.java
server/src/com/cloud/configuration/ConfigurationManagerImpl.java
2012-04-24 17:18:27 -07:00
Kelven Yang
8d2a00874b
bug 14090: handle the case when command is sent to a different host that is not owner of the VM
2012-04-24 16:48:37 -07:00
Alena Prokharchyk
eaf9d3d820
Catch all exceptions when change engine and row_format - can fail when table is full. Just skip as its not a critical fix
2012-04-24 15:49:28 -07:00
Jessica Wang
66bb690b2d
CS-14624: cloudstack 3.0 UI - hide "Add Account" button from domain-admin.
2012-04-24 14:37:04 -07:00
Salvatore Orlando
8ccb4b6680
CS-14270: return VLAN id only if the broadcast URI starts with 'vlan'
2012-04-24 21:27:26 +01:00
Jessica Wang
f86e9f9eea
cloudstack 3.0 UI - infrastructure page - guest traffic type - network tab - fix a bug that clicking a network that doesn't belong to current login user would show spinning wheel forever in detailView.
2012-04-24 12:19:03 -07:00
Jessica Wang
bab65c8a29
CS-14297: cloudstack 3.0 UI - Delete Primary Storage dialogbox - add "Force Remove" checkbox.
2012-04-24 11:52:39 -07:00
Alena Prokharchyk
a678988f33
CS-14622: fixed adding vlan range per account - associate it with the Guest network, not public
...
Conflicts:
server/src/com/cloud/configuration/ConfigurationManagerImpl.java
server/test/com/cloud/network/MockNetworkManagerImpl.java
2012-04-24 11:44:00 -07:00
Jessica Wang
b5cb205570
cloudstack 3.0.x UI - checked in Japanese translation file provided by Tetsunori
2012-04-24 11:30:24 -07:00
Jessica Wang
8e3fc39b67
CS-12407: cloudstack 3.0 UI - Add F5 device - when Dedicated checkbox is checked, hide Capacity field and pass "capacity=1" to API.
2012-04-24 10:56:29 -07:00
Jessica Wang
71c9c6337b
CS-12407: cloudstack 3.0 UI - Add Netscaler device - when Dedicated checkbox is checked, hide Capacity field and pass "capacity=1" to API.
2012-04-24 10:56:03 -07:00
Salvatore Orlando
bbd2e06366
CS-14619: Add missing INSERT statements
2012-04-24 15:56:23 +01:00
Salvatore Orlando
026ed52f1d
CS-14437: Final changes to ensure proper tunnel creation (rebase problems)
2012-04-24 15:53:10 +01:00
Sheng Yang
1ced2ed424
CS-14555: Calculated checksum before unzip
...
Otherwise checksum would be overrided by wrong value.
2012-04-23 19:20:16 -07:00
Alena Prokharchyk
5021274232
CS-14256: throw executionException when finalizeStart fails (no point to retry).
2012-04-23 15:56:23 -07:00
Salvatore Orlando
b8889eeb58
Fixing further issue with conflict resolution
2012-04-23 22:35:15 +01:00
Salvatore Orlando
64bdbba729
Removing connectivity from service provider list
2012-04-23 22:35:15 +01:00
Salvatore Orlando
eb36cd5aba
Removing basic connectivity provider and OVS network offering as not
...
needed for Bonita
2012-04-23 22:35:15 +01:00
Salvatore Orlando
f5952ef685
Adding ovs_tunnel_interface to schema;
...
adding new tables to update script (3.0.2 to 3.0.3)
2012-04-23 22:34:38 +01:00
Salvatore Orlando
f66dd8927e
Fix conflict resolution errors
2012-04-23 22:33:19 +01:00
Salvatore Orlando
ccbdee899c
Now finding the IP address also for the remote endpoint
2012-04-23 22:33:19 +01:00
root
59e93d9f29
Minor changes to string format command
2012-04-23 22:33:19 +01:00
Salvatore Orlando
ec472fcaaa
Forgot to add new dao into component library!
2012-04-23 22:33:19 +01:00
Salvatore Orlando
b980993864
Adding DB support for interfaces OVS tunnel manager will use as GRE endpoints
2012-04-23 22:33:19 +01:00
root
3513551ae3
Hacking for demo
2012-04-23 22:33:19 +01:00
Salvatore Orlando
02cd1484b7
Removing superfluous log statements
2012-04-23 22:33:18 +01:00
Salvatore Orlando
2340ebced3
Now using vnets instead of network id for creating networks
...
Fixed issues with vif scripts on 5.6FP1
Fixed ipv6 issue on 5.6FP1
Plus other various fixes and improvements
Starting to remove debug code
NOTE: Network is configured correctly but instances do not start. Possibly indefinite wait occuring on some commands
2012-04-23 22:33:18 +01:00
Jessica Wang
08daf9eee0
cloudstack 3.0 UI - XSS - detailView in Edit mode - fix it to show original value instead of HTML-encoding value.
2012-04-23 22:33:18 +01:00
bfederle
d062c21cb2
Sanitize input for multi-edit, notification widgets
2012-04-23 22:33:18 +01:00
bfederle
2119ae16df
Add missing resource, max networks, to project resource tab
2012-04-23 22:33:18 +01:00
Jessica Wang
28218e6cfb
cloudstack 3.0 UI - replace old sanitizeXSS() with new cloudStack.sanitize().
2012-04-23 22:33:18 +01:00
Alena Prokharchyk
c92335b1d8
bug 14271: return only domainId in error message when caller is not authorized to operate within the domain
...
status 14271: resolved fixed
2012-04-23 22:33:14 +01:00
bfederle
25f57c3f59
Sanitize detail view input rendering
2012-04-23 22:33:08 +01:00
Edison Su
8a9bbe496b
bug 14201: delete duplicate guest os type. status 14201: resolved fixed
2012-04-23 22:33:06 +01:00
Edison Su
1bb3a98180
bug 14168: add re-try to mgt server, in case mgt server is down. status 14168: resolved fixed
2012-04-23 22:33:01 +01:00