Commit Graph

11400 Commits

Author SHA1 Message Date
Nitin Mehta 26e4de22fe Bug 13836: NPE fix. If snapshot is already removed say so-do not try and delete it again.
Reviewed-By: Kishan
2012-02-17 16:34:17 +05:30
abhi eda778e24c bug 13812: throw error if addition of host fails
reviewed-by: kishan
2012-02-17 16:31:50 +05:30
Nitin Mehta fc8f6c4c18 Bug 13059: cast the long to float else the fraction would be 0 - java basics :).
Reviewed-By: Kishan
2012-02-17 15:06:56 +05:30
Jessica Tomechak 487b164aa6 Update documentation headers for v3.0 in API Reference.
Reviewed-by: Ewan Mellor <ewan.mellor@citrix.com>
2012-02-16 20:02:30 -08:00
anthony 5c3e8912d1 bug 13810: by default, remove local storage when host is removed
status 13810: resolved fixed

reviewed-by : edison
2012-02-16 18:26:57 -08:00
Brian Federle 143ce15cc7 bug 13667
Fix elems undefined error

status 13667: resolved fixed
reviewed-by: jessica
2012-02-16 18:19:05 -08:00
Edison Su 31fdd976d7 bug 13771: Long.equals is not ==
status 13771: resolved fixed
Reviewed-by: anthony
2012-02-16 17:02:17 -08:00
prachi f5fec78980 Bug 13824 - VM deployment fails due to volume not being recreatable
Reviewed-By: Alex

Changes:
- Reuse the same storagepool where the Volume is ready on each retry of VM deployment until the cluster where the volume is has capacity
- After the cluster is out of capacity, we look in other clusters and find a new storagepool.
- At this point if the volume is recreatable on the new storagepool, depoyment will succeed provided everytyhing else goes through
- But if the volume is not recreatable and its cluster is out of capacity, we will still fail to deploy the VM
2012-02-16 16:53:40 -08:00
frank ee05480a74 Bug 13612 - Install presents a EULA
status 13612: resolved fixed
reviewed-by: brian
2012-02-16 15:29:38 -08:00
Alena Prokharchyk 037432506e bug 13041: in Basic zone just restart all exising domRs in the zone during the networkRestart, don't try to create a new one
status 13041: resolved fixed
reviewed-by: Sheng Yang
2012-02-16 14:58:51 -08:00
Sheng Yang 6486993b27 bug 13821: Shutdown interface with ip 0.0.0.0
status 13821: resolved fixed

Reviewed-by: Frank
2012-02-16 14:42:07 -08:00
Alena Prokharchyk 995586495f bug 13813: fixed network offering search to use traffic type when locate physical network in the zone
status 13813: resolved fixed
Reviewed-by: Frank
2012-02-16 10:39:43 -08:00
Alena Prokharchyk de2ae87859 bug 13801: fixed broken check for extending vnet ranges during physical network update
status 13801: resolved fixed
Reviewed-by: Kelven Yang
2012-02-16 10:01:52 -08:00
Murali reddy 060da55233 bug 13625: F5 - NullPointerException seen when trying to delete/restart a network that was failed to implement properly during implement network
Reviewed-By: Abhi
status 13625: resolved fixed

adding logic to gracefully exit shutdown operation, if earlier network failed to implement
2012-02-16 18:52:22 +05:30
Nitin Mehta 2e92688b00 Bug 13692: Query was giving cluster id weven when it was pod level information.
Reviewed-By: Kishan
2012-02-16 14:48:28 +05:30
Naredula Janardhana Reddy 25165b0879 Bug 12808: ignoring errors on delete.
Reviewed-by: Abhi
2012-02-16 14:45:35 +05:30
Naredula Janardhana Reddy b8222508ac Bug 12808:
Summary of Changes:   Using multiple routing tables to send the packets on the public NIC's based on source IP for the following type of connections:
  - Inbound connections of Static NAT ip .
  - Outbound connections of static-NAT (using static NAT-ip for SNAT).
