Re: [Openstack] Partition Guide for single server install?

2012-11-26 Thread Ronivon Costa
Hi Lance, I had some experiences with a single server deployment, and the bottom line is, use LVM for your partitions. Glance will take lots os space, so I would recommend creating separate LVM for its images. Also, you can create one LVM for the instances. Size depends on how many images you will

[Openstack] curl http://169.254.169.254/openstack not responding

2012-11-26 Thread Skible OpenStack
Hello, I am trying to connect to the Metadata server using a simple Get request: curl http://169.254.169.254/openstack But there is not response, any idea why is that ? Regards ___ Mailing list: https://launchpad.net/~openstack Post to : open

Re: [Openstack] curl http://169.254.169.254/openstack not responding

2012-11-26 Thread Razique Mahroua
Hey there, check if the iptables rules has been set (the one which redirects the hit to that ip to the nova-api server)$ iptables -L -nv -t natRegards,Razique Nuage & Co - Razique Mahroua razique.mahr...@gmail.com Le 26 nov. 2012 à 10:12, Skible OpenStack a écrit :Hell

Re: [Openstack] curl http://169.254.169.254/openstack not responding

2012-11-26 Thread Skible OpenStack
Hi there, It seems that i dont have this : 0 0 DNAT tcp -- * * 0.0.0.0/0 169.254.169.254 tcp dpt:80 to:10.100.8.223:8775 so i will need to add it manually ! Well, I am running Folsom with quantum. Controller node is running

Re: [Openstack] Running ipv6 floating ip's?

2012-11-26 Thread Gary Kotton
On 11/25/2012 07:24 PM, Lance Haig wrote: Hi, I want to build an OpenStack all in one server with devstack or by hand I don't mind. I want to host some VM's with persistant storage and some without. I also can only get ipv6 /64 address range for my server so need to know if OpenStack suppor

Re: [Openstack] Partition Guide for single server install?

2012-11-26 Thread Lance Haig
Thanks Roni, Lance On 26/11/2012 10:38, Ronivon Costa wrote: Hi Lance, I had some experiences with a single server deployment, and the bottom line is, use LVM for your partitions. Glance will take lots os space, so I would recommend creating separate LVM for its images. Also, you can create o

Re: [Openstack] Running ipv6 floating ip's?

2012-11-26 Thread Lance Haig
Thanks Gary Lance On 26/11/2012 12:05, Gary Kotton wrote: On 11/25/2012 07:24 PM, Lance Haig wrote: Hi, I want to build an OpenStack all in one server with devstack or by hand I don't mind. I want to host some VM's with persistant storage and some without. I also can only get ipv6 /64 ad

Re: [Openstack] Running ipv6 floating ip's?

2012-11-26 Thread Lance Haig
Would it be better to have these questions on the operators list? I know they wanted to close this list down. Lance On 26/11/2012 13:12, Lance Haig wrote: Thanks Gary Lance On 26/11/2012 12:05, Gary Kotton wrote: On 11/25/2012 07:24 PM, Lance Haig wrote: Hi, I want to build an OpenStack

Re: [Openstack] Vietnam OpenStack Community

2012-11-26 Thread Frans Thamura
Welcome Hang Tran Greet from Indonesia Frans openatack indonesia On Nov 26, 2012 2:44 PM, "Matt Joyce" wrote: > Congrats! And welcome to the global community! > > -Matt > > On Sun, Nov 25, 2012 at 11:28 PM, Hang Tran wrote: > >> To whom it may concern >> >> As introduced, we would like to

Re: [Openstack] The Image binding the netwrok to the eth1 in default

2012-11-26 Thread Razique Mahroua
Hei Lei, I suggest udev' persistent rules are implied here(/etc/udev/rules.d/70-persistent-net.rule)can you compare the mac address of the IF against the file. Try to remove it and see if eth0 gets addressRegards,Razique Nuage & Co - Razique Mahroua razique.mahr...@gmail.com Le 26 nov. 2012 à 12:4

Re: [Openstack] The Image binding the netwrok to the eth1 in default

2012-11-26 Thread Lei Zhang
Hi Razique, Yes, you are right. After I comment all the rules in the file /etc/udev/rules.d/70-persistent-net.rule and reboot the vm again, the vm works as my expected. thanks again On Mon, Nov 26, 2012 at 7:58 PM, Razique Mahroua wrote: > Hei Lei, > I suggest udev' persistent rules are implie

[Openstack] dnsmasq: failed to bind listening socket for fe80::f816:3eff:fed1:e10f: Cannot assign requested address

