[Openstack] [SWIFT] Account reaping - gradually

2013-07-15 Thread Leandro Reox
Hi guys, I was wondering if there any plans or maybe already exist a feature or a flag for the account reaping process to make it gradually. We had one case with an account with millions of files, that was plain deleted, an that triggers the deletion of every object, then containers to finally del

Re: [Openstack] Migrate volume from Essex to Folsom

2013-07-04 Thread Leandro Reox
#x27;s LUN: >> >> https://gist.github.com/fernandezpablo85/219f78545166f0c030b3 >> >> Is moving the data just from Essex db to Folsom safe in this case? >> >> >> >> On Thu, Jul 4, 2013 at 12:08 PM, Leandro Reox wrote: >> >>> Pablo, >>

Re: [Openstack] Migrate volume from Essex to Folsom

2013-07-04 Thread Leandro Reox
Pablo, On folsom the block_device_mappings table its on novadb too, i totally miss the Brano's recommendation of uuid conversion and metadata, asumming that you hit the same dfm. We had to do that a couple of times, but generally as all our vms are stateless, we create them on the "new" cloud, and

Re: [Openstack] Migrate volume from Essex to Folsom

2013-07-04 Thread Leandro Reox
Pablo, All the logic for device mappings its on the database, so be sure to replicate (carefull no to overlap volumes id) all your volume data from the table : - volumes - volumes metadata An the most important one: - block_device_mappings On this tables is where actually resides the conection

Re: [Openstack] Is there any possible to attach an extra iso for an existing instance?

2013-05-17 Thread Leandro Reox
Go cloud go stateless Lean Mercadolibre stackbuilders On May 17, 2013 10:36 PM, "Robert Collins" wrote: > Thats what the rescue mode is for :) > > -Rob > > On 18 May 2013 12:06, Ray Sun wrote: > >> Razique, >> Thanks. Actually the requirement is coming from our IT operation guy. >> They asked m

[Openstack] Fall summit - Hong Kong confirmed ?

2013-05-09 Thread Leandro Reox
Hi guys, We need to schedule our trips and get our budgets ready for the next summit, and we wanted to know if its going to happen finally on Hong Kong, dates, city and location if its already defined, we really dont want to miss it ! Thanks in advance Lean Mercadolibre cloudbuilders ___

Re: [Openstack] Grizzly G3+RC1 - Quantum DHCP problem...

2013-03-20 Thread Leandro Reox
; > cinder ALL = (root) NOPASSWD: /usr/bin/cinder-rootwrap > --- > > > My /etc/sudoers.d/nova_sudoers > --- > Defaults:nova !requiretty > > nova ALL = (root) NOPASSWD: /usr/bin/nova-rootwrap > --- > > > My /etc/sudoers.d/quantum_sudoers > --- > Def

Re: [Openstack] Problem with IP on VMs

2013-02-01 Thread Leandro Reox
If you dont created any secgroup should be : nova secgroup-list-rules default Cheerios On Fri, Feb 1, 2013 at 8:35 AM, Guilherme Russi wrote: > Hello Lei, > > When I use the command nova secgroup-list-rules, it returns: > > usage: nova secgroup-list-rules > error: too few arguments > > What

Re: [Openstack] swift-proxy: access log not working

2013-01-18 Thread Leandro Reox
Yep, you have to configure the proxy logging middleware like this, and if youre logging local you dont need to use the udp logging, you can log locally like this [DEFAULT] section should look like this : log_name = swift-proxy-server log_facility = LOG_LOCAL0 log_level = DEBUG You need to add th

Re: [Openstack] Swift 1.7.4 stable - logging middleware adding lag to final responses

2013-01-10 Thread Leandro Reox
12:37:57 -0300 > Leandro Reox wrote: > > > When we turn off the proxy-logging middleware, everything starts to > > response like a charm 8ms or so vs 800-1400ms !!! > > At a guess, maybe the proxy-logging middle accidentially tries > to resolve an IP address somewhere? &g

[Openstack] Swift 1.7.4 stable - logging middleware adding lag to final responses

2013-01-10 Thread Leandro Reox
Hi all, We're having a problem when we migrated from 1.4.8, 1.7.4 , and we activated the the proxy-logging middleware On the proxy.log itself we're seeing excelent response times, but it seems that is adding some overhead somewere cause we are seeing on the reques originator that the times are re

