olivier lamy
a900f5a370
define version of dependency plugin in parent pom
2012-10-17 15:10:43 +02:00
olivier lamy
45ec07c3fd
remove tabs replace with spaces
2012-10-17 15:03:27 +02:00
olivier lamy
9d9e6e57dc
fix tomcat plugin configuration
2012-10-17 14:58:02 +02:00
olivier lamy
a6d1ff3328
use released version of tomcat7-maven-plugin
2012-10-17 14:44:20 +02:00
olivier lamy
c56c95923d
use last maven war plugin
2012-10-17 14:42:33 +02:00
Hugo Trippaers
28c31e3707
truncate names that are longer than 40 characters, this is the max
...
length nicira api accepts for display_name.
2012-10-17 13:29:03 +02:00
David Nalley
d4fb02b56a
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack
2012-10-17 04:00:35 -04:00
David Nalley
64ff76a647
some release not cleanup
2012-10-17 04:00:13 -04:00
Jessica Tomechak
22b5c0cddd
Docs: Fix up grammar and missing text in AWS API compatibility chapter and add it to the Install Guide.
2012-10-17 00:32:01 -07:00
David Nalley
1a18758592
removing more install.sh references
2012-10-17 03:09:53 -04:00
David Nalley
03650def4d
cleaning up install docs a bit more
2012-10-17 02:56:06 -04:00
David Nalley
d0f30bfff1
updating some installation instructions
2012-10-17 02:43:05 -04:00
David Nalley
646fd98fc0
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack
2012-10-17 02:21:24 -04:00
David Nalley
512501e58a
adding content on building packages from source
2012-10-17 02:20:17 -04:00
Jessica Tomechak
a35e23c58f
Docs: Add missing file on security groups.
2012-10-16 17:57:46 -07:00
David Nalley
59b77a940f
first iteration of source.xml
2012-10-16 20:27:16 -04:00
Alena Prokharchyk
a9fab0526b
CLOUDSTACK-348: decrement resource count when the network gets removed
...
Conflicts:
server/src/com/cloud/network/NetworkManagerImpl.java
2012-10-16 16:18:36 -07:00
Edison Su
c762830fbc
CLOUDSTACK-363: use the default build version number, we coded in wscript
2012-10-16 15:45:01 -07:00
Jessica Tomechak
7ce5fdda27
Docs. Developer's Guide fixes. Moved "New APIs in 4.0" to correct section, removed obsolete product name, fixed book abstract, ID, and copyright holder.
2012-10-16 14:38:47 -07:00
Brian Federle
d7704422ac
UI browser: add panel focus overlay
...
On hover of a breadcrumb, show an overlay effect which focuses on that
particular panel, hiding all panels after it.
This allows a user to see the content of previous breadcrumbs that the
user loaded.
2012-10-16 14:11:05 -07:00
Brian Federle
58ae1009c6
IE7: Fix quick view icons disappearing
2012-10-16 14:06:54 -07:00
Brian Federle
7ba279597b
IE7 fixes for quick view
2012-10-16 13:47:37 -07:00
Brian Federle
aa5c0f8323
Fix scrollbars appearing on IE8
2012-10-16 13:27:10 -07:00
Brian Federle
caf1206b15
Re-enable inline mode for SRX + F5
...
Now that inline mode is supported, re-enable mode drop-down for SRX
and F5 creation forms.
2012-10-16 12:13:31 -07:00
Alena Prokharchyk
9d07ad8ecb
CLOUDSTACK-304: default number of concurrent snapshots is NULL (unlimited) - to provide backwards compatibility for existing customers.
...
Conflicts:
setup/db/db/schema-305to306.sql
2012-10-16 11:25:05 -07:00
Jessica Wang
f4d085d609
CS-16486: cloudstack UI - listView dataProvider - not to pass details=min as default.
2012-10-16 11:05:06 -07:00
Jessica Wang
ff8fccccb2
CS-16326: cloudstack UI - instance page - listView - (1) the column that maps to name property in API response is labelled as "Name" instead of "Host Name".
...
(2) add back Internal Name column for root-admin.
2012-10-16 10:01:15 -07:00
David Nalley
33ed37d877
converting messages_ru_RU.properties to UTF (thanks to jzb for the help) CLOUDSTACK-349
2012-10-15 23:57:44 -04:00
Alena Prokharchyk
3f5733cea7
CS-16412: fixed count for following commands:
...
listVlanIpRanges
listOsCategories
listOsTypes
listSystemVms
listPhysicalNetworks
listCounters
listConditions
listAutoScalePolicies
listAutoScaleVmProfiles
listAutoScaleVmGroups
listConfigurations
listStoragePools
listClusters
listPods
listInstanceGroups
listSSHKeyPairs
listHypervisorCapabilities
listNetworkServiceProviders
listVpnCustomerGateways
listVpnGateways
listVpnConnections
listProjects
listProjectAccounts
listProjectInvitations
listTrafficTypes
Conflicts:
api/src/com/cloud/api/commands/ListAutoScalePoliciesCmd.java
api/src/com/cloud/api/commands/ListAutoScaleVmGroupsCmd.java
api/src/com/cloud/api/commands/ListAutoScaleVmProfilesCmd.java
api/src/com/cloud/api/commands/ListConditionsCmd.java
api/src/com/cloud/api/commands/ListCountersCmd.java
api/src/com/cloud/api/commands/ListVpnConnectionsCmd.java
api/src/com/cloud/api/commands/ListVpnCustomerGatewaysCmd.java
api/src/com/cloud/api/commands/ListVpnGatewaysCmd.java
api/src/com/cloud/network/as/AutoScaleService.java
server/src/com/cloud/network/as/AutoScaleManagerImpl.java
server/src/com/cloud/network/as/dao/CounterDao.java
server/src/com/cloud/network/as/dao/CounterDaoImpl.java
server/src/com/cloud/projects/ProjectManagerImpl.java
server/src/com/cloud/server/ManagementServerImpl.java
2012-10-15 18:16:59 -07:00
Brian Federle
f72434261c
CLOUDSTACK-352: Fix user dashboard VM count
...
Pass listAll=true to user dashboard API call, so domain admin can see totals
for all user VMs.
2012-10-15 14:23:42 -07:00
Alena Prokharchyk
1d458c7a2d
CLOUDSTACK-347: ipAddressResponse/NetworkResponse API - return vlan info only when the caller is ROOT admin
2012-10-15 11:39:38 -07:00
Brian Federle
7e704d1b3d
Fade-in notification widget on show
2012-10-15 10:05:24 -07:00
Hugo Trippaers
2d48ce45a8
Add the systemvm.iso to the client webapp
2012-10-15 17:51:05 +02:00
Hugo Trippaers
11dc1f0b8e
Check manageontap sdk version and provide instructions.
2012-10-15 17:25:40 +02:00
Hugo Trippaers
3bb136292b
Double check vmware dependencies and provide information on where to get
...
them.
2012-10-15 16:57:59 +02:00
Rohit Yadav
9b1b145192
CLOUDSTACK-346: Replace vmware-lib-jaxrpc with axis-jaxrpc
...
vmware-lib-jaxrpc is now provided by axis-jaxrpc-1.4.jar, the former is
the same as latter (bit by bit) and only difference is the file name.
- Fix dependency in vmware-base's pom.xml
- Fix dependency in hypervisor-plugin-vmware's pom.xml
- Fix install-non-oss.sh by reverting commit:
2e6ddc6c36f4ce79e67ad223647071bccfc41c52.
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-10-15 16:44:30 +05:30
Hugo Trippaers
a4a3194899
Fix license headers
2012-10-15 10:22:12 +02:00
Rohit Yadav
4c69cac42e
CLOUDSTACK-341: Fix incorrect js object in system.js
...
Use correct object in system.js that fixes the issue of management traffic
details not getting loaded as it fails on type error.
Fixes regression introduced in 95b6a5eeda73beeb97fe8dd229c880c97668d44f
2012-10-14 20:53:18 +05:30
Edison Su
7f104b1feb
[PATCH] CLOUDSTACK-335: fix lb for vpc on kvm
2012-10-12 18:58:46 -07:00
Jessica Wang
08b074a101
CS-16493: cloudstack UI - IP Address page - hide VLAN for regular-user/domain-admin.
2012-10-12 15:22:15 -07:00
Jessica Wang
318a60fd6a
CS-16493: cloudstack UI - guest network page - hide VLAN ID for regular-user/domain-admin.
2012-10-12 14:50:55 -07:00
frank
23495c7e26
CloudStack CS-15455 There are no iptable rules configured to open awsapi port (7080) for external world.
...
resolved fixed
reviewed-by:edison
2012-10-12 14:13:13 -07:00
Jessica Wang
7cac7ff2c7
cloudstack UI - left navigation - group menus for the same role.
2012-10-12 14:06:55 -07:00
Alena Prokharchyk
8f2d9a09e5
CLOUDSTACK-332: intermediate checkin fixing count parameter in listCommands
...
Fixes the count in commands:
listVolumes
listVirtualMachines
listSnapshots
listRouters
listFirewallRules
listPortForwardingRules
listLoadBalancerRules
listIpForwardingRules
listAccounts
listUsers
listDomains
listDomainChildren
listPublicIpAddresses
listAlerts
listAsyncJobs
listRemoteAccessVpns
listVpnUsers
listTags
listPrivateGateways
listNetworkACLs
listStaticRoutes
Conflicts:
api/src/com/cloud/api/commands/ListVMsCmd.java
api/src/com/cloud/api/commands/ListVolumesCmd.java
api/src/com/cloud/network/lb/LoadBalancingRulesService.java
server/src/com/cloud/network/firewall/FirewallManagerImpl.java
server/src/com/cloud/network/lb/LoadBalancingRulesManagerImpl.java
server/src/com/cloud/network/rules/RulesManagerImpl.java
server/src/com/cloud/network/vpc/NetworkACLManagerImpl.java
server/src/com/cloud/network/vpc/VpcManagerImpl.java
server/src/com/cloud/network/vpn/RemoteAccessVpnManagerImpl.java
server/src/com/cloud/tags/TaggedResourceManagerImpl.java
2012-10-12 13:58:59 -07:00
Chip Childers
6e60a07566
CLOUDSTACK-326: Corrected marvin license file to be full ASLv2 license text
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-12 16:41:17 -04:00
Chip Childers
6151a29949
CLOUDSTACK-326: Combining Marvin Sandbox README with README.tools.md
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-12 16:11:17 -04:00
Chip Childers
a82761dfe3
Removed KEYS file copy operation from the source build script.
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-12 15:38:52 -04:00
Chip Childers
c45c1b0542
Removing KEYS file, since this is apparently not supposed to be in source control.
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-12 15:34:54 -04:00
Chip Childers
b48d0d7d08
CLOUDSTACK-326: Removing extra license and README files
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-12 14:29:51 -04:00
Chip Childers
8c31af0e1c
Source build modified to produce *.tar.bz2 instead of *.tar.gz
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-12 14:06:53 -04:00