prachi
5ee096c00d
Bug 12095 - Migrate instance fail
...
Change:
UUId to ID mapping annotation was missing for MigrateVMCmd.
2011-12-05 15:38:18 +05:30
Murali Reddy
974dc62a2b
added support for dynamic load balancer provisioning when netscaler SDX is added
2011-12-05 00:06:45 -08:00
Abhinandan Prateek
426b464aab
bug 8313: still encrypt the passwords when setting up account
2011-12-05 13:08:53 +05:30
Abhinandan Prateek
1dee569f0e
bug 8313: LDAP connector tested with ApacheDS
2011-12-05 11:51:21 +05:30
Prasanna Santhanam
e365e64afe
Fixing build. removing windows chars
2011-12-05 10:41:24 +05:30
Abhinandan Prateek
fcb9db7802
bug 8313: removing bad chars
2011-12-05 07:56:34 +05:30
Alena Prokharchyk
3acf49daa5
bug 12329: use diff field name in listIps search
...
status 12329: resolved fixed
2011-12-04 10:13:49 -08:00
Abhinandan Prateek
50a1bfed06
bug 8313: disabling LDAPAuthenticator
2011-12-04 15:42:15 +05:30
Abhinandan Prateek
d09ed94ebb
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
2011-12-04 15:12:48 +05:30
Abhinandan Prateek
c4f624e7c9
bug 8313: ldap authentication, still need to fix the MD5 encoded password, cuurent authenticator only works with plaintext password
2011-12-04 15:11:06 +05:30
Sheng Yang
02e0296484
bug 12234: NaaS: Dynamic CIDR for virtual router
...
bug 12318: NaaS: Dynamic CIDR for virtual router
This patch in fact use ExternalGuestNetworkGuru to replace GuestNetworkGuru. The
problem is the virtual router would normally use 10.1.1.0/8 as CIDR, but when we
want to upgrade to external firewall e.g. Netscaler, the CIDR would need to be
changed to different value e.g. 10.x.x.0/24 based on VLAN, because the external
firewall can not support one CIDR for multiply VLAN right now. So we have to use
the same policy for virtual router.
This patch also add one field "specified_cidr" to the networks table. If this
field is true, then it means user specify the CIDR of this network, thus we can
not granutee the CIDR after upgrade is valid, so we would like to prohibit the
upgrade of network offering.
This should also fix bug 12318. The reason for bug 12318 is the pre-set gateway
address of domR is overrided by ExternalGuestNetworkGuru. After this patch,
ExternalGuestNetworkGuru would respect the existed value in Nic, rather than
simply wiping it out. It would do calcuation to get the relevant address after
VLAN changed.
More clean up can be done in the future, when we proved that this policy change
doesn't break...
status 12234: resolved fixed
status 12318: resolved fixed
2011-12-03 17:32:31 -08:00
Jessica Wang
1641229c07
bug 12239: cloudStack 3.0 new UI - Navigating to accounts from domain will only show accounts belonging to that domain
2011-12-03 13:15:15 -08:00
kishan
cdbf5b0db5
bug 12262: Updated jasypt jar path
2011-12-03 08:47:37 +05:30
Kelven Yang
d24be5ca37
bug 12166: add new CheckNetworkCommand support to VMware resource
2011-12-02 17:00:38 -08:00
Jessica Wang
419a2b1f7d
bug 12233: cloudStack 3.0 new UI - public network - delete IP range - fix a bug that id didn't get passed to API call.
2011-12-02 16:52:38 -08:00
Jessica Wang
84adb6b5bc
bug 12314: cloudStack 3.0 new UI - add cluster action - pass cluster type as ExternalManaged if hypervisor is VMware.
2011-12-02 16:42:21 -08:00
Jessica Wang
6660f367d0
bug 12223: cloudStack 3.0 new UI - Add Physical Network button has been implemented yet. Hide it from UI for now.
2011-12-02 16:25:50 -08:00
Alena Prokharchyk
c2146ea8e8
bug 12107: don't show public ip addresses associated with CPVM/SSVM
...
status 12107: resolved fixed
2011-12-02 16:16:19 -08:00
frank
22f6ad7566
make vm_template.enable_sshkey default to 0
2011-12-02 15:42:00 -08:00
Brian Federle
e7c4bc48fd
bug 12266
...
- Show 'delete' instead of 'create' in dialog
- Select domain's parent upon deletion, for UI consistency
2011-12-02 15:39:28 -08:00
Jessica Wang
fdb21b5521
bug 12152: take snapshot action - fix a bug that showed message "snapshot undefined is ready"
2011-12-02 15:33:07 -08:00
Jessica Wang
7b68824efb
cloudStack 3.0 new UI - instance wizard - fix a bug that isolated network didn't show in step 5.
2011-12-02 15:33:06 -08:00
Alena Prokharchyk
a4773b7080
bug 12291: listVms - show non-project resources only if no projectId specified
...
status 12291: resolved fixed
2011-12-02 15:17:50 -08:00
Brian Federle
c067758a34
bug 12309: Implement generic error handling
2011-12-02 14:59:06 -08:00
Jessica Wang
0b54135edc
cloudStack 3.0 new UI - zone chart - public network - add IP range - change notification message.
2011-12-02 14:50:56 -08:00
Jessica Wang
ec0e29f56b
cloudStack 3.0 new UI - vm wizard - fix a bug that isolated sourceNAT network wrongly showed twice in default network section in step 5.
2011-12-02 14:31:38 -08:00
frank
0d7dc40189
Bug 11689 - Templates need a ssh key enabled attribute
...
status 11689: resolved fixed
2011-12-02 14:20:08 -08:00
Brian Federle
5fb518662f
bug 12263: Remove 'all zones' select when in project view
2011-12-02 13:26:15 -08:00
Brian Federle
3d3e0afd81
Use 'associated network id' instead of physical
2011-12-02 13:10:13 -08:00
Jessica Wang
f5283e9e61
bug 12248: cloudStack 3.0 new UI - listHosts API return new property resourcestate indicating the same thing state property used to indicate. Here is corresponding UI change.
2011-12-02 13:01:50 -08:00
Brian Federle
f8f1e538f8
bug 12249
...
Correctly filter VM list for port forwarding and load balancing, to
only allow for stopped/running VMs, and only VMs within the specified
network
2011-12-02 12:48:39 -08:00
Brian Federle
a01f6b4981
Fix network test data
2011-12-02 12:19:32 -08:00
Brian Federle
8fd57ef20c
Fix multi-edit refresh
2011-12-02 12:12:03 -08:00
Alena Prokharchyk
0effb82f82
bug 12295: fixed associateIpAddress for projects
...
status 12295: resolved fixed
2011-12-02 12:08:01 -08:00
Brian Federle
26b21da09b
bug 12289: Fix command = undefined
2011-12-02 12:05:08 -08:00
Brian Federle
601a073d2c
Fix VM details not appearing immediately after enabling static nat
2011-12-02 11:57:47 -08:00
Brian Federle
c9328e3a95
Fix table header when in dialog box
2011-12-02 11:57:47 -08:00
Jessica Wang
332e41bc7c
cloudStack 3.0 new UI - system - change notification message of actions of network service providers
2011-12-02 11:42:08 -08:00
Brian Federle
bc12d1a1ac
Only show pointer on first <td> in list view
2011-12-02 11:32:28 -08:00
Brian Federle
cf42939508
bug 12089
...
Fix search button click causing list view to be populated twice
2011-12-02 11:27:53 -08:00
Jessica Wang
f8e05954b3
cloudStack 3.0 new UI - system - change label of actions of network service providers.
2011-12-02 11:25:25 -08:00
Brian Federle
d64a988574
IE8 Fixes:
...
-Minor CSS fix for horiz. scrollbar in list view
-Fix breadcrumb click event not triggering
2011-12-02 10:41:58 -08:00
Brian Federle
21cd27a8ed
bug 12271
...
-Show status field for project user management
-Properly refresh multi-edit widget
2011-12-02 08:00:04 -08:00
Brian Federle
10e551e737
bug 12160: Fix attach disk adding row
2011-12-02 08:00:04 -08:00
Brian Federle
24264f7d9d
Move detail view apply button to the top
2011-12-02 08:00:03 -08:00
kishan
d64747a657
bug 12262: Added "-s" option. When encryption is used provide mgmt secret key using "-s" option.
...
status 12262 : resolved fixed
reviewed-by: Prasanna
2011-12-02 21:12:49 +05:30
Naredula Janardhana Reddy
c7766ea6c8
bug 10617: kvm related changes.
2011-12-02 17:07:36 +05:30
Prasanna Santhanam
de86e30c66
- Fixing the SecurityGroupRules rename for Simulator. SecurityGroupRules contain both Ingress and Egress rules now
...
- Changed the logging to reflect the rulesets for Egress
- Removed Unused and Organized Imports for agent-simulator
2011-12-02 12:35:40 +05:30
Jessica Wang
0d564e864c
cloudStack 3.0 new UI - VM Wizard - If a basic zone is selected in step 1, check if its guest network includes security group service. If yes, display security groups in step 5. Otherwise, display nothing in step 5.
2011-12-01 15:13:54 -08:00
Sam Robertson
ebfd69e285
Python based xml test framework ant changes.
2011-12-01 14:56:17 -08:00