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

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

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

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 =

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 - ジェームズ thiagocmarti...@gmail.com wrote:

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 pradhanpa...@gmail.com wrote: Does these require metadata?

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

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

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-11 Thread Martinx - ジェームズ
Awesome!!! :-D Guide updated! Cheers! Thiago On 21 March 2013 12:10, Razique Mahroua razique.mahr...@gmail.com 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

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*https://gist.github.com/tmartinx/d36536b7b62a48f859c2 ! 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

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

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 jean-baptiste.ra...@alyseo.com a écrit : Hello Thiago, I think it's better to use rootwrap in sudoers :

[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 Guidehttps://gist.github.com/tmartinx/d36536b7b62a48f859c2 It covers: * Ubuntu 12.04.2 * Basic Ubuntu setup * KVM * OpenvSwitch * Name Resolution for OpenStack

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 - ジェームズ thiagocmarti...@gmail.com wrote: Hi! I'm working with Grizzly G3+RC1 on top of Ubuntu 12.04.2 and here is the guide I