Reviewed-by: Abhi
2012-02-16 14:43:48 +05:30
Jessica Wang d00ee67274 cloudstack 3.0 new UI - localize zone wizard. [reviewed-by: Brian] 2012-02-15 19:26:46 -08:00
Edison Su b7c84009bf bug 13781: reload host detail after host reconnect
status 13781: resolved fixed
Reviewed-by: frank
2012-02-15 18:54:12 -08:00
Kelven Yang 1d5ec1f5d7 add a debian 5.0 32 bit guest os mapping
Reviewed-by: Sheng Yang
2012-02-15 17:49:50 -08:00
Edison Su 558d7b237f bug 13609: libvirt-java doesn't handle error 72, rebuild the jar
status 13609: resolved fixed
Reviewed-by: frank
2012-02-15 17:48:51 -08:00
Brian Federle 57bba4a0e0 Update UI
-Fix two blocker bugs: bug 13743 and bug 13729

-Add more localization

-Misc. fixes

reviewed-by: jessica
2012-02-15 17:03:21 -08:00
Alena Prokharchyk 5aaf15f0a7 bug 13700: delete projects as a part of domain cleanup
status 13700: resolved fixed
Reviewed-by: Frank
2012-02-15 16:37:38 -08:00
Jessica Wang e34cd2ca4e bug 13629: system page - network providers section - no F5 and SRX for Basic zone. [Reviewed-By: Brian] 2012-02-15 16:26:27 -08:00
Kelven Yang 492e835ba5 bug 13777: propagate snapshot packaging failures up. Reviewed-By: Anthony 2012-02-15 16:19:19 -08:00
Chiradeep Vittal e89eec45b6 bug 13734: allow dhcp requests and responses all the time
Reviewed-by: Anthony
2012-02-15 15:37:37 -08:00
Edison Su b64de05ef5 bug 13647: adding iptables rules failed, sleep and retry
status 13647: resolved fixed
Reviewed-by: Frank
2012-02-15 14:51:24 -08:00
Jessica Wang 1cca082ab0 bug 13697: title in window.open() can't have space nor longer than 8 characters. Otherwise, IE browser will have error. [Reviewed-by: Brian] 2012-02-15 11:24:12 -08:00
Alena Prokharchyk 3d9790c319 bug 13742: check only for Pending invitations while inviting the same account to the project again
status 13742: resolved fixed
Reviewed-by: Frank
2012-02-15 11:03:05 -08:00
Murali reddy e86425b717 bug 13722: When we try to create a network when there is no capacity in F5, we should not attempt to create the network
Reviewed-By:Jana
status 13722: resolved fixed

thorwing resource unavaiable exception when there is not enough capacity to implement network
2012-02-15 19:08:45 +05:30
Murali reddy 563cdf3a9c bug 13664: F5 device can be added in "Dedicated" mode but Network offering allows for only "shared" LB isolation to be set.
Reviewed-By: nitin.mehta@citrix.com
status 13664: resolved fixed

added dedicated mode as capability to F5 load balancer element
2012-02-15 17:34:36 +05:30
Murali reddy 3438e506b6 bug 13626: Able to add a F5 device successfully even when invalid username/password was provided
Reviewed-By:nitin.mehta@citrix.com
status 13626: resolved fixed

added a fake call during to login to force validate the credentails
2012-02-15 17:34:23 +05:30
Nitin Mehta 67d91cef5d Bug 13684: Remove .vhd that we were appending for backupSnapshot UUID and keep it only in teh case of swift.
Reviewed-By: Kishan
2012-02-15 14:06:54 +05:30
abhi b149d1cb4b Bug 13471: disabling agent lb
reviewed-by: kishan
2012-02-15 12:20:34 +05:30
Sheng Yang 3386b902df bug 13715: Modify changeCidr parameter of updateNetwork API
We expect user to use following sequence when update virtual router provided
network offering to external firewall devices offering:
1. Shutdown all the user VMs.
2. Modify network to new offering.
3. Click "Allow CIDR change" in the pop-up dialog, which would pass
changeCidr=true to the updateNetwork API.

