Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-24 Thread Martinx - ジェームズ
Hi! The `Ultimate OpenStack Grizzly Guide' is a bit more updated! There are two new scripts: keystone_basic.sh and keystone_endpoints_basic.sh which preliminary support for Swift and Ceilometer. Check it out! https://gist.github.com/tmartinx/d36536b7b62a48f859c2 Best! Thiago On 20 March 2013

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-23 Thread Martinx - ジェームズ
The Ubuntu requires metadata, since there is no password there... The CirrOS have a pre-configured password "cubswin:)", so, it can be used without metadata... Best, Thiago On 23 April 2013 15:32, Paras pradhan wrote: > Does these require metadata? > > > http://uec-images.ubuntu.com/releases/1

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-23 Thread Paras pradhan
Does these require metadata? http://uec-images.ubuntu.com/releases/12.04/release/ubuntu-12.04-server-cloudimg-amd64-disk1.img http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img Thanks, Paras. On Tue, Apr 23, 2013 at 12:53 PM, Martinx - ジェームズ wrote: > Hi! > > I just delete my

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-23 Thread Martinx - ジェームズ
Hi! I just delete my subnet, to create it again without specifying `--gateway 10.33.14.1', my pre-installed images still works but, cloud based images, that requires metadata, doesn't. I'm running out of options again... I tried with and without those options: --- enable_isolated_metadata = Tru

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-23 Thread Martinx - ジェームズ
Thank you Orlando! I just remove `quantum-l3-agent' for the sake of simplicity (I don't want it for now) and have enabled `enable_isolated_metadata = True' in dhcp_agent.ini but, same result. Metadata doesn't work. The CirrOS doesn't reach the metadata server. Also, within CirrOS, there is no rou

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-23 Thread Salvatore Orlando
Quantum's metadata solution for Grizzly can run either with or without the l3 agent. When running within the l3 agent, packets directed to 169.254.169.254 are sent to the default gateway; the l3 agent will spawn a metadata proxy for each router; the metadata proxy forwards them to the metadata agen

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-22 Thread Martinx - ジェームズ
That is precisely what I'm trying to figure out! How to setup metadata without L3 using Quantum Single Flat. I can't find any document about this. Plus, to make things worse, the package quantum-metadata-agent *DOES NOT DEPENDS* on quantum-l3-agent. BTW, I'm sure that with my guide, I'll be able

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-22 Thread Paras pradhan
So this is what I understand. Even if you do flat (nova-network style) , no floating ip you still need l3 for metadata(?). I am really confused. I could never ever make quantum work. never had any issues with nova-network. Paras. On Fri, Apr 19, 2013 at 8:35 PM, Daniels Cai wrote: > paras > >

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-19 Thread Daniels Cai
paras In my experience the answer is yes . In grizzly , metadata proxy works in the qrouter's name space ,no router means no metadata . I am not sure whether any other approaches . Daniels Cai http://dnscai.com 在 2013-4-20,9:28,"Martinx - ジェームズ" 写道: Daniels, There is no `Quantum L3' on this

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-19 Thread Martinx - ジェームズ
Daniels, There is no `Quantum L3' on this setup (at least not on my own environment / guide). So, this leads me to one question: Metadata depends on L3? I do not want Quantum L3 package and I want Metadata... Is that possible? Tks, Thiago On 19 April 2013 21:44, Daniels Cai wrote: > Hi Para

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-19 Thread Daniels Cai
Hi Paras The log says your dhcp works fine while metadata is not Check the following steps 1.Make sure nova API enables metadata service 2. A virtual router should be created for your subnet and this router is binding with a l3 agent 3.in the l3 agent metadata proxy service should be works fine

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-19 Thread Paras pradhan
Any idea why I could not hit http://169.254.169.254/20090404/instanceid ? Here is what I am seeing in cirros . -- Sending discover... Sending select for 192.168.122.98... Lease of 192.168.122.98 obtained, lease time 120 deleting routers route: SIOCDELRT: No such process route: SIOCADDRT: No such p

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-11 Thread Martinx - ジェームズ
Guys! I just update the *Ultimate OpenStack Grizzly Guide* ! You guys will note that this environment works with "*echo 0 > /proc/sys/net/ipv4/ip_forward*", on *both* controller *AND* compute nodes! Take a look! I didn't touch the /etc/sysc

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-04-11 Thread Martinx - ジェームズ
Awesome!!! :-D Guide updated! Cheers! Thiago On 21 March 2013 12:10, Razique Mahroua wrote: > great guide, thanks a lot ! > > *Razique Mahroua** - **Nuage & Co* > razique.mahr...@gmail.com > Tel : +33 9 72 37 94 15 > > > Le 21 mars 2013 à 15:26, Jean-Baptiste RANSY < > jean-baptiste.ra...

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-03-21 Thread Razique Mahroua
great guide, thanks a lot ! Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15 Le 21 mars 2013 à 15:26, Jean-Baptiste RANSY a écrit : Hello Thiago, I think it's better to use rootwrap in sudoers :

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-03-21 Thread Jean-Baptiste RANSY
Hello Thiago, I think it's better to use rootwrap in sudoers : nova ALL = (root) NOPASSWD: /usr/bin/nova-rootwrap /etc/nova/rootwrap.conf * cinder ALL = (root) NOPASSWD: /usr/bin/cinder-rootwrap /etc/cinder/rootwrap.conf * quantum ALL = (root) NOPASSWD: /usr/bin/quantum-rootwrap /etc/quantum/root

Re: [Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-03-20 Thread Martinx - ジェームズ
1 problem fixed with: visudo --- quantum ALL=NOPASSWD: ALL cinder ALL=NOPASSWD: ALL nova ALL=NOPASSWD: ALL --- Guide updated... On 20 March 2013 19:51, Martinx - ジェームズ wrote: > Hi! > > I'm working with Grizzly G3+RC1 on top of Ubuntu 12.04.2 and here is the > guide I wrote: > > Ultimate Op

[Openstack] ANNOUNCE: Ultimate OpenStack Grizzly Guide, with super easy Quantum!

2013-03-20 Thread Martinx - ジェームズ
Hi! I'm working with Grizzly G3+RC1 on top of Ubuntu 12.04.2 and here is the guide I wrote: Ultimate OpenStack Grizzly Guide It covers: * Ubuntu 12.04.2 * Basic Ubuntu setup * KVM * OpenvSwitch * Name Resolution for OpenStack compon