Wido den Hollander
32c53b8941
debian: Remove *.conffiles files
...
By default any file in /etc is a conffile according to dh_installdeb compat >= 3
2012-09-11 17:38:22 -07:00
Wido den Hollander
1dcec295eb
debian: Add two JAR files to cloud-deps
...
These are not available through the Ubuntu or Debian repositories
2012-09-11 17:38:19 -07:00
Wido den Hollander
b20df4f29b
debian: Get backport-util-concurrent from the Debian repositories
2012-09-11 17:38:16 -07:00
Wido den Hollander
be003267cb
debian: Depend on jsch from the repository
...
This way we don't need to distribute the JAR in cloud-deps
2012-09-11 17:38:14 -07:00
Wido den Hollander
af59f01737
debian: Install cglib through the package manager
...
cglib 2.2.2 is available in Ubuntu and Debian from the repositories, no need
to ship it in the cloud-deps package.
It's also not used by cloud-agent, but by cloud-utils, so place the dependency there.
2012-09-11 17:38:13 -07:00
Wido den Hollander
383cd8d983
debian: Depend on log4j 1.2.16 and add to CLASSPATH
...
Ubuntu 12.04 and Debian (testing) both ship from their repository, so there is no need
for us to distribute it in our packages.
We depend on it externally for our logging.
2012-09-11 17:37:48 -07:00
Wido den Hollander
ea46ece88d
debian: Make maven a build dependency
...
We require at least Maven 3.0.4 for building the Debian packages.
This is available in Debian Testing and Ubuntu 12.04
2012-09-11 17:37:46 -07:00
Wido den Hollander
843dc6a3d7
debian: Fix homepage and maintainer
...
We might want to change the maintainer to the dev list?
2012-09-11 17:33:14 -07:00
Wido den Hollander
495d115059
debian: Fix dependencies
...
We depend on more packages and not ship these JAR files ourselfs
2012-09-11 17:33:13 -07:00
Edison Su
c8f1d2204a
fix installation issue
2012-09-11 17:33:07 -07:00
Wido den Hollander
2947153819
debian: Fix package building with Maven
...
This involves removing a couple of JAR files from these packages:
* cloud-deps
* cloud-agent-deps
* cloud-client
A couple of libraries no longer have the cloud-* prefix or go renamed otherwise.
We no longer include the following libraries:
* netscaler
* iControl
* manageontap
* jnetpcap
* junit
* jetty
* vmware
* xenserver
These are not required anymore or not allowed license wise.
2012-09-11 17:33:02 -07:00
Wido den Hollander
9064236879
debian: Depend on the MySQL Java connector
...
Ubuntu and Debian provide the JDBC MySQL connector, we depend on this for running the client
2012-08-31 19:57:51 +02:00
Wido den Hollander
50ca603d04
debian: Protect agent and management configuration from being overwritten
...
By adding these files to the *.conffiles file we prevent them from being overwritten by dpkg.
We don't want to overwrite these files, since they can contain very specific information regarding the setup.
2012-08-21 14:57:26 +02:00
Wido den Hollander
a26de19963
debian: Bump version to 4.0 RC1
2012-08-17 11:11:51 +02:00
Chip Childers
714a9fad12
License header updates for debian folder
2012-08-02 10:02:22 -04:00
Wido den Hollander
cc08eee215
plugin: Rename cloud-kvm.jar to cloud-plugin-hypervisor-kvm.jar
...
This way we stay consistent with naming our plugins.
2012-07-31 22:18:56 +02:00
Edison Su
7a0a9231c3
Move KVM related code into plugins/hypervisor/kvm, a new jar file is
...
created: cloud-kvm.jar
2012-07-30 14:55:47 -07:00
Wido den Hollander
8ddb6272fa
debian: Do not include the runners
...
Agent and Usage no longer use these runners as they run with JSVC
2012-07-25 23:09:10 +02:00
Wido den Hollander
61f38ba1b3
debian: Bump the changelog version
...
Although this master branch doesn't contain 3.0.2 since we moved passed that
it didn't feel apprioriate to bump the version to 4.0.0 (yet).
This file should be updated to 4.0.0 at the point where we release 4.0
2012-07-25 14:54:25 +02:00
Wido den Hollander
de285bd9c8
debian: Update a couple of descriptions for the management server
2012-07-25 14:52:29 +02:00
Wido den Hollander
b00f7cc983
debian: Update dependencies
...
No need for these packages to depend on any cloud-agent package.
If they need files from this packages, then we need to move those files.
The client/management server should never depend on agent packages.
2012-07-25 14:50:37 +02:00
Wido den Hollander
672ceed87d
debian: Description update for a couple of packages
2012-07-25 14:48:38 +02:00
Wido den Hollander
0f6150b8b3
debian: Depend on lsb-base package
...
The init script uses LSB, so we need to depend on that
2012-07-25 14:44:53 +02:00
Wido den Hollander
a1d53f288b
libvirt: Replace the libvirt bindings with upstream 0.4.8
...
Although these bindings have to be removed for the first Apache release
we place the upstream JAR here.
The 0.4.5 bindings were homebrew and contained own code which wasn't sent upstream.
These changes were sent upstream and got into 0.4.8.
For now we keep the 0.4.8 bindings in the repo until we have a new build system in place
which handles this.
This is still however a release blocker since we can't distribute these bindings from the Apache servers!
2012-07-24 20:11:18 +02:00
Wido den Hollander
eab3e4783e
Remove cloud-daemonize and use JSVC
...
We now use JSVC for daemonizing our agent and usage server.
2012-07-24 19:32:39 +02:00
David Nalley
2f6cef6402
fixing license statement in debian
2012-07-20 14:09:16 -04:00
Wido den Hollander
44f289e0a6
debian: Do not depend on the cloud-daemonize package
...
We are in the process of removing this from all packages and files
2012-07-19 13:35:27 +02:00
Edison Su
dfb0eed5a4
fix ubuntu 12.04 build
2012-07-16 18:00:05 -07:00
Wido den Hollander
ca8d852409
debian: Remove jnetpcap from the dependency list
2012-06-23 14:31:15 +02:00
Wido den Hollander
b4c63c223f
debian: Remove last files of cloud-console-proxy
...
This file was still left there for the "cloud-console-proxy" package, but it's used anymore.
2012-06-19 12:32:20 +02:00
Wido den Hollander
1df520c8e4
debian: Remove the Console Proxy
...
Signed-off-by: Wido den Hollander <wido@widodh.nl>
2012-06-04 23:41:40 -04:00
Wido den Hollander
003d628992
debian: Do not package the css, js, ui and images directory in the agent package
...
Signed-off-by: Wido den Hollander <wido@widodh.nl>
2012-05-27 19:45:04 -04:00
Alena Prokharchyk
10d9e57115
Added cisco.commands.properties to input param for ant build-apidocs target
2012-05-16 13:20:07 -07:00
frank
fcc9ec2f55
don't install python files in cloud-cli.install as they have been installed in cloud-python.install
2012-04-12 11:11:58 -07:00
frank
b4186eac6c
CS-14411 cloud-cli missing from Ubuntu packages
...
resolved fixed
2012-04-12 11:11:49 -07:00
frank
2f634c0913
Switch to Apache license
2012-04-03 04:50:05 -07:00
frank
3f28c225f5
Bug 13990 - Ubuntu packages install the wrong files
...
contributed by Wido
reviewed-by: David N
status 13990: resolved fixed
2012-02-24 10:35:09 -08:00
frank
a8a36e785f
Bug 13875 - Adding a basic network zone fails during launch with "error: listVirtualRouterElements API doesn't return Virtual Router Element Id"
...
status 13875: resolved fixed
reviewed-by: Sheng.Yang
2012-02-22 15:31:04 -08:00
frank
ab5dab719e
Bug 13875 - Adding a basic network zone fails during launch with "error: listVirtualRouterElements API doesn't return Virtual Router Element Id"
...
status 13875: resolved fixed
reviewed-by: Sheng.Yang
2012-02-22 15:16:26 -08:00
Wido den Hollander
59f7766c04
deb: Include Tomcat configuration files
...
Signed-off-by: Wido den Hollander <wido@widodh.nl>
2011-12-20 14:14:41 -05:00
Wido den Hollander
b4fca4ebb4
deb: Include cloud-jasypt-1.8.jar in cloud-deps
...
Signed-off-by: Wido den Hollander <wido@widodh.nl>
2011-12-20 14:14:36 -05:00
Wido den Hollander
c91143a8c6
deb: Make sure that files are not in two packages, this will conflict during install
...
Signed-off-by: Wido den Hollander <wido@widodh.nl>
2011-12-20 14:14:31 -05:00
Wido den Hollander
7d62a58d6a
deb: Do not install components-premium.xml, it doesn't exist
...
Signed-off-by: Wido den Hollander <wido@widodh.nl>
2011-12-20 14:14:26 -05:00
Wido den Hollander
fcc208a38b
deb: Include the correct JAR for cloud-google-gson in the agent package
...
Signed-off-by: Wido den Hollander <wido@widodh.nl>
2011-12-20 14:14:20 -05:00
Edison Su
6f9bbeb2f2
fix the build
2011-12-05 10:04:53 -08:00
frank
cfc24c49f4
fix dependent jar version for debian build
2011-09-23 17:40:15 -07:00
frank
0126048709
Bug 11472 - 2.2.12 beta ubuntu builds fails on install usage
...
add usage to debian build
reviewed-by: edison
2011-09-20 13:20:49 -07:00
frank
ce7aaac91f
fix debian build
2011-09-12 13:50:33 -07:00
frank
d8208e7204
add dependent jars in debian build
2011-09-12 12:20:04 -07:00
frank
0f2cfd2cce
add ovm to debian build
2011-09-12 12:05:59 -07:00