byghis

installing euca2ools on ubuntu natty 11.04 server

Sep 8th, 2011
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. edward@pituba:~$ apt-cache show euca2ools
  2. Package: euca2ools
  3. Priority: optional
  4. Section: utils
  5. Installed-Size: 612
  6. Maintainer: Ubuntu Developers <[email protected]>
  7. Original-Maintainer: chris grzegorczyk <[email protected]>
  8. Architecture: all
  9. Version: 1.3.1-0ubuntu7
  10. Depends: python (>= 2.5), python-central (>= 0.6.11), python-m2crypto (>= 0.19.1), python-boto (>= 1.8d)
  11. Recommends: cloud-utils
  12. Filename: pool/main/e/euca2ools/euca2ools_1.3.1-0ubuntu7_all.deb
  13. Size: 80804
  14. MD5sum: 085e7638020dac0b2bd91c4fcb8faf89
  15. SHA1: 15a83d89985f93507b20e24d54a48bebf93d06d2
  16. SHA256: 0e57c11408c678ee01e8dcec898e818e8c27e5dfad45743851dad8bfd64c8cfc
  17. Description: managing cloud instances for Eucalyptus
  18. EUCALYPTUS is an open source service overlay that implements elastic
  19. computing using existing resources. The goal of EUCALYPTUS is to allow
  20. sites with existing clusters and server infrastructure to co-host an
  21. elastic computing service that is interface-compatible with Amazon's EC2.
  22. .
  23. Elastic Utility Computing Architecture for Linking Your Programs
  24. To Useful Systems - is an open-source software infrastructure for
  25. implementing "cloud computing" on clusters. Eucalyptus Systems is the
  26. pioneer in open source cloud computing technology that delivers hybrid
  27. cloud deployments for enterprise data centers. Leveraging Linux and web
  28. service technologies that commonly exist in today's IT infrastructure,
  29. Eucalyptus enables customers to quickly and easily create elastic clouds
  30. in minutes. This "no lock-in" approach provides users with ultimate
  31. flexibility when delivering their SLAs.
  32. .
  33. Eucalyptus is more than just virtualization. Along with building virtual
  34. machines, the technology supports the network and storage infrastructure
  35. within the cloud environment. Eucalyptus works with multiple flavors
  36. of Linux including Ubuntu, OpenSuse, Debian, and CentOS. Eucalyptus
  37. currently supports Xen and KVM hypervisors. These tools are meant to
  38. be CLI compatible with the ec2-api-tools.
  39. Homepage: http://open.eucalyptus.com/open/
  40. Python-Version: >= 2.5
  41. Bugs: https://bugs.launchpad.net/ubuntu/+filebug
  42. Origin: Ubuntu
  43. Supported: 18m
  44. Task: eucalyptus-cloud, eucalyptus-cluster, eucalyptus-node, eucalyptus-storage, eucalyptus-walrus, uec
  45.  
  46. edward@pituba:~$ sudo apt-get install euca2ools
  47. [sudo] password for edward:
  48. Reading package lists... Done
  49. Building dependency tree
  50. Reading state information... Done
  51. The following extra packages will be installed:
  52. cloud-utils libyaml-0-2 python-yaml
  53. The following NEW packages will be installed:
  54. cloud-utils euca2ools libyaml-0-2 python-yaml
  55. 0 upgraded, 4 newly installed, 0 to remove and 3 not upgraded.
  56. Need to get 363 kB of archives.
  57. After this operation, 1,774 kB of additional disk space will be used.
  58. Do you want to continue [Y/n]? y
Advertisement
Add Comment
Please, Sign In to add comment