Commit Graph

18454 Commits

Author SHA1 Message Date
Kishan Kavala 0e548d848d CLOUDSTACK-2819: Revoke existing ACL items if the new ACL is empty 2013-06-20 17:13:54 +05:30
Kishan Kavala c27e99c39a CLOUDSTACK-2915: Create network ACL when adding ACL item to a tier without ACL for backward compatibility 2013-06-20 17:13:35 +05:30
Likitha Shetty 4480f67ea6 CLOUDSTACK-3078 2013-06-20 14:39:13 +05:30
Jayapal 657978ed17 CLOUDSTACK-2952 Fixed configuring private gateway with another vpc acl id 2013-06-20 14:38:13 +05:30
Likitha Shetty c3d3c62a01 CLOUDSTACK-3078. Since no default value is set for the isolation type during the physical network creation,
modify guest vlan range dedication to check if the isolation type is VLAN only when an isolation type has been set
2013-06-20 12:12:26 +05:30
Saksham Srivastava fd77b60c5d CLOUDSTACK-2167: The Vlan ranges displayed are not in ascending order 2013-06-20 11:00:32 +05:30
Min Chen e4b98b68da CLOUDSTACK-3015: VPC virtual router lists deleted nics 2013-06-19 14:15:15 -07:00
Edison Su 2abca44da6 CLOUDSTACK-1405: add scope type in liststoragepoolcmd 2013-06-19 14:08:12 -07:00
Jessica Wang afd8645f91 CLOUDSTACK-3016: UI - (1) remove obsolete code that pass zonetype to API calls. (2) network menu: use listZones&networktype=Advanced to determine which section to show. 2013-06-19 11:53:29 -07:00
Alena Prokharchyk 784b756809 Added more logging to the place where VR investigates whether the user vm is alive, by executing PingCommand 2013-06-19 10:54:24 -07:00
Jessica Wang 751bf4c549 CLOUDSTACK-3016: listZones API - take in networktype instead of zonetype parameter to be consistent with networktype property in ZoneResponse. 2013-06-19 10:39:18 -07:00
Alena Prokharchyk 0fe7c5c935 CLOUDSTACK-2843: Provideded an ability to turn off the synchronization being done on the CS agent side,
for number of commands participating in Vm deployment process, as parallel deployment is supported on the hypervisor side.
The behavior is controlled by global config varirables:

"execute.in.sequence.hypervisor.commands" (false by default) sets/resets the synchronization for commands:
=========================
StartCommand
StopCommand
CreateCommand
CopyVolumeCommand

"execute.in.sequence.network.element.commands" (false by default) sets/resets the synchronization for commands:
==========================
DhcpEntryCommand
SavePasswordCommand
UserDataCommand
VmDataCommand

As a part of the fix, increased the global lock timeout to 30 mins in several VR scripts:
===========================
edithosts.sh
savepassword.sh
userdata.sh

