Re: [Openstack] {Disarmed} Re: {Disarmed} Re: EC2-API in Ocata - Help wanted

2017-06-14 Thread Anastasia Kravets
Hi Georgios,

The difference was caused by the presence of caching metadata in nova and the 
lack of caching in ec2-api.
We’ve fixed it in ec2-api in master.

Thank you for your assistance.
Regards,
Anastasia 


> On 21 Apr 2017, at 09:12, Andrey Pavlov <andrey...@gmail.com> wrote:
> 
> Also it will be very helpful for us if you describe the cloud where this 
> happens.
> How many projects/users. How many instances at all and in the tenant where 
> you try to list it. How many networks/subnets/ports.
> 
> Regards,
> Andrey.
> 
> On Thu, Apr 20, 2017 at 11:50 PM, Georgios Dimitrakakis <gior...@acmac.uoc.gr 
> <mailto:gior...@acmac.uoc.gr>> wrote:
> Hello,
> 
> I will try to provide you with the logs in the next few days...
> 
> Best,
> 
> G.
> 
> Hello Georgios,
> 
> We will test it on our site, but for more careful investigations could
> you please turn on debug = True in ec2api.conf and send us the ec2api
> logs during problem.
> Any additional information you can provide is welcome.
> 
> Thank you,
> 
> BR,
> Anastasia
> 
> On 18 Apr 2017, at 10:22, Georgios Dimitrakakis wrote:
> 
> Hello Anastasia!
> 
> Yes, 'nova list' is fast and I 've already given the requested
> information by replying to Jay's post.
> 
> Jay asked someone from the the EC2 API team to look at it but so far
> no one has appeared...
> 
> Best,
> 
> G.
> 
> Hello Georgios,
> 
> We’ll update the doc in the near future.
> 
> Did you see the question of Jay Pipes in the thread about slow
> performance? Did you try to run ’nova list’ and compare the
> time?
> 
> Thank you
> 
> Best regards,
> Anastasia Kravets
> 
> Hello Alexandre,
> 
> thank you very much for your time. I have a rough guide of what
> I
> did in order to have it working in case you need it to update
> the
> docs so please let me know if I can be of any assistance.
> 
> By the way could you please check the following thread and let
> me
> know if you have any idea?
> 
> 
> http://lists.openstack.org/pipermail/openstack/2017-March/018972.html 
> <http://lists.openstack.org/pipermail/openstack/2017-March/018972.html>
> [19]
> 
> [21]
> 
> All the best,
> 
> G.
> 
> Thank you Georgios,
> 
> We'll definitely update the doc. We were away all of us so
> couldn't
> help you with your initial problems. Glad you'd figured them
> out.
> Sorry about your troubles.
> 
> Best regards,
> Alex Levine
> 
> On 4/1/17 12:00 PM, Georgios Dimitrakakis wrote:
> 
> For people dealing with the same problem I was able to
> overcome
> the problem by installing the "openstack-ec2-api" package
> from
> the centos-openstack-ocata repository.
> 
> Although the binaries were exactly the same as mine (did a
> checksum) installing the package revealed a much more
> detailed
> configuration file, which helped a lot.
> 
> In there I found that the "metadata_shared_secret" should be
> under the "[metadata]" section instead of just putting it in
> the
> default as I was doing since there was no configuration.
> 
> I believe that the documentation on EC2-API should be
> definitely updated for two reasons: 1) To instruct users to
> install the available package instead of letting them to
> build
> everything manually and 2) To inform them on the settings
> that
> should be present in the configuration file in order for it
> to
> work with the current OpenStack specifications and
> requirements.
> 
> Regards,
> 
> G.
> 
> On Mon, 20 Mar 2017 00:27:35 +0200, Georgios Dimitrakakis
> wrote:
> 
> Just to post an update.
> 
> These are two different issues.
> 
> The first one
> 
> # aws --endpoint-url http://controller:8788 <http://controller:8788/> [1] [9] 
> ec2
> describe-images
> 
> An error occurred (AuthFailure) when calling the
> DescribeImages
> operation: Not Found
> 
> was because of this line
> 
> keystone_ec2_tokens_url =
> http://nefelus-controller:35357/v3/v3/ec2token 
> <http://nefelus-controller:35357/v3/v3/ec2token> [2] [10]
> 
> in the "ec2api.conf" file.
> 
> Obviously they shouldn't be two "v3" there.
> 
> This is coming from the "install.sh" script because of
> this:
> 
> iniset $CONF_FILE DEFAULT keystone_ec2_tokens_url
> "$OS_AUTH_URL/v3/ec2tokens"
> 
> but in the new versions of OpenStack (I am on Ocata) the
> recommended
> way for "admin.rc" is to have
> 
> OS_AUTH_URL=http://controller:35357/v3 <http://controller:35357/v3> [3] [11]
> 
> So there is already a "v3" plus ano