We would shutdown guest network before we update the network for new
offering(with changeCidr = true), in order to re-implement the network.

status 13715: resolved fixed

Reviewed-by: Alex
2012-02-14 19:34:09 -08:00
Chiradeep Vittal 0a446a9504 bug 13632: it appears xs 6.0 allows iptables rules across the bridge without csp
status 13632: resolved fixed

reviewed-by: anthony
2012-02-14 18:45:00 -08:00
anthony b6bc39bea8 bug 13712: do not download removed template
status 12712: resolved fixed

reviewed-by: edison
2012-02-14 18:38:29 -08:00
Alena Prokharchyk 46d209a3fb Don't change the domain state when the domain can't be removed (cleanup=false and there are resources referencing it)
Reviewed-by: Edison Su
2012-02-14 17:15:50 -08:00
Edison Su fe1e11fec4 bug 13698: set max processes per user is ulimited
status 13698: resolved fixed
Reviewed-by: alex
2012-02-14 16:17:38 -08:00
Kelven Yang 8817a3c0f4 bug 13637: don't send ENTER/BACKSPACE in javascript KEY-PRESS event. Reviewed-By: Anthony 2012-02-14 16:01:35 -08:00
prachi a210d450d0 Added instanceType to some async commands related to physical network
Reviewed-By: Alena Prokharchyk
2012-02-14 15:48:10 -08:00
prachi 5c7424fb0e Bug 13703 - [External Service Providers] Unable to find a Discoverer to load the resource: 1 for hypervisor type : null
Reviewed-By: Kelven

Changes:
- in case of external service providers, there is no discoverer that could load the resource.
- So we have to rely on agentMgr to load the resource as earlier.
2012-02-14 15:48:07 -08:00
frank cd40f61a29 Bug 13662 - OVM host remain in Alert state, Unable to create deployment for OVM instance
Bug 13641 - OVM add host to OVM cluster results in host remaining in state: Alert
Bug 13652 - OVM add primary storage to OVM cluster FAIL

making Ovm work on Acton

status 13662: resolved fixed
status 13641: resolved fixed
status 13652: resolved fixed

reviewed-by: edison
2012-02-14 15:11:50 -08:00
Alena Prokharchyk 28aff83163 bug 13695: deleteAccount - remove account from projects as a part of account cleanup process
status 13695: resolved fixed
Reviewed-by: Frank
2012-02-14 14:05:15 -08:00
Alena Prokharchyk 060014a260 bug 13699: use correct way of checking VM permission during the service offering upgrade
status 13699: resolved fixed
reviewed-by: Frank
2012-02-14 13:08:21 -08:00
Alena Prokharchyk 18e74a2790 bug 13708: make a search by traffic type when locate physical network in the zone
status 13708: resolved fixed
reviewed-by: Prachi Damle
2012-02-14 12:46:24 -08:00
Kelven Yang 26dc3db21c bug 13679: cosmetic fix to remove NPE warning message from log. Reviewed-By: anthony 2012-02-14 12:08:04 -08:00
Kelven Yang 72cc472222 bug 13537: use --no-same-owner when we untar OVA file to work with NFSv4. Reviewed-By: Anthony 2012-02-14 11:49:24 -08:00
Alena Prokharchyk 33d261c551 Added instanceType to some physical network async commands
Reviewed-by: Kelven Yang
2012-02-14 10:41:08 -08:00
Jessica Wang 7e3044e5cc bug 13583: Add Zone Wizard - Guest Traffic - change description of Guest Traffic. [Reviewed-by: Brian] 2012-02-14 10:35:38 -08:00