Diego: Thank you for tell me this information.
I download the ISO file and burn to CD disk, also use the CD disk success install into my PC, I can login to the system use "root/stackops" as username/password. I read the docs on http://docs.stackops.org/display/documentation/Install+and+Configure+the+Distro When I try to Configure to "Single Node", I find the topological diagram show the single node direct connect to the Internet ? But the PC in the LAN, connect to Internet by gateway server and have only internal IP address: 192.168.2.228, and the pc just have on NIC -- Minimum Configuration says one NIC is also can meet the requirement ? First time configure, I register a username and use this username configure the single node, but when this time attempt fail, I can not use this username again to configure ? So, I use "anonymous installation" mode ----------------------------------------------------------- hardware Name Speed Cores Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz 1998 1 Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz 1998 1 Virtualization true RAM Size 4119052288 Device Size Used Mount Point /dev/sda 500107862016 -1 /dev/sda1 480380428288 25514176512 / /dev/sda2 1024 -1 /dev/sda5 12064915456 -1 Interface Type Name eth0 RTL8111/8168B PCI Express Gigabit Ethernet controller dummy0 Ethernet interface ----------------------------------------------------------- software Operating System (uname) Linux/nova-controller/2.6.32-28-server/#55-Ubuntu SMP Mon Jan 10 23:57:16 UTC 2011/x86_64/0.2-b89-d20110420 Hostname nova-controller DNS 1 8.8.8.8 DNS 2 8.8.4.4 Name Address Netmask Gateway DHCP Client eth0 192.168.2.228 255.255.255.0 192.168.2.1 false ----------------------------------------------------------- Network Topology (controller,compute,network,volume) management + storage + public eth0=192.168.2.228 ----------------------------------------------------------- Global Services Change to Basic database username root password nova host 192.168.2.228 port 3306 schema nova ec2 hostname 192.168.2.228 dmz 192.168.2.228 rabbitmq hostname 192.168.2.228 s3 hostname 192.168.2.228 dmz 192.168.2.228 authentication driver nova.auth.dbdriver.DbDriver use_project_ca selected generic nodaemon selected verbose Yes No -- yes lock_path /tmp logs dir /var/log/nova network type nova.network.manager.FlatDHCPManager fixed_range 10.0.0.0/12 network_size 64 floating_range how to fill this ???? I use 192.168.2.64/28 is correct? state path /var/lib/nova monitoring collectd_listener 192.168.2.228 ----------------------------------------------------------- network Change to Advanced dhcpbridge process /var/lib/nova/bin/nova-dhcpbridge file /etc/nova/nova-network.conf interfaces routing_source_ip 192.168.2.228 flat_interface dummy0 public_interface eth0 flat_injected Yes No -- is No ----------------------------------------------------------- volume Change to Advanced iscsi lvm_device /dev/sda use_local_volumes Yes No -- is yes ----------------------------------------------------------- compute Change to Advanced libvirt type kvm interfaces flat_interface dummy0 iscsi ip_prefix 192.168.2.228 num_targets 100 storage-hostname nova-controller ----------------------------------------------------------- But I get this error info : ERROR: Unexpected error while running command. Command: vgremove -ff nova-volumes; pvcreate -ffy /dev/sda Exit code: 5 Stdout: '' Stderr: ' Volume group "nova-volumes" not found\n Device /dev/sda not found (or ignored by filtering).\n' How can I do for next ? Thanks Alex On Sat, May 7, 2011 at 4:28 PM, Diego Parrilla <[email protected]> wrote: > tianyi, > > sorry for this rather impersonal email. We (Stackops) have a free > Openstack Nova Distro you can install in VirtualBox. Check our .org > site: > > http://www.stackops.org > > and follow the instructions. You will have a running Nova installation > in your Virtualbox instance in a Breeze. > > Regards > Diego > -- > Diego Parrilla > CEO > www.stackops.com | [email protected] | +34 649 94 43 29 | > skype:diegoparrilla > > ******************** ADVERTENCIA LEGAL ******************** > Le informamos, como destinatario de este mensaje, que el correo > electrónico y las comunicaciones por medio de Internet no permiten > asegurar ni garantizar la confidencialidad de los mensajes > transmitidos, así como tampoco su integridad o su correcta recepción, > por lo que STACKOPS TECHNOLOGIES S.L. no asume responsabilidad alguna > por tales circunstancias. Si no consintiese en la utilización del > correo electrónico o de las comunicaciones vía Internet le rogamos nos > lo comunique y ponga en nuestro conocimiento de manera inmediata. Este > mensaje va dirigido, de manera exclusiva, a su destinatario y contiene > información confidencial y sujeta al secreto profesional, cuya > divulgación no está permitida por la ley. En caso de haber recibido > este mensaje por error, le rogamos que, de forma inmediata, nos lo > comunique mediante correo electrónico remitido a nuestra atención y > proceda a su eliminación, así como a la de cualquier documento adjunto > al mismo. Asimismo, le comunicamos que la distribución, copia o > utilización de este mensaje, o de cualquier documento adjunto al > mismo, cualquiera que fuera su finalidad, están prohibidas por la ley. > > ***************** PRIVILEGED AND CONFIDENTIAL **************** > We hereby inform you, as addressee of this message, that e-mail and > Internet do not guarantee the confidentiality, nor the completeness or > proper reception of the messages sent and, thus, STACKOPS TECHNOLOGIES > S.L. does not assume any liability for those circumstances. Should you > not agree to the use of e-mail or to communications via Internet, you > are kindly requested to notify us immediately. This message is > intended exclusively for the person to whom it is addressed and > contains privileged and confidential information protected from > disclosure by law. If you are not the addressee indicated in this > message, you should immediately delete it and any attachments and > notify the sender by reply e-mail. In such case, you are hereby > notified that any dissemination, distribution, copying or use of this > message or any attachments, for any purpose, is strictly prohibited by > law. > > > > > > On Sat, May 7, 2011 at 4:17 AM, tianyi wang <[email protected]> wrote: >> Hi, >> >> I want to install openstack in single PC for Initial test serious, and >> want to know how to use this cloud suite. >> >> The PC hardware is Intel CPU with VT support, 4G RAM, 500G hard disk, >> and can use the whole hard disk space for this test. I want to >> confirmation this hardware condition is can meet the openstack >> hardware requirements? >> >> I plan first install host os (ubuntu 10.10 server AMD64) on the >> PC,and then install virtualbox on the host os, and according to this >> blog article:” Running OpenStack under VirtualBox – A Complete Guide >> (Part 1)” –the URL as below, Install guest os (ubuntu 10.10 server >> AMD64) in virtualbox, and install openstack in this guest os—use the >> “OSinstall.sh”. >> >> If the nova is success installed, next “to load a UEC image” and “To >> launch an instance”. >> >> This steps is right? And any suggestions? >> >> Thanks >> >> Alex >> >> 2011.5.7 >> >> >> URL: >> http://uksysadmin.wordpress.com/2011/02/17/running-openstack-under-virtualbox-a-complete-guide/ >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~openstack >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~openstack >> More help : https://help.launchpad.net/ListHelp >> > _______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

