[Bug 1659620] [NEW] Panels get broken with COMPRESS_OFFLINE = True

2017-01-26 Thread Leandro Reox
Public bug reported: Horizon version: newton from ubuntu packages Tested designate-dashboard: - newton (since mitaka doesnt support v2) - master Behaviour After installing the panel, the JS of the forms is broken, for example the "create zone" button shows nothing on the form. With COMPRESS

[Yahoo-eng-team] [Bug 1648226] [NEW] Horizon missing fields of Neutron ML2 dns extension

2016-12-07 Thread Leandro Reox
Public bug reported: Since now designate its fully API integrated with nova and neutron in order to provide autoregistrarion on DNS of fixed ips and floating ips, the Neutron ML2 dns extension was added in order to provide this functionality. But now the users can only handle this via CLI cause

[Bug 1567272] Re: systemd claims libvirt-bin is dead on xenial

2016-11-21 Thread Leandro Reox
Is there any reason why this wasnt commited? or as valid ? removing the -d option from /etc/default/libvirt-bin fixed the issue for me too -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1567272 Title:

[ansible-project] Cant call hostvars variables from a task in a role

2014-10-29 Thread Leandro Reox
Folks, Were dealing with some weird issue that we want to clarify, clearly were understanding something wrong Heres is our current playbook distribution, with roles and stuff deploy/ ├── ansible.cfg ├── filter_plugins │ ├── search_hostvars.py │ └── search_hostvars.pyc ├── group_vars │

Re: [W3af-develop] Need help from Mac users!

2014-03-21 Thread Leandro Reox
I can help you Andres On Mar 21, 2014 12:53 PM, Andres Riancho andres.rian...@gmail.com wrote: List, I'm trying to fix an ugly bug that only affects Mac users [0] and because I don't have any installations of that OS it is really hard to make any progress. Could someone give me a hand?

Re: [W3af-develop] Need help from Mac users!

2014-03-21 Thread Leandro Reox
volunteering just pointing out the time had passed but I just realised I mis-read it it as 2PM GMT to 3PM GMT not 2PM GMT-3. Robin [0] http://w3af.org/community On Fri, Mar 21, 2014 at 1:15 PM, Leandro Reox leandro.r...@gmail.com wrote: I can help you Andres On Mar 21, 2014 12:53

Re: [W3af-develop] Need help from Mac users!

2014-03-21 Thread Leandro Reox
Of course my dear On Fri, Mar 21, 2014 at 2:00 PM, Andres Riancho andres.rian...@gmail.comwrote: But... you do have osx to run some tests, right? On Fri, Mar 21, 2014 at 1:58 PM, Leandro Reox leandro.r...@gmail.com wrote: I have a mac ... but it runs Debias as main os :) On Mar 21

[Openstack] Nova neutron vlan mode doesnt tag the interfaces

2013-10-31 Thread Leandro Reox
Hi guys, Were looking trough the whole code and we didnt see any place were ovs adds the tag parameter when creating a vif for the new vritual machine, its seems thats isnt contemplated at all. We were wondering if this is an unsuported schema, cause we can hack it to get it an tag it , buy we

[openstack-dev] [NOVA][NEUTRON] Whats the correct firewall driver and interface driver to use neutron sec groups in havana

2013-10-23 Thread Leandro Reox
Hi guys, Seem that i cant find the right combination to get neutron security groups working with nova and OVS - I see the logs on the ovs agent like sec group updated or rule updated - I can configure the rules on neutron without an issue BUT Seems like nova is not doing anything with the the

[Openstack] [NOVA][NEUTRON] Whats the correct firewall driver and interface driver to use neutron sec groups in havana

2013-10-23 Thread Leandro Reox
Hi guys, Seem that i cant find the right combination to get neutron security groups working with nova and OVS - I see the logs on the ovs agent like sec group updated or rule updated - I can configure the rules on neutron without an issue BUT Seems like nova is not doing anything with the the

[openstack-dev] Havana neutron security groups config issue

2013-10-18 Thread Leandro Reox
Dear all, Im struggling with centralized sec groups on nova, were using OVS, it seems like no matter what flag i change on nova conf, the node still searchs the segroups on nova region local db We added : [compute node] *nova.conf* firewall_driver=neutron.agent.firewall.NoopFirewallDriver

Re: [openstack-dev] Havana neutron security groups config issue