2012-11-26 Thread 唐宏伟
    Hi all,       I have setup an "all-in-one" openstack folsom on my server from source code. I use quantum as the network manager. When I start the quantum-dhcp-agent, the dnsmasq starts failed, and output the error message "dnsmasq: failed to bind listening socket for fe80::f816:

[Openstack] LVM over LVM is acceptable?

2012-11-26 Thread Lei Zhang
Hi all, I have a scenario for using cinder with tgtd over the lvm. I creat a lvm named vol-0 and attach it to the machine com-0. After a period of time, the vol-0 is full and I want to extend it. At now, I have two solutions. 1. Because the vol-0 is manage by the LVM on the hoster. So I c

Re: [Openstack] Vietnam OpenStack Community

2012-11-26 Thread Hien Phan
Nice job, Hang Tran ! :) On Mon, Nov 26, 2012 at 2:28 PM, Hang Tran wrote: > To whom it may concern > > As introduced, we would like to register to join this General Mailing List > and OpenStack community. At the moment, we are excitingly organizing our > first Vietnam OpenStack meetup on 29

Re: [Openstack] Q: PHP in Cloud

2012-11-26 Thread Diane Mueller
Frans (and everyone else on the thread), Stackato from ActiveState supports PHP _and_ includes a persistent file system as a service - a service that does not come with other cloud foundry based PaaSes. You can test your applications on our Public Stackato OpenStack Sandbox running on HPCloud

Re: [Openstack] Ceph + Nova

2012-11-26 Thread Dave Spano
My way of mitigating that risk is via an active/passive cloud controller cluster with stonith for the time being. Although, you bring up an interesting point regarding puppet. I have not used it it yet, but due to the complexity that cloud computing brings, I've found that it's going to be a necess

[Openstack] Resize, Nova-network and Permissions

2012-11-26 Thread Stef Telford
Hey Everyone, So, recently I submitted a change to tempest here ; https://review.openstack.org/#/c/15884/ . I understand that the resize tests should be 'admin or user', but I have found that the resize tests blow up as user. It appears that a user lacks the permissions nova-network requires to

[Openstack] Resize, Nova-network and Permissions

2012-11-26 Thread Stef T
Hey Everyone, So, recently I submitted a change to tempest here ; https://review.openstack.org/#/c/15884/ . I understand that the resize tests should be 'admin or user', but I have found that the resize tests blow up as user. It appears that a user lacks the permissions nova-network requires to

Re: [Openstack] The Image binding the netwrok to the eth1 in default

2012-11-26 Thread Razique Mahroua
Great :) Razique Mahroua - Nuage & Corazique.mahr...@gmail.com Le 26 nov. 2012 à 13:07, Lei Zhang a écrit :Hi Razique, Yes, you are right. After I comment all the rules in the file /etc/udev/rules.d/70-persistent-net.rule and reboot the vm again, the vm works as my expe

[Openstack] Is SHOULD_CREATE_BRIDGE flag still used?

2012-11-26 Thread Marco CONSONNI
Hello, I was looking in OpenStack code (nova-network daemon) and I found flag SHOULD_CREATE_BRIDGE that seems to be unused. Actually it is assigned to network_dict['should_create_bridge'] but it seems to me that this flag is never used. Are they still used in the real code? MCo.

[Openstack] [keystone] mysql question related to OpenStack

2012-11-26 Thread Ahmed Al-Mehdi
Hello, I have a mysql specific question related to my OpenStack installation. I apologize in advance if this is not the right forum for such a question. As user root, I created the keystone db as follows: root@novato:~/ahmed# mysql -u root -pmysqlpass Welcome to the MySQL monitor. Commands en

Re: [Openstack] [keystone] mysql question related to OpenStack

2012-11-26 Thread Mathieu Fortin
mysql> flush privileges; On lun, 2012-11-26 at 11:15 -0600, Ahmed Al-Mehdi wrote: > Hello, > > > I have a mysql specific question related to my OpenStack > installation. I apologize in advance if this is not the right forum > for such a question. > > > As user root, I created the keystone db

Re: [Openstack] [keystone] mysql question related to OpenStack

