Tuesday, 2017-07-11

*** mwarad has joined #openstack-outreachy04:04
*** mwarad has quit IRC04:26
*** katyafervent_awa has quit IRC05:44
*** katyafervent_awa has joined #openstack-outreachy05:44
*** mwarad has joined #openstack-outreachy07:37
*** jpich has joined #openstack-outreachy07:47
*** rossella_s has joined #openstack-outreachy08:01
*** rossella_s has quit IRC08:18
*** rossella_s has joined #openstack-outreachy08:19
*** mwarad has quit IRC09:09
*** neiljerram has joined #openstack-outreachy09:20
*** neiljerram has quit IRC09:29
*** mwarad has joined #openstack-outreachy12:14
*** raildo has joined #openstack-outreachy12:16
*** rossella_s has quit IRC12:46
*** rossella_s has joined #openstack-outreachy13:02
*** rossella_s has quit IRC13:11
*** rossella_s has joined #openstack-outreachy13:23
*** rossella_s has quit IRC13:46
*** rossella_s has joined #openstack-outreachy14:01
*** lwanderley has joined #openstack-outreachy14:12
*** lwanderley has quit IRC14:27
*** lwanderley has joined #openstack-outreachy16:20
*** jpich has quit IRC16:25
*** lwanderley has quit IRC17:07
*** lwanderley has joined #openstack-outreachy17:07
*** lwanderley has quit IRC17:14
*** lwanderley has joined #openstack-outreachy17:22
rodrigodshello17:31
rodrigodswho is already here? ping lwanderley raildo17:31
lwanderleyI am17:31
rodrigodso/17:31
rodrigodsraildo said that he could arrive a couple of minutes late, so let's get started17:31
lwanderleyhi :)17:31
lwanderleyok, cool17:31
rodrigodsfrom the last meeting, i remember that you were almost finishing the devstack plugin17:32
lwanderleyi have a couple of questions about the next task17:32
rodrigodsand was going to submit a patch that is "review ready"17:32
rodrigodsthis is done, right?17:32
lwanderleyyes, it is17:32
rodrigodscool, did you ask around for reviews?17:33
lwanderleyi didn't, but raildo did17:34
lwanderleywe got some new comments there, about improving the commit message, which i already did, and running the new code somewhere17:34
raildohey :)17:34
lwanderleyhi o/17:34
rodrigodscool17:35
rodrigodsso you basically have a couple of options: provide a VM with external access where this is running17:35
rodrigodsor setup already a devstack job that runs this17:35
lwanderleythis second option is the CI job task isn't it?17:36
rodrigodsyeah17:36
raildolwanderley, yes17:36
rodrigodsbasically :)17:36
lwanderleyok17:36
lwanderleyany advice?17:37
rodrigodsif it is easier to get a VM deployed, i would go with this17:38
rodrigodsso we can have the patch merged sooner17:38
lwanderleycool, i will look into it17:39
raildoif you don't have available resource for now, you can at least record a demo showing that is working and ask him if it enough17:39
raildobut having a vm with this will be great17:39
raildolwanderley, so, did you check if tempest is running properly on your environment?17:41
*** lwanderley has quit IRC17:41
*** leticiawanderley has joined #openstack-outreachy17:41
*** leticiawanderley is now known as lwanderley17:41
lwanderleysorry about that17:41
raildolwanderley, np, during this last week, did you check if tempest is running properly on this environment?17:42
lwanderleyyes, that's what i wanted to ask you about, how do i know that?17:43
lwanderleyand should i check tempest first and then work on the ci job?17:44
rodrigodsyes, check tempest first17:45
raildoyes, would be great you check tempest first, since the ci job, will running those tests on your environment17:45
raildoI believe just running tox will be enough (rodrigods is more expert on tempest than me)17:46
rodrigodstempest has a ton of docs about how to run it17:47
raildohttps://docs.openstack.org/tempest/latest/run.html17:47
rodrigodsdevstack itself already sets up tempest by default17:47
lwanderleyok, i've ran tox but probably not tempest17:48
lwanderleyjust found that i was using the wrong directory17:50
lwanderleyit's running now17:50
rodrigodscool17:50
raildothere is another docs about it: https://docs.openstack.org/zun/latest/dev/tempest_tests.html17:50
lwanderleygreat, thanks!17:52
raildoops, this second link didn't run all the tempest tests, but you can take it as a model for what you have to do17:52
lwanderleyok, got it, that helps17:53
raildolwanderley, so work on this tempest tests as soon as possible, so if you have any problem with this, ping us or send a email and we can help you17:55
lwanderleyok, i will17:55
lwanderleythe tempest run looks ok, so far17:56
lwanderleybut i will ping you with the results17:56
rodrigodscool17:56
raildolwanderley, once we have your ack that everything is fine with tempest we can move on to the ci job creation, if not, we have to fix any issue that we find on tempest17:56
lwanderleycool17:57
raildook, anything else?17:58
lwanderleynot for now17:58
raildorodrigods, do you have something else that you like to share?18:00
rodrigodsnope18:01
raildogreat, so have a good week everyone :)18:01
lwanderleythanks, you too! :)18:02
lwanderleyraildo rodrigods everything is fine with tempest :)18:54
raildolwanderley, that's great news :) how did you tests it?18:58
lwanderleyi ran all tests inside the keystone directory19:00
raildothe keystone tests inside tempest, or keystone tests inside devstack?19:03
lwanderleykeystone tests inside tempest19:04
raildogreat :)19:05
raildolwanderley, so, since your tempest is running fine with your devstack environment with LDAP enabled, the next step will be implement an automatic solution to tests it for keystone patches19:07
raildolwanderley, so, that why we will create a ci job, to do all the needed changes and execute this tempest tests19:07
raildolwanderley, so, first of all, notice that we need to use this cross-repo dependence: https://docs.openstack.org/infra/manual/developers.html19:09
lwanderleyok, so create tests for that environment and add them to tempest on keystone?19:09
raildosince you patch on devstack isn't merged yet19:09
raildolwanderley, you're gonna create something similar to this: https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/keystone.yaml#L1-L3519:09
raildolwanderley, so you should enable the LDAP and multiple domains19:10
lwanderleyOn the local.conf topic?19:16
raildolwanderley, yes, so any change on local.conf and keystone.conf that you need to made to enabled the ldap support, you should do on this job19:18
lwanderleyok, cool19:18
raildoso, if you need to export some variable to perform this, or change something on devstack you'll add on this script19:18
raildoI'm trying to find some tutorial on how to create a new job in the ci19:19
raildoif I find something I'll send to you19:19
lwanderleythanks!19:20
raildolwanderley, another thing, you should send some answer with your decision for Matthew's comment :)19:23
raildoavoid leaving reviewers waiting for answers :)19:25
lwanderleyi will answer him right now19:27
raildolwanderley, great :)19:27
*** lwanderley has quit IRC19:48
*** lwanderley has joined #openstack-outreachy20:00
*** lwanderley has quit IRC20:08
*** raildo has quit IRC21:16

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