Jessica Wang
33504bc47e
CS-14559: cloudstack 3.0 UI - VM Wizard - last step - screen doesn't change, but user-entered VM name will be passed as hostname and displayname to deployVirtualMachine API. Add validation of user-entered name field to match naming rule of hostname.
2012-04-18 17:44:47 -07:00
Alena Prokharchyk
d51d018a1b
CS-14553: db upgrade - for default network offerings:
...
1) Change display text to match fresh 3.0.2
2) Delete lb service for the offerings using VR as a provider and not having source nat service
2012-04-18 17:10:41 -07:00
Alena Prokharchyk
b142911515
Fixed spelling mistake in db upgrade script
2012-04-18 14:28:08 -07:00
Jessica Wang
7599b84818
cloudstack 3.0 UI - host page - list view - add State column with color and icon.
2012-04-18 14:11:24 -07:00
Jessica Wang
a2fd69ea7e
cloudstack 3.0 UI - instance page - attach ISO - fix a localization error.
2012-04-18 14:01:30 -07:00
Jessica Wang
9e995a7d65
CS-14142: cloudstack 3.0 UI - Instance page - show Attached ISO name instead of Attached ISO Yes/No.
2012-04-18 13:52:07 -07:00
Jessica Wang
1356aae5dc
cloudstack 3.0 UI - statistics tab in Instance page, Host page - Network Read, Network Write - if API returns 0, show 0 instead of N/A.
2012-04-18 13:30:32 -07:00
Alena Prokharchyk
1584a26ef9
CS-14558: db upgrade - fixed inconsistencies fresh vs upgraded 3.0.2 build
2012-04-18 13:27:59 -07:00
Jessica Wang
7b4d6a06e1
CS-13896: cloudstack 3.0 UI - register template, register ISO - correct message and label.
2012-04-18 12:09:39 -07:00
kishan
b88019ad8f
bug CS-14532: during 2211-2212 upgrade, do not add resource count entries for resourceTypes that were added in later releases
...
status CS-14532: resolved fixed
reviewed-by: Nitin
2012-04-18 15:40:30 +05:30
Abhi
6179fb38fb
adding support for NetworkUsageCommand for XCP
2012-04-18 14:50:38 +05:30
Jessica Wang
6cbf34f196
CS-13589: cloudstack 3.0 UI - volume page - when a volume is in "Migrating" state, disallow any action.
2012-04-17 16:21:32 -07:00
anthony
22379f21d7
bug : 14543
...
XenServer doesn't need to provide gateway
2012-04-17 16:11:59 -07:00
Jessica Wang
678350ea1e
bug 14516: add zone wizard - exclude EIP, ELB, SG network offerings only when hypervisor is VMware or BareMetal.
2012-04-17 11:05:25 -07:00
Jessica Wang
3c5f37fcca
cloudstack 3.0 UI - deployVM action - not show dialogbox of "password of new VM xxx is yyy" if deployVirtualMachine API doesn't return password (regardless of passwordenabled property).
2012-04-17 10:34:36 -07:00
Murali reddy
e0e721d76a
bug CS-14458: NetScaler SDX support in CloudStack only work with 10 gig interface
...
This fix will ensure both 10gig and 1 gig interfaces of NetScaler SDX are supported
2012-04-17 14:13:54 +05:30
Jessica Wang
8689e019d3
bug 14410: cloudstack 3.0 UI - instance page - Start VM action - show vm password on screen if startVM API returns it.
2012-04-16 18:20:43 -07:00
Jessica Wang
48e949dd7f
cloudstack 3.0 UI - add zone wizard - hypervisor dropdown - make XenServer as default option.
2012-04-16 17:22:17 -07:00
Alena Prokharchyk
c652a4b15f
CS-14480: db upgrade 3.0.1-3.0.2 - fixed upgrade inconsistencies in default fields values
2012-04-16 16:04:32 -07:00
Alena Prokharchyk
1e8856efa0
CS-14512: fixed deployVm with ipToNetworkList when uuid is used for networkIds
...
Conflicts:
server/src/com/cloud/api/ApiResponseHelper.java
Conflicts:
server/src/com/cloud/api/ApiResponseHelper.java
2012-04-16 15:45:19 -07:00
Jessica Wang
b55ccc10fb
bug 12688: fix a bug in listView widget that didn't pass correct filterBy object to loadBody().
2012-04-16 14:58:28 -07:00
Alena Prokharchyk
8bb5a96cbe
CS-14297: added "forced" option to deleteStoragePool command. If forced=true, all destroyed volumes are marked as Expunged even when we can't reach primary storage at the moment of deletion.
2012-04-16 13:16:59 -07:00
kishan
72b5a94af8
bug CS-14431: query to drop event table already exists. reverting earlier commit
...
status CS-14431: resolved fixed
reviewed-by: Nitin
2012-04-16 17:16:01 +05:30
Jessica Wang
84d439f3cb
bug 14476: cloudstack 3.0 UI - IP address page - VPN tab - fix a bug that newly added VPN users didn't show up on UI when owner of IP Address is different from current login.
2012-04-13 21:10:34 -07:00
Alena Prokharchyk
c242a776a7
AdvanceStart: do cleanup() call with force=true when the start command wasn't sent to the backend yet
2012-04-13 17:18:48 -07:00
frank
bd2d38cb1b
CloudStack CS-14475
...
Atomatic addition of Apache license header broke lots of mysql files
fix DB upgrade cleanup script not get executed issue.
add "#" as comment signature in ScriptRunner.java
2012-04-13 15:34:36 -07:00
anthony
7e2b81dc58
typo in cloud-setup-bonding.sh
2012-04-13 15:23:02 -07:00
anthony
cac44f799d
correct template name for CentOS 6.0
2012-04-13 15:12:37 -07:00
Sheng Yang
95d3be2d3a
bug 14470: Return true for applyRules unless specified
...
Only DHCP entry need to know if no one apply the entries(when VM is starting
up), other rules should be safe when return true anyway.
status 14470: resolved fixed
2012-04-13 14:51:13 -07:00
Jessica Wang
0d8b10857f
cloudstack 3.0 UI - add Network offering dialog - correct label of service offering from Compute offering to System offering.
2012-04-13 14:40:25 -07:00
Alena Prokharchyk
f74e6128e9
Bug CS-14447: set crossZones attribute for the template before persisting it to the db
2012-04-13 14:16:06 -07:00
Alena Prokharchyk
c5a9c6c556
Usage db upgrade from 2.2.14 to 3.0 - don't drop the same fields twice from network_usage table
2012-04-13 13:58:49 -07:00
Jessica Wang
89943c566e
bug 14368: cloudstack 3.0 UI - domain page - add "Update Resource Count" action ("Update Resource Count" is different from "Update Resource Limit")
2012-04-13 10:18:14 -07:00
kishan
ff2252b347
bug CS-14430, CS-14431: Dropped unused columns in usage_network table, drop event table in cloud_usage db
...
status CS-14430, CS-14431: resolved fixed
reviewed-by: Nitin
2012-04-13 13:54:12 +05:30
Abhi
341ad9444a
bug CS-14466: removing blank statement
2012-04-13 13:42:25 +05:30
frank
e26505f82d
CS-14341 Order of Compute offerings does not stick
...
resolved fixed
2012-04-12 17:26:27 -07:00
Jessica Wang
80775b1137
cloudstack 3.0 UI - add zone wizard - step 2 - fix a bug that change event of network offerings dropdown was not triggered when visiting step 2 the first time.
2012-04-12 16:23:37 -07:00
Jessica Wang
6fa7d4f612
cloudstack 3.0 UI - fix a JS error "selectedNetworkOfferingObj is not defined"
2012-04-12 16:23:21 -07:00
Jessica Wang
9d89ee296e
bug 14386: cloudstack 3.0 UI - add zone wizard - basic zone - network offering dropdown - exclude network offerings having EIP/ELB/SG if hypervisor is not XenServer.
2012-04-12 16:23:04 -07:00
Jessica Wang
ac5626619c
cloudstack 3.0 UI - dialog widget - remove a line that produced a bug that change event is trigger before data is populated in this dropdown in selectFn($.extend(selectArgs, dependsOnArgs)). Besides, selectFn($.extend(selectArgs, dependsOnArgs)) includes the line, $input.trigger('change'), already.
2012-04-12 16:22:47 -07:00
pranav
899fed2539
Bug 12833 addition of Fetch Latest Button on the Dashboard
...
Conflicts:
client/WEB-INF/classes/resources/messages.properties
ui/css/cloudstack3.css
reviewed-by: brian
2012-04-12 15:16:12 -07:00
Pranav Saxena
9e2d7341c6
Bug 14632 : CS-14393 3.0.1 Hosts' Statistics page show memory values as TB
...
Conflicts:
ui/scripts/system.js
reviewed-by: brian
2012-04-12 15:04:28 -07:00
Pranav Saxena
3fe58896f4
Bug 13969 : CS 13764 Names row of any table should not be clickable
...
reviewed-by: brian
2012-04-12 15:04:27 -07:00
Brian Federle
aed2159a2f
bug CS-14441: Fix typo in VMware traffic label ID
2012-04-12 12:42:43 -07:00
Alena Prokharchyk
572abbf9d5
Added one more parameter - haHost(boolean) - to listHosts api command. The parameter identifies if the host is dedicated for ha only
2012-04-12 11:51:44 -07:00
frank
a898d3d202
don't install python files in cloud-cli.install as they have been installed in cloud-python.install
2012-04-12 11:10:50 -07:00
frank
3d1df60065
CS-14411 cloud-cli missing from Ubuntu packages
...
resolved fixed
2012-04-12 11:10:42 -07:00
Prasanna Santhanam
a0a77920e1
Merge latest testClient fixes to marvin
...
reviewed-by: unittest
2012-04-12 18:08:24 +05:30
Abhi
5709cc5832
bug CS-13303: updating resource state on upgrade
2012-04-12 17:47:34 +05:30
Abhi
7eb1330800
bug CS-13303: updating resource state on upgrade
2012-04-12 17:14:50 +05:30