Satoru Nakaya
07c30895bb
fix CLOUDSTACK-8402
...
Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com>
This closes #205
2015-04-29 09:15:28 +05:30
Rajani Karuturi
16806b19a0
reverted 555c432946 for centos6.3 as the rpm installs java 1.6
2015-04-02 14:57:29 +05:30
Pierre-Luc Dion
304116623b
removing previously added java.security.ciphers for add distro
2015-03-19 15:36:45 -04:00
Pierre-Luc Dion
8d4f5b914e
fix build for rpm packages due to missing file java.security.ciphers
2015-03-19 09:28:36 -04:00
Rohit Yadav
d7b4a1d843
packaging: install java.security.ciphers in rpms
...
This fixes rpm build failure
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-03-19 14:49:59 +05:30
Harikrishna Patnala
ac1a2207ef
CS-17504: Weak SSL ciphers supported by the management server
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit 20a63c409d52b2c3dffc8ea58dd25ffb7e55d0e8)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Conflicts:
packaging/centos63/cloud.spec
2015-03-13 15:02:27 +05:30
Star Guo
555c432946
fix yum install require java => 1.7.0 when build management agent and usage rpm package
...
Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com>
This closes #108
2015-03-11 09:35:00 +05:30
ghxandsky
eaf734915f
Fix cloud.spec for building management rpm, need not create agent dir but agetn rpm (kvm host agent)
2015-02-26 23:51:43 +08:00
Rohit Yadav
240e8ef8ac
packaging: fix rpm package warning, fix day/date
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit f702097b3e )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-01-20 07:49:19 +05:30
Rohit Yadav
518853ab43
packaging: updated hardcoded jasypt version to 1.9.2
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit 43f39a1ec3 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-12-04 04:04:30 +05:30
Daan Hoogland
a2acae13e3
Merge branch 'feature/centos7-rpm' of https://github.com/apache/cloudstack
2014-11-27 15:06:23 +01:00
Rohit Yadav
19d73fe67d
CLOUDSTACK-7951: Limit amount of memory used by cloudstack-agent jsvc
...
The -Xms value specifies the minimum heap size the JVM should start with and
-Xmx is the maximum heap size it can grow. The previous fix imposed minimum
limit of 1G which is unreasonably for small deployments. The fix is to start
with 256MB and limit to 2G for cloudstack-agent process. This was tested on
DevCloud/KVM and then again on a ACS/KVM deployment on real hardware.
With these values, it's possible for the agent to work in a DevCloud/KVM
environment and if JVM needs it can increase the heap size to 2G. The fix also
ports these settings to Debian cloud-agent init.d script as well.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit bb81082e58 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-11-25 18:27:21 +05:30
Hugo Trippaers
870ede5a04
Add improved support for packaging CloudStack for CentOS 7
2014-11-24 18:14:26 +01:00
Keiichi Yusa
7884c750a2
CLOUDSTACK-7951
...
Limit amount of memory used by cloudstack-agent jsvc.
Signed-off-by: Edison Su <sudison@gmail.com>
2014-11-20 10:19:57 -08:00
Rohit Yadav
a18d067278
CLOUDSTACK-6892: use lowercase noredist, as package.sh lowercases build type
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-11-13 17:48:11 +05:30
Damodar
131c2f2014
CLOUDSTACK-7851:MS does not start after the VM it is running on is rebooted
2014-11-10 14:31:43 +05:30
Alex Brett
e717450e0e
CLOUDSTACK-7469 Complete simulator build support
...
The initial commit (f96c65416a ) missed part of the change to package.sh, so we were not actually passing through the simulator build option to the rpmbuild call. This patch completes the support.
2014-10-13 10:47:42 -07:00
rayeesn
f96c65416a
updated packge scripts to support simularot rpm build
2014-10-08 10:11:08 -07:00
Nitin Mehta
e2ca6e38d5
Revert "CLOUDSTACK-7671: Management server restart failed after reboot"
...
This reverts commit e8f1c59212 .
2014-10-07 13:30:40 -07:00
Damodar
e8f1c59212
CLOUDSTACK-7671: Management server restart failed after reboot
2014-10-07 15:01:40 +05:30
Vincent Bernat
2401eb927b
CLOUDSTACK-7633: fix "Provides" in most LSB headers
...
In init.d scripts, the LSB header may specify what kind of service is
provided by an init script. If spaces are used, this means the init
script is providing several boot facilities. We fix that by using an
hyphen.
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-09-25 16:56:53 +02:00
rayeesn
d315a5e2c9
CLOUDSTACK-7522 : Update package.sh to exit rpm with return 1, if there are failure in build
2014-09-18 16:01:53 -07:00
Rajani Karuturi
fa1156092e
CLOUDSTACK-6926 setting java_home from installed java
...
changed the order of preference to check for java first.
Usage server rpm installs JRE 1.7. In the case where JDK 1.6 is already
installed, java version would be 1.7 but, javac would be 1.6
If javac is given preference, usage server fails to start in this case.
2014-09-12 15:17:10 +05:30
rayeesn
90287cc60a
CLOUDSTACK-6360: adding mysql-connector to class path and it will be loaded while starting cloudstack-usage
2014-09-10 14:40:56 -07:00
Leo Simons
0ec36e128b
Fix CLOUDSTACK-7476: always pass along $JAVA_HOME
...
On a secured environment (selinux w/ env_reset enabled in sudoers), the
runuser command that is invoked by the daemon() function does not pass
along environment variables, so $JAVA_HOME is empty, and JSVC falls
back to its default behavior, which may not find java or may not find
the intended java.
This fix simply passes $JAVA_HOME explicitly using the -home argument to
JSVC.
Signed-off-by: Rajani Karuturi <rajanikaruturi@gmail.com>
2014-09-05 16:39:34 +05:30
Damodar
51e0488e5c
CLOUDSTACK-7316: Usage Server is not getting started when we install it on management server. This is happening when encryption is enabled. For usage server it is not able to get key file in the classpath.
2014-09-02 15:13:45 +05:30
Damodar
9ab78b7eb2
CLOUDSTACK-7106 : RPM build failing with RHEL7 (Failing while passing -p but not -o) Reviewed By : Santosh
...
Signed-off-by: Santhosh Edukulla <santhosh.edukulla@gmail.com>
2014-08-26 11:50:05 +05:30
Damodar
7ea7deded0
CLOUDSTACK-7106 : RPM build failing with RHEL7 Reviewed By : Rayees
...
Signed-off-by: Santhosh Edukulla <santhosh.edukulla@gmail.com>
2014-08-26 11:04:48 +05:30
Rohit Yadav
28ad34e31e
CLOUDSTACK-7038: Add mysql client dependency for mgmt server, rpms and debs
...
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit 6a26e77514 )
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2014-08-20 12:17:34 +02:00
Frank.Zhang
a0f1012903
CloudStackCLOUDSTACK-7366
...
Baremetal agent is not including in RPM spec file
2014-08-18 11:23:46 -07:00
Hugo Trippaers
539db08956
CLOUDSTACK-6892 Create separate package for the mysql HA component
2014-07-04 14:37:07 +02:00
Rajani Karuturi
c468228fe8
CLOUDSTACK-6926: removed hard coded jdk dirs and setting java home using readlink and dirname
2014-06-25 17:23:42 +05:30
rayeesn
d0c249bc9e
updating cloud-usage.rc file to start cloudstack-usage server with java 1.7
2014-05-27 14:04:38 -07:00
David Bierce
59eed9ef77
CLOUDSTACK-6552 Cloudstack-Management install package creates log
...
directory that is never used
2014-05-06 11:24:47 +02:00
ynojima
4443890c85
CLOUDSTACK-6571 bugfix: 'service cloudstack-agent stop' fails to stop the process started on boot
2014-05-04 20:47:20 -06:00
ynojima
155745e26c
CLOUDSTACK-6351 bugfix: Java1.6 is installed instead of Java7
...
Since epoch spesicifation doesn't work on RHEL6.3,
"java7" is used in the rpm spec.
Conflicts:
packaging/centos63/cloud.spec
2014-05-02 00:21:24 -06:00
Rajesh Battala
4bc9f74b2d
Removed Epoch tag/number from the cloud.spec to fix the rpm installation of Management Server, Agent and awsapi
2014-04-29 17:14:49 +05:30
ynojima
098ad53c23
Bugfix: java6 is installed instead of java7 by yum dependancy resolution.
2014-04-18 22:53:17 -06:00
Marcus Sorensen
a4d3ec476f
CLOUDSTACK-6220: Take 2, Fix cloudstack init scripts so that they
...
don't use fully qualified path as script name. Fix for
commit 9dd57c22b0
2014-03-10 16:11:52 -06:00
Marcus Sorensen
d033ca486b
CLOUDSTACK-6220: Fix cloudstack init scripts so that they
...
don't use fully qualified path as script name. Fix for
commit 9dd57c22b0
2014-03-10 15:34:55 -06:00
John Kinsella
dda47dbd67
package.sh: cleaning up formatting
...
No logic changes made. Tested no syntax errors added.
2014-02-17 10:51:34 -08:00
John Kinsella
9dd57c22b0
CLOUDSTACK-6129: removing hard-coded script names
...
Replacing whatami with $0 which is how UNIX shell scripts should get the
script's name.
BUG-ID: CLOUDSTACK-6129
Bugfix-for:
Reviewed-by:
Reported-by:
Signed-off-by: John Kinsella <jlk@stratosec.co> 1392660036 -0800
2014-02-17 10:00:36 -08:00
John Kinsella
9f72443bb1
CLOUDSTACK-6123: Ensuring no color in grep output
2014-02-15 21:26:40 -08:00
Wido den Hollander
49a29ce0cf
Switch to Java 7
...
We now require at least Java 7 to build and run CloudStack.
Both the DEB and RPM packaging now also require Java 7 during installation
of the packages.
2014-01-27 11:54:43 +01:00
Alex Hitchins
a9c25dcfa3
Added required dependancy to agent setup.
...
(cherry picked from commit 78f62c6347 )
Signed-off-by: David Nalley <david@gnsa.us>
2014-01-22 12:24:52 -05:00
rayeesn
0d24d323c0
Fix for defect CLOUDSTACK-5053, QEMU should be installed in KVM agent hosts
2014-01-10 14:03:17 -08:00
Wei Zhou
eb4c52ebca
Remove cloudmanagementserver.keystore from installation
...
(cherry picked from commit 3855922378 )
2013-11-11 18:11:06 +01:00
Wei Zhou
57ba367f3c
CLOUDSTACK-5042: change cloud.keystore to cloudmanagementserver.keystore and install it (cherry picked from commit de448ec479)
2013-11-08 09:00:29 +01:00
Darren Shepherd
e3280bdba2
Merge remote-tracking branch 'origin/spring-modularization'
...
Conflicts:
client/tomcatconf/applicationContext.xml.in
client/tomcatconf/nonossComponentContext.xml.in
client/tomcatconf/simulatorComponentContext.xml.in
framework/db/src/com/cloud/utils/db/Transaction.java
plugins/hypervisors/simulator/src/com/cloud/agent/manager/MockAgentManagerImpl.java
server/src/com/cloud/api/ApiServer.java
server/src/com/cloud/storage/snapshot/SnapshotManagerImpl.java
2013-10-23 11:14:42 -07:00
Kishan Kavala
294b0c7277
CLOUDSTACK-4921 : Add usage service to chkconfig
2013-10-23 16:05:12 +05:30