Sheng Yang
773c4e9c09
CS-14542: Fix wrong traffic label for KVM agent
2012-04-19 18:23:58 -07:00
Brian Federle
90f663c3f1
CS-13830 : Zone's guest CIDR field is not modifiable in the UI
2012-04-19 15:19:40 -07:00
prachi
b0635640f8
Bug 14158 - 2.2.x - 3.0 db upgrade for multiple physical networks
...
-Create multiple physical networks if there are distinct tags found in network_tags table.
-One physical network per tag.
-Currently all tags flow to xenserver traffic type label.
2012-04-19 13:09:15 -07:00
Brian Federle
31fc86c9fe
bug CS-14573
...
Update EULAs
status 14573: resolved fixed
reviewed-by: jessica
2012-04-19 12:44:47 -07:00
Alena Prokharchyk
f88998b988
Revert "bug CS-14530: Whwnever creating an agent for the host put in enabled and disabled according to the hierarchy."
...
This reverts commit ec69814683 .
2012-04-19 10:37:08 -07:00
kishan
5d315de8ec
bug CS-14566: set up physical networks before encrypting config values
...
status CS-14566: resolved fixed
reviewed-by: Nitin
2012-04-19 21:58:08 +05:30
Nitin Mehta
ec69814683
bug CS-14530: Whwnever creating an agent for the host put in enabled and disabled according to the hierarchy.
...
Reviewed By: Kishan
2012-04-19 19:02:56 +05:30
Nitin Mehta
c749d7426e
bug CS-14530: Whenver adding a new capacity check the state of the resource - if its disabled/enabled.
...
Reviewed By: Kishan
2012-04-19 16:02:10 +05:30
Sheng Yang
52f4df3428
CS-14369: Fix Quick Installation on the single host
...
Notice, even after this fix, there would be 2 entries in the mshost table, after
mgmt server restarted. But it should be harmless, since only one of them is
"Up".
Some message in the log would indicate something wrong with the original mshost
entry, but still, it seems harmless.
2012-04-18 20:18:04 -07:00
Jessica Wang
f27905b8f9
cloudstack 3.0 UI - localize validation message for vm host name.
2012-04-18 18:12:37 -07:00
Jessica Wang
0ac966d269
cloudstack 3.0 UI - host page - list view - add State column with color and icon.
2012-04-18 17:48:44 -07:00
Jessica Wang
b3df14da0c
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.
2012-04-18 17:26:39 -07:00
Alena Prokharchyk
3337f1488b
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:04:34 -07:00
Alena Prokharchyk
f1930f6c4f
Fixed spelling mistake in db upgrade script
2012-04-18 14:27:45 -07:00
Alena Prokharchyk
5dba5692c8
CS-14558: db upgrade - fixed inconsistencies fresh vs upgraded 3.0.2 build
2012-04-18 13:28:24 -07:00
kishan
954a820ccc
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:57 +05:30
Abhi
eaa7b5eb22
adding support for NetworkUsageCommand for XCP
2012-04-18 14:48:51 +05:30
anthony
0edbbd296b
bug : 14543
...
XenServer doesn't need to provide gateway
2012-04-17 16:14:06 -07:00
Jessica Wang
a67e78e33e
bug 14516: add zone wizard - exclude EIP, ELB, SG network offerings only when hypervisor is VMware or BareMetal.
2012-04-17 11:03:27 -07:00
Jessica Wang
f4fb76925b
cloudstack 3.0 UI - add zone wizard - hypervisor dropdown - make XenServer as default option.
2012-04-17 10:38:32 -07:00
Abhi
0e70371884
Revert "bug CS-12812: XCP has get_mtime missing from the utils, added it here"
...
This reverts commit 7d282e69e2 .
Have requested the XCP to fix this omission
2012-04-17 12:03:46 +05:30
Abhi
7d282e69e2
bug CS-12812: XCP has get_mtime missing from the utils, added it here
2012-04-17 11:44:11 +05:30
Alena Prokharchyk
32eed51521
CS-14480: db upgrade 3.0.1-3.0.2 - fixed upgrade inconsistencies in default fields values
2012-04-16 16:03:53 -07:00
Alena Prokharchyk
e351182455
CS-14512: fixed deployVm with ipToNetworkList when uuid is used for networkIds
2012-04-16 15:48:17 -07:00
Jessica Wang
03b7db2d99
bug 12688: fix a bug in listView widget that didn't pass correct filterBy object to loadBody().
2012-04-16 14:57:10 -07:00
kishan
be36f3ff41
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:13 +05:30
Jessica Wang
d42086bbe1
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:06:36 -07:00
Alena Prokharchyk
3ad8ffe0a0
AdvanceStart: do cleanup() call with force=true when the start command wasn't sent to the backend yet
2012-04-13 17:16:24 -07:00
frank
9e9f8d9df2
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:33:11 -07:00
anthony
54b5d36638
typo in cloud-setup-bonding.sh
2012-04-13 15:22:39 -07:00
anthony
02d2624b70
correct template name for CentOS 6.0
2012-04-13 15:15:35 -07:00
Sheng Yang
22c6cfa33c
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:50:52 -07:00
Jessica Wang
56bbc5e2af
cloudstack 3.0 UI - add Network offering dialog - correct label of service offering from Compute offering to System offering.
2012-04-13 14:38:42 -07:00
Alena Prokharchyk
89eef69750
Bug CS-14447: set crossZones attribute for the template before persisting it to the db
2012-04-13 14:15:18 -07:00
Alena Prokharchyk
6fe4b48932
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:57:01 -07:00
Jessica Wang
6ccfd8ed4f
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:19:12 -07:00
kishan
03c75a05dc
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:50 +05:30
Abhi
60eea7f223
bug CS-14466: removing blank statement
2012-04-13 12:03:15 +05:30
frank
e26d927e4b
CS-14341 Order of Compute offerings does not stick
...
resolved fixed
2012-04-12 17:25:17 -07:00
Jessica Wang
8a2067e186
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:21:03 -07:00
Jessica Wang
25034571e2
cloudstack 3.0 UI - fix a JS error "selectedNetworkOfferingObj is not defined"
2012-04-12 15:39:41 -07:00
Jessica Wang
30e02e3960
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 15:20:06 -07:00
Jessica Wang
730d7441a4
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 15:20:05 -07:00
pranav
3055e172e7
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:00 -07:00
Pranav Saxena
5cfadc41ce
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:14 -07:00
Pranav Saxena
cdc5454304
Bug 13969 : CS 13764 Names row of any table should not be clickable
...
reviewed-by: brian
2012-04-12 15:04:14 -07:00
Brian Federle
3ac214bc11
bug CS-14441: Fix typo in VMware traffic label ID
2012-04-12 12:43:11 -07:00
frank
0432dc4fac
don't install python files in cloud-cli.install as they have been installed in cloud-python.install
2012-04-12 11:08:55 -07:00
frank
8b862a8593
CS-14411 cloud-cli missing from Ubuntu packages
...
resolved fixed
2012-04-12 10:51:00 -07:00
Prasanna Santhanam
0bf6d48d58
Merge latest testClient fixes to marvin
...
reviewed-by: unittest
2012-04-12 18:11:47 +05:30