[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

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

2012-11-27 Thread 이창만
Choe, Cheng-Dae [mailto:white...@gmail.com] > Sent: Tuesday, November 27, 2012 4:46 PM > To: 이창만 > Cc: openstack@lists.launchpad.net > Subject: Re: [Openstack] Question: how to make floating ip pools? > > Hi... > -- > Choe, Cheng-Dae > http://blog.woosum.net > twitte

[Openstack] How to pin vm instance to specific node?

2012-11-28 Thread 이창만
Hello, list. Could anyone tell me about my question? (1) I want to lunch vm instance on specific compute node. (2) I hope that Image or volume of each vm instance is located on own compute node. I don't want to make network bottleneck. I will forgive High Availability for I/O performance. R

Re: [Openstack] How to pin vm instance to specific node?

2012-12-09 Thread 이창만
be included yet into folsom. Could anyone help me about 'how to use local storage in cinder for vm instance or anything else'? > -Original Message- > From: Choe, Cheng-Dae [mailto:white...@gmail.com] > Sent: Thursday, November 29, 2012 11:15 AM > To: 이창만 > Cc: ope

[Openstack] Difference between df and fdisk when using root disk.

2012-12-12 Thread 이창만
Hi, list. I observed very strange things. Disk usage and partition size is different. I made a instance using cirros.img and it has 2GB RAM, 1VCPU, 20GB Disk. But I could just use 9.2M in 20GB. Could anyone explain this? How can I use whole 20GB Root disk? $ mount /dev/vda1 on / type ext3 $ fdi

[Openstack] Can't access external network when starting cloud-init

2012-12-17 Thread 이창만
Hello, list. I've used precise-server-cloudimg-amd64-disk1.img. And I've launched instance with keypair. Ping is good but ssh can't access. As below log, I think due to cloud-init is failed. What's the problem? $ quantum floatingip-create --port-id 413fd335-fb30-47fd-bd5e-6e3646924d52 ext_net

Re: [Openstack] Can't access external network when starting cloud-init

2012-12-19 Thread 이창만
Pv6 TYPE=131 CODE=0 > -Original Message- > From: openstack-bounces+cm224.lee=samsung@lists.launchpad.net > [mailto:openstack-bounces+cm224.lee=samsung@lists.launchpad.net] On > Behalf Of 이창만 > Sent: Tuesday, December 18, 2012 4:43 PM > To: openstack@lists.lau

Re: [Openstack] Can't access external network when starting cloud-init

2012-12-19 Thread 이창만
gards. > -Original Message- > From: openstack-bounces+cm224.lee=samsung@lists.launchpad.net > [mailto:openstack-bounces+cm224.lee=samsung@lists.launchpad.net] On > Behalf Of 이창만 > Sent: Thursday, December 20, 2012 8:26 AM > To: openstack@lists.launchpad.net > Subject: Re

[Openstack] How to create vm instance to specific compute node?

2012-12-21 Thread 이창만
Hello. Could anyone tell me how to create vm instance to specific compute node? I've tried blow command, but I couldn't place vm instance to wanted compute node. $ nova boot --image precise --flavor m1.cdh --key-name ubuntu --availability-zone nova-compute:compute2 mytest_vm (There are two co