Re: [Openstack] mysql cluster on openstack

2012-12-22 Thread Leandro Reox
All of our cloud is under mysql clustered with galera by codership. The solution rocks! And the hole mysql galera install is under an opscode chef recipe and we can spin vms to expand the cluster live at any time in like 8 seconds :) merry xmas! On Dec 23, 2012 12:58 AM, "Marco Bravo" wrote: > H

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

2012-12-19 Thread Leandro Reox
If youre running on essex or plus the metadata server is running on port 8775 on the controller not 8773 cheers On Dec 19, 2012 11:06 PM, "이창만" wrote: > Meta-data server does not response. > > At Compute node, > > $ iptables -t nat -A PREROUTING -d 169.254.169.254/32 -p tcp -m tcp > --dport 80 -

Re: [Openstack] nova-network can't startup

2012-12-19 Thread Leandro Reox
Hi pal Just do this : 1 - as root, execute "visudo" 2- comment this line "Defaults requiretty" Restart the service :) Cheerios On Wed, Dec 19, 2012 at 3:29 PM, 小盆儿 wrote: > nova Stderr: 'sudo: sorry, you must have a tty to run sudo\n' ___ Mailing l

Re: [Openstack] Create tenant with RESTful api

2012-12-14 Thread Leandro Reox
Its easy to see what call keystone make to the api, if you run keystone --debug COMMAND you will see the hole requests, so you can use it on your php code best On Fri, Dec 14, 2012 at 4:05 PM, Guillermo Alvarado < guillermoalvarad...@gmail.com> wrote: > Because I am using PHP, so I am making th

[Openstack] Something really weird when PUT overwrites a file with same name but different content 1.4.8 - BUG ?

2012-11-05 Thread Leandro Reox
Hi guys, We're facing a really weird random issue on Swift 1.4.8, when we update an object that already exists with the same name, but different content, sometimes randomly the operation, dispites the proxy answer ( always 201 created) doesnt succeed, and the object content doesnt get updated. But

Re: [Openstack] [SWIFT] Rack-awareness

2012-11-01 Thread Leandro Reox
er availability. >> http://swiftstack.com/blog/2012/09/16/globally-distributed-openstack-swift-cluster/has >> more info on the ideas we're talking about. >> >> --John >> >> >> >> >> On Nov 1, 2012, at 8:45 AM, Leandro Reox wrote:

[Openstack] [SWIFT] Rack-awareness

2012-11-01 Thread Leandro Reox
Hi guys, Any plans to implement something like hadoop rack-awareness where we can define "rack" spaces to guarantee that a copy of an object is stored for example on another datacenter, on another coast. Or should this be managed by container sync to the other datacenter I think that this can be

Re: [Openstack] (no subject)

2012-10-16 Thread Leandro Reox
seems legit On Tue, Oct 16, 2012 at 9:58 PM, Sandy Walsh wrote: > +1 > > > From: > openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net[openstack-bounces+sandy.walsh= > rackspace@lists.launchpad.net] on behalf of Joe Savak [ > joe.sa...@rackspace.com] > Sent: Tuesday, October 16,

[Openstack] zombie_instance_updated_at_window on kvm+libviry

2012-07-27 Thread Leandro Reox
Hi guys, i saw the plugin to cleanup vms on xenserver, is this available from kvm+libvirt ? Also, i saw on the code that the "zombie state" its based on instance.updated_at , what actions over the server update this field on the db ? Regards Lean ___ Mai

Re: [Openstack] Ceph performance as volume & image store?

2012-07-24 Thread Leandro Reox
Were pretty intrested too in large scale performance benchmarks. anyone? regards On Jul 24, 2012 10:22 PM, "Anne Gentle" wrote: > I don't know if it will confirm or correlate with your findings, but > do take a look at this blog post with benchmarks in one of the last > sections: > > http://www.

[Openstack] Bad performance on physical hosts kvm + bonding + bridging

2012-07-13 Thread Leandro Reox
Ok, here is the story, we deployed some inhouse APIs in our Openstack privade cloud, and we were stressing them up, we realize that some packages were taking so long, to discard the behavior of the api, we installed apache, lighttpd and event tried with netcat, of course on the guest systems runnin