to support situations when multiple concurrent calls to the script are being made.
2013-06-19 10:16:45 -07:00
Likitha Shetty 4d02dbe6df CLOUDSTACK-3062. Dedication of a guest vlan range that extends 2 ranges dedicated to different accounts removes an old dedication 2013-06-19 17:02:10 +05:30
Pranav Saxena 8ff5658609 CLOUDSTACK-3056:Intelligence mechanism on the UI in case of addVmwareDC API call failure 2013-06-19 16:27:13 +05:30
Prachi Damle 40d3b713ce CLOUDSTACK-2900: Ubuntu 13.04 - Migrate Virtual Router fail - Unable to find the VM by id=
Changes:
- Have to search the vm_instance table to find the instance
2013-06-18 16:57:46 -07:00
Jessica Wang b0f241dfd2 CLOUDSTACK-3016: remove zonetype property from API response (userVM) 2013-06-18 15:23:02 -07:00
Jessica Wang d37cc9b607 CLOUDSTACK-3016: remove zonetype property from API response (snapshot, ISO, template, network, volume) 2013-06-18 15:22:11 -07:00
Jessica Wang 0fe3d4676d CLOUDSTACK-3016: remove zonetype property from API response (cluster, domainRouter, host, pod, storagePool, systemVM) 2013-06-18 15:21:05 -07:00
Brian Federle 8ee3eb1489 CLOUDSTACK-2716: Truncate long values
For cases such as in global setting values, truncate long text if new
option 'truncate: true' is specified in field properties. This will
reduce td's max-width and add ellipses. Edit field on truncate: true
columns will overflow into action column, to prevent input area from
being too cramped.
2013-06-18 15:16:50 -07:00
Brian Federle cc5a17622a UI Project switcher: Better appearance 2013-06-18 13:49:49 -07:00
Brian Federle a848593563 CLOUDSTACK-2080: Fix error handling for multi-edit actions 2013-06-18 13:48:56 -07:00
Jessica Wang d9ca0e8f26 CLOUDSTACK-3016: remove zonetype parameter from listRouters API, listInternalLbVms API. 2013-06-18 11:37:47 -07:00
Jessica Wang c148d44064 CLOUDSTACK-3016: remove zonetype parameter from listSnapshots API. 2013-06-18 11:37:30 -07:00
Jessica Wang 2957f6c559 CLOUDSTACK-3016: remove zonetype parameter from listNetworks API. 2013-06-18 11:37:15 -07:00
Jessica Wang 82270f12f2 CLOUDSTACK-3016: remove zonetype parameter from listTemplates, listIsos API. 2013-06-18 11:36:57 -07:00
Jessica Wang fc26315d9d CLOUDSTACK-3016: remove zonetype parameter from listSystemVMs API. 2013-06-18 11:36:39 -07:00
Jessica Wang b3edbda474 CLOUDSTACK-3016: remove zonetype parameter from listPods API. 2013-06-18 11:36:23 -07:00
Jessica Wang 1e4abe3210 CLOUDSTACK-3016: remove zonetype parameter from listClusters API. 2013-06-18 11:35:52 -07:00
Jessica Wang 4bf8801570 CLOUDSTACK-3016: remove zonetype parameter from listSnapshots API. 2013-06-18 11:35:31 -07:00
Alena Prokharchyk dd5fde3860 CLOUDSTACK-2883: create default network offering with internal lb support (if doesn't exist already) 2013-06-17 16:19:53 -07:00
Min Chen dff87ed7cf CLOUDSTACK-2956:createStoragePools API should ignore passed clusterId
and podId parameters in creating zone scoped primary storage
2013-06-17 15:41:05 -07:00
Jessica Wang 3e3e5830b4 CLOUDSTACK-869: Add VPC dialog - add Public LB Provider dropdown, remove VPC Offering dropdown. When Public LB Provider is selected as Netscaler, pass "Default VPC offering with Netscaler" to createVPC API. When Public LB Provider is selected as VpcVirtualRouter, pass "Default VPC Offering" to createVPC API. 2013-06-17 11:30:50 -07:00
Alena Prokharchyk c0af861a71 LOUDSTACK-2914: handle situation when serviceProvider map is empty 2013-06-17 10:58:38 -07:00
Alena Prokharchyk fc16e29f99 CLOUDSTACK-2914: default lb scheme to Public when the service LB is enabled, and scheme is not specified explicitly 2013-06-17 10:10:43 -07:00
Hugo Trippaers b0ea02e65a Allow DSA public keys.
DSA can't be used for encryption with the bouncycastle library, so make
sure this situation is properly handled.
2013-06-17 10:04:59 -07:00
Nils 76d3c27bf4 CLOUDSTACK-2902: Fixing references to 4.1 repository for this release 2013-06-17 13:02:48 -04:00
Prasanna Santhanam 363a7b933c list the VPCs with vpc id not network id
test failed because of incorrectly listing the VPC using the networkid.

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-17 22:25:01 +05:30
Prasanna Santhanam f8965b6f07 Concentrated planner granularity is at pod level
user.concentrated pod planner will try and put the VMs in the same pod.
Correcting the assertion to verify same pod and not same cluster. Test
may have passed earlier because of presence of single pod in the
deployment.

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-17 19:44:33 +05:30
Gaurav Aradhye 6a5c9d777f CLOUDSTACK-2935: Corrected VPC code related to cleanup
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-17 19:40:03 +05:30
Dave Brosius 3a02942123 set rpcProvider field correctly
Signed-off-by: Dave Brosius <dbrosius@mebigfatguy.com>
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-17 19:12:02 +05:30
Likitha Shetty 770cf02ccf Global config to disable an account from acquiring public ips and guest vlans from the system if the account
has dedicated resources and the dedicated resources have all been consumed - use.system.public.ips and use.system.guest.vlans
Both configs are configurable at the account level too.
2013-06-17 17:54:36 +05:30
Prasanna Santhanam 28b598b4ac Fix VPC tests related to user roles
Many vpc tests fail because of incorrect apiClient passed in to create
the VPC, network etc. The exact method used is getUserApiClient to fetch
the apiclient for a specific user.

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-17 17:32:05 +05:30
Prasanna Santhanam a5189b1550 Fix the listVPC based on user roles
listVPC based on user roles uses the old account.account reference
causing the test to fail.

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-17 17:32:05 +05:30
Wei Zhou f4dcca6e47 CLOUDSTACK-3019: add missing tags for test integration.component.test_advancedsg_networks.py 2013-06-17 10:40:40 +02:00
Prasanna Santhanam 0587d3a496 Moving maintenance mode into component/maint
All tests that could possible disrupt the runs of other tests because of
putting resources into maintenace will be put under maint/. This should
allow us to run the tests sequentially when other tests are not running
on a deployment.

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-06-17 12:33:57 +05:30
Shiva Teja a3d585ea4e Add Shiva Teja's proposal to GSoC docbook 2013-06-17 02:20:37 -04:00
Shiva Teja ac48e5dc67 Add proposal to CloudStack_GSoC_Guide.xml 2013-06-17 02:20:36 -04:00
Radhika PC fcafe28d7b CLOUDSTACK-758 2013-06-17 11:41:07 +05:30
Radhika PC 2f1ed47213 CLOUDSTACK-769 review comments fixed 2013-06-17 11:08:59 +05:30
Ian Duffy 776301ce6f Change listAll to return a boolean and fix a typo
Signed-off-by: Abhinandan Prateek <aprateek@apache.org>
2013-06-17 10:23:48 +05:30