Nitin Mehta
02407c48f3
Bug 10808: Add Upload Volume api and do validation.
2012-04-30 09:43:23 +05:30
Abhi
6726f3b0d0
bug CS-14663: accepting encoded password for MD5
2012-04-28 12:30:29 +05:30
Jessica Wang
77dd95a3b5
cloudstack 3.0 UI - add network offering - fix a bug that wrongly calculated advanced zones.
2012-04-27 16:16:40 -07:00
Jessica Wang
3b9f7bb0cd
cloudstack 3.0 UI - check in new localization labels (Simplified Chinese vesion).
2012-04-27 15:32:30 -07:00
Jessica Wang
31997fa89d
bug 14610: cloudstack 3.0 - single sign on - log out - not reload original location if onLogoutCallback() returns false because new location has been specified in onLogoutCallback().
2012-04-27 15:01:56 -07:00
Sheng Yang
ae0c3e0d26
CS-14421: Fix default interfaces file
...
I can't see why we set eth0 to dhcp by default. It would result in eth0 want to
get a DHCP address from outside. We should always assign ip through
cloud-early-config for it.
But one point is, the priority of cloud-early-config and networking script is
the same. So even networking got some ip from outside, cloud-early-config
should able to override it(if cloud-early-config runs after networking) or
networking script won't get dhcp (if cloud-early-config runs before networking),
so I am not quite understand why router would get DHCP address in fact. Maybe
there are other issues.
2012-04-27 14:35:41 -07:00
Jessica Wang
83e904ab19
bug 14610: cloudstack 3.0 - single sign on - fix a bug that logout didn't work for single-sign-on.
2012-04-27 14:08:39 -07:00
Alena Prokharchyk
f27a0a0386
Mark local storages as removed when they have no ref in storage_pool_host_ref
...
Conflicts:
setup/db/db/schema-301to302.sql
2012-04-27 13:15:58 -07:00
Salvatore Orlando
ce56ddf75a
CS-14606: Restoring config parameter which was accidentally removed
2012-04-27 17:13:10 +01:00
Salvatore Orlando
6e024e945d
CS-14606: Change name for config parameter
2012-04-27 16:38:33 +01:00
Jessica Wang
a119abda0d
cloudstack 3.0 UI - infrastructure - zone detail - physical network section - add Isolation method to listView.
2012-04-26 16:52:09 -07:00
Jessica Wang
bf4232974f
CS-14272: cloudstack 3.0 UI - Add Zone Wizard - physical networks step - add Isolation Method dropdown.
2012-04-26 16:18:42 -07:00
Alena Prokharchyk
62093a4308
CS-14633: db upgrade - remove config values that no longer exist on fresh setup
2012-04-26 11:05:50 -07:00
Alena Prokharchyk
7e4c5e1267
CS-14637: db upgrade - fixed inconsistencies in category/component fields for a bunch of global config variables
2012-04-26 10:09:53 -07:00
Jessica Wang
17c150a4f1
CS-14338: cloudstack 3.0 UI - instance page - Destroy VM action - change after-action message.
2012-04-25 14:04:34 -07:00
Alena Prokharchyk
12255db122
CS-14629: added missing global config variables
...
Conflicts:
setup/db/db/schema-301to302.sql
2012-04-25 13:43:40 -07:00
bfederle
845e9b5408
CloudStack: Main UI logo fix
...
Fix logo not being present on fresh install (for commercial build),
after clicking out of quick install
2012-04-25 12:32:18 -07:00
Salvatore Orlando
23b20e3b04
Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x
2012-04-25 20:06:26 +01:00
bfederle
aeec7dde11
Firefox CSS fix
...
Explicitly hide overflow-x, to prevent breakage from Firefox 12 update
causing horizontal scrollbars to be visible.
2012-04-25 11:30:46 -07:00
Alena Prokharchyk
1c9af77f59
Set ha host to false when no ha tag is enabled
2012-04-25 11:04:07 -07:00
Salvatore Orlando
fc3eaad0c6
CS-14605: OVS cleanup
...
DB scripts cleanup
2012-04-25 18:11:04 +01:00
Salvatore Orlando
e947f37d7c
CS-14605: OVS cleanup
...
pep8 fixes to python scripts
removing superflous/unused code from python scripts
2012-04-25 18:10:51 +01:00
Salvatore Orlando
88131e5db6
CS-14605: OVS cleanup
...
Fix syntax errors in ConfigurationManager and Resource Manager test
Conflicts:
server/src/com/cloud/network/ovs/OvsTunnelManagerImpl.java
server/test/com/cloud/agent/manager/ResourceManagerTest.java
2012-04-25 15:11:05 +01:00
Salvatore Orlando
33a2b17972
CS-14605: OVS Tunnel Manager Clean-up
...
1) Remove old VLAN-in-overlay manager
2) Remove unused DAO objects
3) Fix code using removed object (all stale lines)
Conflicts:
server/src/com/cloud/network/ovs/GreTunnelException.java
server/src/com/cloud/network/ovs/OvsVlanExhaustedException.java
server/src/com/cloud/network/ovs/dao/OvsTunnelAccountDao.java
server/src/com/cloud/network/ovs/dao/OvsTunnelAccountDaoImpl.java
server/src/com/cloud/network/ovs/dao/OvsTunnelAccountVO.java
2012-04-25 15:03:47 +01:00
Salvatore Orlando
f7836ba61c
Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x
2012-04-25 09:50:48 +01:00
Alena Prokharchyk
4e3bdb62d2
Account specific vlan ranges - fixed deleteVlanRange
...
Conflicts:
server/src/com/cloud/configuration/ConfigurationManagerImpl.java
2012-04-24 17:16:58 -07:00
Jessica Wang
8962194f42
CS-14385: cloudstack UI - Host page - add "HA Enabled" column which only shows When ha.tag global configuration is not empty.
2012-04-24 17:06:04 -07:00
Jessica Wang
c4719e91f5
CS-14624: cloudstack 3.0 UI - hide "Add Account" button from domain-admin.
2012-04-24 17:06:03 -07:00
Kelven Yang
25611c50a3
bug 14090: handle the case when command is sent to a different host that is not owner of the VM
2012-04-24 16:45:02 -07:00
Sheng Yang
154c7d385f
CS-14618: Fix null network device name
...
The bug is introduced by:
commit 708472e1ef
Author: Edison Su <sudison@gmail.com>
Date: Tue Mar 20 16:49:47 2012 -0700
bug 14322: support multiple physical nic in kvm
status 14322: resolved fixed
The above commit cover the case of creating vif without a nic name, but didn't
cover the migration case.
2012-04-24 16:16:37 -07:00
Alena Prokharchyk
319d4c5cfd
Catch all exceptions when change engine and row_format - can fail when table is full. Just skip as its not a critical fix
2012-04-24 15:49:14 -07:00
Salvatore Orlando
8779f0ed25
CS-14270: return VLAN id only if the broadcast URI starts with 'vlan'
2012-04-24 21:34:10 +01:00
Jessica Wang
21ebf03ea1
cloudstack 3.0 UI - infrastructure page - guest traffic type - network tab - fix a bug that clicking a network that doesn't belong to current login user would show spinning wheel forever in detailView.
2012-04-24 12:14:15 -07:00
Jessica Wang
37007f8071
CS-14297: cloudstack 3.0 UI - Delete Primary Storage dialogbox - add "Force Remove" checkbox.
2012-04-24 11:49:53 -07:00
Alena Prokharchyk
ccd0472201
CS-14622: fixed adding vlan range per account - associate it with the Guest network, not public
...
Conflicts:
server/src/com/cloud/configuration/ConfigurationManagerImpl.java
2012-04-24 11:42:53 -07:00
Jessica Wang
fc4f77cb85
cloudstack 3.0.x UI - checked in Japanese translation file provided by Tetsunori
2012-04-24 11:29:38 -07:00
anthony
f0a4044d29
add CentOS 6.0, CentOS 5.7, RHEL 5.7 support for XenServer 6.0.2
2012-04-24 10:50:34 -07:00
Jessica Wang
f78874d825
CS-12407: cloudstack 3.0 UI - Add F5 device - when Dedicated checkbox is checked, hide Capacity field and pass "capacity=1" to API.
2012-04-24 10:50:53 -07:00
Salvatore Orlando
56d496ac60
CS-14619: Add missing INSERT statements
2012-04-24 15:58:57 +01:00
Salvatore Orlando
ef13158c2b
CS-14437: Fixing remaining merge issues affecting tunnel creation
...
Tunnel networks now work on this branch
(VLAN networks never stopped working)
2012-04-24 15:21:41 +01:00
Salvatore Orlando
5c58aeaa04
CS-14613: syntax error in create-schema.sql for 3.0.x
2012-04-24 10:34:12 +01:00
Sheng Yang
182a4cf2e9
CS-14555: Calculated checksum before unzip
...
Otherwise checksum would be overrided by wrong value.
2012-04-23 19:01:36 -07:00
Salvatore Orlando
48b6236c64
Fixing merge issues for OVS tunnel manager
2012-04-24 02:22:10 +01:00
Salvatore Orlando
531fbcf1ee
Fixing further issue with conflict resolution
2012-04-24 02:20:48 +01:00
Salvatore Orlando
0cdfa7f943
Removing connectivity from service provider list
2012-04-24 02:20:39 +01:00
Salvatore Orlando
6f3ab6de5d
Removing basic connectivity provider and OVS network offering as not
...
needed for Bonita
2012-04-24 02:20:39 +01:00
Salvatore Orlando
2459b16b81
Adding ovs_tunnel_interface to schema;
...
adding new tables to update script (3.0.2 to 3.0.3)
Conflicts:
setup/db/db/schema-2214to30.sql
setup/db/db/schema-302to303.sql
2012-04-24 02:20:39 +01:00
Salvatore Orlando
fbd5edc2e3
Fix conflict resolution errors
...
Conflicts:
api/src/com/cloud/network/ovs/OvsCreateTunnelAnswer.java
2012-04-24 02:20:39 +01:00
Salvatore Orlando
421862216e
Now finding the IP address also for the remote endpoint
...
Conflicts:
server/src/com/cloud/network/ovs/OvsTunnelManagerImpl.java
2012-04-24 02:20:39 +01:00
Salvatore Orlando
1ddcdb25c1
Forgot to add new dao into component library!
2012-04-24 02:20:39 +01:00