10298 Commits

Author SHA1 Message Date
bfederle
3a0886f891 Add documentation copy for zone wizard steps 2012-01-23 16:38:30 -08:00
Jessica Wang
4728ee8af8 cloudstack 3.0 new UI - network page - IP page - configuration - static NAT chart - hide Firewall icon if the network that the IP is under doesn't include Firewall service. 2012-01-23 16:34:47 -08:00
prachi
f80ed99879 Bug 13035 - cleanup required for virtual router deployment log entry
- adding in null check
2012-01-23 15:27:12 -08:00
prachi
4329004cd3 Bug 13035 - cleanup required for virtual router deployment log entry
- logging only the datacenter since rest of the information in deploymest destiination is not applicable to the router being deployed
2012-01-23 15:27:11 -08:00
bfederle
bc3eef9223 Add 'field required asterisk' 2012-01-23 15:26:03 -08:00
bfederle
3f3e69b842 Add help link to top user drop-down 2012-01-23 15:06:23 -08:00
Jessica Wang
8e82266f6b cloudstack 3.0 new UI - network page - Associate new IP - pass domainId and account to API call if network type is Shared. 2012-01-23 15:03:14 -08:00
Alena Prokharchyk
c125496691 bug 13207: check providers/services combination before performing actual network offering upgrade
status 13207: resolved fixed
2012-01-23 14:52:07 -08:00
Jessica Wang
fbba0dbbf0 cloudstack 3.0 new UI - network page - IP address page - hide Configuration tab if IP is elastic. 2012-01-23 13:54:29 -08:00
bfederle
d7a45287a5 Enable zone before polling system VMs 2012-01-23 13:52:38 -08:00
Jessica Wang
b97358f32d cloudstack 3.0 new UI - network page - IP address page - detail view - no actions are allowed if IP is elastic. 2012-01-23 13:41:25 -08:00
Jessica Wang
bd026c50a7 cloudstack 3.0 new UI - network page - IP address page - detailView - add Elastic and VirtualMachine. 2012-01-23 13:28:32 -08:00
bfederle
96d0383a4a Install wizard updates
-Fix tooltips

-Poll system VMs and enable zone at end
2012-01-23 13:27:49 -08:00
bfederle
078f80bbe5 Update install wizard form IDs to support new API calls 2012-01-23 12:57:06 -08:00
bfederle
7962ca9ca4 Install wizard: WIP 2012-01-23 12:57:05 -08:00
Alena Prokharchyk
665e8cb7c1 Allow LB rules creation for elasticIP 2012-01-23 11:41:00 -08:00
Alena Prokharchyk
a40b8b31d3 Remove elastic IP only when the last lb rule is being removed 2012-01-23 11:41:00 -08:00
Jessica Wang
d009b3f3db cloudstack 3.0 new UI - network page - add SecurityGroup as SupportedService when getting shared networks. 2012-01-23 11:03:57 -08:00
bfederle
24c14006d2 Updated zone wizard / details
Rework zone wizard:

-Support creation of multiple physical networks via drag-and-drop UI

-Support configuration of traffic types

-Allow creation of complete zone resources -- pods, clusters, hosts,
 storage -- in a similar fashion to the quick install

-Add requirements to support elastic load balancer

Rework zone details page:

-Convert old zone chart into a regular zone details pane, split into
 multiple tabs

-Add zone-specific resources dashboard

