Friday, 2017-01-20

*** tinwood has quit IRC00:00
*** Swami has quit IRC00:00
*** Swami_ has quit IRC00:00
*** Swami has joined #openstack-infra00:01
*** makowals has quit IRC00:01
*** dingyichen has joined #openstack-infra00:02
*** rbuzatu has joined #openstack-infra00:02
EmilienMGerrit is very slow for me now00:02
clarkbEmilienM: daily databse backups00:03
EmilienMoh but it's indexing thing00:03
EmilienMclarkb: I think i'll never remain it :(00:03
EmilienMclarkb: retain it I mean00:03
clarkbwe should have an EmilienM status tracker and any time EmilienM is offline do all the backups :P00:04
EmilienMclarkb: good luck :P00:04
clarkbEmilienM: if it makes you feel better it is currently making it hard for me to push my ethercalc change00:04
clarkbso I feel the pain00:04
openstackgerritClark Boylan proposed openstack-infra/puppet-ethercalc: Convert from etherpad to ethercalc  https://review.openstack.org/42292100:04
clarkbfinally00:05
clarkbfungi: ^ is my initial start at ethercalcing00:05
openstackgerritIan Wienand proposed openstack-infra/puppet-zanata: Add mdb hornet to 10 template  https://review.openstack.org/42292300:05
clarkbone question for the audience is, do we want to keep using trusty or should I be looking at xenial? comes up because upstart vs system00:05
ianwianychoi: ^^ maybe correct00:06
clarkbianw: if the error stopped afterwards it must be correct right ? :)00:06
ianwwell i got another error00:06
*** rbuzatu has quit IRC00:06
clarkbianw: see the comment I just left, maybe its related to new error?00:07
ianwhmm, yeah; getting a little out of my league00:08
ianwi'll just try getting some logs so others can debug00:08
ianychoiianw, hmm I commented but I need Zanata dev team's suggestion00:08
ianychoipahuang, if you are online, then could you see http://paste.openstack.org/show/595708/ and https://review.openstack.org/#/c/422923/ ?00:09
*** marst has quit IRC00:12
pahuangme looking00:12
openstackgerritJohn L. Villalovos proposed openstack-infra/project-config: ironic: agent_* jobs require a partition type of wholedisk  https://review.openstack.org/42292700:13
*** mtanino has quit IRC00:13
openstackgerritClark Boylan proposed openstack-infra/puppet-ethercalc: Convert from etherpad to ethercalc  https://review.openstack.org/42292100:13
openstackgerritMerged openstack/diskimage-builder: Fix coverage report  https://review.openstack.org/42165200:13
*** sekelso has quit IRC00:15
asselinclarkb, hi, I'm trying to figure out why some of our data isn't making it into elastic search. I'm tracing through code and log files and finding some stack traces. I'm missing some context in how this all works.00:16
*** ssbarnea has quit IRC00:17
*** xarses has quit IRC00:17
*** ssbarnea has joined #openstack-infra00:17
aengianychoi, commented00:17
asselinclarkb, for example, i see some files listed in jenkins-log-client.yaml, but the log works can't download them fro the log server (http 404) and I confirmed they are missing. How does it know to download them?00:18
*** gordc has quit IRC00:18
clarkbasselin: ok, general flow is jenkins/zuul/whatever runs a job that creates log artifacts on a server somewhere. That job runner also emits events that says "I just finished a job and its logs can be found over here". Then we have a daemon listening for those events that submits gearman jobs to a worker farm for log files based on job completions. Those log workers then download the files and shove00:18
clarkbthem into logstash, which parses and modifies things and shoves them into elasticsearch00:18
aengianychoi, but the change is correct. Just 1 extra section that is not needed.00:18
clarkbasselin: the log workers are fairly dumb, we give them a fairly large subset of the files that may exist and if they don't it just moves on (because its way simpler to do that and relatively cheap compared to parsing html)00:19
clarkbasselin: so yes not all jobs have all log files,00:19
asselinclarkb, ok, so those 404 errors are expected?00:19
clarkbasselin: if your job didn't publish that log file, yes00:20
pahuangianychoi, as aeng has commented, that section is redundant now00:20
ianwpahuang / aeng : if you just do a "git review -d 422923" in puppet-zanata feel free to edit and re-upload something correct00:21
asselinclarkb, so I'm looking at this doc: http://docs.openstack.org/infra/system-config/logstash.html what's the difference in the log worker and logstash? 2 processes on the same VM? logstash is java?00:22
*** hongbin has quit IRC00:22
clarkbasselin: the log worker is the thing that knows how to take gearman jobs as input, convert that to downloading log files from a log server, annotate with job specific info like build uuids and such, then put it into logstash00:23
clarkbasselin: logstash is a daemon that takes inputs and modifies thier contents and then writes them to elasticsearch00:23
clarkbthey do not have to run on the same instance00:24
fungiokay, sorry, went down a rathole of updating some of my debian packaging because in another week it'll be too late for new packages to migrate from unstable to testing in time for the full freeze for debian stretch00:27
fungicatching back up on review requests now00:27
*** thorst_ has joined #openstack-infra00:28
openstackgerritClark Boylan proposed openstack-infra/puppet-ethercalc: Convert from etherpad to ethercalc  https://review.openstack.org/42292100:28
clarkbfungi: ^ is happening. trying to get it far enough along that I have a hope at running an actual puppet run soon (likely tomorrow morning at this rate)00:29
*** gildub has joined #openstack-infra00:29
*** inc0 has joined #openstack-infra00:29
*** ssbarnea has quit IRC00:29
*** dimtruck is now known as zz_dimtruck00:29
fungicoolness!00:29
ianychoipahuang, aeng: thanks then "${ejb.resource-adapter-name:activemq-ra.rar}" is related to the error from http://paste.openstack.org/show/595708/ ?00:30
aengianychoi, no. Its just redundent. The error was caused by not defining the "active-mq" section which you have put in00:30
*** salv-orl_ has quit IRC00:32
pahuangianychoi, you need the activemq part. but the other one referring to hornet queue is redundant00:33
ianychoipahuang, aeng something different from http://git.openstack.org/cgit/openstack-infra/puppet-zanata/tree/templates/wildfly-10-standalone.xml.erb#n413 ?00:33
aengianychoi, whcih line?00:34
ianychoi413 :)00:34
openstackgerritJohn L. Villalovos proposed openstack-infra/project-config: ironic: Determine image-type by the deploy driver  https://review.openstack.org/42293500:34
pahuangianychoi, this file looks okay00:35
ianychoipahuang, the file is what we are using but generated error like http://paste.openstack.org/show/595708/00:36
*** yujunz has joined #openstack-infra00:37
*** gongysh has joined #openstack-infra00:37
*** adrian_otto has joined #openstack-infra00:38
aengianychoi, does the startup script uses standalone.xml or zanata-standalone.xml00:41
aeng?00:41
clarkbaeng: pretty sure its standalone.xml but let me double double check00:41
aenghmm.. the file http://git.openstack.org/cgit/openstack-infra/puppet-zanata/tree/templates/wildfly-10-standalone.xml.erb#n413 looks correct00:42
clarkbaeng: /usr/lib/jvm/default-java/jre//bin/java -D[Standalone] -server -Xms128m -Xmx4096m -XX:MaxPermSize=256m -Dorg.jboss.boot.log.file=/opt/wildfly/standalone/log/server.log -Dlogging.configuration=file:/opt/wildfly/standalone/configuration/logging.properties -jar /opt/wildfly/jboss-modules.jar -mp /opt/wildfly/modules org.jboss.as.standalone -Djboss.home.dir=/opt/wildfly00:43
clarkb-Djboss.server.base.dir=/opt/wildfly/standalone -c standalone.xml00:43
clarkbthat is the command and all of the flags as it is running currently00:43
aengok00:43
ianychoiaeng yep /opt/wildfly/standalone/configuration/standalone.xml file templated from the file I linked00:43
*** gildub has quit IRC00:43
openstackgerritMerged openstack-infra/tripleo-ci: tripleo.sh: skip plan delete for mitaka  https://review.openstack.org/42267300:44
fungikfox1111: we already do support the thing you're wanting... for example we have a job that uploads tarballs to tarballs.o.o and then if that succeeds another job that retrieves them and creates and uploads detached signatures and another that retrieves them and sends them to pypi for general consumption00:44
*** thorst_ has quit IRC00:45
*** thorst_ has joined #openstack-infra00:45
pahuangit looks correct to me too00:46
openstackgerritMerged openstack-infra/gerritbot: For patch submitted/merged, announce the branch  https://review.openstack.org/41745000:46
pahuangexcept it has some unneeded sections but shouldn't trigger that error00:46
aengpahuang, can you try to use that standalone.xml?00:46
aengand see you got the same error?00:46
pahuangi did a diff with my configuration. except the variables everything are the same. esp. the messaging part which is what that error is about00:47
fungikfox1111: what we don't have is a general artifact pipelining solution where files created by one job can be provided directly to the next. they need some other manner of inferring where to find the files they want and what they're named (for release artifacts we have some basic heuristics that determine what the names are in subsequent jobs)00:47
aenghmmmm00:47
*** zhurong has joined #openstack-infra00:48
ianychoihmmmm (2)00:48
*** annegentle has quit IRC00:48
pahuangcould i have the full log?00:49
clarkbpahuang: yes I can get that00:49
*** thorst_ has quit IRC00:50
*** yamamoto_ has joined #openstack-infra00:51
clarkbpahuang: http://paste.openstack.org/show/595712/00:51
pahuangthanks00:51
*** gongysh has quit IRC00:52
aengthe error was linked to activemq00:53
aengjboss.ejb.default-resource-adapter-name-service00:54
*** annegentle has joined #openstack-infra00:55
*** bradjones has quit IRC00:55
*** yujunz has quit IRC00:56
*** yujunz has joined #openstack-infra00:57
*** mriedem has joined #openstack-infra00:58
pahuangclarkb, spotted a difference. try add <subsystem xmlns="urn:jboss:domain:weld:2.0" /> right above </profile>00:59
clarkbpahuang: any chance you can propose that to gerrit? you can even use the inline editing tool thing01:00
*** jascott1 has joined #openstack-infra01:00
*** dingyichen has quit IRC01:01
pahuangthis link? http://git.openstack.org/cgit/openstack-infra/puppet-zanata/tree/templates/wildfly-10-standalone.xml.erb#n41301:01
clarkboh we might not have an outstanding change open so the inline gerrit thing won't work01:02
clarkbpahuang: let me make a change, and you can edit it if I got it wrong :)01:03
pahuangok01:03
*** rbuzatu has joined #openstack-infra01:03
*** claudiub|2 has quit IRC01:04
openstackgerritClark Boylan proposed openstack-infra/puppet-zanata: Use suggested widlfly 10 standlone.xml edit  https://review.openstack.org/42294801:04
clarkbpahuang: ^01:04
clarkbif you click on the file name at that link it will give you a diff01:04
*** jascott1 has quit IRC01:04
*** inc0 has quit IRC01:05
aenglooks good01:05
*** knikolla has quit IRC01:07
*** rbuzatu has quit IRC01:07
*** knikolla has joined #openstack-infra01:08
*** knikolla has quit IRC01:08
clarkbianw: ^ you good with me just hand applying that really quickly?01:08
*** knikolla has joined #openstack-infra01:08
*** knikolla has quit IRC01:08
*** dingyichen has joined #openstack-infra01:09
ianwclarkb: sure01:09
*** knikolla has joined #openstack-infra01:09
*** knikolla has quit IRC01:09
*** knikolla has joined #openstack-infra01:09
*** knikolla has left #openstack-infra01:10
clarkbhrm the standlone.xml on the server is only 417 lines long01:10
clarkbhow did it shorten that much01:10
clarkbianw: ya I don't think our standalone.xml is the right one01:12
ianwhmm, i just looked at the "extensions" bit01:13
clarkbianw: (/Stage[main]/Zanata/File[/opt/wildfly/standalone/configuration/standalone.xml]) Dependency File[/etc/init.d/wildfly] has failures: true01:14
clarkbso puppet is beraking somehow01:15
ianychoipahuang, thanks (now I need to focus another thing but keep seeing here)01:15
clarkb(/Stage[main]/Wildfly::Service/File[/etc/init.d/wildfly]) Could not evaluate: Could not retrieve information from environment production source(s) file:/opt/wildfly/bin/init.d/wildfly-init-debian.sh01:15
*** amotoki has joined #openstack-infra01:15
ianwahh, so i guess that standalone.xml is just the basic wildfly one, which was close-enough to zanata's to fool me?01:15
ianwat least at the top01:15
clarkbianw: ya01:16
clarkblooks like there is not more wildfly/bin/init.d in this newer wildfly01:16
clarkbso maybe we need to update biemond/wildfly for it to know how to se up the service01:16
clarkbwhich of course can/could/will affect production :/01:17
clarkbsilly puppet01:17
aengso it might be the change has not gone through yet01:18
andreafI'm having an issue with my account on gerrit - https://review.openstack.org/accounts/andrea.frittoli@gmail.com gives me an "account not found" - it works with my old HPE email though - even thought I set my preferred email to gmail - any idea anyone?01:19
*** thorst_ has joined #openstack-infra01:19
*** thorst_ has quit IRC01:19
*** liujiong has joined #openstack-infra01:19
*** adrian_otto has quit IRC01:20
*** annegentle has quit IRC01:20
clarkbaeng: ya I think we need to work on the deployment side more.01:20
ianwclarkb: hmm, biemond/wildfly does say it supports 10.101:20
ianwit even says its tested with it01:20
*** kzaitsev_mb has quit IRC01:21
clarkbianw: ya I think we may eb using an older version of the puppet module though01:21
clarkbandreaf: you don't happen to have multiple accounts with that email address do you?01:22
clarkbandreaf: yup I see two01:22
*** gyee has quit IRC01:23
* clarkb wonders why the init scripts would have been removed...01:23
andreafclarkb: heh it may be - I probably initially created one with my gmail, and created another one with hpe when the told me I should use the corporate account, and then moved the hpe one back to gmail01:23
andreafclarkb: how do I fix that?01:23
andreafclarkb: if I query for self I get account id 192101:24
clarkbandreaf: usually what we do is assign the openid of one account to the other account and then disable the account that gave up the openid01:25
*** makowals has joined #openstack-infra01:25
ianwclarkb: yeah, we are behind.  the page seems to say all the right things about supporting multiple init systems etc.  should we try a ver bump?01:26
clarkbfor anyone listening my strong suggestion if your employer demands you use their email address for some reason is to have an account that identifies you personally however you want to do that, then add your employers email addr as a valid address. Then for any work belonging to the employer push git commits with that email address01:26
*** yujunz-zte has joined #openstack-infra01:26
*** yujunz has quit IRC01:26
clarkbthat way if/when you change employers you just add another valid employer address and push code as that address and its easy01:26
clarkbianw: I think we can, my only concern is that it might negatively affect production, specfiically I had to put a hack in place to handle systemd + sysv init scripts which we may need to remove01:27
clarkbianw: hack can be found at https://git.openstack.org/cgit/openstack-infra/puppet-zanata/tree/manifests/wildfly.pp#n2801:27
clarkbandreaf: 10723 is your other account and it has a different openid01:28
ianwhmm, maybe this is the type of thing i should take on in my monday, which should be very quiet even if production gets zapped01:29
andreafclarkb: ok is there a way to fully kill it?01:29
andreafI don't even know if I ever used it01:29
*** aeng is now known as aeng_away01:29
clarkbandreaf: no you cannot delete gerrit accounts, but we can do what I just descirbed01:29
andreafclarkb: it was probably 5y ago or so01:29
clarkbandreaf: hwoever I would prefer to not hand edit the gerrit database right now becuse I have run out of daylight01:29
clarkbandreaf: maybe you can email the infra list with info about those two accounts and ask that we merge them and if no one else gets to it I can pick it up tomorrow?01:29
clarkbandreaf: but basically you want to decide which account to keep (sounds like 1921), we then give 10723's openid to 1921 and disable 1072301:30
andreafclarkb: cool thanks01:31
openstackgerritzhurong proposed openstack-infra/project-config: Using heat as devstack plugin in murano rally job  https://review.openstack.org/42295101:31
andreafclarkb: interesting - that was causing the docs job to fail on https://review.openstack.org/#/c/422944/, but after a rebase it's now passing... I'm confused :D01:32
clarkbianw: I do need to pop out now, I can poke at it more tomorrow too01:32
ianwclarkb: ok, i'll take a look this afternoon and maybe propose some changes, and we can take it from there01:33
*** yujunz-zte has quit IRC01:36
ianwAJaeger: looks like the wheel jobs still timed out with 3 hours :(  i'll look into it further01:36
*** yujunz has joined #openstack-infra01:37
*** yamamoto_ has quit IRC01:38
*** jascott1 has joined #openstack-infra01:40
*** yanyanhu has joined #openstack-infra01:44
*** lihi has quit IRC01:45
*** woodster_ has quit IRC01:45
*** lihi has joined #openstack-infra01:45
*** Sukhdev has quit IRC01:49
*** wezaui has joined #openstack-infra01:49
*** zhurong has quit IRC01:49
*** zhurong has joined #openstack-infra01:51
*** kjorgensen has quit IRC01:52
*** tphummel has quit IRC01:54
*** kjorgensen has joined #openstack-infra01:55
*** kjorgensen has quit IRC01:56
*** voldz1tic3n has quit IRC01:56
*** zz_dimtruck is now known as dimtruck02:00
*** thorst_ has joined #openstack-infra02:01
*** thorst_ has quit IRC02:01
*** gongysh has joined #openstack-infra02:11
*** wolverineav has joined #openstack-infra02:15
*** sekelso has joined #openstack-infra02:15
*** sflanigan is now known as sflanigan_afk02:18
*** dprince has quit IRC02:19
*** wolverineav has quit IRC02:19
*** yamamoto_ has joined #openstack-infra02:26
*** aeng_away is now known as aeng02:33
*** Apoorva has quit IRC02:36
*** baoli has joined #openstack-infra02:40
*** kjorgensen has joined #openstack-infra02:45
*** wolverineav has joined #openstack-infra02:45
openstackgerritJohn L. Villalovos proposed openstack-infra/project-config: ironic: grenade.*multitenant job use agent_ssh  https://review.openstack.org/42291702:46
openstackgerritMerged openstack-infra/release-tools: Fixed LP importance options  https://review.openstack.org/42153102:46
*** kzaitsev_mb has joined #openstack-infra02:46
*** sflanigan_afk is now known as sflanigan02:47
*** voldz1tic3n has joined #openstack-infra02:49
*** wolverineav has quit IRC02:49
*** kjorgensen has quit IRC02:49
*** knangia has quit IRC02:50
*** yujunz has quit IRC02:51
*** links has joined #openstack-infra02:53
*** yujunz has joined #openstack-infra02:54
*** hongbin has joined #openstack-infra03:01
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci: multinode: remove 417109 workaround  https://review.openstack.org/42291303:01
openstackgerritMatt Riedemann proposed openstack-infra/devstack-gate: WIP: Run discover_hosts to register subnodes in a multinode setup  https://review.openstack.org/42300503:02
*** rbuzatu has joined #openstack-infra03:04
*** Swami__ has quit IRC03:07
*** Swami has quit IRC03:07
openstackgerritMatt Riedemann proposed openstack-infra/devstack-gate: WIP: Run discover_hosts to register subnodes in a multinode setup  https://review.openstack.org/42300503:08
*** rbuzatu has quit IRC03:09
*** yujunz is now known as yujunz[away]03:13
*** yujunz[away] has quit IRC03:14
openstackgerritSagi Shnaidman proposed openstack-infra/project-config: Run 2 oooq jobs in check pipe of tripleo-ci  https://review.openstack.org/42264603:15
*** yujunz has joined #openstack-infra03:15
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci: WIP: Conntainers with multi-nic and net-iso  https://review.openstack.org/42244803:18
*** voldz1tic3n has quit IRC03:21
*** wolverineav has joined #openstack-infra03:24
*** larainema has quit IRC03:26
*** rhallisey has quit IRC03:26
*** wolverineav has quit IRC03:29
*** itisha has joined #openstack-infra03:30
*** sdake has joined #openstack-infra03:30
*** yamahata has quit IRC03:31
*** Apoorva has joined #openstack-infra03:32
*** thorst_ has joined #openstack-infra03:39
*** zhurong has quit IRC03:39
*** thorst_ has quit IRC03:40
*** armax has joined #openstack-infra03:40
*** EricGonczer_ has joined #openstack-infra03:40
*** nicolasbock has quit IRC03:41
*** baoli has quit IRC03:42
*** EricGonczer_ has quit IRC03:43
*** baoli_ has joined #openstack-infra03:47
*** yujunz has quit IRC03:47
*** amotoki has quit IRC03:49
*** sekelso has quit IRC03:51
*** erikmwilson has quit IRC03:51
*** lindycoder_ has joined #openstack-infra03:51
*** erikmwilson has joined #openstack-infra03:51
*** stakeda has joined #openstack-infra03:52
*** vikrant has joined #openstack-infra03:57
*** lindycoder_ has quit IRC03:58
*** john-davidge has joined #openstack-infra03:58
*** yujunz has joined #openstack-infra03:58
*** psachin has joined #openstack-infra03:59
*** EricGonczer_ has joined #openstack-infra04:02
*** john-davidge has quit IRC04:03
*** wolverineav has joined #openstack-infra04:03
*** shu-mutou-AWAY is now known as shu-mutou04:03
*** sekelso has joined #openstack-infra04:04
*** pahuang has quit IRC04:05
*** PramodJ has quit IRC04:05
*** EricGonczer_ has quit IRC04:07
*** yujunz has quit IRC04:07
*** EricGonczer_ has joined #openstack-infra04:08
*** EricGonczer_ has quit IRC04:09
*** wolverineav has quit IRC04:09
openstackgerritMerged openstack-infra/devstack-gate: Create and propogate the DSTOOLS_VERSION  https://review.openstack.org/42222704:11
*** lindycoder_ has joined #openstack-infra04:11
*** links has quit IRC04:16
*** lindycoder_ has quit IRC04:17
*** adrian_otto has joined #openstack-infra04:18
*** links has joined #openstack-infra04:18
*** amotoki has joined #openstack-infra04:19
*** amotoki_ has joined #openstack-infra04:25
*** rbuzatu has joined #openstack-infra04:26
*** amotoki has quit IRC04:27
openstackgerritMerged openstack-infra/tripleo-ci: TLS everywhere job introduction  https://review.openstack.org/39173804:29
*** Apoorva has quit IRC04:32
*** rbuzatu has quit IRC04:32
*** wolverineav has joined #openstack-infra04:33
*** sdake_ has joined #openstack-infra04:35
*** wolverineav has quit IRC04:37
*** hongbin_ has joined #openstack-infra04:39
*** sdake has quit IRC04:39
*** sekelso has quit IRC04:39
*** hongbin has quit IRC04:40
*** gouthamr has quit IRC04:46
*** kzaitsev_mb has quit IRC04:47
*** hongbin_ has quit IRC04:47
*** larainema has joined #openstack-infra04:48
*** ekcs has quit IRC04:53
*** sdake_ is now known as sdake04:55
*** krtaylor has joined #openstack-infra04:57
*** adrian_otto has quit IRC05:02
*** baoli_ has quit IRC05:03
*** dimtruck is now known as zz_dimtruck05:04
*** coreyob has quit IRC05:04
*** baoli has joined #openstack-infra05:04
*** baoli has quit IRC05:05
*** coreyob has joined #openstack-infra05:05
*** tlian has quit IRC05:13
*** nadya has joined #openstack-infra05:14
*** nadya has quit IRC05:15
*** pgadiya has joined #openstack-infra05:17
*** priteau has joined #openstack-infra05:24
*** zz_dimtruck is now known as dimtruck05:24
*** priteau has quit IRC05:29
*** cody-somerville has joined #openstack-infra05:31
*** mriedem has quit IRC05:32
*** erikmwilson has quit IRC05:32
*** csomerville has quit IRC05:33
*** timrc has quit IRC05:34
*** jmorgan1_ has joined #openstack-infra05:35
*** jmorgan1 has quit IRC05:35
*** timrc has joined #openstack-infra05:35
*** sabari has quit IRC05:35
*** dimtruck is now known as zz_dimtruck05:36
*** sc`_ has joined #openstack-infra05:36
*** SlickNik has quit IRC05:37
*** bhavik1 has joined #openstack-infra05:38
*** sc` has quit IRC05:39
*** sc`_ is now known as sc`05:39
*** kzaitsev_mb has joined #openstack-infra05:40
*** thorst_ has joined #openstack-infra05:40
*** SlickNik has joined #openstack-infra05:40
*** sabari has joined #openstack-infra05:41
*** bhavik1 has quit IRC05:47
*** tnovacik has joined #openstack-infra05:48
*** thorst_ has quit IRC05:48
*** zhurong has joined #openstack-infra05:49
*** ijw_ has quit IRC05:52
*** esikachev has joined #openstack-infra05:53
*** anilvenkata has joined #openstack-infra05:53
*** yujunz has joined #openstack-infra05:54
*** camunoz has quit IRC05:54
*** aeng has quit IRC05:55
*** sandanar has joined #openstack-infra05:55
*** kzaitsev_mb has quit IRC05:59
*** adriant has quit IRC06:03
*** flepied has joined #openstack-infra06:03
*** bkorren has joined #openstack-infra06:06
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Make trusty logstash-filter jobs voting  https://review.openstack.org/36966706:09
*** wolverineav has joined #openstack-infra06:11
*** rbuzatu has joined #openstack-infra06:12
*** flepied has quit IRC06:15
openstackgerritKevin Benton proposed openstack-infra/project-config: Make python3 rally job voting in Neutron  https://review.openstack.org/42287206:15
*** wolverineav has quit IRC06:16
*** nadya has joined #openstack-infra06:17
*** yujunz has quit IRC06:18
*** yujunz has joined #openstack-infra06:18
*** armax has quit IRC06:19
*** tnovacik has quit IRC06:19
*** armax has joined #openstack-infra06:20
*** armax has quit IRC06:20
*** nadya has quit IRC06:26
*** zz_dimtruck is now known as dimtruck06:27
*** kaisers1 has left #openstack-infra06:28
*** mriedem has joined #openstack-infra06:29
*** HeOS has joined #openstack-infra06:30
*** wolverineav has joined #openstack-infra06:31
*** claudiub|2 has joined #openstack-infra06:35
*** wolverineav has quit IRC06:36
AJaegerianw: argh ;( So, do you run the wheel job manually now?06:36
*** baoli has joined #openstack-infra06:40
*** jmorgan1_ has quit IRC06:41
*** jmorgan1 has joined #openstack-infra06:41
*** dimtruck is now known as zz_dimtruck06:42
*** baoli has quit IRC06:44
*** furlongm_ has quit IRC06:51
*** kzaitsev_mb has joined #openstack-infra06:55
*** zhurong has quit IRC07:03
*** ijw has joined #openstack-infra07:04
*** ijw_ has joined #openstack-infra07:07
*** drifterza has joined #openstack-infra07:07
*** salv-orlando has joined #openstack-infra07:09
*** Jeffrey4l_ has quit IRC07:10
*** ijw has quit IRC07:10
*** wolverineav has joined #openstack-infra07:10
*** ijw__ has joined #openstack-infra07:11
*** ijw_ has quit IRC07:11
*** salv-orlando has quit IRC07:14
*** wolverineav has quit IRC07:15
*** rajinir has quit IRC07:16
*** Hal has joined #openstack-infra07:30
*** Hal is now known as Guest984507:30
*** zz_dimtruck is now known as dimtruck07:33
*** kzaitsev_mb has quit IRC07:34
*** markus_z has joined #openstack-infra07:35
openstackgerritZhipeng Huang proposed openstack-infra/system-config: Add #openstack-cyborg to statusbot and meetbot  https://review.openstack.org/42132207:39
*** mptacekx has joined #openstack-infra07:41
*** liujiong_66 has joined #openstack-infra07:42
*** dimtruck is now known as zz_dimtruck07:43
*** pcaruana has joined #openstack-infra07:43
*** umeshksingla has joined #openstack-infra07:44
*** lihi- has joined #openstack-infra07:44
*** mnencia has quit IRC07:44
*** umeshksingla has quit IRC07:45
*** dolphm_ has joined #openstack-infra07:46
*** jokke__ has joined #openstack-infra07:46
*** dosaboy has joined #openstack-infra07:47
*** melwitt_ has joined #openstack-infra07:48
*** nadya has joined #openstack-infra07:48
*** onovy_ has joined #openstack-infra07:49
*** ijw__ has quit IRC07:50
*** Hunner_ has joined #openstack-infra07:50
*** Hunner_ has quit IRC07:50
*** Hunner_ has joined #openstack-infra07:50
*** mnencia has joined #openstack-infra07:50
*** ttx_ has joined #openstack-infra07:51
*** liujiong has quit IRC07:51
*** onovy has quit IRC07:51
*** lihi has quit IRC07:51
*** tdasilva has quit IRC07:51
*** dgonzalez has quit IRC07:51
*** dosaboy_ has quit IRC07:51
*** ttx has quit IRC07:51
*** melwitt has quit IRC07:51
*** psachin has quit IRC07:51
*** dolphm has quit IRC07:51
*** jokke_ has quit IRC07:51
*** Hunner has quit IRC07:51
*** dgonzalez has joined #openstack-infra07:51
*** dolphm_ is now known as dolphm07:51
*** lihi- is now known as lihi07:51
*** onovy_ is now known as onovy07:51
*** tdasilva has joined #openstack-infra07:51
*** ttx_ is now known as ttx07:53
*** zhipengh has joined #openstack-infra07:56
zhipengh@Ajaeger just updated the patch on adding meetbot to #openstack-cyborg07:56
zhipenghplease take a look at it, thank you so much :)07:56
*** matrohon has joined #openstack-infra07:57
*** rossella_s has joined #openstack-infra07:57
*** zhipengh has quit IRC07:58
*** psachin has joined #openstack-infra08:00
*** zz_dimtruck is now known as dimtruck08:00
*** psachin has quit IRC08:03
*** psachin has joined #openstack-infra08:03
*** zhipeng has joined #openstack-infra08:05
*** tesseract has joined #openstack-infra08:05
*** salv-orlando has joined #openstack-infra08:11
*** dimtruck is now known as zz_dimtruck08:12
*** shardy has joined #openstack-infra08:14
*** larainema has quit IRC08:16
*** yujunz is now known as yujunz[away]08:19
*** yujunz[away] is now known as yujunz08:20
*** cody-somerville has quit IRC08:20
*** cody-somerville has joined #openstack-infra08:21
*** cody-somerville has joined #openstack-infra08:21
*** yujunz is now known as yujunz[away]08:22
*** yamahata has joined #openstack-infra08:22
*** yujunz[away] has quit IRC08:22
*** ralonsoh has joined #openstack-infra08:23
*** shardy is now known as shardy_afk08:26
*** asselin has quit IRC08:26
*** asselin has joined #openstack-infra08:27
openstackgerritOpenStack Proposal Bot proposed openstack-infra/project-config: Normalize projects.yaml  https://review.openstack.org/42311908:27
*** jlwhite has quit IRC08:29
*** afazekas has quit IRC08:30
*** liusheng has quit IRC08:31
*** jlwhite has joined #openstack-infra08:31
*** kzaitsev_mb has joined #openstack-infra08:31
*** liusheng has joined #openstack-infra08:31
*** bauzas has quit IRC08:32
*** liujiong_66 is now known as liujiong08:35
*** afazekas has joined #openstack-infra08:35
*** bauzas has joined #openstack-infra08:35
*** kzaitsev_mb has quit IRC08:39
openstackgerritMerged openstack-infra/project-config: Using heat as devstack plugin in murano rally job  https://review.openstack.org/42295108:40
openstackgerritMerged openstack-infra/project-config: Make trusty logstash-filter jobs voting  https://review.openstack.org/36966708:41
openstackgerritMerged openstack-infra/project-config: Run 2 oooq jobs in check pipe of tripleo-ci  https://review.openstack.org/42264608:41
*** sflanigan has quit IRC08:42
openstackgerritMerged openstack-infra/project-config: Retire ironic-webclient zuul/gerrit config  https://review.openstack.org/42287308:42
*** florianf has joined #openstack-infra08:43
*** jpich has joined #openstack-infra08:43
openstackgerritMerged openstack-infra/project-config: Fixed grafana dashboard for devstack to show fedora25 results  https://review.openstack.org/42285008:43
openstackgerritMerged openstack-infra/project-config: Promote some kolla-kubernetes jobs to non-voting  https://review.openstack.org/42259708:44
openstackgerritZhang Ni proposed openstack-infra/project-config: Add new project(fuxi-kubernetes) to Openstack  https://review.openstack.org/42312608:48
openstackgerritMerged openstack-infra/project-config: Update project config for ironic-ui with python 3.5  https://review.openstack.org/42232908:48
openstackgerritMerged openstack-infra/project-config: Skip non-tripleo-quickstart OVB jobs for files they do not cover  https://review.openstack.org/42152508:49
openstackgerritMerged openstack-infra/project-config: Add non-voting coverage job to python-magnumclient  https://review.openstack.org/42108308:50
*** rbuzatu has quit IRC08:51
*** rbuzatu has joined #openstack-infra08:51
*** shardy_afk is now known as shardy08:52
*** rbuzatu has quit IRC08:55
*** salv-orlando has quit IRC08:56
*** Apoorva has joined #openstack-infra08:56
openstackgerritMerged openstack-infra/project-config: neutron: Move DVR multinode Neutron test to the check queue  https://review.openstack.org/41895908:58
openstackgerritMerged openstack-infra/project-config: Increase timeout for dsvm functional jobs  https://review.openstack.org/41436508:58
*** Apoorva has quit IRC08:58
*** matrohon has quit IRC08:59
openstackgerritMerged openstack-infra/project-config: Bump max-servers to 65 in rh1  https://review.openstack.org/42269308:59
openstackgerritMerged openstack-infra/project-config: moves experimental job to check pipeline for os-vif  https://review.openstack.org/41961908:59
*** zzzeek has quit IRC09:00
*** zzzeek has joined #openstack-infra09:00
*** zhipeng has quit IRC09:00
*** jascott1 has quit IRC09:00
*** ccamacho has joined #openstack-infra09:01
*** hashar has joined #openstack-infra09:02
*** openstackgerrit has quit IRC09:02
*** zz_dimtruck is now known as dimtruck09:03
*** bexelbie has quit IRC09:04
*** bexelbie has joined #openstack-infra09:05
*** pgadiya has quit IRC09:06
*** sflanigan has joined #openstack-infra09:07
*** bexelbie has quit IRC09:08
*** bexelbie has joined #openstack-infra09:08
*** pgadiya has joined #openstack-infra09:10
*** openstackgerrit has joined #openstack-infra09:10
openstackgerritMerged openstack-infra/project-config: Normalize projects.yaml  https://review.openstack.org/42311909:10
*** dimtruck is now known as zz_dimtruck09:12
*** rossella_ has joined #openstack-infra09:14
*** rossella_s has quit IRC09:14
*** derekh has joined #openstack-infra09:15
*** johnthetubaguy has quit IRC09:16
*** mhickey has joined #openstack-infra09:18
*** johnthetubaguy has joined #openstack-infra09:19
*** yanyanhu has quit IRC09:19
*** dgonzalez_ has joined #openstack-infra09:23
*** nmathew has joined #openstack-infra09:23
*** mnencia has quit IRC09:24
*** mnencia has joined #openstack-infra09:24
*** dgonzalez has quit IRC09:27
*** dgonzalez_ is now known as dgonzalez09:27
*** ssbarnea has joined #openstack-infra09:28
*** bhavik1 has joined #openstack-infra09:28
*** wolverineav has joined #openstack-infra09:28
ianwAJaeger: yeah, i haven't but will09:29
*** bhavik1 has quit IRC09:30
*** stakeda has quit IRC09:31
HeOSHello, team! Looks like, r.o.o is unavailable.09:32
*** erikwilson has quit IRC09:32
*** aunnam has quit IRC09:32
*** timburke has quit IRC09:32
HeOSOh, sorry, wrong call.)09:32
*** ggnel_t has joined #openstack-infra09:32
*** dizquierdo has joined #openstack-infra09:32
*** jascott1 has joined #openstack-infra09:33
*** wolverineav has quit IRC09:33
ianwreview.openstack.org does seem slow09:33
*** lucas-afk is now known as lucasagomes09:34
*** erikmwilson has joined #openstack-infra09:35
*** timburke has joined #openstack-infra09:35
ianwhttp://cacti.openstack.org/cacti/graph.php?action=view&local_graph_id=25&rra_id=all seems about normal09:35
*** tojuvone has quit IRC09:36
*** tojuvone has joined #openstack-infra09:36
*** aunnam has joined #openstack-infra09:39
*** askb has quit IRC09:42
*** matrohon has joined #openstack-infra09:44
*** john-davidge has joined #openstack-infra09:45
*** thorst_ has joined #openstack-infra09:46
*** john-davidge has quit IRC09:47
*** john-davidge has joined #openstack-infra09:47
*** wolverineav has joined #openstack-infra09:48
*** thorst_ has quit IRC09:51
*** sdake has quit IRC09:52
*** sdake has joined #openstack-infra09:53
*** wolverineav has quit IRC09:53
*** john-dav_ has joined #openstack-infra09:53
*** john-davidge has quit IRC09:53
*** bkorren has quit IRC09:57
openstackgerritZhang Ni proposed openstack-infra/project-config: Add new project(fuxi-kubernetes) to Openstack  https://review.openstack.org/42312609:58
*** nadya has quit IRC09:59
mordredmorning AJaeger - I'm much closer to you today than normally09:59
AJaegermordred: Where? Can't see you ;)10:01
AJaegermorning, mordred !10:01
*** mrtenio has quit IRC10:02
*** yamahata has quit IRC10:02
mordredAJaeger: I'm right down here in München - almost walking distance compared to Dallas :)10:02
AJaegerMünchen is indeed nearly walking distance - only 36hours or so ;)10:03
*** zz_dimtruck is now known as dimtruck10:04
*** liujiong has quit IRC10:04
AJaegerI would prefer the bike - but it's a bit cold for such a day trip10:04
AJaegermordred: enjoy München!10:04
*** priteau has joined #openstack-infra10:05
*** nijaba has quit IRC10:05
*** priteau has quit IRC10:07
*** wolverineav has joined #openstack-infra10:08
*** kzaitsev_mb has joined #openstack-infra10:10
*** rbuzatu has joined #openstack-infra10:11
*** e0ne has joined #openstack-infra10:12
*** nijaba has joined #openstack-infra10:12
*** wolverineav has quit IRC10:12
*** dimtruck is now known as zz_dimtruck10:13
*** sambetts|afk is now known as sambetts10:13
*** john-dav_ is now known as john-davidge10:15
dirkdhellmann: the individual reviews take already 2+ days to get through gating, the single proposal bot is in within a few hours usually10:20
*** gongysh has quit IRC10:22
*** aarefiev_afk is now known as aarefiev10:26
*** mdbooth has quit IRC10:26
*** mdbooth has joined #openstack-infra10:26
*** wolverineav has joined #openstack-infra10:27
*** ansiwen_ has joined #openstack-infra10:27
*** ansiwen has quit IRC10:27
*** umeshksingla has joined #openstack-infra10:28
*** gongysh has joined #openstack-infra10:28
*** sshnaidm is now known as sshnaidm|off10:28
*** amotoki_ has quit IRC10:28
*** priteau has joined #openstack-infra10:29
*** wolverineav has quit IRC10:31
*** ldnunes has joined #openstack-infra10:36
*** gongysh has quit IRC10:37
*** amotoki has joined #openstack-infra10:38
*** dizquierdo has quit IRC10:39
*** Jeffrey4l has joined #openstack-infra10:40
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci: WIP: Conntainers with multi-nic and net-iso  https://review.openstack.org/42244810:40
*** tosky has joined #openstack-infra10:42
*** umeshksingla has quit IRC10:42
*** dtantsur|afk is now known as dtantsur10:43
*** jascott1_ has joined #openstack-infra10:43
*** sandanar_ has joined #openstack-infra10:47
*** jascott1_ has quit IRC10:48
*** wolverineav has joined #openstack-infra10:49
*** yamamoto_ has quit IRC10:50
*** sandanar has quit IRC10:50
*** panda|Zz is now known as panda10:52
*** umeshksingla has joined #openstack-infra10:53
*** adarazs has joined #openstack-infra10:54
*** wolverineav has quit IRC10:54
*** electrofelix has joined #openstack-infra10:59
*** rfolco has joined #openstack-infra10:59
andymccrmorning infra - we're getting some failures on 1 job (it fails within a few mins before its finished setting up), its on trusty - although the xenial and centos equivalents work fine.11:01
*** priteau has quit IRC11:02
andymccrhttp://logs.openstack.org/95/421795/1/check/gate-openstack-ansible-os_keystone-ansible-uwsgi_apache-ubuntu-trusty/b8f3483/console.html could it be to do with naming length (although trusty and xenial are the same length)? All the other trusty jobs work fine for the same gate11:02
*** priteau has joined #openstack-infra11:02
*** zz_dimtruck is now known as dimtruck11:04
*** dizquierdo has joined #openstack-infra11:04
*** salv-orlando has joined #openstack-infra11:06
*** priteau has quit IRC11:08
*** dimtruck is now known as zz_dimtruck11:14
*** hashar is now known as hasharAway11:15
*** dizquierdo has quit IRC11:22
*** rbuzatu_ has joined #openstack-infra11:23
*** salv-orlando has quit IRC11:24
*** rbuzatu has quit IRC11:26
*** nmathew has quit IRC11:27
jpichAJaeger: Hi! IIRC you're one of the best people to ask about i18n and related infrastructure? :) We're looking to add a javascript-based project (tripleo-ui) to Zanata. If I understand correctly looking through the existing translation scripts, there's only support for python/django/docs/training guides, so we should start with doing a bit of work there first, would that be right?11:28
*** sdague has joined #openstack-infra11:29
AJaegerjpich: indeed, you first need to add support for that to the scripts11:29
*** mhickey has quit IRC11:30
AJaegerjpich: do you have people interested to translated? The translation team is small and might not be able to prioritize tripleo-ui - so to make this a success, you need some volunteers to actual translate tripleo-ui.11:31
jpichAJaeger: We have at least one translator interested in translating it right now :) (into Japanese) Which leads me to my next question... while we do the work to add proper automation in parallel, do you think it would be possible to manually upload a message file to Zanata around Soft String Freeze, so that she can start translating?11:33
*** nicolasbock has joined #openstack-infra11:35
*** Deba has joined #openstack-infra11:35
*** wezaui has quit IRC11:35
*** yamamoto has joined #openstack-infra11:40
*** jkilpatr has quit IRC11:43
*** dizquierdo has joined #openstack-infra11:44
*** amotoki has quit IRC11:44
openstackgerritSagi Shnaidman proposed openstack-infra/project-config: Add experimental jobs to quickstart and its extras  https://review.openstack.org/42322311:46
*** thorst_ has joined #openstack-infra11:47
*** nadya has joined #openstack-infra11:50
*** thorst_ has quit IRC11:52
*** esikachev has quit IRC11:55
*** jkilpatr has joined #openstack-infra11:57
*** pcaruana has quit IRC11:59
*** yamamoto has quit IRC12:02
*** yamamoto has joined #openstack-infra12:03
openstackgerritGiulio Fidente proposed openstack-infra/tripleo-ci: Use HCI Ceph in HA job  https://review.openstack.org/33808812:05
*** zz_dimtruck is now known as dimtruck12:05
*** jkilpatr has quit IRC12:05
*** ociuhandu has quit IRC12:05
*** pcaruana has joined #openstack-infra12:06
*** yamamoto has quit IRC12:08
*** yamamoto has joined #openstack-infra12:10
dimsAJaeger : do we need to rush this? https://review.openstack.org/#/c/423215/ (can it wait for monday)12:11
*** Deba has left #openstack-infra12:13
*** dimtruck is now known as zz_dimtruck12:15
*** vikrant has quit IRC12:18
*** nmathew has joined #openstack-infra12:18
*** sdake has quit IRC12:18
*** sdake_ has joined #openstack-infra12:19
*** jkilpatr has joined #openstack-infra12:19
AJaegerdims: can wait until monday - thanks12:25
AJaegerjpich: you don't know how your strings will look like when uploaded, better wait12:26
jpichAJaeger: What do you mean?12:27
AJaegerwhat I mean is that extracting strings and file names etc. might look different when run manually and when fully integrated - and then you have files that are not properly translated.12:27
*** umeshksingla has quit IRC12:28
jpichflorianf: I think I remember you ran some tests on a Zanata system, uploading files?12:28
AJaegerlet's do the tooling, I'll help quickly with reviewing...12:28
florianfjpich, AJaeger: I tested manually if the files created during build work with zanata, and if the translated files from zanata work with our app.12:29
jpichAJaeger: Ok, thank you for that. florianf implemented a couple of commands to create the files ( https://github.com/openstack/tripleo-ui/blob/master/README.md#extracting-messages-from-components ), which I thought we would be calling to in the scripts12:30
*** rhallisey has joined #openstack-infra12:30
florianfjpich, AJaeger: But the up/download to/fro zanata were done manually12:30
jpichflorianf: Ok, thank you for the details. I guess I understand too little about Zanata to know the impact on file names :)12:31
AJaegerflorianf: shouldn't make much of a difference - as long as you use zanata-cli12:31
openstackgerritEmilien Macchi proposed openstack-infra/tripleo-ci: TEST: DONT RECHECK or REVIEW: periodic jobs  https://review.openstack.org/35921512:32
*** esikachev has joined #openstack-infra12:33
AJaegerjpich, florianf: check project-config/jenkins/scripts/*translation* files - you need to update all three of them for this.12:33
florianfAJaeger: thanks, will do that12:34
jpichOk, thank you for the pointers AJaeger12:35
*** shardy is now known as shardy_lunch12:36
*** slagle_ is now known as slagle12:37
*** lucasagomes is now known as lucas-hungry12:37
*** esikachev has quit IRC12:37
*** esikachev has joined #openstack-infra12:39
*** dizquierdo has quit IRC12:40
*** mattmceuen has joined #openstack-infra12:40
*** admcleod has joined #openstack-infra12:40
*** admcleod has quit IRC12:40
*** admcleod has joined #openstack-infra12:40
*** admcleod_ has quit IRC12:41
*** dizquierdo has joined #openstack-infra12:42
*** esikachev has quit IRC12:43
*** kzaitsev_mb has quit IRC12:43
*** yamamoto has quit IRC12:44
AJaegerand also, I'd like to see this documented at http://docs.openstack.org/infra/manual/creators.html#enabling-translation-infrastructure - that's the infra-manual.12:44
*** yamamoto has joined #openstack-infra12:44
*** esikachev has joined #openstack-infra12:44
jpichAJaeger: Ah, I had missed that doc. Will add to the todos :)12:46
*** thorst_ has joined #openstack-infra12:47
AJaegerthanks12:47
AJaegerianychoi: FYI - jpich and florianf plan to extend translation infrastructure to handle javascrip in tripleo-ui , see backscroll for discussion12:48
*** yamamoto has quit IRC12:48
*** EricGonczer_ has joined #openstack-infra12:49
*** ociuhandu has joined #openstack-infra12:50
AJaegerjpich, florianf: Note that we generate the pot files always on the fly and push to Zanata - and never store them in git. We only store translated po files in git - and only if they are sufficiently translated.12:50
*** yamamoto has joined #openstack-infra12:51
*** hasharAway is now known as hashar12:51
AJaegerif you have questions, feel free to ask here or send an email to openstack-infra mailing list and I'll answer. Also, there's the #openstack-i18n channel with the translators and some of them know the tools as well (I'm not on that channel)12:52
*** yamamoto has quit IRC12:52
*** esikachev has quit IRC12:54
florianfAJaeger: I'm sure we'll have more questions. ;-) But thanks for the help so far.12:55
*** links has quit IRC12:55
*** amotoki has joined #openstack-infra12:56
AJaeger;)12:56
*** nmathew has quit IRC12:59
*** dprince has joined #openstack-infra12:59
*** Jeffrey4l_ has joined #openstack-infra13:00
*** yolanda has quit IRC13:01
*** yolanda has joined #openstack-infra13:02
*** nadya has quit IRC13:03
ianychoijpich, florianf glad to hear that! AJaeger thanks for sharing the news!13:03
*** kzaitsev_mb has joined #openstack-infra13:03
*** drifterza has quit IRC13:03
*** Jeffrey4l has quit IRC13:04
*** zz_dimtruck is now known as dimtruck13:06
*** tinwood has joined #openstack-infra13:13
*** yujunz has joined #openstack-infra13:13
*** sdake has joined #openstack-infra13:14
*** shardy_lunch is now known as shardy13:14
*** dimtruck is now known as zz_dimtruck13:15
*** sandanar__ has joined #openstack-infra13:16
*** sdake_ has quit IRC13:17
*** jaypipes is now known as leakypipes13:19
*** sandanar_ has quit IRC13:20
*** esikachev has joined #openstack-infra13:21
*** trown|outtypewww is now known as trown13:22
*** yujunz has quit IRC13:23
*** clenimar has quit IRC13:23
*** ricardoas has quit IRC13:23
*** pgadiya has quit IRC13:24
*** jheroux has joined #openstack-infra13:25
*** shardy has quit IRC13:27
*** shardy has joined #openstack-infra13:27
*** Goneri has joined #openstack-infra13:31
dhellmanndirk : how do you figure out what went wrong when you have a bulk update patch with 20+ releases in it? who's going to sit down and do all of the debugging?13:35
*** dingyichen has quit IRC13:37
*** bradjones has joined #openstack-infra13:38
*** bradjones has quit IRC13:38
*** bradjones has joined #openstack-infra13:38
*** rlandy has joined #openstack-infra13:38
*** mhickey has joined #openstack-infra13:39
*** lindycoder_ has joined #openstack-infra13:41
*** baoli has joined #openstack-infra13:42
*** baoli has quit IRC13:43
*** baoli has joined #openstack-infra13:43
openstackgerritJames E. Blair proposed openstack-infra/zuul: Separate driver interfaces and make abstract  https://review.openstack.org/41855413:45
openstackgerritJames E. Blair proposed openstack-infra/zuul: Add Drivers to documentation  https://review.openstack.org/42280413:45
openstackgerritJames E. Blair proposed openstack-infra/zuul: Re-enable zuultrigger test  https://review.openstack.org/40884813:45
openstackgerritJames E. Blair proposed openstack-infra/zuul: Reorganize connections into drivers  https://review.openstack.org/40884913:45
*** lucas-hungry is now known as lucasagomes13:48
*** wolverineav has joined #openstack-infra13:51
*** yamamoto has joined #openstack-infra13:52
*** salv-orlando has joined #openstack-infra13:57
anilvenkatasdague, Hi Sean13:59
*** ihrachys has joined #openstack-infra13:59
*** EricGonc_ has joined #openstack-infra14:01
*** yamamoto has quit IRC14:02
*** EricGonczer_ has quit IRC14:02
*** kgiusti has joined #openstack-infra14:02
*** hamzy has quit IRC14:04
*** hamzy has joined #openstack-infra14:05
*** erikmwil_ has joined #openstack-infra14:06
*** matt-borland has joined #openstack-infra14:06
*** dgonzalez has quit IRC14:06
*** zz_dimtruck is now known as dimtruck14:06
*** sdake_ has joined #openstack-infra14:06
*** esberglu has joined #openstack-infra14:06
*** dave-mccowan has joined #openstack-infra14:07
fungidhellmann: repropose earlier patchsets from that change to see where they pass/fail. full bisection of 20 patchsets should take no more than 5 tries. i guess the question is does that come up often enough that the added work of bisecting is greater or less than the work of rebasing to address merge conflicts?14:09
*** sdake has quit IRC14:09
*** andymaier has joined #openstack-infra14:10
*** mattmceuen has quit IRC14:11
*** dgonzalez has joined #openstack-infra14:11
*** sekelso has joined #openstack-infra14:12
*** jcoufal has joined #openstack-infra14:13
*** electrofelix has quit IRC14:13
*** mdrabe has joined #openstack-infra14:13
*** fguillot has joined #openstack-infra14:14
*** electrofelix has joined #openstack-infra14:15
*** flepied has joined #openstack-infra14:19
*** gouthamr has joined #openstack-infra14:22
*** electrofelix has quit IRC14:22
*** dizquierdo has quit IRC14:22
*** weshay_afk is now known as weshay14:23
*** tlian has joined #openstack-infra14:23
*** flepied has quit IRC14:23
*** mnencia has quit IRC14:24
*** jordanP has joined #openstack-infra14:25
*** woodster_ has joined #openstack-infra14:27
adarazshi folks! are there any Third Party Coordinators here? anteaya maybe?14:29
*** srobert has joined #openstack-infra14:29
adarazsCould you add "RedHat RDO Downstream CI <rdo-ci-admins+downstream@redhat.com>" to the Third Party CI mail filter list? https://review.openstack.org/#/admin/groups/270,members -- I'm getting a bunch of mails on that address that I don't need :)14:29
openstackgerritSteven Hardy proposed openstack-infra/tripleo-ci: Don't disable heat APIs for upgrade job  https://review.openstack.org/42330214:29
openstackgerritMatt Riedemann proposed openstack-infra/devstack-gate: Run discover_hosts to register subnodes in a multinode setup  https://review.openstack.org/42300514:29
*** mnencia has joined #openstack-infra14:30
*** umeshksingla has joined #openstack-infra14:31
*** esikachev has quit IRC14:31
*** esikachev has joined #openstack-infra14:35
*** esikachev has quit IRC14:39
*** liusheng has quit IRC14:40
*** zeih has joined #openstack-infra14:40
*** liusheng has joined #openstack-infra14:40
*** flepied has joined #openstack-infra14:40
*** yujunz has joined #openstack-infra14:41
*** psachin has quit IRC14:42
*** eharney has joined #openstack-infra14:43
*** dargains has joined #openstack-infra14:44
*** dimtruck is now known as zz_dimtruck14:45
*** zz_dimtruck is now known as dimtruck14:45
*** yamamoto has joined #openstack-infra14:47
*** jcoufal__ has joined #openstack-infra14:48
*** jcoufal has quit IRC14:49
*** srobert_ has joined #openstack-infra14:51
*** umeshksingla has quit IRC14:51
*** clenimar has joined #openstack-infra14:51
*** mrtenio has joined #openstack-infra14:51
openstackgerritVasyl Saienko proposed openstack-infra/project-config: Replace ironic-multitest job  https://review.openstack.org/42331314:51
*** zeih has quit IRC14:53
*** yamamoto has quit IRC14:53
*** srobert has quit IRC14:54
*** dimtruck is now known as zz_dimtruck14:54
*** melwitt_ is now known as melwitt14:55
*** esikachev has joined #openstack-infra14:55
*** ricardoas has joined #openstack-infra14:58
*** rossella_ has quit IRC14:58
adarazsmmedvede: hi, can you maybe help with my question above ^? I see you're on the third party coordinators group. https://review.openstack.org/#/admin/groups/440,members14:59
*** rossella_ has joined #openstack-infra14:59
mmedvedeadarazs: done15:01
adarazsmmedvede: awesome, thank you! :)15:01
mmedvede:)15:02
*** sekelso has quit IRC15:04
*** jcoufal__ has quit IRC15:05
openstackgerritMerged openstack-infra/jenkins-job-builder: Reporters: fix typo and support 'perModuleEmail'  https://review.openstack.org/35279915:05
*** erikmwil_ has quit IRC15:05
openstackgerritMerged openstack-infra/jenkins-job-builder: email-ext trigger script  https://review.openstack.org/36133115:08
*** EricGonc_ has quit IRC15:09
*** mtanino has joined #openstack-infra15:10
*** EricGonczer_ has joined #openstack-infra15:10
ilpianistafirst contribution merged! \o/15:10
*** jcoufal has joined #openstack-infra15:11
*** david-lyle has joined #openstack-infra15:13
*** dtardivel has quit IRC15:14
openstackgerritSean Dague proposed openstack-infra/devstack-gate: support local.conf instead of localrc  https://review.openstack.org/32658515:16
*** zz_dimtruck is now known as dimtruck15:18
anilvenkatasdague, ping15:19
sdagueanilvenkata: what's up?15:19
anilvenkatasdague, I am updating devstack-vm-gate.sh to set dvr mode in 3 node setup for DVR+HA15:19
andreykurilinhi folks! It looks like `Download:     paste.py` link from http://paste.openstack.org/help/integration/ doesn't work. Should I file a bug somewhere for that issue?15:20
anilvenkatasdague, this is the change https://review.openstack.org/#/c/383827/15:20
anilvenkatasdague, can you please review it15:20
anilvenkatasdague, this is need for running neutron DVR+HA tests15:20
*** esberglu has quit IRC15:21
*** esberglu has joined #openstack-infra15:22
sdagueanilvenkata: I'll add it to a list, but I'm in the middle of trying to get this local.conf support sorted out15:23
anilvenkatasdague, np, thanks Sean15:23
*** esberglu_ has joined #openstack-infra15:24
*** amotoki has quit IRC15:24
*** david-lyle has quit IRC15:25
*** david-lyle has joined #openstack-infra15:25
*** esberglu has quit IRC15:26
*** gordc has joined #openstack-infra15:26
*** slaweq__ has quit IRC15:27
*** sflanigan has quit IRC15:28
*** jcoufal has quit IRC15:28
*** jcoufal has joined #openstack-infra15:30
*** baoli has quit IRC15:30
*** yujunz is now known as yujunz[away]15:31
*** yujunz[away] has quit IRC15:31
*** adarazs is now known as adarazs_brb15:31
*** baoli has joined #openstack-infra15:33
*** bnemec is now known as beekneemech15:33
*** rbrndt has joined #openstack-infra15:34
*** Hunner_ is now known as Hunner15:34
*** mptacekx has quit IRC15:34
*** annegentle has joined #openstack-infra15:34
*** yujunz has joined #openstack-infra15:35
*** pjm6 has quit IRC15:36
openstackgerritOleksandr Karpenko proposed openstack-infra/gearman-plugin: Fix permission problem when getting job list  https://review.openstack.org/42333715:38
*** jaosorior has joined #openstack-infra15:39
openstackgerritJuan Antonio Osorio Robles proposed openstack-infra/tripleo-ci: Only install tempest if it's going to be used  https://review.openstack.org/42279515:41
openstackgerritJuan Antonio Osorio Robles proposed openstack-infra/tripleo-ci: Disable optional undercloud features in longer jobs  https://review.openstack.org/42278515:41
*** david-lyle has quit IRC15:42
openstackgerritJuan Antonio Osorio Robles proposed openstack-infra/tripleo-ci: Add support for testing predictable placement  https://review.openstack.org/37801415:43
*** salv-orlando has quit IRC15:44
*** sekelso has joined #openstack-infra15:45
*** sflanigan has joined #openstack-infra15:45
*** sflanigan has joined #openstack-infra15:45
*** phealy has joined #openstack-infra15:48
*** shardy has quit IRC15:48
openstackgerritBen Nemec proposed openstack-dev/hacking: Add explicit support for py35  https://review.openstack.org/42334215:49
*** jcoufal has quit IRC15:49
*** shardy has joined #openstack-infra15:49
*** adrian_otto has joined #openstack-infra15:50
*** knangia has joined #openstack-infra15:51
dhellmannfungi : that's a fair question. I'll defer to the requirements team, since they do most of the work.15:51
openstackgerritMerged openstack-dev/hacking: Remove support for py33/py26  https://review.openstack.org/42235015:52
*** jcoufal has joined #openstack-infra15:52
*** yamamoto has joined #openstack-infra15:54
*** pjm6 has joined #openstack-infra15:54
*** anilvenkata has quit IRC15:55
*** darvon has quit IRC15:56
*** john-davidge has quit IRC15:56
*** sflanigan has quit IRC15:56
*** xarses has joined #openstack-infra15:58
*** jascott1_ has joined #openstack-infra15:58
*** burgerk has joined #openstack-infra15:59
*** xarses_ has joined #openstack-infra15:59
*** adarazs_brb is now known as adarazs16:00
*** xarses has quit IRC16:02
*** marst has joined #openstack-infra16:03
*** pcaruana has quit IRC16:03
*** yamamoto has quit IRC16:03
*** jascott1_ has quit IRC16:03
*** darvon has joined #openstack-infra16:04
*** markus_z has quit IRC16:05
*** amotoki has joined #openstack-infra16:05
*** amotoki has quit IRC16:06
*** baoli_ has joined #openstack-infra16:07
*** baoli has quit IRC16:07
*** ijw has joined #openstack-infra16:08
*** adarazs is now known as adarazs_afk16:09
*** bkorren has joined #openstack-infra16:10
*** sflanigan has joined #openstack-infra16:12
*** sflanigan has joined #openstack-infra16:12
*** armax has joined #openstack-infra16:14
*** hongbin has joined #openstack-infra16:15
*** hieulq_ has joined #openstack-infra16:15
*** sdake_ has quit IRC16:15
*** sandanar__ has quit IRC16:15
*** jcoufal_ has joined #openstack-infra16:16
openstackgerritKhai Do proposed openstack/python-jenkins: Allow to wait for jenkins to enter normal operation  https://review.openstack.org/15526316:16
*** sdake has joined #openstack-infra16:17
*** jcoufal has quit IRC16:18
zaroelectrofelix:16:18
*** sflanigan has quit IRC16:19
*** HeOS has quit IRC16:21
*** inc0 has joined #openstack-infra16:24
*** dizquierdo has joined #openstack-infra16:26
zaroelectrofelix: are you interested in this change at all?  https://review.openstack.org/#/c/414358/16:26
*** bhavik1 has joined #openstack-infra16:27
openstackgerritJuan Antonio Osorio Robles proposed openstack-infra/tripleo-ci: DO NOT MERGE - testing TLS everywhere job  https://review.openstack.org/41952916:27
*** EricGonc_ has joined #openstack-infra16:27
*** kzaitsev_mb has quit IRC16:28
*** EricGonczer_ has quit IRC16:28
*** dave-mccowan has quit IRC16:29
*** Apoorva has joined #openstack-infra16:30
*** salv-orlando has joined #openstack-infra16:31
*** jcoufal_ has quit IRC16:31
*** hieulq_ has quit IRC16:32
sigmavirusAJaeger: you filed https://bugs.launchpad.net/craton/+bug/1656541 and I believe I fixed it, but I was wondering where you find those gate logs16:33
openstackLaunchpad bug 1656541 in craton "requirements not in global requirements" [High,In progress] - Assigned to Ian Cordasco (icordasc)16:33
*** panda is now known as panda|bbl16:34
openstackgerritMerged openstack-infra/tripleo-ci: OOQ/OVB: Add configurations for tempest job  https://review.openstack.org/42062016:35
*** yujunz has quit IRC16:36
jlvillalDoes anyone know how often a new version of gerritbot is pushed out and restarted?16:37
clarkbjlvillal: I want to say we may deploy gerritbot off of tags16:38
clarkbso as often as we tag it?16:38
*** jcoufal has joined #openstack-infra16:38
jlvillalclarkb: Ah, okay. So just because my patch got merged doesn't mean it will show up automatically then. Thanks :)16:38
*** bhavik1 has quit IRC16:41
*** esberglu has joined #openstack-infra16:43
*** e0ne has quit IRC16:44
*** yamahata has joined #openstack-infra16:46
*** esberglu_ has quit IRC16:46
*** mdrabe has quit IRC16:46
openstackgerritClark Boylan proposed openstack-infra/system-config: Update biemond-wildfly to version 1.2.4  https://review.openstack.org/42336716:47
*** nadya has joined #openstack-infra16:47
*** andymaier has quit IRC16:48
*** Apoorva has quit IRC16:48
*** jaosorior has quit IRC16:48
openstackgerritClark Boylan proposed openstack-infra/puppet-zanata: Remove now unneeded systemd sysv compat hack  https://review.openstack.org/42336916:49
clarkbhopefully ^ gets things working on translate-dev. The real concern though is that could affect production as that puppet module is installed on both16:49
*** jaosorior has joined #openstack-infra16:49
*** jaosorior has quit IRC16:51
*** jascott1_ has joined #openstack-infra16:51
*** itisha has quit IRC16:52
clarkbpleia2: do you know if updating the wildfly puppet module is generally dangerous or has it been safe? it seems like they have been fairly stable in their api16:52
*** dargains has quit IRC16:53
*** dargains has joined #openstack-infra16:54
*** mdrabe has joined #openstack-infra16:55
*** jascott1_ has quit IRC16:57
*** flepied has quit IRC16:58
*** dargains has quit IRC16:58
*** jascott1_ has joined #openstack-infra16:58
*** erikmwil_ has joined #openstack-infra16:59
*** tphummel has joined #openstack-infra16:59
*** derekh has quit IRC17:00
*** mriedem is now known as mriedem_afk17:00
*** jcoufal_ has joined #openstack-infra17:00
*** jcoufal has quit IRC17:02
*** jcoufal__ has joined #openstack-infra17:02
clarkbI do not understand why those changes are failing... https://github.com/biemond/biemond-wildfly/blob/v1.2.4/manifests/service.pp is the class right there17:03
*** salv-orlando has quit IRC17:04
*** jcoufal has joined #openstack-infra17:04
fungitakes us back to the discussions about having prod and dev puppet envs so they can use different module lists/versions17:04
*** fguillot has quit IRC17:04
*** ralonsoh has quit IRC17:05
*** jcoufal_ has quit IRC17:05
*** jcoufal__ has quit IRC17:07
*** jordanP has quit IRC17:07
*** dtantsur is now known as dtantsur|afk17:08
openstackgerritClark Boylan proposed openstack-infra/system-config: Update biemond-wildfly to version 1.2.3  https://review.openstack.org/42336717:08
clarkb1.2.4 is only a few hours old so trying the previous release17:08
*** xarses_ is now known as xarses17:09
*** kjorgensen has joined #openstack-infra17:12
openstackgerritMerged openstack-infra/tripleo-ci: Add Swift to the major upgrade CI  https://review.openstack.org/42010017:13
*** matrohon has quit IRC17:13
*** flepied has joined #openstack-infra17:15
*** bkorren has quit IRC17:17
openstackgerritJoshua White proposed openstack-infra/project-config: Swift experimental multinode grenade job  https://review.openstack.org/41198217:17
*** nicolasbock has quit IRC17:18
*** nicolasbock has joined #openstack-infra17:18
*** fguillot has joined #openstack-infra17:21
*** hurgleburgler has joined #openstack-infra17:22
*** dprince has quit IRC17:23
*** lucasagomes is now known as lucas-afk17:23
*** spligak has joined #openstack-infra17:23
*** lseki has joined #openstack-infra17:24
openstackgerritMerged openstack-infra/tripleo-ci: Add sahara support to major upgrade CI  https://review.openstack.org/42277617:25
openstackgerritSteven Hardy proposed openstack-infra/tripleo-ci: Add ceph support to major upgrade job  https://review.openstack.org/42338317:26
AJaegersigmavirus: you need to check the post jobs of requirements repo.17:29
*** jcoufal has quit IRC17:30
AJaegersigmavirus: status.openstack.org/zuul shows jobs while running and that's why I noticed but you can get them as well - using the sha1 of the change17:30
*** csomerville has joined #openstack-infra17:31
*** jcoufal has joined #openstack-infra17:31
AJaegersigmavirus: very easy to verify that the bug is fixed: If you get a change proposed from requirements repo, everything is fine ;)17:31
*** tnovacik has joined #openstack-infra17:32
*** rossella_ has quit IRC17:32
*** jaosorior has joined #openstack-infra17:32
AJaegersigmavirus: cratonclient fails, see http://logs.openstack.org/b6/b660c67748cb4a0c14ece23627abf0cbafca4dcd/post/propose-requirements-updates/3930b5a/console.html#_2017-01-20_14_08_27_86888917:33
AJaegersigmavirus: sorry, that one was fine17:33
*** jascott1_ has quit IRC17:33
*** cody-somerville has quit IRC17:34
AJaegersigmavirus: so, with https://review.openstack.org/#/c/422315/ you should be fine - mark the bug as done17:35
sigmaviruscool17:35
sigmavirusI hadn't seen a proposal yet so I was worried17:35
sigmavirusThanks for the info AJaeger and, as always, your super valuable help17:35
*** jpich has quit IRC17:36
pleia2clarkb: the version of the wildfly module we're using is s pretty old one, but we're not doing crazy unusual things so it tend to be pretty safe17:38
openstackgerritJuan Antonio Osorio Robles proposed openstack-infra/tripleo-ci: DO NOT MERGE - testing TLS everywhere job  https://review.openstack.org/41952917:38
pleia2the one thing I'd check is that the latest version still supports the version of wildfly we're running if it's still the one from last year17:39
AJaegersigmavirus: you're welcome17:39
* pleia2 off to airplanes home from AU now17:39
*** jascott1_ has joined #openstack-infra17:40
clarkbpleia2: ya it supports wildfly 8  and 10 so thats fine17:40
pleia2cool17:40
clarkbbut its broken in tests not finding a thing that is right there so I am co fused17:40
pleia2boo17:40
openstackgerritSteven Hardy proposed openstack-infra/tripleo-ci: Don't disable heat APIs for upgrade job  https://review.openstack.org/42330217:41
*** ihrachys has quit IRC17:43
openstackgerritMartin André proposed openstack-infra/tripleo-ci: Allow to use an RDO review to fix a packaging issue  https://review.openstack.org/38879117:44
*** jascott1_ has quit IRC17:44
*** mhickey has quit IRC17:45
*** baoli_ has quit IRC17:45
*** baoli has joined #openstack-infra17:46
openstackgerritGiulio Fidente proposed openstack-infra/project-config: Trigger tripleo scenario004 on Manila changes  https://review.openstack.org/42338917:46
*** jascott1_ has joined #openstack-infra17:47
*** jascott1_ has quit IRC17:48
*** jascott1_ has joined #openstack-infra17:48
*** nadya has quit IRC17:49
*** jcoufal has quit IRC17:49
*** Apoorva has joined #openstack-infra17:50
openstackgerritJoshua White proposed openstack-infra/project-config: Swift experimental multinode grenade job  https://review.openstack.org/41198217:51
*** tonytan4ever has joined #openstack-infra17:54
*** bhunter71 has quit IRC17:54
*** bhunter71 has joined #openstack-infra17:54
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Add docs jobs for workload-ref-archs  https://review.openstack.org/42339417:55
*** jcoufal has joined #openstack-infra17:57
*** john-davidge has joined #openstack-infra17:57
*** adarazs_afk is now known as adarazs17:59
*** dprince has joined #openstack-infra18:01
*** nadya has joined #openstack-infra18:02
*** ihrachys has joined #openstack-infra18:05
*** e0ne has joined #openstack-infra18:06
*** dizquierdo has quit IRC18:06
AJaegerclarkb, pleia2, any other project-config cores: Could you review the change above to help bootstrap the workload-ref-archs repo, please? ^18:07
stevemaro/ can i get a pointer on how to make keystone's API changes not run our tests + dsvm jobs ?18:09
stevemarAJaeger: i think you mentioned this to me once, finally have a minute to look at it :)18:10
*** adrian_otto has quit IRC18:10
*** flepied1 has joined #openstack-infra18:10
AJaegerstevemar: skip-ifs is the way but ugly and really error prone. Best wait for zuul v3, jeblair has found a better solution AFAIK18:11
AJaegerstevemar: we have enough resources right now that it's not worth to go down that rathole IMHO.18:11
stevemarAJaeger: i trust your judgement then sir18:11
openstackgerritJoshua White proposed openstack-infra/devstack-gate: Enable Swift multinode grenade testing  https://review.openstack.org/41198018:11
*** ssbarnea has quit IRC18:11
*** ihrachys_ has joined #openstack-infra18:14
*** ihrachys has quit IRC18:14
*** flepied has quit IRC18:14
*** bkorren has joined #openstack-infra18:17
*** jcoufal_ has joined #openstack-infra18:17
*** umeshksingla has joined #openstack-infra18:17
*** esikachev has quit IRC18:18
*** hashar has quit IRC18:18
*** claudiub has joined #openstack-infra18:18
*** jcoufal has quit IRC18:19
*** nadya has quit IRC18:19
*** jcoufal has joined #openstack-infra18:20
*** ihrachys_ is now known as ihrachys18:20
*** claudiub|2 has quit IRC18:21
*** sekelso has quit IRC18:22
*** jcoufal_ has quit IRC18:22
*** nadya has joined #openstack-infra18:22
*** sekelso has joined #openstack-infra18:22
*** jascott1_ has quit IRC18:22
*** nadya has quit IRC18:22
openstackgerritDavid Shrewsbury proposed openstack-infra/nodepool: Add a serialize() method to ZK model definitions  https://review.openstack.org/42340418:23
*** ccamacho has quit IRC18:26
*** jascott1_ has joined #openstack-infra18:29
*** adrian_otto has joined #openstack-infra18:30
*** tphummel has quit IRC18:32
*** jascott1_ has quit IRC18:33
*** e0ne has quit IRC18:35
*** jaosorior has quit IRC18:35
*** jascott1_ has joined #openstack-infra18:35
*** trown is now known as trown|lunch18:35
*** pblaho1 has quit IRC18:36
*** annegentle has quit IRC18:36
*** esikachev has joined #openstack-infra18:36
openstackgerritMonty Taylor proposed openstack-infra/shade: Replace SwiftService with direct REST uploads  https://review.openstack.org/41573918:38
*** florianf has quit IRC18:39
*** jascott1_ has quit IRC18:40
*** ociuhandu has quit IRC18:40
*** esikachev has quit IRC18:40
*** gluytium has quit IRC18:41
*** jascott1_ has joined #openstack-infra18:41
*** esikachev has joined #openstack-infra18:42
*** tosky has quit IRC18:43
*** jcoufal_ has joined #openstack-infra18:43
*** Swami has joined #openstack-infra18:43
*** kzaitsev_ws has quit IRC18:44
*** voldz1tic3n has joined #openstack-infra18:45
*** ccamacho has joined #openstack-infra18:45
*** jcoufal has quit IRC18:46
*** tonytan_brb has joined #openstack-infra18:46
clarkbok I think I know why wildfly puppet is failing now18:46
*** esikachev has quit IRC18:46
*** gluytium has joined #openstack-infra18:47
clarkbthe initsystem fact isn't being populated for some reason18:47
*** tonytan4ever has quit IRC18:48
*** esikachev has joined #openstack-infra18:48
*** rhallisey has quit IRC18:50
*** rfolco has quit IRC18:51
openstackgerritClark Boylan proposed openstack-infra/system-config: Update biemond-wildfly to version 1.2.4  https://review.openstack.org/42336718:52
clarkbturns out it isn't a built in fact, but its a useful one so happy to discover this small module18:52
*** megm has quit IRC18:52
*** esikachev has quit IRC18:53
openstackgerritMerged openstack-infra/openstackid-resources: Fix on Attendee serialization fixed null pointer exception  https://review.openstack.org/42224018:53
*** megm has joined #openstack-infra18:54
*** dizquierdo has joined #openstack-infra18:55
*** umeshksingla has quit IRC18:56
openstackgerritMerged openstack-infra/openstackid: Fixed error on adding endpoint (Admin UI) adding endpoint feature was erroring bc the controller was expecting that service layer were returning a entity, intead void was returned now its fixed.  https://review.openstack.org/42223518:57
openstackgerritsebastian marcet proposed openstack-infra/openstackid-resources: Presentation ToRecord field  https://review.openstack.org/42341018:57
*** erikmwil_ has quit IRC18:58
*** erikmwil_ has joined #openstack-infra18:59
*** ociuhandu has joined #openstack-infra19:00
openstackgerritMerged openstack-infra/openstackid-resources: Presentation ToRecord field  https://review.openstack.org/42341019:00
*** mriedem_afk is now known as mriedem19:00
panda|bblif there's life on infra on fridays, this  https://review.openstack.org/420647  just needs a +W flag. Thanks.19:01
*** rfolco has joined #openstack-infra19:01
*** rfolco has quit IRC19:02
*** tphummel has joined #openstack-infra19:02
AJaegerpanda|bbl: has the dependency merged?19:04
AJaegerit has - ok, +W19:04
openstackgerritMerged openstack-infra/project-config: Add docs jobs for workload-ref-archs  https://review.openstack.org/42339419:04
*** jcoufal_ has quit IRC19:04
*** dizquierdo has quit IRC19:05
openstackgerritMatt Riedemann proposed openstack-infra/devstack-gate: Run discover_hosts to register subnodes in a multinode setup  https://review.openstack.org/42300519:05
*** megm has quit IRC19:06
*** jcoufal has joined #openstack-infra19:06
*** rhallisey has joined #openstack-infra19:07
*** megm has joined #openstack-infra19:08
openstackgerritMerged openstack-infra/project-config: tripleo: replace periodic tempest job to use quickstart  https://review.openstack.org/42064719:10
fungipanda|bbl: there's life in infra on fridays, but since so many other people aren't vying for our attention we end up heads-down quietly getting work done ;)19:12
openstackgerritMartin André proposed openstack-infra/tripleo-ci: Allow to use an RDO review to fix a packaging issue  https://review.openstack.org/38879119:13
openstackgerritMatt Riedemann proposed openstack-infra/devstack-gate: Run discover_hosts to register subnodes in a multinode setup  https://review.openstack.org/42300519:14
openstackgerritMatt Riedemann proposed openstack-infra/devstack-gate: Make the workspace owned by stack user for grenade too  https://review.openstack.org/42341719:14
*** david-lyle has joined #openstack-infra19:17
*** john-davidge has quit IRC19:23
*** david-lyle has quit IRC19:24
*** dargains has joined #openstack-infra19:25
*** baoli has quit IRC19:25
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci: Fix logging issues for quickstart jobs  https://review.openstack.org/42263819:27
openstackgerritDavid Shrewsbury proposed openstack-infra/nodepool: Add API methods for locking/unlocking Nodes.  https://review.openstack.org/42349619:28
openstackgerritClark Boylan proposed openstack-infra/puppet-ethercalc: Convert from etherpad to ethercalc  https://review.openstack.org/42292119:29
clarkbfungi: not ignoring your comments its just I am not sure if site.pp is going to stick around yet19:29
clarkb(it probably will as I learn more about ethercalc's undocumented config options19:29
fungiclarkb: fair enough. if it does, it needs cleaning up19:29
fungiclarkb: though i had some unrelated comments in there too19:30
jeblair'site.pp' had me momentarily confused :)19:30
*** jcoufal_ has joined #openstack-infra19:31
clarkbfungi: yup got the one about storyboard url19:31
fungiahh, cool yeah i guess that's probably the only one19:31
jeblair[etherfoo::site not system-config]19:31
fungijust now flipping through the diff19:31
*** tesseract has quit IRC19:32
fungiwe so need an etherfoo module now19:32
clarkbcurrently working on booting a VM so that I can fiddle with init and config19:32
*** jcoufal has quit IRC19:32
fungiawesome19:32
*** sambetts is now known as sambetts|afk19:36
*** kzaitsev_mb has joined #openstack-infra19:36
*** trown|lunch is now known as trown19:36
*** jascott1_ has quit IRC19:39
*** jascott1_ has joined #openstack-infra19:39
rosmaitafungi: got a quick question19:42
rosmaitafungi: this is in the gate queue, can you yank it out? https://review.openstack.org/#/c/423286/219:42
rosmaitai just -1'd the workflow on it, so i think it won't merge, but no sense wasting resources19:43
rosmaitafungi: ah, so that 's the trick, just rebase the patch19:44
rosmaitaty19:44
*** yamahata has quit IRC19:45
funginp. glad to help!19:46
jeblairi'm not certain any resources were saved by doing that...19:47
*** Sukhdev has joined #openstack-infra19:47
jeblair('cause now we're running check jobs, yeah?)19:47
*** sdake has quit IRC19:47
openstackgerritDavid Shrewsbury proposed openstack-infra/nodepool: WIP: Assign node set to node requests  https://review.openstack.org/42350219:48
jeblair(and zuul had already considered the change failed in gate)19:48
*** jcoufal_ has quit IRC19:49
fungithis is true. with that change failing in the gate, it would only have wasted additional resources if there were one or more additiona gate resets ahead of it later19:50
*** ramishra has quit IRC19:51
*** jaosorior has joined #openstack-infra19:52
fungithough even one more gate reset ahead of it would have caused a secondary reset for all changes behind the glance change the next time it discovered that change still fails19:52
openstackgerritMartin André proposed openstack-infra/tripleo-ci: Allow to use an RDO review to fix a packaging issue  https://review.openstack.org/38879119:53
*** jcoufal has joined #openstack-infra19:54
jeblairwe could easily have zuul remove those when workflow-1 or code-review-2 are added, but that may affect our ability to bypass (other) pipeline requirements.19:56
fungitrue19:56
jeblairhowever, i don't think any of our current pipeline requirements are ones that we would want to bypass, so it'd probably be okay to do19:56
fungii also couldn't remember if abandon also does that19:56
jeblairabandon does19:56
jlvillalproject-config review request: https://review.openstack.org/#/c/422917/  For our Ironic grenade-multitenant job. Has one +2 already.19:56
fungiso if zuul receives a change-abandoned event, it will dequeue?19:56
jeblairfungi: yes19:57
fungii'll keep that in mind for next time. definitely more efficient in situations like that19:57
jeblairi'll look into making the pipeline requirements dequeue as well, cause i don't think you should have to :)19:58
*** jascott1_ has quit IRC19:59
*** jascott1_ has joined #openstack-infra19:59
fungipresumably we'd want that to cause it to leave a verify -2 on dequeue so we don't end up in the hole of zuul having removed its verify +1 on enqueuing and the change winding up with no verify and not in any queue20:00
fungithough i guess a recheck gets it back on track after that20:00
fungieither way20:00
jeblairyeah, worth thinking about which behavior we'd want20:01
*** jamesdenton has joined #openstack-infra20:01
*** voldz1tic3n has quit IRC20:01
openstackgerritMerged openstack-infra/tripleo-ci: Disable optional undercloud features in longer jobs  https://review.openstack.org/42278520:02
openstackgerritMerged openstack-infra/tripleo-ci: Only install tempest if it's going to be used  https://review.openstack.org/42279520:03
*** annegentle has joined #openstack-infra20:03
*** umeshksingla has joined #openstack-infra20:04
*** jascott1_ has quit IRC20:04
*** jascott1_ has joined #openstack-infra20:06
*** gouthamr has quit IRC20:07
openstackgerritMatt Riedemann proposed openstack-infra/devstack-gate: Run discover_hosts to register subnodes in a multinode setup  https://review.openstack.org/42300520:08
openstackgerritMatt Riedemann proposed openstack-infra/devstack-gate: Make the workspace logs owned by stack user for grenade too  https://review.openstack.org/42341720:08
*** jascott1_ has quit IRC20:08
openstackgerritBen Nemec proposed openstack-infra/tripleo-ci: Test with scheduler hints  https://review.openstack.org/37804020:08
openstackgerritBen Nemec proposed openstack-infra/tripleo-ci: Add feature testing matrix to readme  https://review.openstack.org/39926920:08
openstackgerritBen Nemec proposed openstack-infra/tripleo-ci: Add support for testing predictable placement  https://review.openstack.org/37801420:08
openstackgerritBen Nemec proposed openstack-infra/tripleo-ci: Test hostname map  https://review.openstack.org/37801720:09
openstackgerritClark Boylan proposed openstack-infra/puppet-zanata: Remove now unneeded systemd sysv compat hack  https://review.openstack.org/42336920:09
openstackgerritClark Boylan proposed openstack-infra/system-config: Update biemond-wildfly to version 1.2.4  https://review.openstack.org/42336720:10
clarkbI think ^ should work now. However we probably want to wait for ianw to be around for that too since he has familiarized himself with the setup too and can help if anything goes wrong20:10
*** panda|bbl is now known as panda20:11
*** gluytium has quit IRC20:11
*** jascott1_ has joined #openstack-infra20:12
beekneemechHmm, seeing a bunch of jobs fail on RETRY_LIMIT.20:14
beekneemechAny idea what that is?20:14
beekneemechBoth check and check-tripleo jobs are hitting it.20:14
*** ldnunes has quit IRC20:15
*** jascott1_ has quit IRC20:15
fungibeekneemech: if zuul loses contact with a job node (say because the cloud providing it is having network/hypervisor trouble or because the job crashed the instance) then zuul will restart that job on a new node20:16
fungibut to keep it from indefinitely restarting a job which repeatedly crashes the node there's a built-in limit for how many time it will retry a particular build20:16
fungiif it reaches that limit, it fails the job with a RETRY_LIMIT state20:17
beekneemechfungi: Okay, thanks for the explanation.20:17
beekneemechWeird that it's happening in both queues.  I wonder if something has gone terribly wrong with our job setup.20:18
fungibeekneemech: happening to more than one separate change as well?20:19
*** jascott1_ has joined #openstack-infra20:19
*** gluytium has joined #openstack-infra20:20
beekneemechYeah, I see it on several different ones, although I should check that they aren't a depends-on chain...20:20
beekneemechDoesn't look like it though.20:22
*** esikachev has joined #openstack-infra20:23
*** yamahata has joined #openstack-infra20:24
*** gluytium has quit IRC20:25
*** jascott1_ has quit IRC20:25
beekneemechWe were having firewall issues at one point that were breaking some necessary communication in the check-tripleo jobs.20:26
beekneemechI wonder if this could be something similar.20:26
openstackgerritThiago da Silva proposed openstack-infra/project-config: Update swift functional job list  https://review.openstack.org/42350820:26
beekneemechHard to debug though. :-/20:26
clarkbwoo I have a working ethercalc, now I just need to figure out init and config20:27
*** adrian_otto has quit IRC20:27
*** jascott1_ has joined #openstack-infra20:27
clarkbI think I am gonna make it work with upstart because the setup for it is similar to how we do etherpad and it too is upstart20:27
fungibeekneemech: well, you could tail the job console log socket and see where it dies. if it dies consistently at the same spot then it's probably an issue with the test framework rather than with the hardware (which would more likely result in crashes in random places on each job)20:28
*** adrian_otto has joined #openstack-infra20:28
*** srobert_ has quit IRC20:29
*** xyang1 has joined #openstack-infra20:29
*** srobert has joined #openstack-infra20:30
*** jascott1_ has quit IRC20:30
*** MasterOfBugs has joined #openstack-infra20:30
*** pramodrj07 has joined #openstack-infra20:32
*** srobert_ has joined #openstack-infra20:33
*** adrian_otto has quit IRC20:33
*** dargains has quit IRC20:33
beekneemechOkay, I've got the consoles open to a bunch of the running jobs.20:34
beekneemechI'm afraid we're not even getting to that point though.  It seems like most of the jobs are stuck queued. :-/20:34
*** dave-mccowan has joined #openstack-infra20:34
*** eharney has quit IRC20:34
*** gluytium has joined #openstack-infra20:35
*** esikachev has quit IRC20:35
*** srobert has quit IRC20:36
*** salv-orlando has joined #openstack-infra20:38
jbrycefungi: lsell is working on the murano.io domain transfer. do we have dns set up on our side already or should we leave the nameservers as is for the transfer and then adjust the nameserver post-transfer?20:39
*** jcoufal_ has joined #openstack-infra20:39
*** tonytan_brb has quit IRC20:39
*** jascott1_ has joined #openstack-infra20:40
fungijbryce: i haven't set up anything in dns yet, but certainly can20:40
fungithough leaving them as is to start may be better since we'd want to know a list of records they're currently relying on (i can do some queries and guess, but might miss something)20:41
jbrycei’ll tell them to transfer first and we’ll update after20:41
jbryceyep20:41
beekneemechDamn, just watched a tripleo-ci job go directly from queued to RETRY_LIMIT.20:41
*** jcoufal has quit IRC20:42
*** gordc has quit IRC20:42
*** salv-orlando has quit IRC20:43
fungijbryce: to be sure, i just double-checked and their current dns provider unsurprisingly blocks axfr (zone transfer) queries so there's no way for me to be sure what records they'll need us to host unless they tell me. i'll follow up on the private e-mail thread about that20:43
*** jcoufal has joined #openstack-infra20:43
jbrycefungi: sounds good. thanks20:43
*** jascott1_ has quit IRC20:44
openstackgerritClark Boylan proposed openstack-infra/puppet-ethercalc: Convert from etherpad to ethercalc  https://review.openstack.org/42292120:45
clarkbfungi: ^ that actually appears to work now :)20:45
*** jcoufal__ has joined #openstack-infra20:45
*** jcoufal_ has quit IRC20:46
*** Apoorva has quit IRC20:46
*** adrian_otto has joined #openstack-infra20:46
openstackgerritBen Nemec proposed openstack/diskimage-builder: Nothing to see here  https://review.openstack.org/42351620:47
*** david-lyle has joined #openstack-infra20:47
*** esikachev has joined #openstack-infra20:47
*** jascott1_ has joined #openstack-infra20:47
*** ijw has quit IRC20:48
*** jcoufal has quit IRC20:48
*** adrian_otto has quit IRC20:48
*** adrian_otto has joined #openstack-infra20:50
fungijbryce: i've set up dns for murano.io with the records i know about, but i guess we can wait until we hear back from serg about any others they might be using before we switch nameservers on it20:51
*** jascott1_ has quit IRC20:52
*** voldz1tic3n has joined #openstack-infra20:52
*** rbuzatu_ has quit IRC20:54
*** rbuzatu has joined #openstack-infra20:54
*** leakypipes has quit IRC20:54
*** rbuzatu has quit IRC20:54
*** rbuzatu has joined #openstack-infra20:55
*** jaosorior has quit IRC20:57
*** esikachev has quit IRC20:57
*** thiagolib has quit IRC20:58
*** adrian_otto1 has joined #openstack-infra21:00
*** rbuzatu has quit IRC21:00
*** dimtruck is now known as zz_dimtruck21:00
*** adrian_otto has quit IRC21:00
*** drifterza has joined #openstack-infra21:02
bhunter71clarkb/fungi;  I was wondering if you could remind me, what are the mechanism that nodepool uses [in the past] to register with jenkins masters.  Does the registration happen via the gearman channel, or via REST API?   Oddly it seemed to just work, even with completely wrong jenkins credentials.21:02
*** jascott1_ has joined #openstack-infra21:03
*** tphummel has quit IRC21:03
fungibhunter71: nodepool registers jenkins slaves through the jenkins api21:03
bhunter71fungi, there's a jenkins section of nodepool.yaml that has url/user/apikey/credentials-id.   These for me are an actual launchpad service account21:04
bhunter71I would think those things have to be *correct* for it to register slaves with jenkins ;/21:05
clarkbbhunter71: is the launchpad account not a valid account for your jenkins?21:06
bhunter71newest nodepool code still supports the old jenkins mode of operation, provided these configuration directives are present?21:06
clarkbyes current nodepool should still work with jenkins21:06
openstackgerritwes hayutin proposed openstack-infra/project-config: use the tripleo oooq containers job to gate t-h-t/docker/*  https://review.openstack.org/42351921:06
bhunter71In the "new" world of ansible, can you *briefly* explain how zuul requests nodes?21:07
clarkbbhunter71: in the transitional setup we are using currently zuul launchers and nodepool coordinate over gearman. Zuul says give me a node of type foo, nodepool says here you go, then nodepool says I'm done and nodepool cleans up the host.21:08
clarkbbhunter71: in the zuulv3 world under current development the zuul launchers and nodepool will use zookeeper to share that request state allowing us to run potantially many many daemons all coordinating together21:09
clarkbthe underlying algorithm is similar, requests are put on a queue, nodepool pulls them off and fulfills them, zuul notifies when they are complete.21:09
clarkbbig differencei s in the implementation using zookeeper which allows for shared state across many process potentially in different locations21:10
bhunter71are there any sort of 'master' configration directives that pick between these modes of operation?21:10
jeblairclarkb: (actually in v2.5, it's still the jenkins backfill algorithm)21:10
clarkbjeblair: reading off the gaerman admin status?21:11
clarkb(I was in hawaii when most of that went in place so specific details fuzzy)21:11
jeblairclarkb: yeah, just instead of assigning to jenkins via the api, it assigns to zuul via gearman21:11
clarkbgotcha21:11
jeblairbhunter71: the 'switch' for that in the current version of nodepool is just whether you specify a 'jenkins' target or a 'zuul' target21:12
*** eharney has joined #openstack-infra21:13
jeblairbhunter71: er actually it's the 'assign-via-gearman' attribute of the target, not the name of the target.21:13
*** gouthamr has joined #openstack-infra21:14
bhunter71I guess since I'm asking nodepool questions.   The presumption with all of this is that every single nodepool node has a public IP,  and that a single nodepool/farm of nodepools manages the whole of it21:16
*** tnovacik has quit IRC21:16
fungi"public" is an overloaded term21:16
fungievery single nodepool node has a distinct ip address reachable from both the nodepoold server and jenkins master21:17
bhunter71yep21:17
bhunter71or from Zuul in the new world?21:17
fungithose may be "private" (rfc1918) addresses on some isolated network they all have routes between21:17
*** jcoufal has joined #openstack-infra21:17
fungiyes, s/jenkins/zuul/ in the new zuul v3 order21:18
beekneemechI'm seeing some iptables dropped packets on the console of our nodepool nodes.  Could this have anything to do with our zuul problems? http://www.nemebean.com/stuff/centos7-console.png21:18
bhunter71thanks so much fungi/clarkb/jeblair.  some stuff to think about.  Have a great weekend!!21:19
clarkbbeekneemech: ssh is the protocol needed there and neither of those dest ports is 2221:19
*** jcoufal__ has quit IRC21:19
beekneemechclarkb: Okay, thanks.21:20
beekneemechI didn't figure zuul was using port 23, but you never know.21:20
fungibeekneemech: also those look like random source addresses probing for vulnerabilities. they're not ours21:20
*** ssbarnea has joined #openstack-infra21:22
openstackgerritClark Boylan proposed openstack-infra/system-config: Update biemond-wildfly to version 1.2.4  https://review.openstack.org/42336721:23
*** kgiusti has left #openstack-infra21:23
openstackgerritBen Nemec proposed openstack-infra/tripleo-ci: Nothing to see here  https://review.openstack.org/42352421:24
*** Apoorva has joined #openstack-infra21:24
clarkbfor those wondering now that I have ethercalc working I think it was a good decision to just copy pasta the etherpad puppet module. Definitely  made things easy21:26
fungiyah, that was some serious quickness21:27
*** jascott1_ has quit IRC21:27
*** jascott1_ has joined #openstack-infra21:27
*** jamielennox is now known as jamielennox|away21:28
*** jascott1_ has quit IRC21:29
*** jascott1_ has joined #openstack-infra21:29
*** jascott1_ has quit IRC21:31
*** jcoufal has quit IRC21:32
openstackgerritJohn L. Villalovos proposed openstack-infra/devstack-gate: WIP/DNM: Work around until project-config change lands  https://review.openstack.org/42352521:32
*** jcoufal has joined #openstack-infra21:34
*** Jeffrey4l__ has joined #openstack-infra21:35
*** Jeffrey4l_ has quit IRC21:35
jlvillalclarkb: Where is this ethercalc? I looked at: http://ethercalc.openstack.org/ ...21:35
fungihe's just doing test deployments, there's no production server yet21:36
clarkbjlvillal: ya its just in a VM on my desktop currently21:36
jlvillalclarkb: Ah :)21:36
clarkbjlvillal: but I just pushed up what should be working puppet module update21:36
jlvillalclarkb: Cool. Ethercalc looks interesting21:36
clarkbjlvillal: https://review.openstack.org/#/c/422921/21:36
fungithe changes to get the puppet module in shape are up for review https://review.openstack.org/422921 and then there will be a change to system-config to use that and then he'll have to boot the production server once those merge and update dns21:37
*** gouthamr has quit IRC21:37
openstackgerritKaitlin Farr proposed openstack-infra/project-config: Add job template for Barbican tempest plugin  https://review.openstack.org/42080921:37
* jlvillal only knows Ansible, so he doesn't know any puppet21:37
*** jascott1_ has joined #openstack-infra21:38
*** salv-orlando has joined #openstack-infra21:39
*** gordc has joined #openstack-infra21:41
*** tphummel has joined #openstack-infra21:41
*** jascott1_ has quit IRC21:41
*** ijw has joined #openstack-infra21:42
*** rajinir has joined #openstack-infra21:42
*** jascott1_ has joined #openstack-infra21:43
*** salv-orlando has quit IRC21:44
*** david-lyle has quit IRC21:45
*** umeshksingla_ has joined #openstack-infra21:45
fungiit's like having your brains smashed out by a slice of ruby wrapped around a large gold brick21:46
openstackgerritMatt Riedemann proposed openstack-infra/devstack-gate: Run discover_hosts to register subnodes in a multinode setup  https://review.openstack.org/42300521:46
rajinirJenkins gate fails with RETRY_LIMIT, what does that mean? https://review.openstack.org/#/c/422238/21:47
clarkbmriedem: why can't that run in devstack if its idempotent?21:47
*** umeshksingla has quit IRC21:47
*** umeshksingla_ is now known as umeshksingla21:47
clarkbmriedem: basically run it anytime devstack configure n-cpu21:47
clarkbmriedem: it will run more often then necessary but it keeps the configuration in the config tool21:48
mriedembecause21:48
*** jascott1_ has quit IRC21:48
mriedemclarkb: that's what i was doing at first https://review.openstack.org/#/c/420981/21:48
*** jascott1_ has joined #openstack-infra21:48
fungirajinir: means zuul tried restarting the job several times but it kept losing contact with the node running it21:48
mriedembut it relies on nova.conf on the subnode have db creds in it21:48
fungirajinir: if it's on tripleo jobs, beekneemech is looking into the underlying cause21:48
mriedemclarkb: which we technically shouldn't have in n-cpu21:48
clarkbmriedem: maybe it should happen over the message bus instead of direct ot db then?21:49
*** jascott1_ has quit IRC21:49
*** rlandy has quit IRC21:49
*** askb has joined #openstack-infra21:49
mriedemala https://review.openstack.org/#/c/421885/21:49
rajinirfungi: ok, thank you21:49
*** jascott1_ has joined #openstack-infra21:49
mriedemclarkb: so auto-registration of computes with a cell is a thing we're going to look at for pike,21:49
fungithink i'm in need of some sushi... back in a while21:49
mriedembut we're way too late for that type of thing in ocata21:50
*** tphummel has quit IRC21:50
clarkbmriedem: ok, it definitely feels wrong to put that in devstack-gate, maybe you can put a todo in there that says remove in pike when autoreg is complete?21:50
mriedemclarkb: sdague told me to put it in d-g21:50
sdagueclarkb: the reality is this is the process that exists, it does require an orchestration element to happen post installation of all computes, which is new21:50
sdaguethe only thing that has orchestration for the gate is devstack-gate21:51
mriedemauto-reg isn't going to be simple21:51
*** jcoufal has quit IRC21:51
mriedemsingle-cell maybe, but even then i was thikning about some pitfalls there the other day21:51
clarkbright, I am ok with it there, saying put a note that we don't like it and it should be fixed one day21:51
clarkbbecause that is what I am hearing21:51
sdagueclarkb: yeh21:51
*** jascott__ has joined #openstack-infra21:52
sdaguehonestly, I think many of us aren't thrilled with this, at least for the single cell case, it's just where the code is at this point21:52
*** zz_dimtruck is now known as dimtruck21:52
*** jascott1_ has quit IRC21:54
*** jascott__ has quit IRC21:54
*** esikachev has joined #openstack-infra21:54
mriedemso am i going to get a -1 if i do NOTE vs TODO?21:54
*** rbuzatu has joined #openstack-infra21:56
*** umeshksingla has quit IRC21:56
openstackgerritMatt Riedemann proposed openstack-infra/devstack-gate: Run discover_hosts to register subnodes in a multinode setup  https://review.openstack.org/42300521:56
mriedemnote added21:56
clarkbmriedem: oh I don't know that the grenade one is in the right spot due to how grenade works, basically once we start grenade it takes over until the job is done and we collect logs21:57
*** tphummel has joined #openstack-infra21:58
clarkbsdague: ^ you probably know best where that should go for grenade21:58
*** tphummel has quit IRC21:59
johnsomHi folks.  What is the process to get a group seeded?  We have octavia-ci but currently there are no members/owners.21:59
*** esikachev has quit IRC22:00
*** sabari has quit IRC22:00
clarkbjohnsom: for core and release groups we have to seed an initial member (usually project ptl or for unofficial projects the person that pushed the change to create the project). CI groups are different and we have to set the owner of the group to that project's core group I can do that now for octavia-ci if it isn't done yet22:01
johnsomclarkb That would be great, thanks!22:01
*** gouthamr has joined #openstack-infra22:01
*** umeshksingla has joined #openstack-infra22:01
clarkbjohnsom: all done, now octavia-core members can update the membership of the ci group22:01
johnsomPerfect, thanks again22:01
*** thorst_ has quit IRC22:02
*** adrian_otto1 has quit IRC22:02
*** thorst_ has joined #openstack-infra22:03
*** ssbarnea has quit IRC22:03
*** sdake has joined #openstack-infra22:03
*** rbuzatu has quit IRC22:03
*** ihrachys has quit IRC22:05
sdaguemriedem: actually... grenade sort of has orchestration22:06
*** bkorren has quit IRC22:06
sdaguemriedem: you could add the discover_hosts.sh call into post-stack.sh22:06
*** thorst_ has quit IRC22:07
mriedemok,22:07
mriedemwell,22:07
mriedemmy ass is about half way out the door for vacation22:07
mriedemso i guess if this is going to work, i just want to see that happen, and then move things into grenade afterward22:07
mriedemand then dansmith can take over next week22:07
sdaguemriedem: yeh, well comment is left there22:08
sdagueI'm out for a good chunk of next week due to SF trip22:09
*** ccamacho has left #openstack-infra22:12
openstackgerritBen Nemec proposed openstack-infra/tripleo-ci: Nothing to see here  https://review.openstack.org/42352422:14
bhunter71clarkb/*; just to clarify, when I stand up a zuul from puppet in the normal way (master), this is what we refer to as 'v2.5'.   Is this a infra supported/recommended setup versus the prior v2 setup?22:15
clarkbbhunter71: the puppet manifest should all continue to use jenkins in v2.5 too22:16
clarkbpart of the confusion here is I think we have used v2.5 to refer to our current transitional state while zuul has that version which continues to be backward compatbile to the other stuff too22:17
clarkband if you use the openstackci puppet modules you get the jenkins stuff22:17
*** trown is now known as trown|outtypewww22:17
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/project-config: Switch dsvm-nova-py35 from experimental to non-voting/check  https://review.openstack.org/42353322:18
clarkbdims: maybe the job should be renamed if we are going to put more eyeballs on it? the noav in the name is confusing22:18
clarkbgate-tempest-dsvm-neutron-py3k or something?22:19
clarkbI guess we don't even really need the neutron in there anymore since neutron is your only choice in ocata22:19
dimsclarkb : ack i can do that22:19
*** kjorgensen has quit IRC22:19
dimsso just gate-tempest-dsvm-py35?22:19
*** kjorgensen has joined #openstack-infra22:20
*** drifterza has quit IRC22:20
clarkbya I think so22:21
*** shardy has quit IRC22:22
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/project-config: Switch tempest/nova/py35 from experimental to non-voting/check  https://review.openstack.org/42353322:22
*** matt-borland has quit IRC22:23
dimsthanks clarkb : done.22:24
*** esikachev has joined #openstack-infra22:24
*** tphummel has joined #openstack-infra22:24
*** burgerk has quit IRC22:25
*** wolverineav has quit IRC22:25
*** esberglu has quit IRC22:26
*** armax has quit IRC22:26
*** tphummel has quit IRC22:26
*** esberglu has joined #openstack-infra22:26
*** chem has quit IRC22:27
*** esikachev has quit IRC22:28
*** esberglu has quit IRC22:30
openstackgerritJohn L. Villalovos proposed openstack-infra/devstack-gate: WIP/DNM: Work around until project-config change lands  https://review.openstack.org/42352522:30
*** lindycoder_ has quit IRC22:32
pandais it possible to check the zuul logs for the tripleo jobs somewhere ?22:33
*** jheroux has quit IRC22:34
*** lewo has quit IRC22:34
*** askb has quit IRC22:35
*** jamesdenton has quit IRC22:35
*** wolverineav has joined #openstack-infra22:36
pandafungi: clarkb  ^ ?22:37
clarkbpanda: the ones that are failing on retry limits?22:37
pandaclarkb: yes22:37
clarkbI am not sure the zuul logs will say much beyond connectivity failed22:37
*** mriedem has quit IRC22:39
*** lseki has quit IRC22:40
*** tonytan4ever has joined #openstack-infra22:40
*** salv-orlando has joined #openstack-infra22:40
pandaclarkb: this https://review.openstack.org/420647 is the last thing we merged related to all tripleo ci jobs, but I don't see how that is going to cause zuul to lose connectivity. We are prone to push a revert, but I'd like to have just a hint that this setup is actually the culprit22:40
*** wolverineav has quit IRC22:40
*** tphummel has joined #openstack-infra22:41
clarkbhttp://paste.openstack.org/show/595853/22:41
panda... it is the culprit22:41
clarkbjeblair: ^ that may interest you, somehow those jobs specifically ended up with a None time out22:41
openstackgerritBen Nemec proposed openstack-infra/project-config: Revert "tripleo: replace periodic tempest job to use quickstart"  https://review.openstack.org/42354122:41
pandabeekneemech: ^22:42
*** armax has joined #openstack-infra22:42
beekneemechpanda: Pushed the revert22:42
*** thorst_ has joined #openstack-infra22:43
*** kzaitsev_mb has quit IRC22:43
*** esikachev has joined #openstack-infra22:43
pandaclarkb: timeout variable is not brought forward to the wrapper definition22:43
*** salv-orlando has quit IRC22:44
*** tonytan4ever has quit IRC22:44
clarkbdid you want to correct the jjb config or just merge the revert?22:45
clarkbI will work on a patch taht defaults the job timeout to something like 20 minutes if one is not defined22:45
*** srobert_ has quit IRC22:46
pandaclarkb: I don't know how to correct, I'm passing a variable, I was expecting the template to expand it on the wrapper definition22:46
*** dave-mccowan has quit IRC22:46
pandaclarkb: I don't know why it's not happening22:46
*** srobert has joined #openstack-infra22:46
*** tphummel has quit IRC22:46
jeblairclarkb: zuul has a default timeout.  i think the issue here is that it seems to have been explicitly set to None in jjb22:46
*** umeshksingla has quit IRC22:46
*** hurgleburgler has quit IRC22:47
pandaclarkb: I didn't put it on quotes because it was a int value22:47
*** thorst_ has quit IRC22:47
pandajeblair: I'm using22:48
panda    wrappers:22:48
panda      - build-timeout:22:48
panda          timeout: {timeout}22:48
panda      - timestamps22:48
clarkbjeblair: I am actually thinking it might be a use of jjb issue22:48
jeblairmaybe the frontline defence for this should be a new check for the project-config repo that verifies each job has a timeout22:48
jeblairclarkb: ya22:48
clarkbthe object there is an ordered dict timeout: none22:48
clarkbrather than None or 180 or whatever22:48
jeblairpanda: yeah, the error is not immediately obvious to me22:49
jeblair(i'm looking at 423541)22:49
*** esikachev has quit IRC22:49
jeblairoh22:50
clarkbI'm building the xml locally to see if that helps at all22:50
jeblairpanda, clarkb: i see the problem by combining your observations :)22:50
jeblairpanda, clarkb: it's not a string.  it's a dictionary.22:50
*** esikachev has joined #openstack-infra22:50
*** srobert has quit IRC22:51
*** tphummel has joined #openstack-infra22:51
jeblair(i think the yaml parsing is translating << timeout: {timeout} >> into << {'timeout': None} >>22:52
pandaoooh22:52
*** dprince has quit IRC22:52
openstackgerritJohn L. Villalovos proposed openstack-infra/devstack-gate: WIP/DNM: Work around until project-config change lands  https://review.openstack.org/42352522:52
jeblair>>> yaml.load('timeout: {timeout}')22:52
jeblair{'timeout': {'timeout': None}}22:52
clarkbOH right its needs to be quoted22:53
pandaSo I really should have used quotes22:53
clarkbya so why don't we push that patch instead22:53
jeblairyep.  and hopefully jjb does an int() on that value.22:53
pandabecause it's the transformed to int anyway22:53
pandabeekneemech: ok if I try to correct instead of revert. Give me 20 minutes ...22:54
beekneemechInteresting.  The current version doesn't even parse as valid yaml in the parser I'm trying.22:55
*** esikachev has quit IRC22:55
*** wolverineav has joined #openstack-infra22:57
*** mdrabe has quit IRC22:57
jeblairbeekneemech: yeah, i was a little surprised that didn't throw an error in pyyaml22:58
clarkbjeblair: I wonder if jjb's overloading to turn those into ordered dicts is at fault?22:58
clarkbpretty sure that pyyaml doesn't preserve dict order by default22:58
openstackgerritGabriele Cerami proposed openstack-infra/project-config: tripleo job template: quote timeout value  https://review.openstack.org/42354622:58
pandaor maybe I should put quotes everywhere ? ^22:59
*** masber has quit IRC22:59
*** xarses_ has joined #openstack-infra22:59
pandaI have something to tell the kids when I'm old "then night I broke everything"23:00
beekneemechpanda: On Friday no less. :-P23:00
*** masber has joined #openstack-infra23:00
* beekneemech proposes a new "don't merge anything on Friday" policy23:00
*** rbuzatu has joined #openstack-infra23:00
beekneemech:-)23:00
pandaI was about to go to sleep when I saw the alert ..23:01
*** wolverineav has quit IRC23:01
*** xarses has quit IRC23:02
*** bhunter71 has quit IRC23:02
pandaclarkb: jeblair thanks for the quick debug :) I hope this solves the issue ... I can try adding quotes on timeout definitions also ... then the revert is the last chance23:02
clarkbI've just approved that change, if it doesn't make tripleo happy we can revert23:03
clarkbbeekneemech: you going to be around for the next hour or so to make sure things go happy again?23:03
pandaI think I'll stay too ...23:03
EmilienMclarkb: I'm around too23:04
beekneemechEmilienM: is on PTO.  He is most emphatically not around.23:04
EmilienMpanda: it's super late for you, in case you want to leave, keep in mind I'm staying around23:04
clarkbhaha23:04
EmilienMbeekneemech: that was a secret23:04
beekneemechI can keep an eye on things tonight.23:05
EmilienMI actually just arrived on laptop and discovering what happens23:05
pandaIt's like leaving a dying patient after the operation went bad. I can't!23:05
*** rbuzatu has quit IRC23:05
openstackgerritJohn L. Villalovos proposed openstack-infra/devstack-gate: WIP/DNM: Work around until project-config change lands  https://review.openstack.org/42352523:08
pandawhat a noob, it's standard yaml knowledge, even ansible warns you when you do something like this in playbooks: PUT THE QUOTES!23:08
*** esikachev has joined #openstack-infra23:09
pandait thing the fact it was a int value diverted me23:09
pandaI think*23:10
openstackgerritMerged openstack-infra/project-config: tripleo job template: quote timeout value  https://review.openstack.org/42354623:10
clarkbdepending on where our puppeting is at figure that should be in place no later than 2345 UTC23:11
clarkbor about 35 minutes from now23:11
pandaclarkb: thanks for the info23:12
*** esikachev has quit IRC23:13
*** xyang1 has quit IRC23:14
*** thorst_ has joined #openstack-infra23:15
*** adrian_otto has joined #openstack-infra23:16
openstackgerritJames E. Blair proposed openstack-infra/zuul: Use playbooks defined in repos  https://review.openstack.org/42355023:17
openstackgerritJames E. Blair proposed openstack-infra/zuul: Use playbooks defined in repos  https://review.openstack.org/42355023:19
*** thorst_ has quit IRC23:20
*** annegentle has quit IRC23:20
*** erikmwi__ has joined #openstack-infra23:22
*** erikmwil_ has quit IRC23:22
openstackgerritJohn L. Villalovos proposed openstack-infra/devstack-gate: WIP/DNM: Work around until project-config change lands  https://review.openstack.org/42352523:22
EmilienMclarkb: thanks for the help23:23
EmilienM(as usual)23:23
beekneemechtripleo-ci jobs are running again23:30
openstackgerritJames E. Blair proposed openstack-infra/zuul: Use playbooks defined in repos  https://review.openstack.org/42355023:32
*** EricGonczer_ has joined #openstack-infra23:35
*** EricGonc_ has quit IRC23:36
*** esikachev has joined #openstack-infra23:36
*** gordc has quit IRC23:37
*** esikachev has quit IRC23:40
*** rbrndt has quit IRC23:41
*** salv-orlando has joined #openstack-infra23:41
*** armax has quit IRC23:41
*** wolverineav has joined #openstack-infra23:44
*** salv-orlando has quit IRC23:45
*** jascott1_ has joined #openstack-infra23:47
*** wolverineav has quit IRC23:49
*** panda is now known as panda|Zz23:49
*** esikachev has joined #openstack-infra23:50
*** inc0 has quit IRC23:50
*** esikachev has quit IRC23:54
openstackgerritAlan Pevec proposed openstack-infra/tripleo-ci: [NO MERGE] Meant to see if the ceph-selinux moduled is loaded  https://review.openstack.org/42222623:54
*** esikachev has joined #openstack-infra23:56
*** dimtruck is now known as zz_dimtruck23:58

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