[Openstack] Statsd on SWIFT 1.4.8

2012-07-05 Thread Leandro Reox
On swift essex stable 1.4.8, is the capacity to send statistics to a statsd server available? Its not in the docs Regards ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~

Re: [Openstack] Nova doesn't release ips when terminating instances

2012-06-23 Thread Leandro Reox
Same hapenned to us. Adding de dhcp flag on false using flat injected the instance field on the fixed_ips table at the DB get NULLED ok ... Without the flags this not happen ...as the user reported On Jun 23, 2012 7:17 PM, "Lars Kellogg-Stedman" wrote: > > can you try with the flag: > > force_dhc

Re: [Openstack] centos 6 images

2012-05-22 Thread Leandro Reox
Maybe this would help you: https://forums.aws.amazon.com/thread.jspa?threadID=87599 Regards On Tue, May 22, 2012 at 12:07 AM, Jason Ford wrote: > I am trying to put together an image for centos 6 that works like > cloud-init on ubuntu does. Currently I have ssh keys getting imported but > havi

Re: [Openstack] Keystone 2012.1 - global and private endpoints

2012-05-12 Thread Leandro Reox
Clear as crystal. Thanks a lot Lorin! i didnt see this reflected on the docs. Best Lean On May 12, 2012 8:45 AM, "Lorin Hochstein" wrote: > Leandro: > > On May 10, 2012, at 10:58 AM, Leandro Reox wrote: > > Hi all, > > I was wondering if is there any way to crea

[Openstack] Keystone 2012.1 - global and private endpoints

2012-05-10 Thread Leandro Reox
Hi all, I was wondering if is there any way to create private and global endpoints in Keystone essex final, what for ? I have users defined for specific applications, for example i want that the "images" user, just to have access to the SWIFT endpoint, but no to nova, and etc In previous version

[Openstack] Keystone LDAP integration - 2012.1

2012-05-08 Thread Leandro Reox
Hi all Is Keystone LDAP integration working, we read that the last changes to keystone broke the compatibility with ldap. Actually the import of the keystone schema into openldap is failing. Anyone knows that actually this is actually broken ? or maybe were doing something wrong Regards lele

Re: [Openstack] Ubuntu packaging - cactus, older releases

2012-04-20 Thread Leandro Reox
he nova packaes) > Does someone know why it is closed now ? > thanks > > *Nuage & Co - Razique Mahroua** * > razique.mahr...@gmail.com > > > > Le 20 avr. 2012 à 21:59, Leandro Reox a écrit : > > I need 2011.2 (cactus) razique , it shows permission deni

Re: [Openstack] Ubuntu packaging - cactus, older releases

2012-04-20 Thread Leandro Reox
ail.com > > > Le 20 avr. 2012 à 20:09, Leandro Reox a écrit : > > Hi all, > > Is there any ppa, or repo where we can get older estables releases like > cactus or diablo ? the old > http://wiki.openstack.org/<http://wiki.openstack.org/PPAs> > 2011.2 is not w

[Openstack] Ubuntu packaging - cactus, older releases

2012-04-20 Thread Leandro Reox
Hi all, Is there any ppa, or repo where we can get older estables releases like cactus or diablo ? the old http://wiki.openstack.org/ 2011.2 is not working anymore and i saw on the wiki that only the last releases will be available, am i right ? If i not were can i

Re: [Openstack] Openstack on 2-3 VMs

2012-04-07 Thread Leandro Reox
Try devstack! lean On Apr 7, 2012 10:07 AM, "Marton Kiss" wrote: > Hi Andrei, > > Of course it is possible. You need to decide what type of > virtualization and deployment scenario you would like to use. For > example I have some deployments on KVM (using qemu for computing > nodes), and on LXC

Re: [Openstack] OpenStack immaturity

2012-04-06 Thread Leandro Reox
Michael, were not IBM or Dell, were not as big as you think. Were just 4 guys that deployed and mantain our openstack private cloud. Yes just four guys. Were always present at the summits or cons answering questions and telling people how hard was moving into iaas how many time it takes to deploy o

Re: [Openstack] OpenStack 2012.1 ("Essex") is RELEASED !

