Sheng Yang
435e4f6868
CS-16400: Fix LB service using port 8080
...
Also added license header for passwd_server_ip
Ported from:
commit 1072ec7ae3
Author: Sheng Yang <sheng.yang@citrix.com>
Date: Wed Sep 12 11:15:33 2012 -0700
CS-16318: Update the fix with some tweak
1. The old fix run cloud-passwd-srvr twice because cloud-passwd-srvr is
still in the list of enabled_svcs
2. The lock should be applied on serve_password.sh, which controlled the
accessing to the password. Applied on the MASTER/BACKUP switch is useless, two
instance of serve_password.sh would still able to access the password file at
the same time.
3. Password service is a part of redundant router state transition process
now, so if the service failed to start, then the transition failed.
4. Restart password service should be put before restart dnsmasq, which
would sent out DHCP offer to the user vms. If user VMs got the DHCP offer first
but failed to get password, there would be an issue.
Reviewed-by: Anthony Xu
commit fa94da1140
Author: Jayapal Reddy <jayapalreddy.uradi@citrix.com>
Date: Wed Sep 12 17:57:03 2012 +0530
Bug:CS-16318 Starting password server on the both IPs in RRVM
Reviewed-by: Abhi
Conflicts:
patches/systemvm/debian/config/opt/cloud/bin/passwd_server
2012-09-26 16:28:33 -07:00
Marcus Sorensen
f0e928461a
KVM: Storage Pool collisions on ISOs due to using random UUID on pool
...
create
The code is unable to detect an existing pool, because we use a random
UUID each time. New Libvirt doesn't allow multiple pools to be defined
to the same storage. This patch generates a UUID based on the storage
path, so that it can be detected as existing and reused. It also cleans
up no-op code and adjusts the naming of a few things to clean up any
confusion.
Signed-off-by: Edison Su <sudison@gmail.com>
2012-09-26 16:19:06 -07:00
Jessica Wang
45360b7a57
cloudstack UI - advanced search - introduce new property "advSearchFields" to lsitViewData.
2012-09-26 15:17:00 -07:00
Chiradeep Vittal
d1bc54fc84
Avoid m2e complaining about unsupported plugins (according to http://s.apache.org/lZ0 )
2012-09-26 14:54:22 -07:00
Wido den Hollander
374aa41125
debian: Fix version number for beta1
...
dpkg thought it was a downgrade from rc2 to beta1, add a epoch at the front
2012-09-26 23:29:47 +02:00
Wido den Hollander
e9f5c011bf
debian: Don't have cloud-agent depend on libservlet2.5-java
2012-09-26 23:29:47 +02:00
Wido den Hollander
03dadddebe
debian: Add docs to packages
2012-09-26 23:29:47 +02:00
Wido den Hollander
8f122a5452
debian: Fix dependencies around libcommons*java
...
Packages like cloud-agent were depending on various libcommons* packages
which are only used in the server and utils.
Correct the dependency for this
2012-09-26 23:29:47 +02:00
Wido den Hollander
95ad56e2da
debian: Do not have cloud-agent depend on libcommons-httpclient
...
Already done by cloud-agent-libs
2012-09-26 23:29:47 +02:00
Wido den Hollander
768e81cd04
debian: Do not have cloud-agent depend on python
...
It depends on cloud-python and that depends on python already
2012-09-26 23:29:47 +02:00
Wido den Hollander
6ee35d0d37
debian: Bump the version number to beta1
2012-09-26 23:29:47 +02:00
Wido den Hollander
6839f7020c
rpm: Have cloud-server depend on cloud-scripts
2012-09-26 23:29:47 +02:00
Marcus Sorensen
38a885776c
fix /root/.ssh directory creation for KVM
...
Since /root is r-x permissions, Java fails to mkdir /root/.ssh (even
though the agent is running as root) because it looks for the writable
permission. This patch modifies the 'chmod 700 /root/.ssh' shell command
that we already use into 'mkdir -m 700 /root/.ssh', to be able to create
the directory as root even though write permissions are not set on
/root. This seemed cleaner/safer than adding writable to /root.
Signed-off-by: Edison Su <sudison@gmail.com>
2012-09-26 14:03:12 -07:00
Edison Su
a95a9dc07c
find local storage based on name label
2012-09-26 11:50:23 -07:00
Jessica Wang
d09b46751c
cloudstack UI - advanced search - extend listView widget to pass data on Advanced Search Dialog to data provider.
2012-09-26 11:04:39 -07:00
Wido den Hollander
ef48250bd9
debian: Have cloud-server depend on cloud-scripts
2012-09-26 19:46:50 +02:00
Prasanna Santhanam
0cb54e2486
Exit code needs to be captured post nc output. Don't exec as cmd
2012-09-26 20:20:47 +05:30
Rohit Yadav
fa63c30576
RPM: Add copyright files to rpms
...
Adds rule to package toplevel LICENSE and NOTICE files to the doc path.
Signed-off-by: Rohit Yadav <rohit.yadav@citrix.com>
2012-09-26 15:55:42 +05:30
Rohit Yadav
f2e0fa230d
CLOUDSTACK-199: Fix how cloud-setup-databases parses user:password@host
...
Patch splits by right most @ in supplied argument to get user:password
and host substrings.
Signed-off-by: Rohit Yadav <rohit.yadav@citrix.com>
2012-09-26 15:40:21 +05:30
Kishan Kavala
6540ff8fa1
bug CLOUDSTACK-198: VPN user add, on failure remove user currently being added only, other users will remain in Add state
2012-09-26 13:54:49 +05:30
Mice Xia
2da5b448a1
CLOUDSTACK-204 Setting global config 'consoleproxy.service.offering' causes mgmt failed to start (add exception handling)
2012-09-26 14:51:17 +08:00
David Nalley
b896bdb7ec
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack
2012-09-26 02:14:07 -04:00
David Nalley
b34760b47a
adding a missing license header
2012-09-26 02:13:22 -04:00
David Nalley
82f106646f
updating docs on how to handle l10n
2012-09-26 02:09:13 -04:00
Mice Xia
7e75140537
CLOUDSTACK-204 Setting global config 'consoleproxy.service.offering' causes mgmt failed to start
2012-09-26 14:05:37 +08:00
David Nalley
bfc79f56f6
adding support for transifex client, cleaning up for documentation
2012-09-26 01:48:07 -04:00
David Nalley
d9757eb45e
updating version number in api documentation
2012-09-25 20:21:00 -04:00
Jessica Wang
645527dbf7
cloudstack UI - advanced search - use cloudStack.dialog.createForm()
2012-09-25 16:31:05 -07:00
Chiradeep Vittal
32feb9525c
CLOUDSTACK-171 cleanroom version of ipsec.conf
2012-09-25 15:58:33 -07:00
Chiradeep Vittal
969f0651ae
CLOUDSTACK-171 according to http://markmail.org/thread/hipzcgtc7qx2o7iz delete first
2012-09-25 15:57:06 -07:00
Hugo Trippaers
bfc8da1082
Update Nicira Api to support L3 functionality
2012-09-25 15:51:48 -07:00
Edison Su
7f914ace65
fix can't find system vm template on latest ubuntu 12.04, for devcloud
2012-09-25 15:49:16 -07:00
Matty Courtney
062e94a317
CLOUDSTACK-196: cloud-set-guest-password enhancement to support Debian
...
(and derivatives)
Signed-off-by: Edison Su <sudison@gmail.com>
2012-09-25 15:42:28 -07:00
Edison Su
c9a0cca604
remove the last vhd-util
2012-09-25 14:17:18 -07:00
Hiroaki Kawai
5dbeb3e423
Set correct version for database version check
...
Signed-off-by: Edison Su <sudison@gmail.com>
2012-09-25 13:29:06 -07:00
Chip Childers
bba772672a
Switched copyright symbols to (c) for easier reading in places where the character encoding is garbled.
2012-09-25 16:28:19 -04:00
Chip Childers
ded77e7a86
Corrected license of the usage package.
2012-09-25 16:09:30 -04:00
Chip Childers
8435e72295
Corrected RAT mvn plugin to appropriate exclude things at the top level, and to also include subprojects.
2012-09-25 15:01:08 -04:00
Chip Childers
719ccab0ef
Worked around a Whisker bug for the LICENSE file.
2012-09-25 14:48:39 -04:00
Chip Childers
e2730c91d9
Adding license headers and licensing details for patches folder.
2012-09-25 14:26:52 -04:00
Chip Childers
f20bee3ca4
Adding patches module config for RAT.
2012-09-25 14:26:52 -04:00
Alena Prokharchyk
51041e4f77
Fixed security problem in listAccounts call (regular user could see other accounts' info when domainId was passed in to listAccounts call)
2012-09-25 10:44:22 -07:00
Wido den Hollander
5c4cf11860
docs: Update the documentation for the database installtion.
...
This adds more documentation about installing the MySQL database locally
or on an external node.
It also adds Ubuntu documentation.
2012-09-25 16:56:49 +02:00
Wido den Hollander
9f2bd07aad
docs: Add note for DEB packages
...
We only build for Ubuntu 12.04
2012-09-25 13:59:32 +02:00
Rohit Yadav
0fdc89b3f0
CLOUDSTACK-81: Fix typo in function name for script in fedora
...
Patch fixes typo in function name, in start() for the script used for fedora
Signed-off-by: Rohit Yadav <rohit.yadav@citrix.com>
2012-09-25 13:46:14 +02:00
Rohit Yadav
2d832c6cde
CLOUDSTACK-189: Fix post install and post uninstall rules
...
Link over folder, instead of files.
Patch fixes install failure, in case user does not remove old
installation.
Signed-off-by: Rohit Yadav <rohit.yadav@citrix.com>
2012-09-25 11:51:53 +02:00
Rohit Yadav
eb26f7a3e4
CLOUDSTACK-81: Use non-lsb function
...
Patch fixes typo in function name, in start() for centos/rhel scripts
Signed-off-by: Rohit Yadav <rohit.yadav@citrix.com>
2012-09-25 12:40:22 +05:30
Prasanna Santhanam
2e393d2fe9
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack
2012-09-25 12:15:25 +05:30
Edison Su
8f2afb9305
add guest set password script into repository
2012-09-24 19:01:21 -07:00
Sheng Yang
a82ee7715e
CLOUDSTACK-191: Update checking for updateCustomerGateway
...
Reviewed-by: Anthony Xu
Conflicts:
server/src/com/cloud/network/vpn/Site2SiteVpnManagerImpl.java
2012-09-24 17:47:09 -07:00