David Nalley
f2138b4ceb
reducing line length to 80
2012-10-08 23:43:38 -04:00
David Nalley
fc30858fb4
reducing line length to 80
2012-10-08 23:41:41 -04:00
David Nalley
9a27836eea
fixing some formatting
2012-10-08 23:36:33 -04:00
David Nalley
6d8ffa856d
fixing admin guide build
2012-10-08 22:00:59 -04:00
Chip Childers
c5db929e62
Added CHANGES file to RAT ignore list
2012-10-08 20:04:02 -04:00
Chip Childers
23ba32f549
Added KVM support for Ubuntu 12.04 and RHEL 6.3 to CHANGES
2012-10-08 19:48:57 -04:00
Chip Childers
76b8f9d280
Edited CHANGES file to correct AWSAPI reference
2012-10-08 16:06:54 -04:00
Chip Childers
d44194f785
Edit to CHANGES
2012-10-08 14:53:08 -04:00
Chip Childers
d7b4629428
Adding a CHANGES file
2012-10-08 14:50:06 -04:00
Hugo Trippaers
4e1a2e4ab3
[CLOUDSTACK-283] Add Nicira NVP calls to the api docs
2012-10-08 23:07:43 +05:30
Rohit Yadav
5f1ef3b434
CLOUDSTACK-257: Add jasypt and axiom
...
Define rule for ant to copy jasypt and axiom to deploy-rpm target.
2012-10-08 23:06:57 +05:30
Rohit Yadav
c5e5f7300a
CLOUDSTACK-257: Copy jars to awsapi/WEB-INF/lib
...
Uncomment rule in build/build-aws-api.xml to copy libs to:
/usr/share/cloud/bridge/webapps/awsapi/WEB-INF/lib
2012-10-08 23:06:34 +05:30
Rohit Yadav
3652d43cc7
Revert: "Restore the lib directory"
...
This reverts commit 3b78d6980af4720bd71784471c1b1b8b3dd2f34d.
Conflicts:
cloud.spec
2012-10-08 23:06:16 +05:30
Rohit Yadav
a52f4462bf
CLOUDSTACK-221: Force symlink if any existing symlink
...
Force symlink, in case there is an existing symlink but the file it
links to does not exist.
2012-10-08 23:06:00 +05:30
Alex Huang
46fd79388c
Restore the lib directory
2012-10-08 23:05:47 +05:30
Rohit Yadav
029b9dde86
CLOUDSTACK-221: Add user/group before installing aws-api
...
Since cloud-client requires aws-api package, and is installed
before aws-api, the patch sets up user/group first.
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-10-08 23:05:32 +05:30
Alex Huang
e63a3b6fa2
More changes
2012-10-08 23:05:21 +05:30
Sebastien Goasguen
5a0f600924
New devcloud.cfg to be used with marvin deployDataCenter.py to configure devcloud infra
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-10-08 10:14:42 -04:00
Alex Huang
13d771e57e
it's 1.9.0 not 1.9....duh
2012-10-08 01:52:02 -07:00
Alex Huang
135f5dcfe9
Fixed more problems with aws
...
Conflicts:
setup/bindir/cloud-setup-encryption.in
2012-10-08 00:59:47 -07:00
Alex Huang
0ec3422122
Changed the jar file to 1.9
2012-10-08 00:07:19 -07:00
Alex Huang
0827fb7029
Checked in the license
2012-10-08 00:07:10 -07:00
frank
a6dcd7af49
CloudStack CLOUDSTACK-257
...
AWS Api is not correctly deployed
fix cloud-setup-databases for awsapi
2012-10-08 00:06:04 -07:00
root
ab26fe7d1e
fix build
2012-10-08 00:05:47 -07:00
frank
f03a901e46
CloudStack CLOUDSTACK-257
...
AWS Api is not correctly deployed
resolved fixed
2012-10-08 00:05:11 -07:00
Mice Xia
a5bca0999a
CLOUDSTACK-118 Status of host resorce stuck in ErrorInMaintenance
2012-10-08 14:05:05 +08:00
John Kinsella
a964d7859e
Ensuring system user has password set.
2012-10-07 12:51:52 -07:00
Wido den Hollander
831ca087f8
debian: Remove symlinking of /usr/lib/cloud/agent -> common
...
This breaks with upgrading and the paths in the code have been fixed to look
for the correct files in the common directory.
No need for these symlinks
2012-10-07 10:18:50 +02:00
Marcus Sorensen
2459a5a7a9
usage: Fix init scripts for RHEL based distros to use --pidfile instead of -p
2012-10-07 10:11:30 +02:00
Wido den Hollander
a97d2d4f38
debian: Fix package version for 4.0
2012-10-07 10:01:04 +02:00
Alex Huang
9d94e6b1d3
Changed the hardcoded vmware path to point to cloud/common
2012-10-06 23:43:44 -07:00
frank
7282f4355a
port fix for CS-16214
2012-10-05 19:41:51 -07:00
Edison Su
62153bba86
CLOUDSTACK-273: backport fixes from 3.0.x branch: 70d41f103b9c59b502a4f0cdd7a92533905fa365
2012-10-05 19:21:38 -07:00
Marcus Sorensen
653889dc4d
KVM: removes check for 'snapshot' text in qemu-img --help output
...
Signed-off-by: Edison Su <sudison@gmail.com>
2012-10-05 17:58:12 -07:00
Alena Prokharchyk
436960d2aa
Fixed unittest
2012-10-05 15:38:20 -07:00
Jessica Wang
7af3f6ef94
cloudstack 3.0 UI - instance page - listView - not pass details=min to API call since nic and securitygroup info is needed here.
2012-10-05 15:21:47 -07:00
Jessica Tomechak
d3536d4f29
Docs. Fix typo in xref link destination.
2012-10-05 15:15:12 -07:00
Alena Prokharchyk
fa81f27254
CLOUDSTACK-271: when check for vnet conflicts against existing physical networks, skip the networks with null vnet ranges
2012-10-05 15:10:31 -07:00
Alena Prokharchyk
be2017849a
CLOUDSTACK-84: fixed NPE that used to happen on API layer when list resource of the project was called when project was going through removal process.
2012-10-05 15:10:31 -07:00
Hugo Trippaers
f6ab8b4344
[CLOUDSTACK-268] Add quotes to input
2012-10-06 00:00:59 +02:00
David Nalley
f3a9a835d3
Removing symlinks for CloudStack-248 and CloudStack-209
...
The problem that is described in both of those bugs is the deletion of files
installed by cloud-scripts.
What is happening is that instead of fixing the paths to scripts in places
where they are called, we tried to create a symlink in a %post section in
the RPM so that there was a symlink to the new directory for the scripts.
That does work (in new installs) but the problem that arises is that when
RPM is setting up the transation it doesn't know about the symlink (it's
in a %post, the symlinked directory is unowned from RPMs perspective, or
rather it is only owned by the cloud-agent-scripts package, which will
be removed.
So what happens is that cloud-agent-scripts puts things in /foo - we
come along to upgrade to 4.0 and that means we use cloud-scripts -
which puts things in /bar - so we install things into /bar (/foo still
exists at this point) then in a %post (and for the record, RPM doesn't
know what happens in a %pre, %post, %preun, or %postun - they are outside
the transation) we delete /foo and then create a symlink from /foo to /bar.
Then we get to the transaction part where we are ready to remove
cloud-agent-scripts - so it's time to delete /foo - except /foo is now a
symlink to /bar and thus we wipe out the contents of /foo and /bar in one
fell swoop.
To quote Bill Notting from Red Hat who pointed this out:
15:43 < notting> rpm decides what to do with all the files (update, remove,
or write new file) before the transaction. if the directory layout changes
*during* the transaction, weird shit happens.
2012-10-05 16:26:52 -04:00
Chip Childers
ed2f1cf561
Fixed debian/changelog format error
2012-10-05 16:11:01 -04:00
Chip Childers
bdf53b3889
Switching debian/changelog version to 4.0.0
2012-10-05 15:48:54 -04:00
Edison Su
f78d9783f1
CLOUDSTACK-248: install cloud-scripts twice during upgrade
2012-10-05 12:02:10 -07:00
Rohit Yadav
c6d92f7f90
CLOUDSTACK-248: Fix rpm build for cloud-scripts
...
Make rpm correctly handle new installs, upgrades and uninstalls.
Signed-off-by: Rohit Yadav <rohit.yadav@citrix.com>
2012-10-05 12:01:35 -07:00
Rohit Yadav
5cd7fb8408
CLOUDSTACK-121: Fixed "Incorrect username/domainId login causes NullPointerException "
2012-10-05 11:42:04 -07:00
Jessica Wang
e7e486204e
cloudstack UI - dialog widget - introduce new property isDatepicker.
2012-10-05 11:38:47 -07:00
frank
595ab41de6
port to master
...
commit 318d2aedbd0db42d53395a91ca2945db212732d7
Author: frank <frank.zhang@citrix.com>
Date: Thu Jun 28 16:10:20 2012 -0700
CS-15376
Need to change rpm spec to deploy awsapi in its own webapps folder
2012-10-05 10:44:49 -07:00
Wido den Hollander
6a79f2f0c8
debian: Bump the version to 4.0 beta 6
2012-10-05 11:46:01 +02:00
Jessica Tomechak
6840b10247
Docs. Add xrefs to Installation Steps Overview. Minor fixes to headings.
2012-10-04 22:37:31 -07:00