2012-04-05 Thread Leandro Reox
F*** YEAH! Congrats and thanks to all , this is an awesome release guys ! Lean On Thu, Apr 5, 2012 at 1:13 PM, Jim Curry wrote: > Congrats and thank you to everyone involved! > > On 4/5/12 10:30 AM, "Lloyd Dewolf" wrote: > > >w00t! > > > > > >On Thu, Apr 5, 2012 at 8:02 AM, Duncan McGreggor

Re: [Openstack] Validation of floating IP opertaions in Essex codebase ?

2012-03-28 Thread Leandro Reox
+1 to Dash (Dan + Vish) :p Lean@mercadolibre On Mar 28, 2012 7:50 PM, "Dan Wendlandt" wrote: > > > On Wed, Mar 28, 2012 at 3:25 PM, Vishvananda Ishaya > wrote: > >> >> >> So that explains where we are. Here is the plan (as I understand) for >> the future: >> >> a) move the quantum plugin to th

Re: [Openstack] Cleaning nova database

2012-03-20 Thread Leandro Reox
I think that the quick solution is set deteled to 1 on the offending instances Are u using euca tools ? some inconsistencies are generated by them often Regards Lean On Tue, Mar 20, 2012 at 12:19 PM, David Kranz wrote: > In a diablo/kvm cluster that has been running for a long time, a user > re

Re: [Openstack] [openstack] nova-billing in ubuntu

2012-03-19 Thread Leandro Reox
Try this for Horizon: http://openstackgd.wordpress.com/2012/01/24/billing-plugin-for-horizon/ Regards Lean On Mon, Mar 19, 2012 at 2:26 PM, Lucian Thomaz wrote: > I'm searching about billing in openstack and I found nova-billing. But in > the github page of this tool https://github.com/griddyna

Re: [Openstack] E4 - Possible BUG? - upstart job nova-compute not starting anything

2012-03-08 Thread Leandro Reox
I know, but e4 was release previous the EOL, so ... shouldnt be working too ? On Thu, Mar 8, 2012 at 5:29 PM, Robbie Williamson wrote: > FYI, Ubuntu Maverick 10.10 goes end of life next month. > > On 03/08/2012 01:53 PM, Leandro Reox wrote: > > Im using the trunk version under

[Openstack] E4 - Possible BUG? - upstart job nova-compute not starting anything

2012-03-08 Thread Leandro Reox
Im using the trunk version under ubuntu maverick 10.10 , when i run : start nova-compute or service nova-compute start , says started with a PID number, but nothing happens, but if y manually run on all the compute nodes the binary file as : nohup nova-compute & Everything works ok, maybe a bu

Re: [Openstack] Problem nova-network failed on ubuntu 12.04

2012-03-06 Thread Leandro Reox
Its not , its a requirement actually, and we ask to add this to the docs, the same happens with nova-volumes Regards On Tue, Mar 6, 2012 at 10:58 AM, Roman Sokolkov wrote: > Hi! > > I ve trying nova packages on ubuntu 12.04. And have an issue with > nova-network: when I try to "start nova-netwo

Re: [Openstack] Announcing StackTach ...

2012-02-20 Thread Leandro Reox
Really great job Sandy, this is more than usefull @hard times on prod envs ! Lean On Mon, Feb 20, 2012 at 8:40 PM, Devin Carlen wrote: > Sandy, this is great work! I think it would be worth integrating this > into a view in Horizon for Folsom timeframe. > > > Devin > > On Monday, February 20,

[Openstack] Newrelic at SWIFT proxy

2012-02-16 Thread Leandro Reox
Anybody configured the newrelic python agent to work on the swift proxy ? we want to meassure in a detailed way all the request, error codes, etc Best Lean ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Uns

Re: [Openstack] RHEL / CentOS - interfaces.template

2012-02-14 Thread Leandro Reox
stic net cfg) > > It just seems to be missing a python api (at the moment). > > > On 2/14/12 10:48 AM, "Scott Moser" wrote: > > On Tue, 14 Feb 2012, Leandro Reox wrote: > > > Hi guys, > > > > Anyone already implemented networking injection to RHEL

Re: [Openstack] RHEL / CentOS - interfaces.template

2012-02-14 Thread Leandro Reox
t essex since RHEL > is used. > > > On 2/14/12 10:23 AM, "Leandro Reox" wrote: > > Hi guys, > > Anyone already implemented networking injection to RHEL systems acting as > a guest ? If no any plans to make it to Essex final ? > > Regards > > > _

