Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- edward@localhost:~$ sudo apt-get install rabbitmq-server
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- rabbitmq-server is already the newest version.
- 0 upgraded, 0 newly installed, 0 to remove and 31 not upgraded.
- edward@localhost:~$ sudo apt-get install mysql-server
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- mysql-server is already the newest version.
- 0 upgraded, 0 newly installed, 0 to remove and 31 not upgraded.
- edward@localhost:~$ mysql -u nova -p nova
- Enter password:
- Welcome to the MySQL monitor. Commands end with ; or \g.
- Your MySQL connection id is 34
- Server version: 5.1.54-1ubuntu4 (Ubuntu)
- Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
- This software comes with ABSOLUTELY NO WARRANTY. This is free software,
- and you are welcome to modify and redistribute it under the GPL v2 license
- Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
- mysql> show tables
- -> ;
- Empty set (0.00 sec)
- mysql> Bye
- edward@localhost:~$ sudo apt-get install nova-common
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following extra packages will be installed:
- libcurl3-gnutls libgnutls26 libldap-2.4-2 libsasl2-2 libsasl2-modules libtasn1-3 python-ldap python-libxml2 python-nova python-pycurl
- Suggested packages:
- gnutls-bin libsasl2-modules-otp libsasl2-modules-ldap libsasl2-modules-sql libsasl2-modules-gssapi-mit libsasl2-modules-gssapi-heimdal python-ldap-doc
- python-suds libcurl4-gnutls-dev python-pycurl-dbg
- The following NEW packages will be installed:
- libcurl3-gnutls libgnutls26 libldap-2.4-2 libsasl2-2 libsasl2-modules libtasn1-3 nova-common python-ldap python-libxml2 python-nova python-pycurl
- 0 upgraded, 11 newly installed, 0 to remove and 31 not upgraded.
- Need to get 2,026 kB of archives.
- After this operation, 8,880 kB of additional disk space will be used.
- Do you want to continue [Y/n]? y
- edward@localhost:~$ sudo apt-get install nova-compute
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following extra packages will be installed:
- ajaxterm apache2 apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common bridge-utils cpu-checker curl ebtables gawk kpartx kvm libaio1
- libapparmor1 libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libasound2 libavahi-client3 libavahi-common-data libavahi-common3 libcap-ng0
- libcurl3 libflac8 libice6 libnl1 libogg0 libparted0debian1 libpciaccess0 libpulse0 libpython2.7 libsdl1.2debian libsdl1.2debian-alsa libsm6 libsndfile1
- libvirt-bin libvirt0 libvorbis0a libvorbisenc2 libx11-xcb1 libxcb-atom1 libxen3 libxml2-utils libxtst6 msr-tools open-iscsi open-iscsi-utils parted
- python-libvirt qemu-common qemu-kvm seabios ssl-cert vgabios x11-common
- Suggested packages:
- www-browser apache2-doc apache2-suexec apache2-suexec-custom ufw libasound2-plugins libparted0-dev libparted0-i18n pciutils pulseaudio policykit-1
- apparmor lvm2 parted-doc kvm-pxe mol-drivers-macosx openbios-sparc ubuntu-vm-builder uml-utilities openssl-blacklist
- Recommended packages:
- python-psyco
- The following NEW packages will be installed:
- ajaxterm apache2 apache2-mpm-worker apache2-utils apache2.2-bin apache2.2-common bridge-utils cpu-checker curl ebtables gawk kpartx kvm libaio1
- libapparmor1 libapr1 libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libasound2 libavahi-client3 libavahi-common-data libavahi-common3 libcap-ng0
- libcurl3 libflac8 libice6 libnl1 libogg0 libparted0debian1 libpciaccess0 libpulse0 libpython2.7 libsdl1.2debian libsdl1.2debian-alsa libsm6 libsndfile1
- libvirt-bin libvirt0 libvorbis0a libvorbisenc2 libx11-xcb1 libxcb-atom1 libxen3 libxml2-utils libxtst6 msr-tools nova-compute open-iscsi open-iscsi-utils
- parted python-libvirt qemu-common qemu-kvm seabios ssl-cert vgabios x11-common
- 0 upgraded, 58 newly installed, 0 to remove and 31 not upgraded.
- Need to get 14.1 MB of archives.
- After this operation, 48.3 MB of additional disk space will be used.
- Do you want to continue [Y/n]? y
- edward@localhost:~$ sudo apt-get install nova-api
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following NEW packages will be installed:
- nova-api
- 0 upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
- edward@localhost:~$ sudo apt-get install nova-network
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following extra packages will be installed:
- libreadline5 socat vlan
- Suggested packages:
- radvd
- The following NEW packages will be installed:
- libreadline5 nova-network socat vlan
- 0 upgraded, 4 newly installed, 0 to remove and 31 not upgraded.
- edward@localhost:~$ sudo apt-get install nova-objectstore
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following NEW packages will be installed:
- nova-objectstore
- 0 upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
- edward@localhost:~$ sudo apt-get install nova-scheduler
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following NEW packages will be installed:
- nova-scheduler
- 0 upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
- edward@localhost:~$ sudo apt-get install nova-doc
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following NEW packages will be installed:
- nova-doc
- 0 upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
- edward@localhost:~$ sudo apt-get install unzip
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- Suggested packages:
- zip
- The following NEW packages will be installed:
- unzip
- 0 upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
- edward@localhost:~$ sudo apt-get install nova-volume
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following extra packages will be installed:
- fgetty iscsitarget libdevmapper-event1.02.1 lvm2 runit vblade vblade-persist watershed
- Suggested packages:
- iscsitarget-source iscsitarget-dkms sheepdog socklog-run
- Recommended packages:
- iscsitarget-module
- The following NEW packages will be installed:
- fgetty iscsitarget libdevmapper-event1.02.1 lvm2 nova-volume runit vblade vblade-persist watershed
- 0 upgraded, 9 newly installed, 0 to remove and 31 not upgraded.
- Need to get 688 kB of archives.
- After this operation, 2,679 kB of additional disk space will be used.
- Do you want to continue [Y/n]? y
- edward@localhost:~$ sudo apt-get install python-nova
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- python-nova is already the newest version.
- python-nova set to manually installed.
- 0 upgraded, 0 newly installed, 0 to remove and 31 not upgraded.
- edward@localhost:~$ sudo apt-get install nova-instancemonitor
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following extra packages will be installed:
- defoma fontconfig fontconfig-config libcairo2 libdatrie1 libdbi0 libfontconfig1 libfontenc1 libpango1.0-0 libpixman-1-0 librrd4 libthai-data libthai0
- libxcb-render0 libxcb-shm0 libxfont1 libxft2 libxrender1 python-rrdtool ttf-dejavu ttf-dejavu-core ttf-dejavu-extra x-ttcidfont-conf xfonts-encodings
- xfonts-utils
- Suggested packages:
- defoma-doc psfontmgr libfont-freetype-perl ttf-japanese-gothic ttf-japanese-mincho ttf-thryomanes ttf-baekmuk ttf-arphic-gbsn00lp ttf-arphic-bsmi00lp
- ttf-arphic-gkai00mp ttf-arphic-bkai00mp
- The following NEW packages will be installed:
- defoma fontconfig fontconfig-config libcairo2 libdatrie1 libdbi0 libfontconfig1 libfontenc1 libpango1.0-0 libpixman-1-0 librrd4 libthai-data libthai0
- libxcb-render0 libxcb-shm0 libxfont1 libxft2 libxrender1 nova-instancemonitor python-rrdtool ttf-dejavu ttf-dejavu-core ttf-dejavu-extra x-ttcidfont-conf
- xfonts-encodings xfonts-utils
- 0 upgraded, 26 newly installed, 0 to remove and 31 not upgraded.
- Need to get 7,507 kB of archives.
- After this operation, 17.8 MB of additional disk space will be used.
- Do you want to continue [Y/n]? y
- edward@localhost:~$ sudo apt-get install glance
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following NEW packages will be installed:
- glance
- 0 upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
- edward@localhost:~$ sudo apt-get install nova-ajax-console-proxy
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following NEW packages will be installed:
- nova-ajax-console-proxy
- edward@localhost:~$ sudo apt-get install python-glance
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- python-glance is already the newest version.
- edward@localhost:~$ sudo apt-get install python-django-nova
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following extra packages will be installed:
- python-django
- Suggested packages:
- python-psycopg2 python-psycopg python-flup python-sqlite python-yaml
- The following NEW packages will be installed:
- python-django python-django-nova
- 0 upgraded, 2 newly installed, 0 to remove and 31 not upgraded.
- Need to get 4,244 kB of archives.
- After this operation, 20.9 MB of additional disk space will be used.
- Do you want to continue [Y/n]? y
- edward@localhost:~$ sudo apt-get install python-glance-doc
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- The following NEW packages will be installed:
- python-glance-doc
- 0 upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
Advertisement
Add Comment
Please, Sign In to add comment