2012-11-26 Thread Ahmed Al-Mehdi
Sorry, that did not work. :( ŠŠ.. mysql> flush privileges; Query OK, 0 rows affected (0.00 sec) mysql> quit Bye root@novato:~/ahmed/images# mysql -h "localhost" -u "keystoneUser" -p"keystonePass" "keystone" -ss -e "SELECT id FROM service WHERE type='"compute"';" ERROR 1045 (28000): Access denied

Re: [Openstack] [Quantum} using network id for booting a vm

2012-11-26 Thread Vishvananda Ishaya
On Nov 25, 2012, at 8:51 PM, Vinay Bannai wrote: > I see that when booting a vm using nova cli command, the "--nic net-id" > option takes a network id. > What is the rationale behind that? Why is not a subnet-id? This command has to support old nova-network as well, and there is no concept

Re: [Openstack] Resize, Nova-network and Permissions

2012-11-26 Thread Vishvananda Ishaya
I believe this is a known issue in folsom: https://bugs.launchpad.net/nova/+bug/1071600 fix for stable/folsom is under review here: https://review.openstack.org/#/c/16724/ Is there another issue that you are seeing? Vish On Nov 26, 2012, at 7:57 AM, Stef Telford wrote: > Hey Everyone, >

Re: [Openstack] LVM over LVM is acceptable?

2012-11-26 Thread Dean Troyer
On Mon, Nov 26, 2012 at 6:51 AM, Lei Zhang wrote: > I creat a lvm named vol-0 and attach it to the machine com-0. After a period > of time, the vol-0 is full and I want to extend it. At now, I have two > solutions. Nested LVM gets tricky so I want to be sure I am clear on your setup: * Your host

Re: [Openstack] LVM over LVM is acceptable?

2012-11-26 Thread Matt Joyce
On Mon, Nov 26, 2012 at 12:52 PM, Dean Troyer wrote: > On Mon, Nov 26, 2012 at 6:51 AM, Lei Zhang > wrote: > > I creat a lvm named vol-0 and attach it to the machine com-0. After a > period > > of time, the vol-0 is full and I want to extend it. At now, I have two > > solutions. > > Nested LVM g

Re: [Openstack] [keystone] mysql question related to OpenStack

2012-11-26 Thread Alan Pevec
> As user root, I created the keystone db as follows: > > root@novato:~/ahmed# mysql -u root -pmysqlpass > Welcome to the MySQL monitor. Commands end with ; or \g. > ... > mysql> CREATE DATABASE keystone; > Query OK, 1 row affected (0.00 sec) CREATE USER missing here? > mysql> GRANT ALL ON k

Re: [Openstack] [keystone] mysql question related to OpenStack

2012-11-26 Thread Ahmed Al-Mehdi
On 11/26/12 2:00 PM, "Alan Pevec" wrote: >> As user root, I created the keystone db as follows: >> >> root@novato:~/ahmed# mysql -u root -pmysqlpass >> Welcome to the MySQL monitor. Commands end with ; or \g. >> ... >> mysql> CREATE DATABASE keystone; >> Query OK, 1 row affected (0.00 sec)

Re: [Openstack] Resize, Nova-network and Permissions

2012-11-26 Thread Stef Telford
Sounds like that's the bug .. thanks. Regards S. On Mon, Nov 26, 2012 at 2:12 PM, Vishvananda Ishaya wrote: > I believe this is a known issue in folsom: > > https://bugs.launchpad.net/nova/+bug/1071600 > > fix for stable/folsom is under review here: > > https://review.openstack.org/#/c/16724/ >

Re: [Openstack] folsom quantum network issue

2012-11-26 Thread Paras pradhan
http://paste.openstack.org/show/26786/ On Mon, Nov 26, 2012 at 5:15 PM, Paras pradhan wrote: > Hi, > > Yes dhcp-agent and l3-agents are working. > > root@folsomtst2:/etc/init.d# service quantum-dhcp-agent status > quantum-dhcp-agent start/running, process 1471 > > root@folsomtst2:/etc/init.d# ser

Re: [Openstack] folsom quantum network issue

2012-11-26 Thread Paras pradhan
Hi, Yes dhcp-agent and l3-agents are working. root@folsomtst2:/etc/init.d# service quantum-dhcp-agent status quantum-dhcp-agent start/running, process 1471 root@folsomtst2:/etc/init.d# service quantum-l3-agent status quantum-l3-agent start/running, process 1476 - root@folsomtst2:/etc/init.d# p

Re: [Openstack] [keystone] mysql question related to OpenStack

2012-11-26 Thread Alan Pevec
2012/11/26 Ahmed Al-Mehdi : > mysql> select * from mysql.user; > | localhost | | > | N | N | N | > | % | keystoneUser | *BB845D9C1AA6F1797AA68A8AB73F7C98BBD6A84A > | N | N | N | http://dev.mysql.com/doc/refma

Re: [Openstack] [keystone] mysql question related to OpenStack - RESOLVED

2012-11-26 Thread Ahmed Al-Mehdi
Hi Alan, Thank you for the info. I was able to figure it out by doing some googling. ( http://stackoverflow.com/questions/10299148/mysql-error-1045-28000-access-d enied-for-user-billlocalhost-using-passw ). You suggestion is one option. Other options are: 1) Delete anonymous user (quoted from

[Openstack] adding/removing security groups at instance runtime

2012-11-26 Thread Christian Parpart
Hey all, I was googling around trying to find a way to add a new security group to a running instance. I however just found the fact that this is said to work with trunk but not how exactly nor what components I should update to trunk to make it actually happen. I am having a multi-node OpenStack

Re: [Openstack] Scaling PaaS in OpenStack

2012-11-26 Thread William DeCoste
Hi all, Apologies for coming in so late to this conversation. Thought I'd mention the current capability that Red Hat's OpenShift PaaS provides for application auto-scaling. A user can choose to create a scaled application which will: 1) Create a primary gear (https://openshift.redhat.com/c

Re: [Openstack] LVM over LVM is acceptable?

2012-11-26 Thread Lei Zhang
Understood. Another question. If the vm treat the vol-0 as a normal block device, is it necessary to partition? If not, the fdisk will show Disk /dev/vdb doesn't contain a valid partition table. If yes, how can I extend the volume on the vm? It seems that treat the volume as a normal block device

[Openstack] Dashboard User Guide?

2012-11-26 Thread Sina Sadeghi
Hi list, Is there a current user guide for the dashboard in existence or will I be writing my own tonight? All I could find was a screencast on vimeo with someone from Rackspace demoing a rather old version

[Openstack] Dashboard boot from volume question

2012-11-26 Thread Sina Sadeghi
Hi again list, I am wondering why the dashboard UI around booting from volume is setup the way it is? Currently the user is presented with an "Instance source:" pulldown menu w

[Openstack] About VMWare ESXi Support

2012-11-26 Thread jj . tyro
Hi all! Why not OpenStack support ESXi perfact? Some operation, like attach volumn/Live Migration/security groups, not support. What is the reason? Thanks. jj.tyro___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] Dashboard User Guide?

2012-11-26 Thread Anne Gentle
Hi Sina, The doc we have is found at http://docs.openstack.org/folsom/openstack-compute/admin/content/about-the-dashboard.html#Launching_Instances_using_Dashboard. The source is in http://github.com/openstack/openstack-manuals/ if you'd like to pull it out into a true "user guide" -- a doc that has

Re: [Openstack] LVM over LVM is acceptable?

2012-11-26 Thread Dean Troyer
On Mon, Nov 26, 2012 at 8:04 PM, Lei Zhang wrote: > Another question. If the vm treat the vol-0 as a normal block device, is it > necessary to partition? If not, the fdisk will show Disk /dev/vdb doesn't > contain a valid partition table. If yes, how can I extend the volume on the > vm? It seems t

[Openstack] Question: how to make floating ip pools?

2012-11-26 Thread 이창만
Hello, I am doing below guide. https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/VLAN/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst At Ch.11 Your First VM, I've encountered a error. My question is: 1) What is the $put_id_floating_ip and $put_id_vm_port? e.g.) $ quantum flo

[Openstack] How to create or change password when instances started or rebuilded?

2012-11-26 Thread livemoon
I saw there is option "enable_instance_password" in nova.conf in openstack offical doc. But there are no more infomation and how to create password when instances created. I want to know does kvm(libvirt) support this. And how to use it? Another question, I use "nova root-password" in kvm. but i

[Openstack] dnsmasq: failed to bind listening socket for fe80::f816:3eff:fed1:e10f: Cannot assign requested address

2012-11-26 Thread 唐宏伟
    Hi all,       I have setup an "all-in-one" openstack folsom on my server from source code. I use quantum as the network manager. When I start the quantum-dhcp-agent, the dnsmasq starts failed, and output the error message "dnsmasq: failed to bind listening socket for fe80::f816:

Re: [Openstack] Question: how to make floating ip pools?

2012-11-26 Thread Choe, Cheng-Dae
Hi... -- Choe, Cheng-Dae http://blog.woosum.net twitter: kiddtm 2012. 11. 27., 오후 2:59, 이창만 작성: > > Hello, > > I am doing below guide. > https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/VLAN/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst > > At Ch.11 Your First VM, I've

Re: [Openstack] Question: how to make floating ip pools?

2012-11-26 Thread Ahmed Al-Mehdi
Can you please retry issuing the command "quantum floatingip-associate …" with the additional option "--tenant-id 7230c184c85141b59f6a0df0843ea0d2". -Ahmed. On 11/26/12 9:59 PM, "이창만" wrote: > >Hello, > >I am doing below guide. >https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/bl