Re: [Openstack] OpenStack Folsom Install Guide

2012-10-31 Thread Choe, Cheng-Dae
2012. 11. 1., 오전 1:02, Skible OpenStack 작성: > Hi Cheng-Dae Choe, Hi Skible! > I would love to add your work to my guide for richer user choices ;) if you > may allow me. Sure! > however, i can't see to find a link ! Oh.. I missed.. here is https://github.com/whitekid/openstack-chef > > P.S:

Re: [Openstack] OpenStack Folsom Install Guide

2012-11-06 Thread Choe, Cheng-Dae
when metadata server connecting problem.. please check below - on network node(l3_agent running) ping to metadata_ip that specified by l3_agent.py if you using namespace run in router namespace ip netns exec qrouter-d7e9ec57-77c2-4046-aebf-d978ed4a4f83 ping metadata_ip - meta traffic is tran

Re: [Openstack] nova/quantum/ovs configuration conundrum

2012-11-07 Thread Choe, Cheng-Dae
- DNAT rule to metadata server is done by l3_agent. but your node configuration has no l3_agent - and metadata_ip configuration can find l3_agent.ini. 2012. 11. 7., 오후 9:15, Sina Sadeghi 작성: > Hello all, > > I thought I would give quantum a shot and I've got a 50-60% working > configuration,

Re: [Openstack] n-api installation problem with devstack (on centos)

2012-11-08 Thread Choe, Cheng-Dae
hi... centos is not officially supported in openstack. - python package - ip route package(namespace feature is missing in centos package) currently ubuntu is best choice and ubuntu support openstack package too. and also fedora is another option! 2012. 11. 9., 오전 1:12, "Mauch, Viktor (SCC)" 작

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Choe, Cheng-Dae
Hi. 2012. 11. 9., 오전 1:49, "Qin, Xiaohong" 작성: > Hi Skible, > > It will be great that if you could also cover Nova network, iptables, name > space, and linux bridge (bridges that are handled by brctl CLIs). - Nova-network will be replaced to quantum. I think it is not necessary. - iptables a

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-09 Thread Choe, Cheng-Dae
as you know. I already setup my environment with below - controller: all the things except nova-compute, quantum-l3,dhcp-agent - network: quantum-l3-agent, quantum-dhcp-agent - compute*2: nova-compute and the chef installation was already opened in my github. please refer https://github.com/white

Re: [Openstack] nova/quantum/ovs configuration conundrum

2012-11-09 Thread Choe, Cheng-Dae
currently. l3_agent designed as serve all tenant's traffic or per router per l3_agent by specify router_id in l3_agent.ini so in current architecture. if you want deploy as production scale. I think l3_agent must be dedicated to one router or the another solution is needed(nvp, midonet, cisco ..

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-09 Thread Choe, Cheng-Dae
gt; To make of OpenStack, the IT project of the century >> >> Best regards >> >> >> >> >> >> ___ >> Mailing list: https://launchpad.net/~openstack >> Post to : openstack@lists.launchpad.net > &#x

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-11 Thread Choe, Cheng-Dae
follow routing item to back to my instance. 172.16.1.0 10.100.1.130255.255.255.0 UG0 00 eth1 - 172.16.1.0/24: tenant's subnet - 10.100.1.130: tenant's default public ip for connect to internet -- Choe, Cheng-Dae http://blog.woosum.net twitter: kiddtm 2012. 11. 10

Re: [Openstack] Can Ping VMs but not SSH to them ! (and this is not a sec rule problem )

2012-11-25 Thread Choe, Cheng-Dae
It may... the vm can't get metadata! please review the vm's console output /var/lib/nova/instances/instances-/console.log please check ping from metadata api to your vm. -- Choe, Cheng-Dae http://blog.woosum.net twitter: kiddtm 2012. 11. 26., 오전 2:30, Skible OpenStack 작성: >

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 > > A

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

2012-11-27 Thread Choe, Cheng-Dae
pute node. > >Now I have to deploy swift and lunch vm instance using iso. > >I'm appreciate if you answer my foolish question. > > > >Best Regard. > > > > > >> -Original Message- > >> From: Choe, Cheng-Dae [mailto:white...@gmail.com] >

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

2012-11-27 Thread Choe, Cheng-Dae
Hi..~ -- Choe, Cheng-Dae http://blog.woosum.net twitter: kiddtm 2012. 11. 28., 오전 12:28, Ahmed Al-Mehdi 작성: > Thank you for sending the link to your script, much appreciated. > > Can you please shed some light when to use the "—tenant_id=admin" and > "--tenant_i

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

2012-11-28 Thread Choe, Cheng-Dae
Hi -- Choe, Cheng-Dae http://blog.woosum.net twitter: kiddtm 2012. 11. 29., 오전 8:59, 이창만 작성: > Hello, list. > > Could anyone tell me about my question? > (1) I want to lunch vm instance on specific compute node. http://docs.openstack.org/folsom/openstack-compute/admin/cont

Re: [Openstack] How to deploy openstack automatically in your env.

2012-12-04 Thread Choe, Cheng-Dae
if you deploy with chef. It's a good starting point - https://github.com/rcbops-cookbooks - https://github.com/whitekid/openstack-chef 2012. 12. 4., 오후 8:58, Derek Higgins 작성: > On 12/04/2012 11:52 AM, Lei Zhang wrote: >> Hi Tim, >> >> The module you are using is puppetlabs-openstack? Or is wr