frank
2093aefcb8
CloudStack CLOUDSTACK-723
...
Enhanced baremetal servers support on Cisco UCS
change UcsXxxDao to Spring xml loading
change ListxxxCmd to inherit ListCmd
change API response in line with current API architecture
adding missing db schema to db upgrade schemaOh
2013-02-28 15:34:57 -08:00
Kishan Kavala
79995bf629
CLOUDSTACK-241: Moved regions upgrade chnages to Upgrade40to41.jav from schema file. Sets the right regins_id from db.properties instead of using default 1.
2013-02-28 11:21:02 +05:30
Kishan Kavala
1a2173f4db
CLOUDSTACK-241: Removed API based account sync. Removed all the related API changes. Converted tabs to spaces in the related files.
...
Verified account, user and domain APIs manually.
2013-02-28 11:21:02 +05:30
Prachi Damle
336d133f94
CLOUDSTACK-1418- As regular user , we are not allowed to deploy VM on a shared network.
...
- Added the access type attribute to @acl
- Domainchecker needs the AccessType.UseNetwork value specified to check access to network
2013-02-27 17:19:55 -08:00
Sheng Yang
02a0439dba
CLOUDSTACK-1170: Use a unified way to generate PublicIp
...
Tired of manually generate mac address everytime when create PublicIp object.
2013-02-27 14:06:09 -08:00
Noa Resare
78e8d18428
CLOUDSTACK-1415: Debian & Ubuntu packaging work
...
Some concepts included:
* the replace.properties location used by maven is parameterized to allow
for a build that does not modify the currently git tracked files
* package naming is updated along the lines of what was discussed on the
-dev mailing list and between committers at the Build a Cloud Day in Belgium.
* package version pattern is updated (since we redo all package names,
we might as well drop the epoch)
2013-02-27 15:38:55 +00:00
Murali Reddy
d76211d5d0
CLOUDSTACK-1391: EventBus is not getting injected after javelin merge
...
added logic to inject event bus using ComponentContext.getComponent
2013-02-27 14:52:11 +05:30
David Grizzanti
2fc5a3ca5e
CLOUDSTACK-420: listZones missing name parameter
...
When calling the listZones API command, you can now supply a name to pull a specific zone by name.
Updated two classes to include name paramater and query data centers/zones by name if suppled:
- server/src/com/cloud/api/query/QueryManagerImpl.java
- api/src/org/apache/cloudstack/api/command/user/zone/ListZonesByCmd.java
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-02-27 13:39:59 +05:30
Sheng Yang
6c37fccc0b
CLOUDSTACK-1232: Only support cidr=64 in IPv6
2013-02-26 19:39:37 -08:00
Kelven Yang
df8c7506fc
CLOUDSTACK-1173: fix the regression caused by life-cycle management changes
2013-02-26 11:51:31 -08:00
Kishan Kavala
609c7da383
CLOUDSTACK-1289: Added missing usage command processing for External firewall device. ExternalLoadBalancerUsageManagerImpl should be renamed as ExternalDeviceUsageManagerImpl
2013-02-26 17:33:23 +05:30
Harikrishna Patnala
c3a37dd7ff
CLOUDSTACK-1293 resetpasswordforVm shows "passsd reset to undefined"
2013-02-26 17:18:30 +05:30
Wei Zhou
03fdbfb291
CLOUDSTACK-962:setAggBytesSent/setAggBytesReceived in NetworkUsageTask when not in case of dailyor hourly
...
Removed duplicate userstatsdao injection
2013-02-26 16:26:30 +05:30
Rohit Yadav
6a76c96be1
spring: Remove annotations from interfaces and abstract classes
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
(cherry picked from commit da7c0b1437 )
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-26 15:26:15 +05:30
Sheng Yang
e06bf6ad2e
CLOUDSTACK-1332: Add ip6dns to zone and domainrouter response
2013-02-25 16:55:47 -08:00
Sheng Yang
7c72aa66bd
CLOUDSTACK-1332: Pass IPv6 DNS to VR
2013-02-25 16:07:36 -08:00
Sheng Yang
0760fdf6d0
CLOUDSTACK-1332: Add IPv6 DNS for Zone
2013-02-25 16:07:14 -08:00
David Nalley
bc1fa4a4cf
adding license header to make RAT happy
2013-02-24 22:33:56 -05:00
Kelven Yang
4f38d745b8
CLOUDSTACK-1339: Using Sping interface injection pattern to avoid using CGLIB proxying mode. Spring with CGLIB proxying will concflict with CGLIB usage in CloudStack DB code, CloudStack CGLIB usage can cause Spring to lose tack of its proxied object and therefore creates a massive amount of objects in memory
2013-02-24 13:31:42 -08:00
Mice Xia
8a6d0ffda6
add missing license header reported by rat
2013-02-22 13:10:22 +08:00
Prachi Damle
96a98f5a71
CLOUDSTACK-1367 NPE noticed in logs while AgentMonitor is monitoring the host ping interval
...
Added null check. If the host is not found, we dont ping anymore.
2013-02-21 17:42:20 -08:00
Sheng Yang
1f64917fcc
CLOUDSTACK-1303: Fix NPE when extend vlan with ipv4 only
2013-02-21 16:45:15 -08:00
frank
2e069ad16b
CloudStack CLOUDSTACK-774
...
Supporting kickstart in CloudStack baremetal
able to start vm
2013-02-21 15:39:15 -08:00
frank
10afc3b571
CloudStack CLOUDSTACK-774
...
Supporting kickstart in CloudStack baremetal
adding missing scripts back
2013-02-21 15:39:15 -08:00
frank
241d05e685
CloudStack CLOUDSTACK-774
...
Supporting kickstart in CloudStack baremetal
fixing bugs to align to new code base
2013-02-21 15:39:15 -08:00
Sheng Yang
540f68f4c3
CLOUDSTACK-1288: Fix regression on remove LB rules
...
It's a regression caused by:
commit 69d24545c4
Author: Murali Reddy <murali.reddy@citrix.com>
Date: Fri Feb 8 18:50:18 2013 +0530
CLOUDSTACK-1208: Failed to shutdown guest network
Firewall manager was being used instead of LoadBalancingRules manager
while applying the load balancer rules in shut down network. Changing it
to LoadBalancingRules manager.
The parameter transferre to applyRules() should be lbRules, rather than the lbs
object.
2013-02-21 14:45:52 -08:00
Kelven Yang
e219ef951b
CLOUDSTACK-1362: Put a workaround fix to set excutable attribute of injectkys.sh at runtime
2013-02-21 14:32:47 -08:00
Prachi Damle
e6626973ed
CLOUDSTACK-1346: Check to see if external devices are used in the network, is hardcoded for specific devices
...
- Changes the check to list all providers of a network and check if it is an external provider
2013-02-20 15:36:01 -08:00
Prachi Damle
3c02af0cdf
CLOUDSTACK-1344 Typo in use.external.dns setting description
...
Fixed the typo.
2013-02-20 12:01:22 -08:00
Prachi Damle
20a747601c
CLOUDSTACK-1331: Upgrade fails for a 2.2.14 Zone having multiple guest networks using network_tags and Public Vlan
...
Changes:
-We need to update the physical_network_id for public vlans.
-Physical network ID should be retrieved from the network if present.
2013-02-20 11:25:36 -08:00
Rohit Yadav
7ce22fc2b2
db: Fix commas which should be dots in create-schema, fix debug msg
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
(cherry picked from commit 44c8a33cf2 )
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-20 14:57:05 +05:30
Rohit Yadav
12b439baa6
db: Fix Upgrade40to41 and add cleaning path schema-40to410-cleanup.sql
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
(cherry picked from commit 46ab973143 )
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-20 14:52:37 +05:30
Sheng Yang
81db0c2076
IPv6: Add ipv6 for user vm view
2013-02-19 15:49:24 -08:00
Sheng Yang
f3dae81daa
IPv6: Add IPv6 for domain router view
2013-02-19 15:49:24 -08:00
Prachi Damle
378827efed
CLOUDSTACK-1307 Noticed NPE when we put host in maintenance mode in clustered management setup
...
Changes:
- Use of class variable of type GenericSearchBuilder causes issues when multiple threads invoke this method to findCapacity
- Changing the scope of the variable to be local to these methods.
2013-02-19 15:15:00 -08:00
Rohit Yadav
2c102ca0e5
db: Fix upgrade paths to 4.1.0
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
(cherry picked from commit ca432fe6b7 )
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-19 14:02:48 +05:30
Prasanna Santhanam
b51ee1819a
CLOUDSTACK-1320: listroutercmd: response should be set to the name of router
...
host name of router's resident host returned instead of the name of the
router. correcting the setter.
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-02-19 13:23:32 +05:30
Rohit Yadav
cb83c23484
ApiServer: Get rid of finding system account and user at init() time
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
(cherry picked from commit 8094e933b0 )
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-17 00:24:58 +05:30
Likitha Shetty
ed06c16944
CLOUDSTACK-863: Fix Non-printable characters in api call
...
Non-printable characters results in empty pages for all users loading the
corrupted object in the web interface. It also results in the API call results
getting truncated with an error when it encounters the non-printable characters.
Every decoded parameter value is checked for control character using OWASP's
ESAPI library.
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
(cherry picked from commit 87b668b71b )
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-16 11:56:50 +05:30
Min Chen
2ee16350dd
CLOUDSTACK-1253: Remove @author tag.
2013-02-15 10:40:39 -08:00
Likitha Shetty
a6427266bf
CLOUDSTACK-1207. UpdateNetwork API fails with NPE if the network offering is not being updated and is non-persistent.
2013-02-15 17:24:59 +05:30
Min Chen
24b48f3119
CLOUDSTACK-1137: force reconnect to a disconnected host throws error.
2013-02-14 17:56:45 -08:00
Sheng Yang
5ec29e9608
CLOUDSTACK-1219, CLOUDSTACK-1220: Fix IPv6 error messages
2013-02-14 16:27:53 -08:00
Min Chen
07ce770e97
CLOUDSTACK-1277: populating transit password field to UserVmJoinVO in
...
converting from UserVm to UserVmJoinVO.
2013-02-14 12:01:40 -08:00
Wei Zhou
f95b3c76e8
CLOUDSTACK-1088: EnableStaticNat error will clear the data in database
...
The issue occur in two conditions
(1) If I use two sessions or browsers to EnableStaticNat on CloudStack
UI. one is successful, the other is failed. However, there is no ip in
database.
(2) If I use API call EnableStaticNat several times The first time
succeed, the second failed, the third succeed. the result is
success-fail-success-fail-success-fail, which it is not correct.
Reported-by: Wei Zhou <w.zhou@leaseweb.com>
Reviewed-by: https://reviews.apache.org/r/9254/
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-02-14 13:58:07 +05:30
Marcus Sorensen
d4d73bfc3f
Summary: Fix hanging references to /var/lib/cloud, changed to /var/cloudstack
...
BUG-ID: CLOUDSTACK-1201
BUG-ID: CLOUDSTACK-1196
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1360786749 -0700
2013-02-13 13:31:48 -07:00
Rohit Yadav
ce46821b4a
CLOUDSTACK-1237: Fix an overriding method that would help find template adapter
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
(cherry picked from commit fcb4b7a6a7 )
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2013-02-13 15:21:24 +05:30
Marcus Sorensen
53ae738d56
Summary: fix cloud-agent KVM calls to cloudstack-agent for centos6.3
...
BUG-ID: CLOUDSTACK-1234
Bugfix-for: 4.1, master
Reported-by: Rayees Namathponnan
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1360736064 -0700
2013-02-12 23:14:24 -07:00
Sheng Yang
5dbd33d8ab
Add missing break to applyRules in FirewallManager
...
Otherwise it would falling through PortForwarding rule.
Seems like a typo after network refactor.
2013-02-12 20:26:52 -08:00
Sheng Yang
72234efa3e
CLOUDSTACK-1242: Fix inline mode
...
Network refactor dropped many inline mode codes. I've added at least part of
them back. Now I can create LB rule for inline mode.
2013-02-12 20:25:26 -08:00