~ubuntu-branches/ubuntu/maverick/eucalyptus/maverick

« back to all changes in this revision

Viewing changes to .pc/08-ubuntu-default-networking.patch/tools/eucalyptus.conf

  • Committer: Bazaar Package Importer
  • Author(s): Dave Walker (Daviey)
  • Date: 2010-07-21 17:27:10 UTC
  • mfrom: (1.1.38 upstream)
  • Revision ID: james.westby@ubuntu.com-20100721172710-7xv07dmdqgivc3t9
Tags: 2.0~bzr1211-0ubuntu1
* New major upstream version merge, 2.0 (r1211).
* debian/patches/:
  - 01-wsdl-stubs.patch, debian/wsdl.md5sums: wsdl stubs updated.
  - 02-Makefile.patch: Updated to reflect new code layout.
  - 07-local_support_euca_conf-in.patch: Updated to reflect new code layout.
  - 08-ubuntu-default-networking.patch: Refreshed.
  - 09-small-128-192MB.patch: Updated to point to new location.
  - 10-disable-iscsi.patch: Refreshed.
  - 11-state-cleanup-memleakfix.patch: Removed, fixed upstream.
  - 15-fix-default-ramdisk.patch: Updated to point to new location.
  - 16-kvm_libvirt_xml_default_use_kvm.patch: Updated to reflect changes.
  - 17-fix_walrus_OOM_errors.patch: Removed, fixed upstream.
  - 18-priv_security.patch: Updated to reflect upstream changes.
  - 20-brute-force-webui.patch: Updated to reflect upstream changes. 
  - 21-eucalyptus-1.7-with-gwt-1.6.4.patch: New patch, allows 
    eucalyptus-1.7 to be built against gwt 1.6.4. Based on patch courtesy 
    of Dmitrii Zagorodnov, upstream. (LP: #597330)
* debian/eucalyptus-java-common.links: 
  - Changed symlink for groovy, point to groovy.all.jar, making compatiable 
    with groovy versions >1.7. (LP: #595421)
  - Added ant.jar & jetty-rewrite-handler.jar as they are now required.
* debian/control
  - & debian/build-jars: Added libjavassist-java and libjetty-extra-java as 
    build dependencies.
  - Added libjetty-extra-java as a dependency of eucalyptus-java-common
* The binary resulting jar's have been renamed from eucalyptus-*-1.6.2.jar
  to eucalyptus-*-main.jar:    
  - debian/eucalyptus-cc.upstart
  - debian/eucalyptus-cloud.install
  - debian/eucalyptus-common.eucalyptus.upstart
  - debian/eucalyptus-java-common.install
  - debian/eucalyptus-network.upstart
  - debian/eucalyptus-sc.install
  - debian/eucalyptus-walrus.install
* debian/eucalyptus-java-common.install: New upstream jars that have been
  installed:
  - eucalyptus-db-hsqldb-ext-main.jar
  - eucalyptus-component-main.jar
* debian/control:
  - Updated Standards Version to 3.8.4 (no change)
  - Updated the upstream Homepage to: http://open.eucalyptus.com/
  - Changed Vcs-Bzr to reflect new location of Ubuntu hosted development branch.
  - Made the Build Dependency of groovy and the binary eucalyptus-java-common
    package depend on version >=1.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
# between clusters in multi-cluster mode.  
24
24
# DISABLE_TUNNELING="N"
25
25
 
 
26
# This variable controls whether or not layer 2 tunnels are set up
 
27
# between clusters in multi-cluster mode.  If you are running two CCs
 
28
# on the same broadcast network (ethernet), tunneling should be
 
29
# disabled.  
 
30
# DISABLE_TUNNELING="N"
 
31
 
26
32
# This variable controls whether ws-security is enabled between
27
33
# eucalyptus components.  The default settings provide secure
28
34
# connections between the Cloud, Cluster, and Node Controllers and we
32
38
# for more details).
33
39
ENABLE_WS_SECURITY="Y"
34
40
 
 
41
# This variable is used to pass extra options to eucalyptus-cloud
 
42
# (such as heap size or JVM flags).
 
43
CLOUD_OPTS=""
 
44
 
35
45
# This variable controls the level of logging output that appears in
36
46
# various eucalyptus log files.  The options are, in descending order
37
47
# of verbosity, 'DEBUG, INFO, WARN, ERROR, and
85
95
# and 'xen'.
86
96
HYPERVISOR="not_configured"
87
97
 
88
 
# The maximum amount of memory Eucalyptus is allowed to use on the node:
89
 
# if you leave this commented out, Eucalyptus will use all available
90
 
# memory, otherwise it will use at most this value for ALL running instances.
 
98
# The maximum amount of memory, in Megabytes, that Eucalyptus is allowed to
 
99
# allocate to instances on the node: if you leave this commented out or set
 
100
# to 0, Eucalyptus may use all available memory for instances.
91
101
# MAX_MEM=2048
92
102
 
93
 
# The maximum number of CPU/cores Eucalyptus is allowed to use on the
94
 
# node (at the moment we don't differentiate between cores and CPU). If
95
 
# you leave this commented out, Eucalyptus will use all available
96
 
# CPU/cores it can find. 
 
103
# The maximum number of CPUs or cores Eucalyptus is allowed to allocate to
 
104
# instances on the node (at the moment we don't differentiate between cores
 
105
# and CPUs). If you leave this commented out, Eucalyptus will use all
 
106
# available CPUs or cores it can find.  If this value exceeds the number of
 
107
# physical cores or CPUs, multiple instances may be sharing a core or CPU.
97
108
# MAX_CORES="2"
98
109
 
 
110
# The maximum amount of disk, in Gigabytes, that Eucalyptus is allowed to
 
111
# allocate to instances on the node (this does not include the disk used
 
112
# for the cache, which can be limited using NC_CACHE_SIZE).  If this is
 
113
# commented out or set to 0, Eucalyptus may use all available disk space on
 
114
# the partition containing the INSTANCES directory.
 
115
# MAX_DISK="100"
 
116
 
99
117
# The size of the swap partition, in MB, for each instance started on the 
100
118
# node (default is 512MB).  If the maximum disk allowed for the instance 
101
119
# is not big enough to accommodate the swap together with the root partition,