Re: [Openstack-operators] [Rally] Scale testing of openstack

2016-03-14 Thread Akshay Kumar Sanghai
+ Andrey and Boris - possibly they can tell >>>> more.. >>>> >>>> On Thu, Mar 10, 2016 at 9:04 PM, Edgar Magana >>> > wrote: >>>> >>>>> I am including one of our Rally expert to provide some guidance! >>>>>

Re: [Openstack-operators] [Rally] Scale testing of openstack

2016-03-11 Thread Akshay Kumar Sanghai
ey and Boris - possibly they can tell >>> more.. >>> >>> On Thu, Mar 10, 2016 at 9:04 PM, Edgar Magana >>> wrote: >>> >>>> I am including one of our Rally expert to provide some guidance! >>>> >>>> Kyle, please prov

Re: [Openstack-operators] [Rally] Scale testing of openstack

2016-03-10 Thread Jesse Keating
If you have multiple networks, you have to define the one you want used. You can define it in the json.   In the args you need to add a nics block, that defines the net-id of the network you need. -jlk     - Original message -From: Akshay Kumar Sanghai To: Dina Belova Cc: openstack-operator

Re: [Openstack-operators] [Rally] Scale testing of openstack

2016-03-10 Thread Dina Belova
nce! >>> >>> Kyle, please provide any details that you may have in mind. >>> >>> Thanks, >>> >>> Edgar >>> >>> From: Akshay Kumar Sanghai >>> Date: Thursday, March 10, 2016 at 9:43 AM >>> To: Dina Belova >>&g

Re: [Openstack-operators] [Rally] Scale testing of openstack

2016-03-10 Thread Dina Belova
; > Edgar > > From: Akshay Kumar Sanghai > Date: Thursday, March 10, 2016 at 9:43 AM > To: Dina Belova > Cc: openstack-operators > Subject: Re: [Openstack-operators] [Rally] Scale testing of openstack > > Hi Dina, > Thanks for the reference. > I edited the sample boo

Re: [Openstack-operators] [Rally] Scale testing of openstack

2016-03-10 Thread Edgar Magana
is.com>> Cc: openstack-operators mailto:openstack-operators@lists.openstack.org>> Subject: Re: [Openstack-operators] [Rally] Scale testing of openstack Hi Dina, Thanks for the reference. I edited the sample boot.json file and added the network context. It gives an error while executin

Re: [Openstack-operators] [Rally] Scale testing of openstack

2016-03-10 Thread Akshay Kumar Sanghai
Hi Dina, Thanks for the reference. I edited the sample boot.json file and added the network context. It gives an error while executing the task: "Error BadRequest: Multiple possible networks found, use a Network ID to be more specific". I think because I have multiple networks, its asking for which

Re: [Openstack-operators] [Rally] Scale testing of openstack

2016-03-10 Thread Dina Belova
Akshay, you may try to use http://docs.openstack.org/developer/rally/plugin/plugin_reference.html#novaservers-boot-server-scenario and specify two contexts in the scenario configuration: user context for tenant creation and network context for networks creation for these tenants. Scenario itself w