[Openstack] RHEL / CentOS - interfaces.template

2012-02-14 Thread Leandro Reox
Hi guys, Anyone already implemented networking injection to RHEL systems acting as a guest ? If no any plans to make it to Essex final ? Regards ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] NFS for nova-volume

2012-02-13 Thread Leandro Reox
We're running our nova-volumes VG on a Netapp mapped LUN to the nova-volume server. But if youre looking for a more "clean" solution actually several vendors like Nexenta have their own drivers for nova-volume to use, so a "volume create" instruction will end up on a lun creation and mapping to the

Re: [Openstack] Remove Zones code - FFE

2012-02-13 Thread Leandro Reox
uff 'Zones' > anymore. It gets confused with availability zones and so forth. Since > this is really a way to shard nova, it has been suggested to call this > 'Shards'. :) Not sure I dig that name completely, although it makes > sense. Thoughts? > > >

Re: [Openstack] Remove Zones code - FFE

2012-02-13 Thread Leandro Reox
; From: > openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net[openstack-bounces+sandy.walsh= > rackspace@lists.launchpad.net] on behalf of Chris Behrens [ > cbehr...@codestud.com] > Sent: Sunday, February 12, 2012 6:50 PM > To: Leandro Reox > Cc: openstack@li

Re: [Openstack] Remove Zones code - FFE

2012-02-09 Thread Leandro Reox
Awesome Chris !!! Lean On Thu, Feb 9, 2012 at 3:26 PM, Alejandro Comisario < alejandro.comisa...@mercadolibre.com> wrote: > Niceee !! > > Alejandro. > > On 02/09/2012 02:02 PM, Chris Behrens wrote: > > I should be pushing something up by end of day... Even if it's not granted > an FFE, I'

[Openstack] nova-manage network create + Essex-3 + Quantum : not working

2012-02-01 Thread Leandro Reox
Hi guys ! Were having an issue with nova-manage trying to create a network on quatum authenticating with keystone, detailed here : Detailed question here: https://answers.launchpad.net/quantum/+question/186541 Regards! Lean ___ Mailing list: https://lau

Re: [Openstack] Fwd: NetApp nova-volume driver - FF-Exception request

2012-01-31 Thread Leandro Reox
+1 to thi!!! On Jan 31, 2012 7:47 AM, "Alejandro Comisario" < alejandro.comisa...@mercadolibre.com> wrote: > This would be amazing for those who uses netapp as the backend storage. > Geting out the controller as the iscsi target, and let the driver handle > one lun for each nova-volume its per

Re: [Openstack] Essex-3 Milestone of Quantum Available

2012-01-27 Thread Leandro Reox
Excellent job guys ! Well definitely try it next week, the last release worked out pretty good so far for us. Keep up the good work! Cheers Lean On Thu, Jan 26, 2012 at 8:36 PM, Dan Wendlandt wrote: > Congrats to the Quantum team! > > The latest + greatest version of Quantum was release this

[Openstack] Diablo multi-zone, basescheduler, host_filter, various bugs running over KVM

2012-01-16 Thread Leandro Reox
Sandy, Ed, Chris, We personalize this mail to you guys cause in the source you are listed as the authors of the Scheduler module. Here's the thing, we have : - 2 nova Diablo clusters (16 nodes, 1 controller, 15 computes - controller running sched, api and network services - KVM as HV) + keystone

[Openstack] SchedulerHostFilterNotFound on Diablo using Zones - maybe a BUG ?

2012-01-12 Thread Leandro Reox
Hi all, We are using the release version of Diablo, and when we configure multi-zone and we sent a new instance to run , we get this TRACE on the nova-scheduler.log (nova.rpc): TRACE: Traceback (most recent call last): (nova.rpc): TRACE: File "/usr/lib/python2.6/dist-packages/nova/rpc/impl_komb

