Wido den Hollander
4da02c0971
deb: Have the agent depend on the System ISO
...
This is needed for deploying System VMs on a KVM hypervisor
Without this ISO we can't deploy this System VMs
2012-11-05 10:28:13 +01: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
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
ef48250bd9
debian: Have cloud-server depend on cloud-scripts
2012-09-26 19:46:50 +02:00
Wido den Hollander
465e0466c3
debian: Remove Google GSON from cloud-agent-deps and depend on cloud-deps
...
Both the Agent and Server require Google GSON. This is not available from
the Ubuntu repositories, so we have to package it ourselfs.
Due to the fact that people might choose to run the Hypervisor on the same
host as the management server we can't have cloud-agent-deps conflict with cloud-deps
cloud-agent-deps now depends on cloud-deps so the hypervisor has Google GSON 1.7.1
This results in a number of extra JAR files to be installed on the hypervisor.
2012-09-14 15:03:17 +02:00
Wido den Hollander
7eaf537d95
Rename cloud-agent-scripts to cloud-scripts
...
The management server also depends on a couple of these scripts, so renaming
to cloud-scripts makes more sence then installing cloud-agent-scripts.
In the future we might want to split this up in two packages.
2012-09-13 16:29:01 +02:00
Wido den Hollander
e426ba25ed
debian: Remove vmops-* package references
...
In CS 3.X the name vmops wasn't used for packages, so it's safe to remove this now.
2012-09-13 16:29:01 +02:00
Wido den Hollander
ababd0cbdc
debian: Depend on either maven3 or maven with version 3 or higher.
2012-09-13 09:38:27 +02:00
Edison Su
17b2af2a90
on ubuntu, in order to build debs, need to add add-apt-repository ppa:natecarlson/maven3, then install maven3
2012-09-12 15:27:51 -07:00
Wido den Hollander
93126414bc
debian: Get backport-util-concurrent from the Debian repositories
2012-09-11 14:03:38 +02:00
Wido den Hollander
e7ff6ecd77
debian: Depend on jsch from the repository
...
This way we don't need to distribute the JAR in cloud-deps
2012-09-11 13:31:50 +02:00
Wido den Hollander
a84ec1218d
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 13:24:26 +02:00
Wido den Hollander
a6a74c7d9c
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-10 16:42:07 +02:00
Wido den Hollander
6f03c327f5
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-10 16:42:07 +02:00
Wido den Hollander
e77937d1cf
debian: Fix homepage and maintainer
...
We might want to change the maintainer to the dev list?
2012-09-07 16:20:17 +02:00
Wido den Hollander
664927948a
debian: Fix dependencies
...
We depend on more packages and not ship these JAR files ourselfs
2012-09-07 16:18:46 +02: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
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
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
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
1df520c8e4
debian: Remove the Console Proxy
...
Signed-off-by: Wido den Hollander <wido@widodh.nl>
2012-06-04 23:41:40 -04: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
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
92a053fa07
fix debian build
2011-09-12 11:39:40 -07:00
frank
ba9640b5d4
change debian build in line with opensource
2011-09-12 11:39:26 -07:00
frank
a949d2706d
Add cloud-agent-deps as dependency of cloud-deps in debian build
2011-07-01 15:36:13 -07:00
frank
cb9fb47617
change cloud-system-iso dependency to cloud-client in debian buil
2011-07-01 14:39:20 -07:00
frank
84ef8861fd
Add cloud-system-iso as dependency of cloud-agent-scripts in debian build
2011-07-01 14:36:51 -07:00
Edison Su
5b6eb1cd33
add wget dependence
2011-06-14 23:38:18 -04:00
Edison Su
db7a01766c
reduce cloudzone package size, hopefully down to < 5M
2011-06-14 14:35:38 -04:00
Edison Su
5b19a5e731
reduce agent package size
2011-06-13 18:14:51 -04:00
Edison Su
9528b4de4f
remove cgroup on ubuntu, as sometimes it hang reboot
2011-05-26 19:03:09 -04:00
Edison Su
5c4d9c8523
add vlan dependence for cloud-agent deb package
2011-05-10 14:02:33 -04:00
Chiradeep Vittal
303e2a7481
Start of zonesfeature / mycloud/cloudkit
2011-05-03 10:40:17 -07:00
Edison Su
159f52c2ff
bug 9242: add vlan dependence for ubuntu, and set name type to DEV_PLUS_VID_NO_PAD, before creating vlan
...
status 9242: resolved fixed
2011-03-31 19:11:15 -04:00
Frank
cce3bc4d75
add genisoimage to cloud-client dependence in ubuntu
2011-03-24 18:02:43 -07:00
root
57c4c132ef
remove VNET from 2.2
2010-11-11 18:37:12 -08:00
Alex Huang
7249f168d5
more file changes
2010-09-09 13:27:20 -07:00
Manuel Amador (Rudd-O)
d36227986a
require mkisofs for build processes in packaging
2010-08-27 11:14:35 -07:00
Manuel Amador (Rudd-O)
07addfed62
If git build sccs file is present, catenate it to standard output with these brand new commands
2010-08-11 18:14:55 -07:00
Manuel Amador (Rudd-O)
05c020e1f6
Source code committed
2010-08-11 09:13:29 -07:00