byghis

some steps to install nova cactus on ubuntu 10.04

Sep 8th, 2011
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.90 KB | None | 0 0
  1. edward@localhost:~$ sudo apt-get install rabbitmq-server
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. rabbitmq-server is already the newest version.
  6. 0 upgraded, 0 newly installed, 0 to remove and 31 not upgraded.
  7. edward@localhost:~$ sudo apt-get install mysql-server
  8. Reading package lists... Done
  9. Building dependency tree
  10. Reading state information... Done
  11. mysql-server is already the newest version.
  12. 0 upgraded, 0 newly installed, 0 to remove and 31 not upgraded.
  13.  
  14. edward@localhost:~$ mysql -u nova -p nova
  15. Enter password:
  16. Welcome to the MySQL monitor. Commands end with ; or \g.
  17. Your MySQL connection id is 34
  18. Server version: 5.1.54-1ubuntu4 (Ubuntu)
  19.  
  20. Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
  21. This software comes with ABSOLUTELY NO WARRANTY. This is free software,
  22. and you are welcome to modify and redistribute it under the GPL v2 license
  23.  
  24. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
  25.  
  26. mysql> show tables
  27. -> ;
  28. Empty set (0.00 sec)
  29.  
  30. mysql> Bye
  31.  
  32. edward@localhost:~$ sudo apt-get install nova-common
  33. Reading package lists... Done
  34. Building dependency tree
  35. Reading state information... Done
  36. The following extra packages will be installed:
  37. libcurl3-gnutls libgnutls26 libldap-2.4-2 libsasl2-2 libsasl2-modules libtasn1-3 python-ldap python-libxml2 python-nova python-pycurl
  38. Suggested packages:
  39. gnutls-bin libsasl2-modules-otp libsasl2-modules-ldap libsasl2-modules-sql libsasl2-modules-gssapi-mit libsasl2-modules-gssapi-heimdal python-ldap-doc
  40. python-suds libcurl4-gnutls-dev python-pycurl-dbg
  41. The following NEW packages will be installed:
  42. libcurl3-gnutls libgnutls26 libldap-2.4-2 libsasl2-2 libsasl2-modules libtasn1-3 nova-common python-ldap python-libxml2 python-nova python-pycurl
  43. 0 upgraded, 11 newly installed, 0 to remove and 31 not upgraded.
  44. Need to get 2,026 kB of archives.
  45. After this operation, 8,880 kB of additional disk space will be used.
  46. Do you want to continue [Y/n]? y
  47.  
  48. edward@localhost:~$ sudo apt-get install nova-compute
  49. Reading package lists... Done
  50. Building dependency tree
  51. Reading state information... Done
  52. The following extra packages will be installed:
  53. ajaxterm apache2 apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common bridge-utils cpu-checker curl ebtables gawk kpartx kvm libaio1
  54. libapparmor1 libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libasound2 libavahi-client3 libavahi-common-data libavahi-common3 libcap-ng0
  55. libcurl3 libflac8 libice6 libnl1 libogg0 libparted0debian1 libpciaccess0 libpulse0 libpython2.7 libsdl1.2debian libsdl1.2debian-alsa libsm6 libsndfile1
  56. libvirt-bin libvirt0 libvorbis0a libvorbisenc2 libx11-xcb1 libxcb-atom1 libxen3 libxml2-utils libxtst6 msr-tools open-iscsi open-iscsi-utils parted
  57. python-libvirt qemu-common qemu-kvm seabios ssl-cert vgabios x11-common
  58. Suggested packages:
  59. www-browser apache2-doc apache2-suexec apache2-suexec-custom ufw libasound2-plugins libparted0-dev libparted0-i18n pciutils pulseaudio policykit-1
  60. apparmor lvm2 parted-doc kvm-pxe mol-drivers-macosx openbios-sparc ubuntu-vm-builder uml-utilities openssl-blacklist
  61. Recommended packages:
  62. python-psyco
  63. The following NEW packages will be installed:
  64. ajaxterm apache2 apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common bridge-utils cpu-checker curl ebtables gawk kpartx kvm libaio1
  65. libapparmor1 libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libasound2 libavahi-client3 libavahi-common-data libavahi-common3 libcap-ng0
  66. libcurl3 libflac8 libice6 libnl1 libogg0 libparted0debian1 libpciaccess0 libpulse0 libpython2.7 libsdl1.2debian libsdl1.2debian-alsa libsm6 libsndfile1
  67. libvirt-bin libvirt0 libvorbis0a libvorbisenc2 libx11-xcb1 libxcb-atom1 libxen3 libxml2-utils libxtst6 msr-tools nova-compute open-iscsi open-iscsi-utils
  68. parted python-libvirt qemu-common qemu-kvm seabios ssl-cert vgabios x11-common
  69. 0 upgraded, 58 newly installed, 0 to remove and 31 not upgraded.
  70. Need to get 14.1 MB of archives.
  71. After this operation, 48.3 MB of additional disk space will be used.
  72. Do you want to continue [Y/n]? y
  73.  
  74. edward@localhost:~$ sudo apt-get install nova-api
  75. Reading package lists... Done
  76. Building dependency tree
  77. Reading state information... Done
  78. The following NEW packages will be installed:
  79. nova-api
  80. 0 upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
  81.  
  82. edward@localhost:~$ sudo apt-get install nova-network
  83. Reading package lists... Done
  84. Building dependency tree
  85. Reading state information... Done
  86. The following extra packages will be installed:
  87. libreadline5 socat vlan
  88. Suggested packages:
  89. radvd
  90. The following NEW packages will be installed:
  91. libreadline5 nova-network socat vlan
  92. 0 upgraded, 4 newly installed, 0 to remove and 31 not upgraded.
  93.  
  94. edward@localhost:~$ sudo apt-get install nova-objectstore
  95. Reading package lists... Done
  96. Building dependency tree
  97. Reading state information... Done
  98. The following NEW packages will be installed:
  99. nova-objectstore
  100. 0 upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
  101.  
  102. edward@localhost:~$ sudo apt-get install nova-scheduler
  103. Reading package lists... Done
  104. Building dependency tree
  105. Reading state information... Done
  106. The following NEW packages will be installed:
  107. nova-scheduler
  108. 0 upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
  109.  
  110. edward@localhost:~$ sudo apt-get install nova-doc
  111. Reading package lists... Done
  112. Building dependency tree
  113. Reading state information... Done
  114. The following NEW packages will be installed:
  115. nova-doc
  116. 0 upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
  117.  
  118. edward@localhost:~$ sudo apt-get install unzip
  119. Reading package lists... Done
  120. Building dependency tree
  121. Reading state information... Done
  122. Suggested packages:
  123. zip
  124. The following NEW packages will be installed:
  125. unzip
  126. 0 upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
  127.  
  128. edward@localhost:~$ sudo apt-get install nova-volume
  129. Reading package lists... Done
  130. Building dependency tree
  131. Reading state information... Done
  132. The following extra packages will be installed:
  133. fgetty iscsitarget libdevmapper-event1.02.1 lvm2 runit vblade vblade-persist watershed
  134. Suggested packages:
  135. iscsitarget-source iscsitarget-dkms sheepdog socklog-run
  136. Recommended packages:
  137. iscsitarget-module
  138. The following NEW packages will be installed:
  139. fgetty iscsitarget libdevmapper-event1.02.1 lvm2 nova-volume runit vblade vblade-persist watershed
  140. 0 upgraded, 9 newly installed, 0 to remove and 31 not upgraded.
  141. Need to get 688 kB of archives.
  142. After this operation, 2,679 kB of additional disk space will be used.
  143. Do you want to continue [Y/n]? y
  144.  
  145. edward@localhost:~$ sudo apt-get install python-nova
  146. Reading package lists... Done
  147. Building dependency tree
  148. Reading state information... Done
  149. python-nova is already the newest version.
  150. python-nova set to manually installed.
  151. 0 upgraded, 0 newly installed, 0 to remove and 31 not upgraded.
  152.  
  153. edward@localhost:~$ sudo apt-get install nova-instancemonitor
  154. Reading package lists... Done
  155. Building dependency tree
  156. Reading state information... Done
  157. The following extra packages will be installed:
  158. defoma fontconfig fontconfig-config libcairo2 libdatrie1 libdbi0 libfontconfig1 libfontenc1 libpango1.0-0 libpixman-1-0 librrd4 libthai-data libthai0
  159. libxcb-render0 libxcb-shm0 libxfont1 libxft2 libxrender1 python-rrdtool ttf-dejavu ttf-dejavu-core ttf-dejavu-extra x-ttcidfont-conf xfonts-encodings
  160. xfonts-utils
  161. Suggested packages:
  162. defoma-doc psfontmgr libfont-freetype-perl ttf-japanese-gothic ttf-japanese-mincho ttf-thryomanes ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp
  163. ttf-arphic-gkai00mp ttf-arphic-bkai00mp
  164. The following NEW packages will be installed:
  165. defoma fontconfig fontconfig-config libcairo2 libdatrie1 libdbi0 libfontconfig1 libfontenc1 libpango1.0-0 libpixman-1-0 librrd4 libthai-data libthai0
  166. libxcb-render0 libxcb-shm0 libxfont1 libxft2 libxrender1 nova-instancemonitor python-rrdtool ttf-dejavu ttf-dejavu-core ttf-dejavu-extra x-ttcidfont-conf
  167. xfonts-encodings xfonts-utils
  168. 0 upgraded, 26 newly installed, 0 to remove and 31 not upgraded.
  169. Need to get 7,507 kB of archives.
  170. After this operation, 17.8 MB of additional disk space will be used.
  171. Do you want to continue [Y/n]? y
  172.  
  173. edward@localhost:~$ sudo apt-get install glance
  174. Reading package lists... Done
  175. Building dependency tree
  176. Reading state information... Done
  177. The following NEW packages will be installed:
  178. glance
  179. 0 upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
  180.  
  181. edward@localhost:~$ sudo apt-get install nova-ajax-console-proxy
  182. Reading package lists... Done
  183. Building dependency tree
  184. Reading state information... Done
  185. The following NEW packages will be installed:
  186. nova-ajax-console-proxy
  187.  
  188. edward@localhost:~$ sudo apt-get install python-glance
  189. Reading package lists... Done
  190. Building dependency tree
  191. Reading state information... Done
  192. python-glance is already the newest version.
  193. edward@localhost:~$ sudo apt-get install python-django-nova
  194. Reading package lists... Done
  195. Building dependency tree
  196. Reading state information... Done
  197. The following extra packages will be installed:
  198. python-django
  199. Suggested packages:
  200. python-psycopg2 python-psycopg python-flup python-sqlite python-yaml
  201. The following NEW packages will be installed:
  202. python-django python-django-nova
  203. 0 upgraded, 2 newly installed, 0 to remove and 31 not upgraded.
  204. Need to get 4,244 kB of archives.
  205. After this operation, 20.9 MB of additional disk space will be used.
  206. Do you want to continue [Y/n]? y
  207. edward@localhost:~$ sudo apt-get install python-glance-doc
  208. Reading package lists... Done
  209. Building dependency tree
  210. Reading state information... Done
  211. The following NEW packages will be installed:
  212. python-glance-doc
  213. 0 upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
Advertisement
Add Comment
Please, Sign In to add comment