Re: [openstack-dev] [nova] Degradation of performance on master

2017-05-03 Thread Anastasia Kravets
Hi, 

No sorry but we haven’t run this with os-profiler (and don’t have plans to run).

Thank you,
Anastasia

> From: Matt Riedemann >
> Sent: Thursday, April 27, 2017 9:20 PM
> To: openstack-dev@lists.openstack.org 
> 
> Subject: Re: [openstack-dev] [nova] Degradation of performance on master
>  
> Thanks for the information. Have you run this with os-profiler to get an 
> idea of where it's taking the most time? The virt driver, fake or not, 
> shouldn't make a difference when listing instances as that's just a 
> database operation.
> 
> -- 
> 
> Thanks,
> 
> Matt
> 
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org 
> ?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev 
> 
> openstack-dev mailing list 
> 
> lists.openstack.org 
> This list for the developers of OpenStack to discuss development issues and 
> roadmap. It is focused on the next release of OpenStack: you should post on 
> this list if ...

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [nova] Degradation of performance on master

2017-04-27 Thread Anastasia Kravets
Hi all,

Making some investigations in our project, we have run rally tests, and have 
noticed degradation of performance of nova on master compared with ocata 
branch. 
`nova list` on ocata branch with 100 servers run in 1,6s while the `nova list` 
on master branch with 40 servers only run in 1,8s.
Nova is configured to use fake libvirt.

Pay your attention. Thank you.

Best Regards,
Anastasia Kravets




__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [chef] ec2-api cookbook

2016-03-24 Thread Anastasia Kravets
Yes, I’ll try my best to join you this Monday!

Thanks,
Anastasia

> On 24 Mar 2016, at 20:36, Samuel Cassiba <s...@cassiba.com> wrote:
> 
> On Thu, Mar 24, 2016 at 3:33 AM, Anastasia Kravets <rtikit...@gmail.com 
> <mailto:rtikit...@gmail.com>> wrote:
> Hi, team!
> 
> If you remember, we've created a cookbook for ec2-api service. After last 
> discussion I’ve refactored it, have added specs.
> The final version is located on cloudscaling github: 
> https://github.com/cloudscaling/cookbook-openstack-ec2 
> <https://github.com/cloudscaling/cookbook-openstack-ec2>.
> How do we proceed to integrate our cookbook to your project?
> 
> Regards,
> Anastasia
> 
> 
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe 
> <http://openstack-dev-requ...@lists.openstack.org/?subject:unsubscribe>
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev 
> <http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev>
> 
> 
> Hi Anastasia,
> 
> That's great news! We'll have to go through the process of getting a new repo 
> added under our project. Would you be able to attend Monday's meeting to 
> discuss it further?
> 
> Thanks,
> 
> Samuel
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [chef] ec2-api cookbook

2016-03-24 Thread Anastasia Kravets
Hi, team!

If you remember, we've created a cookbook for ec2-api service. After last 
discussion I’ve refactored it, have added specs.
The final version is located on cloudscaling github: 
https://github.com/cloudscaling/cookbook-openstack-ec2.
How do we proceed to integrate our cookbook to your project?

Regards,
Anastasia


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev