Commit Graph

14181 Commits

Author SHA1 Message Date
ilya musayev
8f4b9bccfe CLOUDSTACK-2053: Fixed userdata.sh redundancy and cloud-init support 2013-07-19 11:18:23 -04:00
Wei Zhou
a5723992a0 CLOUDSTACK-1325: add password in response of RestoreVM 2013-05-27 21:32:56 +02:00
Wei Zhou
6fa9527353 remove duplicated Vpc routers in return of listByStateAndNetworkType 2013-05-27 21:30:37 +02:00
Wei Zhou
98a9edfaaf remove duplicated ExpungeTask from BareMetalVmManagerImpl 2013-05-27 21:29:43 +02:00
Wei Zhou
cf47a72142 CLOUDSTACK-512: add space before 2013-05-27 21:29:01 +02:00
Joe Brockmeier
48e7eadb85 Removing pesky -SNAPSHOT in poms. Grumble. 2013-04-19 20:48:23 -05:00
Joe Brockmeier
570cb65703 Fixing CHANGES to reflect bugs fixed since last VOTE, removing bugs that were incorrectly reported as fixed in initial VOTE. 2013-04-18 14:59:18 -05:00
Min Chen
f797d45026 Fix incorrect Annotation on deleteUser, addTrafficMonitor and
listTrafficMonitor apis.
2013-04-18 11:34:49 -07:00
Hugo Trippaers
c898b72b33 CLOUDSTACK-2090 Fix upgradepath from 4.0.1 to 4.0.2 2013-04-18 16:16:12 +02:00
Wido den Hollander
8608ba30d2 CLOUDSTACK-1589: Don't depend on chkconfig
Signed-off-by: Joe Brockmeier <jzb@zonker.net>
2013-04-17 10:38:17 -05:00
Sebastien Goasguen
95f87bd96e [TRANSLATION]: Fixing license headers in .po fileswq 2013-04-17 09:48:00 -04:00
Sebastien Goasguen
aa5081e174 [TRANSLATIONS]: Adding translations for qig/runbook 2013-04-16 09:55:43 -04:00
David Nalley
e256966341 readding the qig.* files 2013-04-16 09:30:17 -04:00
Joe Brockmeier
080ddfede6 Updating version to 4.0.2 (removing -SNAPSHOT) 2013-04-15 23:06:14 -05:00
Joe Brockmeier
6d1ecb6be2 Updating build_asf.sh to remove incubating references. 2013-04-15 22:34:43 -05:00
Joe Brockmeier
235599a086 Updating CHANGES file to reflect issues fixed in 4.0.2 2013-04-15 22:13:41 -05:00
Joe Brockmeier
a795dd29ea Updating Release Notes for 4.0.2 2013-04-15 21:59:26 -05:00
Chip Childers
d6c31a5f19 Adding package import for new upgrade DAO
Signed-off-by: Chip Childers <chipchilders@apache.org>
2013-04-15 15:26:05 -04:00
Chip Childers
4db86cf7de Adding Upgrade401to402
Signed-off-by: Chip Childers <chipchilders@apache.org>
2013-04-15 15:23:32 -04:00
Chip Childers
18e8aad0e1 Updating version number from 4.0.1-incubating to 4.0.2 in a number of places
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-04-15 18:56:19 +01:00
Chip Childers
7dcbd81093 Correcting debian/changelog trailer line formatting
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-04-15 18:16:16 +01:00
Chip Childers
6e3dbde05e Setting deb package version to 4.0.2
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-04-15 18:10:19 +01:00
Chip Childers
6f6bfadd78 Removed DISCLAIMER file from deb rules
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-04-15 18:06:34 +01:00
Chip Childers
c6994c3759 CLOUDSTACK-1151: Adding 4.0.2 upgrade step to see if this unblocks testing of the bug in question. 2013-04-15 16:37:24 +01:00
David Nalley
599048c9b2 CLOUDSTACK-1629 - adding a conflict with antlr package 2013-04-14 22:23:54 -04:00
Joe Brockmeier
0f4cf2eea2 Removing DISCLAIMER as we're no longer in the Incubator. 2013-04-13 16:18:56 -05:00
Chiradeep Vittal
0db91eb721 CLOUDSTACK-524: also add proxy information when resuming errored download job
Signed-off-by: Chiradeep Vittal <chiradeep@apache.org>
2013-04-12 10:48:01 -07:00
Kelven Yang
4e538710ad Backport fix to disable old-form of console access URL in commit fb94b72213 2013-04-12 10:44:36 -07:00
Joe Brockmeier
fa98e51046 CLOUDSTACK-986: fixing a typo in original fix. 2013-04-11 22:55:50 -05:00
Joe Brockmeier
4537d7b1e4 CLOUDSTACK-986: tried to fix this section according to comments in this bug. See Jira ticket for more comments. 2013-04-11 22:43:37 -05:00
Marcus Sorensen
f12b328b33 CLOUDSTACK-2003: When accounts and domains are deleted, cleanup can fail,
leaving instances in eternal expunged state. This happens when a domain is
deleted while a deleted account is cleaning up. The cleanup looks for the domain
of the account and we hit a null pointer. Adding null pointer check.

Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1365695448 -0600
2013-04-11 11:09:27 -05:00
Joe Brockmeier
1ff26dfa04 The defaults.cfg for the Publican branding was out of date. Changed to current URLs. 2013-04-09 13:56:02 -05:00
David Grizzanti
b506a3fbe9 CLOUDSTACK-1598: update global-config.xml doc to include new section "About Global Configuration Settings"
Signed-off-by: Joe Brockmeier <jzb@zonker.net>
2013-04-08 19:42:26 -05:00
Marcus Sorensen
3541aa86e3 CLOUDSTACK-1846, CLOUDSTACK-1845 - KVM Storage, sometimes KVMHA will remount
deleted NFS pools, causing failures when defining new storage pools. Sometimes
a storage pool has never been used on a host, and getStoragePool fails when
copying templates or in storage migration. deleteStoragePool(pool) often fails
silently, leaving no pool defined in libvirt, but a mountpoint left behind.
This patch handles some of these exceptions and brings forward any issues via
logging.

Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-04-02 20:46:53 +01:00
Hiroaki KAWAI
c412a7a2df CLOUDSTACK-1642: Add support CentOS 6.4
Fix the test string to match against "CentOS 6.x"
2013-03-26 13:28:21 +09:00
Marcus Sorensen
c0d2c1b958 CLOUDSTACK-1761 - Available local storage disk capacity incorrectly reported in
KVM to manager. This adds collection of available storage to KVM, not
     just used.

Bugfix-for: 4.0.2, 4.1, master
Submitted-by: Ted Smith <darnoth@gmail.com>
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1363966235 -0600
2013-03-22 10:35:08 -05:00
Wei Zhou
5ac59fbecb CLOUDSTACK-962: CloudStack usage server didn't store data to cloud_usage in correct time 2013-03-22 18:14:57 +05:30
Wei Zhou
af0723e9c9 CLOUDSTACK-1668: Fix IP conflict in VPC tier
Currently, allPossibleIps return the Ip lists which include the gateway,
so we need to remove gateway ip from this list.

Now, for non-VPC network it works, because NetUtils.getAllIpsFromCidr
return the Ip lists which do not include the first IP of the network
(like 192.168.0.1).
We need too add the first IP into the returned Ip list, because it can
be used for VM if it is not the gateway IP (for example, VPC networks).

Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-03-20 00:34:17 +00:00
Wei Zhou
5c8f3a4c5f CLOUDSTACK-1666: add procedure VPCNetworkUsage and getVPCNetworkStats to deal with the operation on VPC virtual router.
"create" to add iptables rules for network usage statistics.
"get" to get the network usage statistics from iptables.
2013-03-19 18:44:46 +05:30
Radhika PC
e6fe5dcf09 CLOUDSTACK-1681 2013-03-18 15:05:20 +05:30
Marcus Sorensen
8a50bac8a9 CLOUDSTACK-1648 - KVM - make storage pools non-persistent in libvirt. Persisting
cloud-defined resources on the host has caused various problems. As a backward
compatible fix, if an existing pool with a different name collides with a pool
being created (by path), the pool will be redefined with the name cloudstack
knows about. This is actually what brought up the bug, a persisted storage pool
cloudstack wasn't managing.

Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1363210149 -0600
2013-03-14 15:36:07 -04:00
Wei Zhou
43631f9f44 CLOUDSTACK-1652: /etc/hosts error in virtual router when deploy instance with the name same to previous instances
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2013-03-12 16:37:23 -04:00
youribonnaffe
b17963e638 CLOUDSTACK-1600: Typo in dpkg-buildpackage command
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
2013-03-08 13:28:36 -06:00
Kishan Kavala
58b316c907 CLOUDSTACK-1151: 302 to 40 upgrade. Upgrade system template for Vmware. 2013-03-07 14:06:10 +05:30
Joe Brockmeier
2163c14d88 CLOUDSTACK-397: Fixed guest traffic diagram. 2013-03-07 00:03:41 -06:00
Joe Brockmeier
5f6cffc60b CLOUDSTACK-1110: Adding missing load balancing docs. 2013-03-06 21:06:29 -06:00
Joe Brockmeier
a02844b20b CLOUDSTACK-313: fixing cross-references in accessing-vms.xml 2013-03-03 22:48:21 -06:00
Joe Brockmeier
adfb0b9d53 CLOUDSTACK-313: fixing a cross-reference in zone-add.xml 2013-03-03 22:41:02 -06:00
Joe Brockmeier
ff66a36019 CLOUDSTACK-398: Updated Mac docs for VPN 2013-03-01 14:56:27 -06:00
David Nalley
04d67fd7ef updating svg 2013-03-01 13:34:41 -05:00