Friday, 2015-03-27

*** annashen has joined #openstack-qa00:03
*** bknudson has joined #openstack-qa00:04
*** mmedvede has quit IRC00:06
*** yamamoto has joined #openstack-qa00:06
oomichi_cyeoh: yeah, we need to choose which microversions should be tested on the gate.00:07
oomichi_cyeoh: but it whould be separated from Tempest because openstack-infra(project-config, or something) can select testing microversions.00:08
oomichi_cyeoh: anyway, we are arranging Nova response schemas on Tempest for preparing microversions tests.00:09
oomichi_cyeoh: I'm happy if you also join to https://review.openstack.org/#/q/status:open+project:openstack/tempest+branch:master+topic:bp/rearrange-nova-response-schemas,n,z :-)00:09
cyeohyea for important apis we could test per bump if they change00:09
cyeohbut say we support 2.4 -> 2.5600:10
cyeohan actual resource may only change its api once per all of those version numbers supported00:10
cyeohand I think we can get away with just testing "inside" the new behaviour and "outside"00:11
cyeohI think we can have enough confidence that all the version comparison will be ok00:11
cyeohoomichi_: I will have a look those reviews....00:12
cyeohoomichi_; actually i have no probs at all at handpicking version numbers to test and leaving an explanation of which version/resource we are testing and why (eg testing /foo because feature A introduced, feature B removed etc, risk of contradiction here etc)00:13
*** Longgeek has quit IRC00:15
*** sputnik13 has quit IRC00:20
*** dboik has joined #openstack-qa00:21
*** tsekiyam_ has joined #openstack-qa00:21
oomichi_cyeoh: maybe we need to test both minimum/maximum microversions at least on the gate00:23
oomichi_cyeoh: and tempest needs to know added/removed resources on each microversions.00:23
*** mtanino has quit IRC00:24
oomichi_cyeoh: Iromic microversions tests are being added now: https://review.openstack.org/#/c/166386/00:24
oomichi_cyeoh: so it would be nice input for nova microversions also.00:25
*** catohornet has quit IRC00:25
*** tsekiyama has quit IRC00:25
openstackgerritMerged openstack-dev/devstack: Install Cinder into its own venv  https://review.openstack.org/15701000:25
*** tsekiyam_ has quit IRC00:26
openstackgerritSwaminathan Vasudevan proposed openstack/tempest: Fix Tempest test failure for DVR Router agent binding  https://review.openstack.org/16524600:28
*** yamamoto has quit IRC00:34
*** catohornet has joined #openstack-qa00:43
*** annashen has quit IRC00:45
openstackgerritJosh Gachnang proposed openstack-dev/devstack: Prepare devstack for Ironic cleaning testing  https://review.openstack.org/16817500:48
*** Longgeek has joined #openstack-qa01:03
*** salv-orlando has quit IRC01:10
openstackrecheckConsole logs not available after 13:22s for gate-horizon-selenium 167326,8,02ec32b01:14
*** yamamoto has joined #openstack-qa01:17
*** dims_ has quit IRC01:23
*** ChuckC has joined #openstack-qa01:26
*** ChuckC has quit IRC01:36
*** jhenner has quit IRC01:46
*** dkranz has joined #openstack-qa01:47
*** melwitt has quit IRC01:48
*** yamahata has quit IRC01:49
*** amotoki has quit IRC01:50
*** happyeveryday has joined #openstack-qa01:50
openstackgerritYAMAMOTO Takashi proposed openstack-dev/devstack: Fix Q_USE_PUBLIC_VETH regression  https://review.openstack.org/16820201:52
*** Longgeek has quit IRC01:52
*** Longgeek has joined #openstack-qa01:53
openstackgerritYAMAMOTO Takashi proposed openstack-dev/devstack: Fix Q_USE_PUBLIC_VETH regression  https://review.openstack.org/16820201:57
*** happyeveryday has quit IRC01:58
*** haigang has joined #openstack-qa02:00
*** mlavalle has joined #openstack-qa02:06
*** salv-orlando has joined #openstack-qa02:08
*** soumit has joined #openstack-qa02:10
soumitI did not find any option in tempest where the user can only use nova boot from volume thus I have added a bug in tempest https://bugs.launchpad.net/tempest/+bug/143631402:12
openstackLaunchpad bug 1436314 in tempest "Option to boot VM only from volume is not available" [Medium,New] - Assigned to Soumit (soumit-mishra)02:12
soumitCan you please review the abive bug02:12
soumit*above02:12
*** soumit has quit IRC02:13
*** soumit has joined #openstack-qa02:15
*** soumit has quit IRC02:17
*** oomichi_ has quit IRC02:17
*** soumit has joined #openstack-qa02:18
*** anshul has joined #openstack-qa02:20
*** patrickeast has quit IRC02:25
*** achanda has quit IRC02:27
*** haigang has quit IRC02:29
*** haigang has joined #openstack-qa02:30
openstackgerritSwaminathan Vasudevan proposed openstack-infra/devstack-gate: Configure sub-nodes for Neutron DVR aiopcpu  https://review.openstack.org/15852502:33
*** catohornet has quit IRC02:39
*** pal_ has joined #openstack-qa02:43
*** Poornima has joined #openstack-qa02:44
*** salv-orlando has quit IRC02:45
*** annashen has joined #openstack-qa02:48
openstackgerritSean Dague proposed openstack-dev/devstack: preinstall websockify to avoid numpy  https://review.openstack.org/16820902:51
*** annashen has quit IRC02:52
lifelesssdague: does https://review.openstack.org/#/c/168209/1/lib/nova actually work?03:00
lifelesssdague: I rather suspect pip will note that the dep is missing and install it03:00
sdaguelifeless: we'll find out03:00
lifelesssdague: you might like to check with pip's 'develop' branch03:00
sdague--no-deps is documented03:01
lifelessyes, it will do *that* install without numpy03:01
sdagueright03:01
lifelessI'm speculating about the next install03:01
sdagueno, that's where we're taking advantage of 'pip is drunk' in our favor03:01
lifelessmmm03:01
sdaguebecause pip won't ever install websockify again after this03:01
lifelessdo we have anythin depending on websockify ?03:02
lifelessor do we install it from a requirements.txt ?03:02
sdagueit03:02
sdaguenova requirements.txt03:02
lifelessok03:02
lifelessso it won't work03:02
lifelesstry this:03:02
lifelesspip install --no-deps websockify03:02
lifelesspip install websockify03:02
lifelessnumpy turns right up03:03
sdaguehmmm03:03
lifelessput a trace in the review03:04
lifelesswhat problem are you trying to solve?03:04
sdagueyeh, I see that locally now03:04
sdaguetrying to figure out if we can avoid having to pull in numpy03:05
lifelessbecause?03:05
lifelessWhats the issue with numpy03:05
sdaguebecause it's a couple of minutes of build time, on every devstack run03:05
lifelessok03:06
sdagueand it's not really clear the code is ever executed03:06
lifelessI would run 'pip wheel numpy' during the image build03:06
sdagueyeh, we're getting there, it doesn't help the devstack as end user case03:07
lifelesssure, though end users aren't typically in an inner loop like ds-gate is03:07
sdaguehttps://github.com/kanaka/websockify/blob/master/websockify/websocket.py#L118-L136 is the entire reference to numpy in openstack03:08
lifelessyeah, I understand the reasoning about lack of use03:08
lifelesspip will fix the dep every time that anything in the dep chain has a reference to numpy03:08
lifelessthats a feature03:08
sdagueok, I didn't realize that. The fact that it does that but doesn't install dependencies at the right version just drives me nuts.03:09
lifelessright version?03:10
sdaguepackage A03:10
lifelessis this the resolver thing you pointed at in the meeting the other day, when I said 'why do you need stable branches for clients' ?03:10
sdaguepackage B; requires A>=1.203:10
sdaguepip install A==1.003:10
sdaguepip install B03:10
sdagueA will still be 1.003:11
sdagueyes03:11
lifelessso pip install -U B will DTRT03:11
lifelessbut03:11
lifelessit will upgrade a bunch of other stuff03:11
sdaguelifeless: right exactly03:11
lifelessbut03:11
sdagueit will upgrade everything to latest03:11
lifelessthat said03:11
lifelessI think with my cleanups doing something a bit better should be feasible03:12
lifelesshow does this interact with the stable client discussion03:12
sdagueok, great03:12
lifelessbecause, I know that having a resolver is desirable03:12
lifelessbut I don't see the dots joining the two things03:12
sdaguewell, it's late here, so I'm not going to give you the clearest explanation of it03:13
sdaguehowever because of pip not installing the dependencies you ask of it at the right versions03:13
*** achanda has joined #openstack-qa03:13
sdaguewe have built this whole system with g-r and stable branches that sets up preconditional package versions & pins which let us approximately get what we'd expect if pip solved correctly03:14
lifelessdo you mean the incremental thing above?03:14
sdagueyes03:15
lifelesse.g. if pip upgraded only packages with conflicting versions, would that make stuff better?03:15
sdagueyes03:15
lifelessok, let me capture an issue03:15
sdaguemore importantly pip install B03:15
sdagueneeds to do all the things that all the B dependencies require03:16
sdagueand sometimes that's an upgrade, and sometimes that's a downgrade03:16
sdagueanyway, bed time here. Have a good night03:18
*** liusheng has joined #openstack-qa03:21
lifelessargh03:21
lifelessf*cking github just discarded my new issue prose03:21
lifelessuseless03:22
lifeless405 Not Allowed03:23
lifelessgreat03:23
clarkbso we chatted a bit about related things in portland today and the only sane options I can come up with are 1. fix pip resolver 2. dont use pip03:23
lifeless2:22 UTCWe are investigating increased error rates as an incoming DDoS amplifies their attack.03:24
clarkbwe have basically asserted requirements for the system that are not meetable otherwise03:24
clarkbalso yay github. hopefully freenode wont have similar issues03:25
*** ajmiller has joined #openstack-qa03:28
lifelessdepends on what criminals are attacking gh03:29
lifelesssdague: https://github.com/pypa/pip/issues/261203:30
*** sputnik13 has joined #openstack-qa03:33
*** Longgeek has quit IRC03:34
*** sputnik13 has quit IRC03:35
*** sputnik13 has joined #openstack-qa03:38
*** sputnik13 has quit IRC03:38
openstackgerritMerged openstack/tempest-lib: Migrated test_credentials.py to tempest-lib  https://review.openstack.org/16691803:41
*** tochi has joined #openstack-qa03:42
*** pal__ has joined #openstack-qa03:44
*** pal_ has quit IRC03:45
*** rushiagr_away is now known as rushiagr03:46
*** salv-orlando has joined #openstack-qa03:46
*** soumit has quit IRC03:50
*** salv-orlando has quit IRC03:52
*** pal__ has quit IRC03:55
*** sputnik13 has joined #openstack-qa03:58
openstackgerritIan Wienand proposed openstack-dev/devstack: Install packaged pyOpenSSL  https://review.openstack.org/16821704:02
*** Madan has joined #openstack-qa04:04
*** Longgeek has joined #openstack-qa04:08
*** mitchell has joined #openstack-qa04:17
*** mlavalle has quit IRC04:19
*** sputnik13 has quit IRC04:39
*** sputnik13 has joined #openstack-qa04:39
*** Poornima has quit IRC04:43
*** sputnik13 has quit IRC04:44
*** sputnik13 has joined #openstack-qa04:45
openstackgerritAbhishek G M proposed openstack/tempest: Test Create of VM with multiple Nics  https://review.openstack.org/16804004:49
*** sputnik13 has quit IRC04:49
*** annashen has joined #openstack-qa04:49
*** annashen has quit IRC04:54
*** sputnik13 has joined #openstack-qa04:56
*** achanda has quit IRC05:00
*** Poornima has joined #openstack-qa05:04
*** rushiagr is now known as rushiagr_away05:04
*** ajmiller has quit IRC05:05
*** zz_dimtruck is now known as dimtruck05:09
*** soumit has joined #openstack-qa05:10
*** sputnik13 has quit IRC05:12
*** pal_ has joined #openstack-qa05:16
*** chandankumar has joined #openstack-qa05:36
*** achanda has joined #openstack-qa05:37
*** jamielennox is now known as jamielennox|away05:41
*** salv-orlando has joined #openstack-qa05:44
*** annoyingspore has quit IRC05:46
*** dims has joined #openstack-qa05:46
*** salv-orlando has quit IRC05:47
*** shilpa_ has joined #openstack-qa05:50
*** anshul has quit IRC05:51
*** anshul has joined #openstack-qa05:52
*** sputnik13 has joined #openstack-qa05:53
*** neeti has joined #openstack-qa05:54
*** sputnik13 has quit IRC05:57
*** sputnik13 has joined #openstack-qa06:02
openstackgerritAndrew Boik proposed openstack/tempest: Add dualstack config option, fix connectivity check for dualstack  https://review.openstack.org/16822906:06
*** rushiagr_away is now known as rushiagr06:09
*** soumit1 has joined #openstack-qa06:09
*** soumit has quit IRC06:12
openstackgerritAndrew Boik proposed openstack-dev/devstack: Set Tempest config public_network_dualstack  https://review.openstack.org/16823506:13
openstackgerritAndrew Boik proposed openstack-dev/devstack: Set Tempest config public_network_dualstack  https://review.openstack.org/16823506:14
openstackgerritAndrew Boik proposed openstack-infra/devstack-gate: WIP: (experiment) Test dual-stack with dependency  https://review.openstack.org/16806306:19
*** BharatK has joined #openstack-qa06:19
*** woodster_ has quit IRC06:20
*** SridharG has joined #openstack-qa06:21
*** dims has quit IRC06:21
openstackgerritAndrey Pavlov proposed openstack/tempest-lib: Add ssh client from tempest  https://review.openstack.org/16651806:21
openstackgerritAndrey Pavlov proposed openstack/tempest-lib: Add ssh client from tempest  https://review.openstack.org/16651806:23
*** afazekas is now known as __afazekas06:28
openstackgerritAndrew Boik proposed openstack/tempest: Add dualstack config option, fix connectivity check for dualstack  https://review.openstack.org/16822906:29
openstackgerritAndrew Boik proposed openstack/tempest: Add dualstack config option, fix connectivity check for dualstack  https://review.openstack.org/16822906:29
*** achanda has quit IRC06:32
*** salv-orlando has joined #openstack-qa06:33
*** salv-orlando has quit IRC06:37
*** k4n0 has joined #openstack-qa06:38
*** yamamoto has quit IRC06:48
*** mmedvede has joined #openstack-qa06:49
*** Longgeek has quit IRC06:50
*** Longgeek has joined #openstack-qa06:53
*** dimtruck is now known as zz_dimtruck06:53
*** soumit1 has quit IRC06:58
*** ajo has quit IRC06:58
*** nfedotov has joined #openstack-qa07:01
*** dmorita has quit IRC07:02
*** dratushnyy has joined #openstack-qa07:02
k4n0andreaf, ping07:04
openstackrecheckConsole logs not available after 13:28s for gate-cinder-pep8 167978,1,4efdd1807:07
*** afazekas has joined #openstack-qa07:13
openstackgerritWang Yun proposed openstack/tempest: Allow SSH instance with username and password in scenario cases  https://review.openstack.org/16825307:20
*** soumit has joined #openstack-qa07:22
*** soumit has quit IRC07:28
*** eugene_bag has joined #openstack-qa07:56
*** eugene_bag1 has joined #openstack-qa07:59
*** eugene_bag has quit IRC08:00
*** hichihar_ has joined #openstack-qa08:04
*** vozcelik has quit IRC08:07
*** markus_z has joined #openstack-qa08:09
*** salv-orlando has joined #openstack-qa08:15
*** safchain has joined #openstack-qa08:15
*** salv-orlando has quit IRC08:20
*** ajo has joined #openstack-qa08:27
*** marun has joined #openstack-qa08:31
*** JoshNang has quit IRC08:32
*** ihrachyshka has joined #openstack-qa08:32
*** marun has quit IRC08:35
*** enikanorov has joined #openstack-qa08:36
*** jlanoux has joined #openstack-qa08:37
*** andreykurilin_ has joined #openstack-qa08:43
*** ihrachyshka has quit IRC08:45
openstackgerritMarian Horban proposed openstack/tempest: API test for instance's migration added  https://review.openstack.org/15300508:49
*** annashen has joined #openstack-qa08:52
*** jordanP has joined #openstack-qa08:53
openstackgerritJoseph Lanoux proposed openstack/tempest: Define validation_resources function for ssh validation  https://review.openstack.org/14922908:53
openstackgerritMichal Dulko proposed openstack-dev/hacking: Fix string formatting in example  https://review.openstack.org/16826908:55
openstackgerritJoseph Lanoux proposed openstack/tempest: WIP - Add create_test_server function  https://review.openstack.org/15160108:57
openstackgerritJoseph Lanoux proposed openstack/tempest: Define validation_resources function for ssh validation  https://review.openstack.org/14922908:57
*** annashen has quit IRC08:57
openstackgerritJoseph Lanoux proposed openstack/tempest: WIP - Add new multi ssh configuration options  https://review.openstack.org/14653508:57
openstackgerritJoseph Lanoux proposed openstack/tempest: Create shared ssh verification by extending RemoteClient  https://review.openstack.org/15389908:58
*** nfedotov has quit IRC09:05
*** andreykurilin_ has quit IRC09:19
*** andreykurilin_ has joined #openstack-qa09:19
*** ylobankov__ is now known as ylobankov09:22
*** zz_johnthetubagu is now known as johnthetubaguy09:23
*** tkammer has joined #openstack-qa09:23
*** ibiris_away is now known as ibiris09:27
*** gfidente has joined #openstack-qa09:32
*** apevec has joined #openstack-qa09:38
*** dratushnyy has quit IRC09:47
*** andreykurilin_ has quit IRC09:49
*** dims_ has joined #openstack-qa09:51
*** ibiris is now known as ibiris_away09:56
andreafk4n0: hi09:56
*** hichihar_ has quit IRC09:58
*** ibiris_away is now known as ibiris10:00
k4n0andreaf, seems like you sent another patch, so i dont need to send patch now?10:04
andreafk4n0: yes, indeed I hope you don't mind10:05
k4n0andreaf, no probs, The patch has been pending since long10:06
andreafk4n0: yes I'm trying to get a closure on the bp :) and thanks again for all your contributions to it10:07
k4n0andreaf, welcome, thanks for helping me out10:07
*** dpaterson has quit IRC10:08
*** pc_m has joined #openstack-qa10:11
*** amotoki has joined #openstack-qa10:13
*** e0ne has joined #openstack-qa10:18
openstackgerritAndrea Frittoli  proposed openstack/tempest: Initial class creds creation in test base class  https://review.openstack.org/15368110:19
openstackgerritAndrea Frittoli  proposed openstack/tempest: Split resource_setup for network tests  https://review.openstack.org/15031210:19
*** marun has joined #openstack-qa10:20
*** jhenner has joined #openstack-qa10:23
*** tosky has joined #openstack-qa10:23
*** marun has quit IRC10:24
*** salv-orlando has joined #openstack-qa10:30
*** Longgeek has quit IRC10:31
*** salv-orlando has quit IRC10:34
*** dratushnyy has joined #openstack-qa10:39
*** haigang has quit IRC10:48
*** amotoki has quit IRC10:56
*** amotoki has joined #openstack-qa10:57
openstackgerritMerged openstack/tempest-lib: Fix docstring for rest_client module  https://review.openstack.org/16612811:03
openstackgerritAndrea Frittoli  proposed openstack/tempest: Initial class creds creation in test base class  https://review.openstack.org/15368111:04
*** Longgeek has joined #openstack-qa11:08
*** ihrachyshka has joined #openstack-qa11:11
*** pal_ has quit IRC11:12
*** pal_ has joined #openstack-qa11:13
*** mitchell has quit IRC11:15
*** erlon has joined #openstack-qa11:18
*** ajo has quit IRC11:18
*** BharatK has quit IRC11:19
*** salv-orlando has joined #openstack-qa11:24
*** jhenner has quit IRC11:28
openstackgerritMerged openstack/tempest: Remove hyphen from rand_name calls in thirdparty tests  https://review.openstack.org/16667711:28
openstackrecheckopenstack/tempest change: https://review.openstack.org/166665 failed gate-tempest-dsvm-nova-v21-full in the gate queue with an unrecognized error11:28
*** cdent has joined #openstack-qa11:37
*** mwagner_lap has quit IRC11:38
*** shilpa_ has quit IRC11:38
*** Longgeek has quit IRC11:42
*** neeti has quit IRC11:45
*** e0ne is now known as e0ne_11:48
*** e0ne_ is now known as e0ne11:49
*** vigneshvar has joined #openstack-qa11:49
*** neeti has joined #openstack-qa11:50
openstackgerritAndrea Frittoli  proposed openstack/tempest: Initial class creds creation in test base class  https://review.openstack.org/15368111:51
*** vigneshvar_ has joined #openstack-qa11:56
*** pal_ has quit IRC11:59
*** woodster_ has joined #openstack-qa12:01
*** jhenner has joined #openstack-qa12:05
*** johnthetubaguy is now known as zz_johnthetubagu12:06
*** pal_ has joined #openstack-qa12:10
*** zz_johnthetubagu is now known as johnthetubaguy12:15
mkodererandreaf: do we use ssh by default for all scenario tests?12:15
*** pal_ has quit IRC12:16
*** dboik has quit IRC12:16
andreafmkoderer: all the network ones at least yes, scenario tests do not honour the run_ssh config option12:20
mkodererandreaf: ok, we could most probably activate ssh testing for server_basic too12:21
mkodererhttps://github.com/openstack/tempest/blob/master/tempest/scenario/test_server_basic_ops.py#L8212:21
*** mwagner_lap has joined #openstack-qa12:22
*** rushiagr is now known as rushiagr_away12:23
*** shilpa_ has joined #openstack-qa12:32
*** johnthetubaguy is now known as zz_johnthetubagu12:33
*** adalbas has joined #openstack-qa12:33
*** yamamoto has joined #openstack-qa12:33
*** acfleury has joined #openstack-qa12:33
openstackgerritafazekas proposed openstack-dev/devstack: Revert "Do not download Fedora cloud image for heat"  https://review.openstack.org/16832012:35
*** shilpa_ has quit IRC12:35
*** sputnik13 has quit IRC12:39
*** yamamoto has quit IRC12:40
*** bknudson has quit IRC12:40
*** aysyd has joined #openstack-qa12:40
*** amotoki has quit IRC12:50
*** rfolco has joined #openstack-qa12:50
*** zz_johnthetubagu is now known as johnthetubaguy12:51
*** Madan has quit IRC12:51
*** dboik has joined #openstack-qa12:58
*** amotoki has joined #openstack-qa12:58
*** bknudson has joined #openstack-qa13:01
*** e0ne is now known as e0ne_13:03
*** pal_ has joined #openstack-qa13:04
*** jaypipes is now known as leakypipes13:05
dtroyersdague: http://logs.openstack.org/63/167963/1/check/check-grenade-dsvm-neutron/48fc36c/logs/grenade.sh.txt.gz13:10
*** rushiagr_away is now known as rushiagr13:10
*** e0ne_ is now known as e0ne13:11
*** neeti has quit IRC13:16
*** pal_ has quit IRC13:16
*** k4n0 has quit IRC13:18
*** acfleury has quit IRC13:21
*** dustins has joined #openstack-qa13:21
*** Poornima has quit IRC13:26
*** dgonzalez has joined #openstack-qa13:26
mkodererandreaf: mtreinish: I am really confused now ...13:26
mkodererssh_user_regex is set to [["^.*[Cc]irros.*$", "root"]]13:26
mkodererandreaf: mtreinish: but the default cirros image does not allow a login with root user13:27
*** ihrachyshka has quit IRC13:27
*** ihrachyshka has joined #openstack-qa13:27
mkodererandreaf: mtreinish: exec_command() doesn't fail because the ssh connection can be established13:28
mkodererbut no ssh command will be send at all13:28
*** artom has quit IRC13:28
*** ilyashakhat has quit IRC13:28
mkodererare you sure that we really run any ssh command in the scenario tests?13:28
mkodererafazekas: ^ ?13:28
andreafmkoderer: oh, that's only used for scenario tests which use testcenario I think - the naming is really confusing, sorry13:29
andreafmkoderer: which is TestServerBasicOps, which honours the run_ssh option13:30
mkodererandreaf: oh ok.. it seems I really used the wrong file for my copy/paste manila scenario test :)13:30
mkodererandreaf: but it should also point to user "cirros" and not "root" by default?13:31
*** chandankumar has quit IRC13:31
mtreinishmkoderer: ssh_user_regex, I'm not even sure I know what that's used for13:32
mkoderermtreinish: it's used in server_basicops... I think it need to be cleaned up :)13:33
mtreinishmkoderer: heh, yeah there is a bp for cleaning that up: http://specs.openstack.org/openstack/qa-specs/specs/ssh-auth-strategy.html13:34
mkodererI just was shocked because I tought all scenario test do the same13:34
mtreinishheh, yeah some of the scenario stuff is real mess13:35
andreafmkoderer: the proper implementation would be a tools that generates a list of guest image and flavours in YAML before tempest runs, including additional data such as ssh-user etc, and then feed that into testscenarios13:37
andreafmkoderer: I plan to submit a bp for that in liberty13:37
andreafmkoderer: a spec actually13:37
mkodererandreaf: ok hopefully I will have some time and help you with that13:37
mkodererandreaf: mtreinish: thx... :)13:38
andreafmkoderer: the same thing can be used to track other info, such as when the "ip" command is in your guest image etc13:38
openstackgerritDean Troyer proposed openstack-dev/grenade: Source lib/neutron-legacy  https://review.openstack.org/16796313:38
andreafmkoderer: it would be great13:38
openstackgerritAndrew Boik proposed openstack/tempest: Add dualstack config option, fix connectivity check for dualstack  https://review.openstack.org/16822913:39
masayukigmtreinish, andreaf: Do you have the time to see this spec? "Add consistent-service-method-names spec": https://review.openstack.org/#/c/159310/13:40
mkodererandreaf: yeah.. I would need "nfs" tools for my manila tests.. so this need to get tracked for me too13:40
*** yamamoto has joined #openstack-qa13:40
afazekasmkoderer: do you have link to the code ?13:40
*** rbak has joined #openstack-qa13:40
afazekasandreaf, mkoderer: We should not use exact paths in the remote client when it is not needed13:42
afazekasIt would allow more image to use without any special extra work13:42
*** tochi has quit IRC13:42
andreafafazekas: yes indeed, I was just talking about a YAML file which allows you to specify the full path for certain images when needed13:43
mkodererafazekas: it's https://github.com/openstack/tempest/blob/master/tempest/scenario/utils.py#L5213:43
openstackgerritAndrew Boik proposed openstack-infra/devstack-gate: WIP: (experiment) Test dual-stack with dependency  https://review.openstack.org/16806313:45
afazekasmkoderer, check the first commit, it explains the things: https://github.com/openstack/tempest/commit/f5da28bdf53959b5fe507e0b1ddc4c22fb580fb713:45
mkodererafazekas: I understand the need.. but the default value is wrong13:46
*** yamamoto has quit IRC13:46
mkodererafazekas: you can't connect with root to cirros images13:46
afazekascirros allow you to establish the connection with root, but it will reject to execute a real command13:47
*** sabeen1 has joined #openstack-qa13:47
mkodererafazekas: yep .. so if you execute a "real" command you don't get any error13:48
mkodererafazekas: that was the thing that confused me13:48
*** dims_ is now known as dimsum__13:49
mkodererafazekas: I will change the default value for all cirros images to "cirros" user; fine for you?13:49
afazekasI'll check the cirros case, but some image allows you to login as root with the ssh_key, but it will terminate the connection after login13:49
afazekasmkoderer: y13:50
openstackgerritAndrew Boik proposed openstack/tempest: Add dualstack config option, fix connectivity check for dualstack  https://review.openstack.org/16822913:51
openstackgerritAndrew Boik proposed openstack-dev/devstack: Remove unused IPv6 setup from DevStack neutron script  https://review.openstack.org/16187713:54
*** ihrachyshka has quit IRC13:56
*** ihrachyshka has joined #openstack-qa13:57
afazekasThe cirros allows you to authenticate as root, but it does not let you to execute a real command, it reports the command execution as successful, which could be considered as a cirros bug13:58
openstackgerritRichard Winters proposed openstack/tempest: Update linux client to support basic MTU testing  https://review.openstack.org/15699713:58
*** salv-orl_ has joined #openstack-qa14:00
*** jecarey has joined #openstack-qa14:00
*** dimsum__ has quit IRC14:01
*** dimsum__ has joined #openstack-qa14:02
afazekasmkoderer, https://bugs.launchpad.net/cirros/+bug/1437350 does it explains the situation ?14:03
openstackLaunchpad bug 1437350 in CirrOS "cirros uses exit status 0 when trying to login as root" [Undecided,New]14:03
*** salv-orlando has quit IRC14:03
*** johnthetubaguy is now known as zz_johnthetubagu14:05
*** sputnik13 has joined #openstack-qa14:06
openstackgerritMarc Koderer proposed openstack/tempest: Change default cirros ssh user  https://review.openstack.org/16834414:07
mkodererafazekas: ok yes thanks for that14:07
*** ianw has quit IRC14:12
*** ianw has joined #openstack-qa14:12
*** mtanino has joined #openstack-qa14:16
*** chandankumar has joined #openstack-qa14:19
openstackgerritDane LeBlanc proposed openstack-infra/devstack-gate: WIP: (experiment) Test dual-stack with dependency  https://review.openstack.org/16806314:19
*** ianw has quit IRC14:21
*** ianw has joined #openstack-qa14:21
*** zz_johnthetubagu is now known as johnthetubaguy14:21
openstackgerritJoseph Lanoux proposed openstack/tempest: DO NOT MERGE- Test ssh validation in the gate  https://review.openstack.org/16550414:28
*** vigneshvar_ has quit IRC14:31
*** vigneshvar has quit IRC14:31
*** chandankumar has quit IRC14:31
openstackgerritMatthew Treinish proposed openstack/tempest: Handle fized_network edge cases gracefully  https://review.openstack.org/16835314:33
*** achanda has joined #openstack-qa14:35
openstackgerritJoseph Lanoux proposed openstack/tempest: WIP - Add create_test_server function  https://review.openstack.org/15160114:35
openstackgerritJoseph Lanoux proposed openstack/tempest: Define validation_resources function for ssh validation  https://review.openstack.org/14922914:35
openstackgerritJoseph Lanoux proposed openstack/tempest: WIP - Add new multi ssh configuration options  https://review.openstack.org/14653514:35
*** e0ne is now known as e0ne_14:36
openstackgerritJoseph Lanoux proposed openstack/tempest: Create shared ssh verification by extending RemoteClient  https://review.openstack.org/15389914:37
*** chandankumar has joined #openstack-qa14:38
openstackgerritJoseph Lanoux proposed openstack/tempest: DO NOT MERGE- Test ssh validation in the gate  https://review.openstack.org/16550414:39
openstackgerritAndrew Boik proposed openstack/tempest: Add dualstack config option, fix connectivity check for dualstack  https://review.openstack.org/16822914:41
*** zz_jgrimm is now known as jgrimm14:41
*** achanda has quit IRC14:42
*** dpaterson has joined #openstack-qa14:45
*** tsekiyama has joined #openstack-qa14:46
*** dansmith is now known as superdan14:47
*** e0ne_ is now known as e0ne14:48
*** hemnafk is now known as hemna14:49
openstackgerritZengfa Gao proposed openstack/tempest: Add API tests for Neutron subnetpool  https://review.openstack.org/15964414:56
*** zz_dimtruck is now known as dimtruck14:58
openstackgerritMasayuki Igawa proposed openstack/tempest-lib: Add unit tests for properties of rest_client  https://review.openstack.org/16836115:00
openstackgerritMasayuki Igawa proposed openstack/tempest-lib: Add a unit test for __str__() of rest_client  https://review.openstack.org/16836315:01
*** weshay has joined #openstack-qa15:09
openstackgerritMatthew Treinish proposed openstack/tempest: Handle fixed_network edge cases gracefully  https://review.openstack.org/16835315:09
*** marun has joined #openstack-qa15:10
openstackgerritMasayuki Igawa proposed openstack/tempest-lib: Add a unit test for get_versions()  https://review.openstack.org/16814315:13
openstackgerritAndrea Frittoli  proposed openstack/tempest: Remove unused methods  https://review.openstack.org/16836615:14
openstackgerritAndrea Frittoli  proposed openstack/tempest: Extend get_client_manager to support roles  https://review.openstack.org/16836715:14
*** catohornet has joined #openstack-qa15:14
*** marun has quit IRC15:15
openstackgerritDavid Kranz proposed openstack/tempest: Prevent failures when running as non-admin  https://review.openstack.org/16695515:15
*** markus_z has quit IRC15:17
*** chandankumar has quit IRC15:20
mtreinishdkranz: oops sorry I missed your comment about the sample config on the first rev, I'll respin it now15:22
*** ajo has joined #openstack-qa15:25
openstackgerritMerged openstack/tempest: Remove hyphen from rand_name calls in compute tests  https://review.openstack.org/16666515:26
openstackgerritChris Hoge proposed openstack/tempest: Fix a bug where a set is indexed as a list.  https://review.openstack.org/16837315:31
openstackgerritAndrea Frittoli  proposed openstack/tempest: Initial class creds creation in test base class  https://review.openstack.org/15368115:32
openstackgerritAndrea Frittoli  proposed openstack/tempest: Remove unused methods  https://review.openstack.org/16836615:32
openstackgerritAndrea Frittoli  proposed openstack/tempest: Extend get_client_manager to support roles  https://review.openstack.org/16836715:32
dkranzmtreinish: what do  you think about trying to have periodic jobs for a bunch of neutron configurations, based on community input of devstack configs?15:35
*** JoshNang has joined #openstack-qa15:36
*** vponomaryov has quit IRC15:38
sdaguedkranz: I think that wouldn't be useful unless there is a good tracking dashboard for it15:39
*** vponomaryov has joined #openstack-qa15:39
sc68caldkranz: can you expand on that a bit?15:40
dkranzsdague: yes, the dashboard is a big issue15:40
sc68caldkranz: Meaning, we have a *lot* of neutron configurations that are tested currently, with the Neutron 3rd party CI systems15:41
sc68calvia the hardware the vendors are testing15:41
dkranzsc68cal: ok, so maybe that is a good substitute, but with the same dashboard issue15:41
sdaguedkranz: so how about look at solving the dashboard issue first for post commit testing15:42
dkranzsdague: Is there any starting point for this? Has any one done anything like a prototype?15:43
dkranzsdague: Many people use jenkins for this but we are going to throw it out and is not usable right now due to multi-master anyway.15:44
sdaguenot really, there was a sketch of a plan from darmstat15:44
sdagueright, multi master makes jenkins not right for it15:44
dkranzsdague: is there any link to the sketch of a plan?15:45
dkranzsdague: I also  had the idea floating in my  head that it could be possible to set up a jenkins that does not run jobs but displays things as if it did.15:46
sdagueit was on a mailing list somewhere, I don't have the directly link15:47
dkranzsdague: rather than inventing a whole new ui/dashboard/etc. which is not something I could do anyway15:47
sdaguedkranz: honestly, with the number of jobs we have jenkins is the wrong ux15:47
dkranzsdague: I'm  not sure that is the case. You can segregate the display. And if you don't do that , I don't see how any ux will make it comprehensible. But experimentatoin with a comcrete idea is the only way to know.15:49
sdaguedoing it in jenkins seems a lot harder than data mining yourself15:49
dkranzsdague: I am probably not being clear about what I was thinking.15:50
*** eugene_bag1 has quit IRC15:50
dkranzsdague: I will see if I can find the sketch of a plan15:50
*** dboik_ has joined #openstack-qa15:51
mtreinishwell we just need to set a flag in system config and the subunit2sql data can also collect for periodics, so the data will all be there15:51
*** dboik has quit IRC15:54
openstackgerritJoe Gordon proposed openstack/tempest: Rename test_live_block_migration to test_live_migration  https://review.openstack.org/16562915:55
openstackgerritJoe Gordon proposed openstack/tempest: Add volume backed live migration test  https://review.openstack.org/16523315:55
openstackgerritJoe Gordon proposed openstack/tempest: Update description of Enable block_migrate_cinder_iscsi  https://review.openstack.org/16518215:55
openstackgerritJoe Gordon proposed openstack/tempest: Clarify how to resolve a uuid collision  https://review.openstack.org/16838215:55
*** dboik_ has quit IRC15:57
dkranzsc68cal: In any event, what I was really looking for was a way to be able to test a change on a number of configs *before* it merges.15:57
*** dboik has joined #openstack-qa15:57
dkranzsc68cal: If the third-party ci is adequate then perhaps there could be a way to trigger the same jobs as run for neutron when certain tempest changes are made.15:58
sc68caldkranz: I understood your first part about looking to test a change on multiple configs, but you lost me on your second line - although I may just be hungry and need lunch16:04
dkranzsc68cal: what I meant is that when you submit a patch to neutron, you see all of the third party neutron configs reporting, but when you submit to tempest there is no way to do that at present.16:05
dkranzsc68cal: that is what we need but don't need a fancy ui for that16:06
sc68caldkranz: ah I see now16:06
dkranzsc68cal: I unfortunately conflated periodic jobs with that because that is the mechanism we use now with 'check experimental' to test some alternative (non-network-related) configs in tempest16:06
*** chandankumar has joined #openstack-qa16:09
*** ChuckC has joined #openstack-qa16:11
*** SridharG has left #openstack-qa16:11
*** mriedem is now known as mriedem_lunch16:17
*** patrickeast has joined #openstack-qa16:17
*** e0ne is now known as e0ne_16:20
openstackgerritMerged openstack-infra/devstack-gate: Allow root user to ssh in as stack  https://review.openstack.org/13717616:22
*** catohornet has quit IRC16:23
*** e0ne_ is now known as e0ne16:26
*** e0ne is now known as e0ne_16:27
*** e0ne_ is now known as e0ne16:27
*** pal_ has joined #openstack-qa16:28
*** weshay has quit IRC16:31
*** dkranz has quit IRC16:32
openstackgerritClark Boylan proposed openstack-dev/devstack: Update libvirt cpu map before starting nova  https://review.openstack.org/16840716:32
openstackgerritClark Boylan proposed openstack-infra/devstack-gate: Set custom cpu_model for live_migrate  https://review.openstack.org/14153016:32
openstackgerritClark Boylan proposed openstack-infra/devstack-gate: Enable live block migration  https://review.openstack.org/13576816:32
openstackgerritClark Boylan proposed openstack-infra/devstack-gate: Use gate64 cpu type.  https://review.openstack.org/16840816:32
*** afazekas has quit IRC16:40
*** annashen has joined #openstack-qa16:44
*** yamamoto has joined #openstack-qa16:45
kashyapclarkb: Hi, superdan was discussing about the above on #openstack-nova16:46
kashyapa little while ago, if you're curious see the discussion after grepping 'cpu_map' -- http://eavesdrop.openstack.org/irclogs/%23openstack-nova/%23openstack-nova.2015-03-27.log16:46
*** Nic has joined #openstack-qa16:46
*** jlvillal has joined #openstack-qa16:47
clarkbkashyap: ya he gave me a bunch of info and a couple pieces of documentation from you16:47
clarkbkashyap: basically I have the pentiumpro + lm with x86_64 working with manual virsh16:48
kashyapclarkb: Just noticed the custom model  -- https://review.openstack.org/#/c/168407/1/extras.d/99-cpu_map.sh16:48
clarkbkashyap: now trying to get that to work with nova16:48
clarkbkashyap: ya that change has a bug about to push a fix16:48
kashyapI'd be curious to see if the tests succeed16:48
clarkbkashyap: it won't on that test run unfortunately but should once I fix the bigs16:49
openstackgerritClark Boylan proposed openstack-dev/devstack: Update libvirt cpu map before starting nova  https://review.openstack.org/16840716:49
clarkbkashyap: ^ that should be much better16:49
*** yamamoto has quit IRC16:49
kashyapclarkb: Sure, I'll monitor these specific set16:50
*** weshay has joined #openstack-qa16:51
openstackgerritClark Boylan proposed openstack-infra/devstack-gate: Use gate64 cpu type  https://review.openstack.org/16840816:51
*** bknudson has quit IRC16:51
*** rfolco has quit IRC16:52
*** rfolco has joined #openstack-qa16:56
*** jogo is now known as flashgordon16:57
*** marun has joined #openstack-qa16:58
*** johnthetubaguy is now known as zz_johnthetubagu17:03
*** dratushnyy has quit IRC17:05
*** jlanoux has quit IRC17:06
*** yamahata has joined #openstack-qa17:07
*** aysyd has quit IRC17:10
openstackgerritSean M. Collins proposed openstack-dev/devstack: [WIP] Switch the default to Linuxbridge - see what explodes  https://review.openstack.org/16842317:13
openstackgerritAndrea Frittoli  proposed openstack/tempest: Initial class creds creation in test base class  https://review.openstack.org/15368117:14
openstackgerritAndrea Frittoli  proposed openstack/tempest: Remove unused methods  https://review.openstack.org/16836617:14
openstackgerritAndrea Frittoli  proposed openstack/tempest: Extend get_client_manager to support roles  https://review.openstack.org/16836717:14
*** weshay has quit IRC17:15
openstackgerritJoe Gordon proposed openstack/tempest: Clarify how to resolve a uuid collision  https://review.openstack.org/16838217:16
*** achanda has joined #openstack-qa17:16
*** achanda has quit IRC17:16
*** achanda has joined #openstack-qa17:17
*** dboik_ has joined #openstack-qa17:17
openstackgerritMerged openstack-dev/grenade: Source lib/neutron-legacy  https://review.openstack.org/16796317:18
*** dboik has quit IRC17:20
*** aysyd has joined #openstack-qa17:22
*** mfalatic has joined #openstack-qa17:26
*** e0ne is now known as e0ne_17:26
*** jeblair is now known as denethor17:27
*** denethor is now known as jeblair17:27
*** yamahata has quit IRC17:28
*** e0ne_ is now known as e0ne17:28
*** Nic has quit IRC17:29
kashyapclarkb: Shold this change be abandoned? -- https://review.openstack.org/#/c/141530/ given your change -- https://review.openstack.org/#/c/168408/17:29
kashyap(s/Shold/Should)17:29
*** pal_ has quit IRC17:30
*** mriedem_lunch is now known as mriedem17:30
clarkbkashyap: maybe? they are two different approaches, one uses devstack and the other uses devstack-gate to facilitate the change. I am mostly trying to make someting work then refine it17:31
clarkbbut I will liekly end up abandoning at least one of them :)17:31
*** mfalatic has quit IRC17:31
kashyapclarkb: Yeah, because, your change is just 'fixing' the yet-to-be-merged Joe's change.17:32
clarkbya though jogos change should hopefully merge soon17:32
openstackgerritMerged openstack-dev/devstack: Fix Q_USE_PUBLIC_VETH regression  https://review.openstack.org/16820217:33
*** safchain has quit IRC17:33
openstackgerritMerged openstack-dev/devstack: Clean up additional INSTALL_TESTONLY_PACKAGES bits  https://review.openstack.org/16787517:34
openstackgerritMerged openstack-dev/devstack: Install Nova into its own venv  https://review.openstack.org/15688517:34
*** aysyd has quit IRC17:34
kashyapclarkb: You say "one uses devstack and the other uses devstack-gate" but both of your changes are modifying devstack-gate/devstack-vm-gate.sh. No?17:34
kashyapOr am I just blind and misreading it?17:34
clarkbkashyap: yes both edit d-g but the actual cpu_map edits are in different places17:35
clarkbkashyap: and the cpu_map edits are the interesting bits17:35
kashyapclarkb: Yep, certainly to me. :-)17:36
kashyapI made a comment there, just 'consciousness stream' after some IRC discussion, nothing super exciting.17:36
clarkbkashyap: cool, thanks for helping out17:36
clarkbalso https://jenkins01.openstack.org/job/check-tempest-dsvm-aiopcpu-full/5/console is going to fail so no miraculous fix there and I can't ssh into that node for some reason17:37
clarkbbut working on the ssh problem17:37
kashyapNp. I didn't do a whole lot :-)17:37
*** aysyd has joined #openstack-qa17:38
*** e0ne is now known as e0ne_17:39
*** ajmiller has joined #openstack-qa17:39
*** mfalatic has joined #openstack-qa17:43
*** amotoki has quit IRC17:45
*** jordanP has quit IRC17:45
*** catohornet has joined #openstack-qa17:45
*** mwagner_lap has quit IRC17:49
*** bknudson has joined #openstack-qa17:49
*** cdent has left #openstack-qa17:49
*** e0ne_ has quit IRC17:50
openstackgerritClark Boylan proposed openstack-dev/devstack: Update libvirt cpu map before starting nova  https://review.openstack.org/16840717:55
*** annashen has quit IRC17:55
openstackgerritClark Boylan proposed openstack-infra/devstack-gate: Use gate64 cpu type during multinode testing  https://review.openstack.org/16840817:55
openstackgerritSwaminathan Vasudevan proposed openstack/tempest: Fix Tempest test failure for DVR Router agent binding  https://review.openstack.org/16524617:56
*** aysyd has quit IRC17:56
*** aysyd has joined #openstack-qa17:57
*** yamahata has joined #openstack-qa17:57
openstackrecheckopenstack/nova change: https://review.openstack.org/164415 failed gate-tempest-dsvm-nova-v21-full in the gate queue with an unrecognized error17:58
sdagueclarkb:  https://review.openstack.org/168407 isn't idempotent is it?17:59
clarkbsdague: its not, I am just trying to see if it works at all before cleaning up the xml modifications17:59
sdagueok17:59
clarkbsdague: likely need a proper xml parser instead18:00
*** e0ne has joined #openstack-qa18:00
andreafclarkb: if you have a sec, this is simple one: https://review.openstack.org/#/c/168337/18:01
sdagueclarkb: ok18:01
*** andreykurilin_ has joined #openstack-qa18:02
andreafclarkb: adding experimental to tempest to test against tempest-lib from source18:02
andreafclarkb: it's good for extra testing before making a tempest-lib release18:02
*** e0ne has quit IRC18:03
*** Obulpath_ has joined #openstack-qa18:03
*** Nic has joined #openstack-qa18:09
sdagueclarkb: yeh maybe I'll hack on that on the train home today18:13
openstackgerritDean Troyer proposed openstack-dev/devstack: WIP: Begin new lib/neutron  https://review.openstack.org/16843818:16
*** weshay has joined #openstack-qa18:20
*** afazekas has joined #openstack-qa18:23
openstackgerritDean Troyer proposed openstack-dev/devstack: DO NOT MERGE: Test USE_VENV=True  https://review.openstack.org/16390718:24
*** tsekiyama has quit IRC18:30
*** tsekiyama has joined #openstack-qa18:32
*** enikanorov has quit IRC18:32
*** Sukhdev has joined #openstack-qa18:32
openstackgerritMasayuki Igawa proposed openstack/tempest-lib: Add docstrings to data_utils  https://review.openstack.org/16844518:32
*** annashen has joined #openstack-qa18:35
*** e0ne has joined #openstack-qa18:35
*** afazekas has quit IRC18:37
mtreinishflashgordon: https://review.openstack.org/#/c/16844518:40
flashgordonmtreinish: https://github.com/openstack/oslo.utils/blob/master/oslo_utils/units.py18:43
openstackgerritJoe Gordon proposed openstack/tempest: Add volume backed live migration test  https://review.openstack.org/16523318:47
*** ihrachyshka has quit IRC18:47
*** e0ne is now known as e0ne_18:50
openstackgerritMasayuki Igawa proposed openstack/tempest-lib: Add unit tests for properties of rest_client  https://review.openstack.org/16836118:52
*** e0ne_ has quit IRC18:55
*** e0ne has joined #openstack-qa18:58
openstackgerritMasayuki Igawa proposed openstack/tempest-lib: Add docstrings to data_utils  https://review.openstack.org/16844519:00
*** e0ne is now known as e0ne_19:02
*** annashen has quit IRC19:03
*** e0ne_ is now known as e0ne19:07
openstackgerritMatthew Treinish proposed openstack/tempest: Handle fixed_network edge cases gracefully  https://review.openstack.org/16835319:10
mtreinishandreaf: ^^^ let me know what you think of that approach19:11
sdagueyay, sitting on train now :)19:11
*** chandankumar has quit IRC19:12
openstackgerritAndrea Frittoli  proposed openstack/tempest: Initial class creds creation in test base class  https://review.openstack.org/15368119:12
openstackgerritAndrea Frittoli  proposed openstack/tempest: Remove unused methods  https://review.openstack.org/16836619:12
openstackgerritAndrea Frittoli  proposed openstack/tempest: Extend get_client_manager to support roles  https://review.openstack.org/16836719:12
*** melwitt has joined #openstack-qa19:14
flashgordonsdague: a little worried about running so many multi node jobs19:17
flashgordonsdague: look at zuul and nodepool usage now19:17
flashgordonwe are backed up19:17
flashgordonas usual19:17
flashgordontop of the check queue is 3.5 hours or so19:18
sdaguethen delete the cells and pg jobs19:18
sdaguethey have way less value then this19:18
sdagueor the ceph job19:18
sdaguesure19:18
sdagueso, if you are concerned about resource remove other less valuable jobs19:19
*** tosky has quit IRC19:19
flashgordonsdague: that works, trade one for one19:20
flashgordonsdague: I still really want to drop the postgres job from everything19:20
sdaguesure, I'm +2 on that19:21
flashgordonwho else do we need to convince?19:21
sdagueno idea19:21
sdagueanyway, I'd say bring your concerns forward to the -infra channel as well. The fact that nova devs are not comfortable proposing a job to keep live migration working for capacity reasons seems suboptimal19:22
sdaguealso, something looks terribly wrong with nodepool19:22
*** afazekas has joined #openstack-qa19:24
flashgordonthat may be true too19:24
*** mwagner_lap has joined #openstack-qa19:25
openstackgerritAndrew Boik proposed openstack/tempest: Fix external connectivity check for dualstack  https://review.openstack.org/16822919:27
*** apevec has quit IRC19:28
*** annashen has joined #openstack-qa19:29
*** vigneshvar has joined #openstack-qa19:29
openstackgerritMerged openstack/tempest-lib: Add a unit test for get_versions()  https://review.openstack.org/16814319:29
*** vigneshvar_ has joined #openstack-qa19:29
*** afazekas has quit IRC19:32
*** weshay has quit IRC19:34
sdaguesc68cal: https://review.openstack.org/#/c/161877 ????19:34
*** andreykurilin__ has joined #openstack-qa19:35
*** andreykurilin_ has quit IRC19:35
*** dustins has quit IRC19:41
*** leakypipes has quit IRC19:42
openstackgerritAndrea Frittoli  proposed openstack/tempest: Embed network resoruces and credentials in TestResources  https://review.openstack.org/16783019:44
*** yamamoto has joined #openstack-qa19:47
*** rushiagr is now known as rushiagr_away19:52
*** yamamoto has quit IRC19:52
*** mpaolino has joined #openstack-qa19:52
*** andreykurilin__ has quit IRC19:57
*** mpaolino has quit IRC19:59
*** e0ne is now known as e0ne_20:00
*** e0ne_ is now known as e0ne20:00
openstackgerritAndrea Frittoli  proposed openstack/tempest: Add network support to the accounts providers  https://review.openstack.org/16798820:05
openstackgerritClark Boylan proposed openstack-dev/devstack: Update libvirt cpu map before starting nova  https://review.openstack.org/16840720:07
*** sputnik13 has quit IRC20:07
*** afazekas has joined #openstack-qa20:07
openstackgerritClark Boylan proposed openstack-infra/devstack-gate: Use gate64 cpu type during multinode testing  https://review.openstack.org/16840820:08
*** achanda has quit IRC20:08
*** achanda has joined #openstack-qa20:12
*** eugene_bag has joined #openstack-qa20:14
*** ibiris is now known as ibiris_away20:15
*** eugene_bag1 has joined #openstack-qa20:18
*** eugene_bag has quit IRC20:19
openstackgerritMerged openstack-dev/devstack: Remove the compute-admin section from tempest config  https://review.openstack.org/16700820:21
*** annashen_ has joined #openstack-qa20:24
*** annashen has quit IRC20:24
*** dpaterson has quit IRC20:32
*** gfidente is now known as gfidente|off20:32
*** Sukhdev has quit IRC20:32
openstackgerritMerged openstack-dev/devstack: Add lioadm cinder iscsi helper support  https://review.openstack.org/7763020:35
openstackgerritMerged openstack-dev/devstack: Always set the Heat deferred auth method  https://review.openstack.org/16786720:35
openstackrecheckopenstack-dev/devstack change: https://review.openstack.org/167359 failed gate-grenade-dsvm-partial-ncpu in the gate queue with an unrecognized error20:35
*** e0ne is now known as e0ne_20:40
*** e0ne has joined #openstack-qa20:41
*** achanda has quit IRC20:43
*** Obulpath_ has quit IRC20:45
*** afazekas has quit IRC20:47
openstackgerritAndrew Boik proposed openstack-infra/devstack-gate: WIP: (experiment) Test dual-stack with dependency  https://review.openstack.org/16806320:49
*** achanda has joined #openstack-qa20:50
*** e0ne is now known as e0ne_20:57
*** e0ne_ is now known as e0ne20:58
-openstackstatus- NOTICE: Gerrit maintenance commences in 1 hour at 22:00 UTC http://lists.openstack.org/pipermail/openstack-dev/2015-March/059948.html21:01
*** sputnik13 has joined #openstack-qa21:02
*** achanda has quit IRC21:07
openstackgerritMerged openstack/tempest: Split resource_setup for network tests  https://review.openstack.org/15031221:07
*** annashen_ has quit IRC21:08
*** rbak has quit IRC21:11
*** rbak has joined #openstack-qa21:12
*** flaper87 has quit IRC21:15
*** eugene_bag1 has quit IRC21:16
*** vigneshvar_ has quit IRC21:16
*** vigneshvar has quit IRC21:16
*** e0ne has quit IRC21:18
*** flaper87 has joined #openstack-qa21:18
*** flaper87 has quit IRC21:18
*** flaper87 has joined #openstack-qa21:18
openstackgerritClark Boylan proposed openstack-dev/devstack: Update libvirt cpu map before starting nova  https://review.openstack.org/16840721:18
openstackgerritClark Boylan proposed openstack-infra/devstack-gate: Use gate64 cpu type during multinode testing  https://review.openstack.org/16840821:20
openstackgerritMerged openstack-infra/devstack-gate: Set custom cpu_model for live_migrate  https://review.openstack.org/14153021:21
*** achanda has joined #openstack-qa21:27
openstackgerritMerged openstack-infra/devstack-gate: Enable live block migration  https://review.openstack.org/13576821:27
*** mlavalle has joined #openstack-qa21:30
*** jecarey has quit IRC21:36
*** dimtruck is now known as zz_dimtruck21:42
*** tsekiyam_ has joined #openstack-qa21:43
*** tsekiyama has quit IRC21:46
*** tsekiyam_ has quit IRC21:47
*** yamamoto has joined #openstack-qa21:49
*** aysyd has quit IRC21:49
*** yamamoto has quit IRC21:54
*** ChuckC has quit IRC21:56
*** mriedem has quit IRC21:56
*** ajmiller_ has joined #openstack-qa22:00
*** ajmiller has quit IRC22:02
*** catohornet has quit IRC22:03
*** dboik_ has quit IRC22:03
-openstackstatus- NOTICE: Gerrit is offline for maintenance, ETA 22:30 UTC http://lists.openstack.org/pipermail/openstack-dev/2015-March/059948.html22:05
*** ChanServ changes topic to "Gerrit is offline for maintenance, ETA 22:30 UTC http://lists.openstack.org/pipermail/openstack-dev/2015-March/059948.html"22:05
*** annashen has joined #openstack-qa22:09
*** dimsum__ has quit IRC22:09
*** jecarey has joined #openstack-qa22:14
*** annashen has quit IRC22:14
*** pc_m has quit IRC22:18
*** ChuckC has joined #openstack-qa22:20
*** dimsum__ has joined #openstack-qa22:20
*** ChuckC has quit IRC22:25
*** ChuckC has joined #openstack-qa22:26
*** ajmiller has joined #openstack-qa22:29
openstackgerritArmando Migliaccio proposed openstack/tempest: Add API tests for Neutron DVR extension  https://review.openstack.org/9823522:29
*** ajmiller has quit IRC22:29
*** ajmiller_ has quit IRC22:30
*** achanda_ has joined #openstack-qa22:31
*** erlon has quit IRC22:31
*** sabeen1 has quit IRC22:33
*** ChanServ changes topic to "All Things QA..."22:33
*** achanda has quit IRC22:34
*** achanda_ has quit IRC22:36
*** gfidente|off has quit IRC22:36
*** annashen has joined #openstack-qa22:41
*** patrickeast has quit IRC22:46
*** anshul has quit IRC22:57
*** annashen has quit IRC23:00
*** salv-orl_ has quit IRC23:01
*** salv-orlando has joined #openstack-qa23:03
*** annashen has joined #openstack-qa23:12
*** marun has quit IRC23:12
openstackgerritMerged openstack/tempest: Non-admin token tests for Keystone API  https://review.openstack.org/16632723:22
*** ajmiller has joined #openstack-qa23:23
*** ajmiller has quit IRC23:41
*** andreykurilin_ has joined #openstack-qa23:47
*** jhenner has quit IRC23:50
*** annashen has quit IRC23:54
*** dimsum__ has quit IRC23:59

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!