Re: [Openstack] AMQPChannelException: (406, u"PRECONDITION_FAILED) - Diablo

2011-12-28 Thread Leandro Reox
Solved installing from trunk and restarting Rabbitmq on the controller node Regards On Wed, Dec 28, 2011 at 12:56 PM, Leandro Reox wrote: > Hi guys, > > Im facing this error http://pastebin.com/8X3j4g8e it seems like nova > compute cannot redeclare the queue > > I tried : &g

[Openstack] AMQPChannelException: (406, u"PRECONDITION_FAILED) - Diablo

2011-12-28 Thread Leandro Reox
Hi guys, Im facing this error http://pastebin.com/8X3j4g8e it seems like nova compute cannot redeclare the queue I tried : rabbmitmqctl app-stop; rabbmitmqctl reset; rabbmitmqctl app-start and deleting the quees with amqp ruby utils Restaring nova-compute and libvirt, still getting the same

Re: [Openstack] Swift - set preferred proxy/datanodes (cross datacenter schema)

2011-12-06 Thread Leandro Reox
Thank you all ! I been reading the container sync functionality, we will walk that path for sure, i just was hoping that a magic conf flag like "preferred_datanodes =" exists hahaha :) Best regards Lean On Tue, Dec 6, 2011 at 5:42 PM, andi abes wrote: > sorry, should have included the link: >

Re: [Openstack] Swift - set preferred proxy/datanodes (cross datacenter schema)

2011-12-06 Thread Leandro Reox
Caitlin, Thanks for your quick response, so ther isnt any way, if a request come inside DATACENTER 1 and the random mechanism of swift tells to search for the object on the DATACENTER 2, is no way to avoid it. What about container sync ? Regards On Tue, Dec 6, 2011 at 3:49 PM, Caitlin Bestler w

[Openstack] Swift - set preferred proxy/datanodes (cross datacenter schema)

2011-12-06 Thread Leandro Reox
List, We're replicating our datacenter in another location (something like Amazons east and west coast) , thinking about our applications and our use of Swift, is there any way that we can set up weights for our datanodes so if a request enter via for example DATACENTER 1 , then we want the main c

Re: [Openstack] HPC with Openstack?

2011-12-02 Thread Leandro Reox
An HPC way of usage for.openstack at.mercadolibre is for example to run integration and regresions test on productios pre and post deploy too. So Jenkins servers are shooted in a minute to support the tests load and then they destroy themselves. On Dec 2, 2011 3:55 PM, "Oliver Baltzer" wrote: > >

Re: [Openstack] nova compute node error [diablo]

2011-12-01 Thread Leandro Reox
erface=eth1 > --multi_host=True > --floating_range=x.x.x.x > --fixed_range=10.0.0.0/23 > --fixed_ip_disassociate_timeout=600 > --force_dhcp_release=True > --use_ipv6=False > --allow_resize_to_same_host=True > --dhcp_lease_time=62208000 > > 2011/12/1 Leandro Reox : >

Re: [Openstack] nova compute node error [diablo]

2011-12-01 Thread Leandro Reox
Hi Thats an sqlalchemy error, what database backend are you using ? That error is that actually youre not closing connections and they are not returning to the pool Regards On Thu, Dec 1, 2011 at 7:04 AM, darkfower wrote: > hi ,everybody > > nova compute node error : > > 2011-12-01 17:35:52,87

Re: [Openstack] Events in 2012 that OpenStack should not miss

2011-12-01 Thread Leandro Reox
I added LinuxCOn 2012 at Buenos Aires Argentina, Mercadolibre is doing big efforts to sponsor the event with oglobo Regards Leandro Reox Sr. Infraestructure engineer - mercadolibre.com On Thu, Dec 1, 2011 at 4:52 AM, Loic Dachary wrote: > ** > On 12/01/2011 02:45 AM, Stefano Maffulli

Re: [Openstack] How to using keystone with ldap

2011-11-30 Thread Leandro Reox
: Duplicate option before ( > keystoneEnabled ) MAY ( mail $ userPassword ) ) > > 2011/11/30 Leandro Reox > >> Maybe this link can help you out : >> http://mirantis.blogspot.com/2011/08/ldap-identity-store-for-openstack.html >> >> Regards >> >> 2011/11/30 D

Re: [Openstack] How to using keystone with ldap

2011-11-30 Thread Leandro Reox
Maybe this link can help you out : http://mirantis.blogspot.com/2011/08/ldap-identity-store-for-openstack.html Regards 2011/11/30 DeadSun > Now I according to keystone/test/etc/ldap.conf.template to set ldap > configuration in my keystone.conf > > But I have no idea that wich dn in ldap keyston

Re: [Openstack] Cloud Computing StackExchange site proposal

