Advertisement
Guest User

eucalyptus.conf - jonata

a guest
May 24th, 2010
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. # /etc/eucalyptus/eucalyptus.conf
  2. #
  3. # These are the Ubuntu Enterprise Cloud's default Eucalyptus parameters.
  4.  
  5. # Affects: All
  6. # See: **NOTE** below
  7. EUCALYPTUS="/"
  8. EUCA_USER="eucalyptus"
  9.  
  10. # Affects: CLC, Walrus, SC
  11. DISABLE_DNS="Y"
  12. DISABLE_ISCSI="Y"
  13.  
  14. # Affects: CC, NC
  15. # See: **NOTE** below
  16. ENABLE_WS_SECURITY="Y"
  17. LOGLEVEL="DEBUG"
  18. VNET_PUBINTERFACE="eth0"
  19. VNET_PRIVINTERFACE="br1"
  20. VNET_MODE="MANAGED-NOVLAN"
  21. VNET_CLOUDIP="10.1.2.64"
  22.  
  23. # Affects: CC
  24. # See: **NOTE** below
  25. CC_PORT="8774"
  26. SCHEDPOLICY="ROUNDROBIN"
  27. POWER_IDLETHRESH="300"
  28. POWER_WAKETHRESH="300"
  29. NC_SERVICE="axis2/services/EucalyptusNC"
  30. VNET_DHCPDAEMON="/usr/sbin/dhcpd3"
  31. VNET_DHCPUSER="dhcpd"
  32. NODES=""
  33. VNET_ADDRSPERNET="32"
  34. #VNET_SUBNET=""
  35. #VNET_NETMASK=""
  36. #VNET_DNS=""
  37. #VNET_PUBLICIPS=""
  38.  
  39. # Affects: NC
  40. NC_PORT="8775"
  41. HYPERVISOR="kvm"
  42. MANUAL_INSTANCES_CLEANUP=0
  43. VNET_BRIDGE="br0"
  44. INSTANCE_PATH="/var/lib/eucalyptus/instances/"
  45.  
  46.  
  47. ##########################################################################
  48. #
  49. # Administrative overrides and customizations may go below, in accordance
  50. # with the manpage for eucalyptus.conf(5).
  51. #
  52. # However, to modify Eucalyptus parameters, you are advised to use
  53. # euca_conf(8), which will update eucalyptus.local.conf(5) and ensure
  54. # smooth package upgrades.
  55. #
  56. # **NOTE**: To activate changes of these parameters on a CC, you must:
  57. # sudo restart eucalyptus-cc CLEAN=1
  58. # HOWEVER, if you do this, all currently running virtual
  59. # machines in this cluster will lose network connectivity.
  60. #
  61. ##########################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement