mirror of https://github.com/apache/cloudstack.git
debian: Remove the Console Proxy
Signed-off-by: Wido den Hollander <wido@widodh.nl>
This commit is contained in:
parent
0131f964ff
commit
1df520c8e4
|
|
@ -1,9 +0,0 @@
|
|||
/usr/share/java/cloud-console*.jar
|
||||
/etc/cloud/console-proxy/agent.properties
|
||||
/etc/cloud/console-proxy/consoleproxy.properties
|
||||
/etc/cloud/console-proxy/log4j-cloud.xml
|
||||
/etc/init.d/cloud-console-proxy
|
||||
/usr/bin/console-proxy-runner
|
||||
/usr/bin/cloud-setup-console-proxy
|
||||
/usr/lib/cloud/console-proxy/*
|
||||
/var/log/cloud/console-proxy
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
case "$1" in
|
||||
configure)
|
||||
|
||||
for i in /var/log/cloud/console-proxy
|
||||
do
|
||||
chmod 0770 $i
|
||||
done
|
||||
|
||||
if [ "$2" = "" ] ; then # no recently configured version, this is a first install
|
||||
/usr/sbin/update-rc.d cloud-console-proxy defaults || true
|
||||
fi
|
||||
|
||||
;;
|
||||
esac
|
||||
|
||||
#DEBHELPER#
|
||||
|
|
@ -135,8 +135,7 @@ Package: cloud-agent-libs
|
|||
Architecture: any
|
||||
Depends: openjdk-6-jre, cloud-utils (= ${source:Version}), cloud-core (= ${source:Version}), cloud-agent-deps (= ${source:Version}), libcommons-httpclient-java, libcommons-collections-java, libcommons-dbcp-java, libcommons-pool-java, libcommons-logging-java
|
||||
Description: CloudStack agent libraries
|
||||
The CloudStack agent libraries are used by the Cloud Agent and the Cloud
|
||||
Console Proxy.
|
||||
The CloudStack agent libraries are used by the Cloud Agent.
|
||||
|
||||
Package: cloud-agent
|
||||
Provides: vmops-agent
|
||||
|
|
@ -156,13 +155,6 @@ Description: CloudStack system iso
|
|||
a CloudStack Cloud Stack-powered cloud. Install this package if this computer
|
||||
will participate in your cloud.
|
||||
|
||||
Package: cloud-console-proxy
|
||||
Architecture: any
|
||||
Depends: openjdk-6-jre, cloud-utils (= ${source:Version}), cloud-core (= ${source:Version}), cloud-deps (= ${source:Version}), cloud-agent-libs (= ${source:Version}), python, cloud-python (= ${source:Version}), libcommons-httpclient-java, libcommons-collections-java, libcommons-dbcp-java, libcommons-pool-java, libcommons-logging-java, cloud-daemonize, sysvinit-utils, chkconfig, augeas-tools, uuid-runtime, grep, iproute
|
||||
Description: CloudStack console proxy
|
||||
The CloudStack console proxy is the service in charge of granting console
|
||||
access into virtual machines managed by the CloudStack CloudStack.
|
||||
|
||||
Package: cloud-usage
|
||||
Provides: vmops-usage
|
||||
Conflicts: vmops-usage
|
||||
|
|
|
|||
Loading…
Reference in New Issue