2011-11-30 Thread Leandro Reox
to improve the docs, so that sysadmins loose their fears and feeling of this being "too greeny to production" and surprise themselves like we do everyday after 5 months later running all of our applications and our productive infrastructure over Openstack ( +1000 phy +6000 instances ) Sorry f

Re: [Openstack] Keystone + Swift integration

2011-11-26 Thread Leandro Reox
cloning the cloudbuilders repo to get it working On Nov 26, 2011 5:52 PM, "Ziad Sawalha" wrote: > Hi Pete - the brackets were a mistake in the documentation. The correct > syntax is %tenant_id%. > > Z > > On 11/25/11 5:00 PM, "Pete Zaitcev" wrote: > > &g

Re: [Openstack] Keystone + Swift integration

2011-11-24 Thread Leandro Reox
nd life if you know what to do you can do it. If > you desire anything become educated about it and succeed. “ > > > > > On Nov 23, 2011, at 8:25 AM, Leandro Reox wrote: > > Im getting 404 with both tools, curl and swift , we're using the repo > where you commited

Re: [Openstack] Keystone + Swift integration

2011-11-23 Thread Leandro Reox
just updated some fixes to it just now). > > And what do you mean you are getting 404, how do you test it ? with > swift cli or via curl ? > > Chmouel. > > On Wed, Nov 23, 2011 at 2:27 PM, Leandro Reox > wrote: > > Hi Hugo, > > > > We changed out ever

Re: [Openstack] Keystone + Swift integration

2011-11-23 Thread Leandro Reox
Hi Hugo, We changed out everything to keystone2 , now we're getting a 404 when we try to create the container, maybe the account autocreation is not working properly any thoughts ? Regards On Wed, Nov 23, 2011 at 10:20 AM, Kuo Hugo wrote: > Hi Leandro , > > Post on launchpad QA will be a bette

[Openstack] Keystone + Swift integration

2011-11-23 Thread Leandro Reox
Hi guys, Anyone has a working proxy-server.conf and endpoint templates for swift, we're trying to integrate them but we always face a different error. We're using keystone from the Cloudbuilders repo and Swift release 1.4.3 . When we test our environment all the POST and GETs via swift tool or CU

Re: [Openstack] Patched euca-tools to work w/ keystone

2011-10-30 Thread Leandro Reox
]['id'] > > token_id = result['access']['token']['id'] > > > >Regards, > >Razique > > > >Le 28 oct. 2011 à 20:04, Leandro Reox a écrit : > > > >> Hi guys, > >> > >> Anyone got the l

[Openstack] Patched euca-tools to work w/ keystone

2011-10-28 Thread Leandro Reox
Hi guys, Anyone got the link to download the patched euca tools that work with keystone auth tokens to query the nova api ? Regards Lean ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https:

Re: [Openstack] service iscsitarget can't start

2011-10-26 Thread Leandro Reox
Maybe cause the daemon name is "iscsitgtd" ... ? 2011/10/26 aliex_liu > ** > manage volumes > after command: > sed -i ‘s/false/true/g’ /etc/default/iscsitarget > service iscsitarget start > return service started > but when "ps -ef |grep iscsitarget" ,i can't see the servic

Re: [Openstack] Shared Host Resources

2011-10-10 Thread Leandro Reox
Dont know if "share" is what im going to answer but a "cluster" of computes nodes shares they resources, if you use an scheduler that fits your needs to balance trought the computes resources will be ok. Load balancing of instances comes with the scheduler you choose too. But if youre referring to

Re: [Openstack] Creating openstack-dev mailing list

2011-10-06 Thread Leandro Reox
Stefano, How is the rest of the community going to participate or leave their opinion on why some design path is going to be taken, or maybe leave their feedback of why an arquitecture change is going to be made. Will be an open list ? or just for few ? Will be launchapd the only way to interact w

Re: [Openstack] Installation errors

2011-09-06 Thread Leandro Reox
Sounds like a metadata getting issue , whats the output of euca-get-console-output $instance ? On Tue, Sep 6, 2011 at 4:33 AM, bhaskar kotha wrote: > hi, > > I can see my instances running but i'm not able to ssh/ping. > output for *euca-describe-instances* is : > > > RESERVATION r-mthjd2q5