2013-10-18 Thread Leandro Reox
in nova.conf actually doesn't matter at all on the compute nodes (still good to set it though). But it matters on the nova-api node. can you confirm that your nova-api node has: security_group_api=neutron in it's nova.conf? Thanks, Aaron On Fri, Oct 18, 2013 at 10:32 AM, Leandro Reox

Re: [openstack-dev] Havana neutron security groups config issue

2013-10-18 Thread Leandro Reox
Now that i can launch intances normally, it seems that the rules are not getting applied anywhere, i have full access to the docker containers. If i do iptable -t nat -L and iptables -L , no rules seems to be applied to any flow On Fri, Oct 18, 2013 at 4:28 PM, Leandro Reox leandro.r

Re: [openstack-dev] Havana neutron security groups config issue

2013-10-18 Thread Leandro Reox
? Could you pastebin your nova.conf for us to see. On Oct 18, 2013 12:31 PM, Leandro Reox leandro.r...@gmail.com wrote: Yes it is, but i found that is not reading the parameter from the nova.conf , i forced on the code on /network/manager.py and took the argument finally but stacks cause says

[Openstack] Havana neutron security groups config issue

2013-10-18 Thread Leandro Reox
Dear all, Im struggling with centralized sec groups on nova, were using OVS, it seems like no matter what flag i change on nova conf, the node still searchs the segroups on nova region local db We added : [compute node] *nova.conf* firewall_driver=neutron.agent.firewall.NoopFirewallDriver

Re: [Openstack] [openstack-dev] Havana neutron security groups config issue

2013-10-18 Thread Leandro Reox
in nova.conf actually doesn't matter at all on the compute nodes (still good to set it though). But it matters on the nova-api node. can you confirm that your nova-api node has: security_group_api=neutron in it's nova.conf? Thanks, Aaron On Fri, Oct 18, 2013 at 10:32 AM, Leandro Reox

Re: [Openstack] [openstack-dev] Havana neutron security groups config issue

2013-10-18 Thread Leandro Reox
Now that i can launch intances normally, it seems that the rules are not getting applied anywhere, i have full access to the docker containers. If i do iptable -t nat -L and iptables -L , no rules seems to be applied to any flow On Fri, Oct 18, 2013 at 4:28 PM, Leandro Reox leandro.r

[Openstack] Neutron ML2 configuration

2013-10-09 Thread Leandro Reox
Hi all im looking for a configuration guide for the neutron ml2 framework plugin. On the wiki its only documented for Devstack and i want to know all the config changes i need to do to neutron to use this king of plugins for us to allow use mech_drivers for our arista switches Best Lean

Re: [Openstack] test

2013-09-27 Thread Leandro Reox
syn-ack On Fri, Sep 27, 2013 at 11:30 AM, 创业 314631...@qq.com wrote: test ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe :

Re: [Openstack] Openstack training

2013-09-02 Thread Leandro Reox
Hi Alfredo, If remote training works 4 you, we're doing this since 2011 Best Lean On Mon, Sep 2, 2013 at 7:43 PM, Alfredo De Luca alfredo.del...@gmail.comwrote: Hi all. I wonder if there is any Openstack training in Australia and in particular in Melbourne? I contacted Red Hat but no

[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

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

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
: https://gist.github.com/fernandezpablo85/fd4340f0150bdf574bbb And here's what DFM returns for that volume'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

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 robe...@robertcollins.net wrote: Thats what the rescue mode is for :) -Rob On 18 May 2013 12:06, Ray Sun xiaoq...@gmail.com wrote: Razique, Thanks. Actually the requirement is coming from our