-Allow display of multiple physical networks
2012-01-23 10:53:36 -08:00
Nitin Mehta
23cfbb6cab Bug 13059: Make zoneId in ListCapacity call optional. When no parameter is passed list capacity for all zones.
Reviewed-By: Kishan
2012-01-23 20:32:50 +05:30
Sam Robertson
7fb6a695c1 Bug 11860: combining 32 bit signed values into a 64 bit value had errors. This should correct that 2012-01-23 01:30:15 -08:00
Jessica Wang
68b6f2b1c5 cloudstack 3.0 new UI - network page - pass listAll to listNetworks 2012-01-22 07:54:11 -08:00
Jessica Wang
96a3b256c0 cloudstack 3.0 new UI - Add Network Offering - when StaticNat is selected, show a new checkbox "Elastic IP" and pass checkbox value (true/false) to servicecapabilitylist[] parameter in API call. 2012-01-21 15:04:54 -08:00
Jessica Wang
b933004011 cloudstack 3.0 new UI - Add Network Offering - when LB Service is selected, show a new checkbox "Elastic LB" capability (true/false). 2012-01-21 12:01:15 -08:00
Jessica Wang
7edf9269c1 cloudstack 3.0 new UI - Add Network Offering - fix a bug that array index in serviceCapabilityList[] was wrongly passed to API. 2012-01-21 11:31:02 -08:00
Kelven Yang
25d11cba05 bug 12985: give it 3 seconds to realize a poweroff state 2012-01-20 18:48:59 -08:00
Kelven Yang
1056afbbcf bug 13225: setup firewall rules for all ESX/ESXi hosts under a cluster as worker VM may be created at any host available, also add connect retry when work with vCenter and ESX/ESXi hosts 2012-01-20 17:58:54 -08:00
prachi
03653b936e NAAS Changes: Before enabling a Zone, Check if the zone has:
- For Advance zone,  a physical Network with Public/Management trafficType
- For Basic zone,  a physical Network with Management trafficType
2012-01-20 17:21:53 -08:00
Edison Su
ecab972060 execute fencecommand in seq for kvm, as there are only 5 default nio reading work threads on kvm agent. pinganswer may not be got serviced immediately, then agent will reconnect to mgt server again and again 2012-01-20 17:04:27 -08:00
bfederle
3f07346087 Fix UI interval for add sticky policy 2012-01-20 15:20:23 -08:00
bfederle
3e365ad8c2 bug 11798 (WIP)
-Add UI for sticky policy

-Create sticky policy functionality
2012-01-20 14:33:16 -08:00
Alena Prokharchyk
79e9e292dd bug 12571: fixed error message in createSnapshotPolicy
status 12571: resolved fixed
2012-01-20 14:31:38 -08:00
Alena Prokharchyk
8bcf30da85 bug 12869: more changes to NAAS feature 2012-01-20 14:16:30 -08:00
frank
d9a2ed664d fix build 2012-01-20 13:18:58 -08:00
Edison Su
bced9a6e48 advanced startup command 2012-01-20 11:54:32 -08:00
anthony
6297820981 bug 12830: propagate ISO to other zone on demand
status 12830: resolved fixed
2012-01-20 11:44:01 -08:00
Alena Prokharchyk
ba826ddc21 Fixed listing public IP addresses 2012-01-20 11:34:54 -08:00
Alena Prokharchyk
57ddf63676 Special permission check for networks 2012-01-20 11:01:38 -08:00
anthony
99cbef154d bug 13187: remove duplicate Red Hat Enterprise Linux 6 os type
status 13187: resolved fixed
2012-01-20 10:54:55 -08:00
Prasanna Santhanam
d99e71bad4 update a Disabled Physical network 2012-01-20 18:33:49 +05:30
anthony
bf490210ed fixed a merge bug in checkin
cleanup snapshot in secondary storage in background
2012-01-19 20:52:18 -08:00
anthony
0ce097f0aa cleanup snapshot in secondary storage in background 2012-01-19 20:45:00 -08:00
anthony
86aef08865 cleanup snapshot in secondary storage in background
Conflicts:

	core/src/com/cloud/storage/resource/NfsSecondaryStorageResource.java
	server/src/com/cloud/storage/StorageManager.java
	server/src/com/cloud/storage/StorageManagerImpl.java
2012-01-19 20:44:44 -08:00
bfederle
fa2a308d56 Temporary fix to keep dashboard UI from reporting error 2012-01-19 19:02:52 -08:00
prachi
be04ff861c Bug 13078 - Management Server does not respect selected OS Preference for any host within a single pod.
Changes:
- Once the HostAllocators have listed suitable hosts, planner should not reshuffle the list since that would lose the prioritization applied by the HostAllocators.
- E.g: HostAllocators chooses that host first which matches the guest OS category. If planner shuffles the list, that preferrence is lost.
2012-01-19 16:59:38 -08:00
frank
89b9c51d34 Bug 13189 - Exception logged while removing host
status 13189: resolved fixed
2012-01-19 16:50:36 -08:00
Sheng Yang
52ef2fca06 bug 12988: Fix typo
status 12988: resolved fixed
2012-01-20 08:03:49 +08:00
Edison Su
5fcaa5a659 for windows vm, use localtime 2012-01-19 15:07:03 -08:00
Alena Prokharchyk
03cce245cf Fail to create vm when corresponding elastic ip failed to apply on the backend 2012-01-19 14:13:49 -08:00
Jessica Wang
19002a2434 salmon - network offering - change ID to append "service.xxx." for fields that shows/hides upon services selected. 2012-01-19 14:09:19 -08:00