Re: [Openstack] Error while attaching a Compute node

2011-08-30 Thread Leandro Reox
Are running diablo milestone ? There's only 3 ways to get this mysql error : - If the two fields ( field and the foreing field) uses non-compatible field types - If its using “On Delete Set Null” but the field doesnt allow that - The FK name is not unique A quick solution is to

Re: [Openstack] Installation errors

2011-08-29 Thread Leandro Reox
what is the output of "euca-get-console-output $instancename" and the nova-compute.log on the running node On Tue, Aug 30, 2011 at 1:55 AM, bhaskar kotha wrote: > Dear All, > > I was able to run the instances but the problem I am facing is that the > instances are in shutdown state. > 1. > #euca-

Re: [Openstack] nova cloud controller and compute issues Diablo v3

2011-08-18 Thread Leandro Reox
Any reason for trying out over RHEL having so many good distros out there ? :P Injection issues are pretty common under RH, but first off all, you have metadata fetching issues, AND do you have a VT capable processor on the compute node ?, first you need to check that, and enable on the advanced o

Re: [Openstack] Controller hostname - some questions

2011-07-22 Thread Leandro Reox
e references to the host in the db: > > update networks set host=newhostname where host=oldhostname > > Vish > > On Jul 22, 2011, at 12:39 PM, Leandro Reox wrote: > >> Hi all, >> >> Being working on controller/network node HA for a time know, but at this po

[Openstack] Controller hostname - some questions

2011-07-22 Thread Leandro Reox
Hi all, Being working on controller/network node HA for a time know, but at this point im having an issue that maybe someone has faced before . When i switch the controller to an "spare" one, the computes nodes still searching for "network.$oldcontrollerhostname" . Is there a place where the hostn

Re: [Openstack] [Openstack-operators] FLAG --start_guests_on_host_boot=true

2011-07-20 Thread Leandro Reox
work for new instances. >> >> I'm not sure if this flag was in cactus or not. >> >> As a workaround, you can manually turn on autostart for the domains using >> virsh on the compute host >> virsh autostart instance-0001 (for example) >> >> Vish

Re: [Openstack] FLAG --start_guests_on_host_boot=true

2011-07-20 Thread Leandro Reox
Vish, I tried that out, and you were right, instances created after adding the flag, autoreboots themselves like charm ! Best regards On Wed, Jul 20, 2011 at 9:31 AM, Leandro Reox wrote: > Virsh, > > I was trying with my already spawned instances, thats good to know ! Ill > try t

Re: [Openstack] FLAG --start_guests_on_host_boot=true

2011-07-20 Thread Leandro Reox
> I'm not sure if this flag was in cactus or not. > > As a workaround, you can manually turn on autostart for the domains using > virsh on the compute host > virsh autostart instance-0001 (for example) > > Vish > > On Jul 15, 2011, at 7:13 AM, Leandro Reox wrote

[Openstack] FLAG --start_guests_on_host_boot=true

2011-07-15 Thread Leandro Reox
HI all, Cant find any reference about this flag on the openstack docs --start_guests_on_host_boot=true, is really available ? If so, even if i setted up on hthe compute nova.conf, doesnt restart instances at node reboot Using Cactus by now Any clues ? Regards __

Re: [Openstack] Hardware failure - "nova reboot / rescue"

2011-07-13 Thread Leandro Reox
o a virsh define /path/to/libvirt.xml > followed by a virsh start instance- > > Vish > > On Jul 12, 2011, at 12:24 PM, Leandro Reox wrote: > > > Hi all, > > > > In case of hardware failure, is there a way to restart the instances that > have died o

[Openstack] Hardware failure - "nova reboot / rescue"

2011-07-12 Thread Leandro Reox
Hi all, In case of hardware failure, is there a way to restart the instances that have died on the crashed node on another node, without scripting (manual or automatic), any native function in nova cactus ? nova-reboot only restart domains in "shutdown" mode, on the same node after a reboot. And m

Re: [Openstack] Can I use StackOps Smart Installer without public internet access

2011-07-05 Thread Leandro Reox
In the Stackops official doc says : *"Internet access in the Openstack Nodes* You don't need internet access in the installed Openstack nodes. The Smart Installer does not connect directly to the Stackops Agent. It uses the browser as a man in the middle to connect to the agent. " So basically y