[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
-rootwrap --- My /etc/sudoers.d/quantum_sudoers --- Defaults:quantum !requiretty quantum ALL = (root) NOPASSWD: /usr/bin/quantum-rootwrap --- Tks, Thiago On 20 March 2013 15:41, Leandro Reox leandro.r...@mercadolibre.comwrote: Please paste all your sudoers files ** * * *Leandro Reox

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 luisguilherme...@gmail.comwrote: Hello Lei, When I use the command nova secgroup-list-rules, it returns: usage: nova secgroup-list-rules secgroup

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

[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: [Openstack] Swift 1.7.4 stable - logging middleware adding lag to final responses

2013-01-10 Thread Leandro Reox
, 10 Jan 2013 12:37:57 -0300 Leandro Reox leandro.r...@gmail.com 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

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

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, 이창만 cm224@samsung.com 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

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 the

[Bug 992522] Re: wake on lan task fail

2012-11-02 Thread Leandro Reox
If i manually add the mac addreses on the MAAS dashboard the installation works ok -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/992522 Title: wake on lan task fail To manage notifications about

[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 a

Re: [Openstack] [SWIFT] Rack-awareness

2012-11-01 Thread Leandro Reox
, 2012, at 8:45 AM, Leandro Reox leandro.r...@gmail.com wrote: 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

Re: [Openstack] (no subject)

2012-10-16 Thread Leandro Reox
seems legit On Tue, Oct 16, 2012 at 9:58 PM, Sandy Walsh sandy.wa...@rackspace.comwrote: +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:

[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 ___

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 a...@openstack.org 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:

[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 :

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 l...@seas.harvard.edu wrote: can you try with the

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 ja...@chatinara.com 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

[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 versions

[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

[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/http://wiki.openstack.org/PPAs 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] Ubuntu packaging - cactus, older releases

2012-04-20 Thread Leandro Reox
...@gmail.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 working anymore and i saw on the wiki that only

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

2012-04-20 Thread Leandro Reox
know why it is closed now ? thanks *Nuage Co - Razique Mahroua** * razique.mahr...@gmail.com NUAGECO-LOGO-Fblan_petit.jpg Le 20 avr. 2012 à 21:59, Leandro Reox a écrit : I need 2011.2 (cactus) razique , it shows permission denied on the archive page On Fri, Apr 20, 2012 at 4:53 PM

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 marton.k...@gmail.com 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

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

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 jim.cu...@rackspace.com wrote: Congrats and thank you to everyone involved! On 4/5/12 10:30 AM, Lloyd Dewolf lloydost...@gmail.com wrote: w00t! On Thu, Apr 5, 2012

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 d...@nicira.com wrote: On Wed, Mar 28, 2012 at 3:25 PM, Vishvananda Ishaya vishvana...@gmail.com wrote: So that explains where we are. Here is the plan (as I understand) for the future: a) move the

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 david.kr...@qrclab.comwrote: In a diablo/kvm cluster that has been running for a

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 luciantho...@hotmail.comwrote: I'm searching about billing in openstack and I found nova-billing. But in the github page of this tool

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 rob...@ubuntu.com 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

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 devin.car...@gmail.comwrote: Sandy, this is great work! I think it would be worth integrating this into a view in Horizon for Folsom timeframe. Devin On

[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

[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] RHEL / CentOS - interfaces.template

2012-02-14 Thread Leandro Reox
10:23 AM, Leandro Reox leandro.r...@gmail.com 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 ___ Mailing list: https://launchpad.net

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

2012-02-14 Thread Leandro Reox
agonistic net cfg) It just seems to be missing a python api (at the moment). On 2/14/12 10:48 AM, Scott Moser smo...@ubuntu.com wrote: On Tue, 14 Feb 2012, Leandro Reox wrote: Hi guys, Anyone already implemented networking injection to RHEL systems acting as a guest ? If no any plans

Re: [Openstack] Remove Zones code - FFE

2012-02-13 Thread Leandro Reox
: 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@lists.launchpad.net; Chris Behrens Subject

Re: [Openstack] Remove Zones code - FFE

2012-02-13 Thread Leandro Reox
this 'Shards'. :) Not sure I dig that name completely, although it makes sense. Thoughts? - Chris On Feb 9, 2012, at 10:29 AM, Leandro Reox wrote: Awesome Chris !!! Lean On Thu, Feb 9, 2012 at 3:26 PM, Alejandro Comisario alejandro.comisa...@mercadolibre.com wrote

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-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'll have a

[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:

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 d...@nicira.com wrote: Congrats to the Quantum team! The latest + greatest version of Quantum was

[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] AMQPChannelException: (406, uPRECONDITION_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] AMQPChannelException: (406, uPRECONDITION_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 leandro.r...@gmail.comwrote: Hi guys, Im facing this error http://pastebin.com/8X3j4g8e it seems like nova compute cannot redeclare the queue I tried

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

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

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 atk...@gmail.com wrote: hi ,everybody nova compute node error : 2011-12-01

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

2011-12-01 Thread Leandro Reox
--dhcp_lease_time=62208000 2011/12/1 Leandro Reox leandro.r...@gmail.com: 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 atk

Re: [Openstack] Cloud Computing StackExchange site proposal

2011-11-30 Thread Leandro Reox
running all of our applications and our productive infrastructure over Openstack ( +1000 phy +6000 instances ) Sorry for the long writing . My two cents! Regards Leandro Reox Sr. Infrastructure Engineer at mercadolibre.com On Tue, Nov 29, 2011 at 10:37 PM, Lloyd Dewolf lloydost...@gmail.comwrote

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 mwjpi...@gmail.com 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

Re: [Openstack] How to using keystone with ldap

2011-11-30 Thread Leandro Reox
/11/30 Leandro Reox leandro.r...@gmail.com Maybe this link can help you out : http://mirantis.blogspot.com/2011/08/ldap-identity-store-for-openstack.html Regards 2011/11/30 DeadSun mwjpi...@gmail.com Now I according to keystone/test/etc/ldap.conf.template to set ldap configuration in my

Re: [Openstack] Keystone + Swift integration

2011-11-26 Thread Leandro Reox
2011 09:28:01 -0300 Leandro Reox leandro.r...@gmail.com wrote: keystone-manage endpointTemplates add RegionOne swift http://172.16.0.88:8080/v1/AUTH_%tenant_id% http://172.16.0.88:8080/ http://172.16.0.88:8080/v1/AUTH_%tenant_id% 1 1 I'm curious, did you actually put the '%' (percent

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 tonyt...@gmail.com wrote: Hi Leandro , Post on launchpad QA

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 leandro.r...@gmail.com wrote: Hi Hugo, We changed out everything to keystone2 , now we're getting

Re: [W3af-develop] REST support

2011-11-15 Thread Leandro Reox
Andres, - Regarding the discovery method, actually a REST API es pretty unique, maybe sending the Accept apliccation/json header and check for a positive answer is a good place to start. Well coded APIs accept the OPTIONS method to describe their behavior and their resources, vital info could be

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

2011-10-30 Thread Leandro Reox
, Leandro Reox a écrit : 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

[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 :

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 aliex_...@hotmail.com ** 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

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

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 kothabhas...@gmail.comwrote: hi, I can see my instances running but i'm not able to ssh/ping. output for *euca-describe-instances* is : RESERVATION

Re: [Openstack] Installation errors

2011-08-30 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 kothabhas...@gmail.comwrote: Dear All, I was able to run the instances but the problem I am facing is that the instances are in shutdown

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

[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 hostname

Re: [Openstack] FLAG --start_guests_on_host_boot=true

2011-07-20 Thread Leandro Reox
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 On Jul 15, 2011, at 7:13 AM, Leandro Reox wrote: HI all, Cant find any

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 leandro.r...@gmail.comwrote: Virsh, I was trying with my already spawned instances, thats good to know ! Ill

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

2011-07-20 Thread Leandro Reox
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 On Jul 15, 2011, at 7:13 AM, Leandro Reox wrote: HI all, Cant find

[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] 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

Re: [W3af-develop] core/data/db/history.py and .trace files

2011-02-08 Thread Leandro Reox
databases are used for almost everything (team rooms, phone db, rrhh dbs, physical security dbs). Regards -- Leandro Reox On Fri, Feb 4, 2011 at 8:39 PM, Andres Riancho andres.rian...@gmail.comwrote: Agreed, we need fixed. Lots of bug reports about it in Trac. -- Andres Riancho El feb 4, 2011 6

Re: [W3af-develop] core/data/db/history.py and .trace files

2011-02-08 Thread Leandro Reox
Riancho andres.rian...@gmail.comwrote: Lean, Do you know if the format is open? Do we have a Python binding to write to them? Any clue on how they scale in performance when saving thousands of registries? Regards, On Tue, Feb 8, 2011 at 4:42 PM, Leandro Reox leandro.r...@gmail.com

Re: [W3af-users] [W3af-develop] w3af On the Rise

2010-07-28 Thread Leandro Reox
Wow Andrew thats are a lot of big great news, keep this project at the highest level as you always did with everything. Im supporting this as a test auditor and you know that you can count on me for anything you need. Best wishes on your new role at Rapid7 Leandro Reox FDCS - Security Engineer