*** dims has joined #openstack-infra | 00:00 | |
*** sputnik1_ has quit IRC | 00:00 | |
fungi | notmyname: runtime dependency requirement is lower than the setup requirement | 00:00 |
---|---|---|
notmyname | fungi: so that's known and expected? | 00:01 |
fungi | i don't recall which features need a higher pbr during setup.py (package build time) | 00:01 |
fungi | yes | 00:01 |
*** sputnik13 has joined #openstack-infra | 00:01 | |
*** akshai has quit IRC | 00:01 | |
fungi | you need a higher version of pbr to correctly build sdists/wheels than you need for runtime version detection support | 00:01 |
notmyname | as a general question, how many openstack projects have non-python dependencies? ie stuff that's required but isn't in requirements.txt? | 00:02 |
*** dims_ has quit IRC | 00:02 | |
*** ddieterly has quit IRC | 00:02 | |
fungi | and also requirements.txt has no bearing on running setup.py since requirements.txt is being injected into install_requires which gets added after what's in setup_require | 00:02 |
notmyname | right | 00:03 |
openstackgerrit | Merged openstack-infra/zuul: Add ref lookup order to the cloner docs https://review.openstack.org/233801 | 00:03 |
*** yamamoto has quit IRC | 00:04 | |
fungi | notmyname: many of them if you count build dependencies of their python requirements (for example c headers for lxml, cffi, et cetera) | 00:04 |
tonyb | notmyname: You mean things like nova needing kvm or iptables? | 00:04 |
fungi | and, yeah, certainly things which get called in a subprocess like tonyb mentioned | 00:04 |
fungi | i don't have an exact count, but... lots? | 00:04 |
notmyname | ok, that's good | 00:05 |
*** yamamoto has joined #openstack-infra | 00:05 | |
notmyname | I know swift does (eg rsync, sqlite3, etc). just curious, since it means that requirements.txt will never be complete if there are non-python dependencies | 00:05 |
notmyname | I didn't know if swift was the only one or not | 00:05 |
fungi | not by a long shot | 00:07 |
fungi | we're trying to close some of that gap with bindep | 00:07 |
fungi | at least to make it easier to identify distro packages of non-pypi dependencies needed for development and running tests | 00:08 |
notmyname | ok, great. thanks for the info | 00:08 |
*** hichihara has joined #openstack-infra | 00:08 | |
*** rbrndt has quit IRC | 00:08 | |
*** sflanigan has joined #openstack-infra | 00:09 | |
*** sflanigan has joined #openstack-infra | 00:09 | |
*** MarkAtwood has joined #openstack-infra | 00:10 | |
*** alexpilotti has joined #openstack-infra | 00:10 | |
openstackgerrit | Steve Kowalik proposed openstack-infra/jeepyb: Updated from global requirements https://review.openstack.org/241032 | 00:12 |
*** hemna is now known as hemnafk | 00:14 | |
openstackgerrit | Steve Kowalik proposed openstack-infra/jeepyb: Add three Zanata scripts https://review.openstack.org/241451 | 00:14 |
*** pc_m has joined #openstack-infra | 00:14 | |
*** zeih has joined #openstack-infra | 00:18 | |
*** weshay_xchat has quit IRC | 00:18 | |
*** sdake_ has quit IRC | 00:19 | |
*** signed8bit is now known as signed8bit_ZZZzz | 00:21 | |
*** sabeen1 has quit IRC | 00:23 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/puppet-subunit2sql: Install os-performance-tools https://review.openstack.org/244916 | 00:24 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/puppet-subunit2sql: Configure counters2statsd subunit2sql plugin https://review.openstack.org/244917 | 00:24 |
*** dims has quit IRC | 00:25 | |
*** zeih has quit IRC | 00:25 | |
*** achanda has joined #openstack-infra | 00:28 | |
openstackgerrit | Merged openstack-infra/irc-meetings: update chairs list, id and agenda url for the Fuel meeting https://review.openstack.org/244915 | 00:28 |
*** sfinucan has quit IRC | 00:30 | |
anteaya | jeblair: some activity on the gerrit patch in reply to your post | 00:30 |
anteaya | s/post/comment | 00:31 |
anteaya | the first thing that springs to my mind is ensuring the accounts are self-serve, but that might be a tangential point | 00:32 |
*** armax has quit IRC | 00:33 | |
jeblair | oh, i think there's some confusion there between multiple _jobs_ vs multiple _accounts_ | 00:33 |
anteaya | oh that's possible | 00:34 |
*** dims has joined #openstack-infra | 00:35 | |
jeblair | we of course have both -- n * m :) | 00:35 |
anteaya | oh they just have one job: https://gerrit-ci.gerritforge.com/job/Gerrit-verifier/50/ | 00:35 |
anteaya | yes | 00:35 |
jeblair | anteaya: the also have diffy | 00:35 |
anteaya | oh two accounts, one job per account? | 00:35 |
* anteaya looks again | 00:35 | |
jeblair | though i don't see diffy commenting on recent patchests .. hrm | 00:36 |
anteaya | oh there is diffy: Patchset merges and builds. Congratulations! from patchset 5 | 00:36 |
anteaya | so yeah tough for them to compare to our setup if that is what they get is a comment from diffy and their gerrit ci | 00:37 |
anteaya | s/is/as | 00:37 |
*** sdake has joined #openstack-infra | 00:37 | |
*** achanda_ has joined #openstack-infra | 00:37 | |
*** jyuso1 has joined #openstack-infra | 00:37 | |
*** achanda_ has quit IRC | 00:38 | |
anteaya | diffy seems to have spoken up on patchset 5, not before or since | 00:39 |
anteaya | and gerritforge ci replied to patchset 8, not before, so I don't think I understand their testing system | 00:40 |
*** gongysh_ has quit IRC | 00:41 | |
*** achanda has quit IRC | 00:41 | |
*** ayoung has joined #openstack-infra | 00:43 | |
jeblair | anteaya: i'm looking at cinder changes, and i see tons of ci systems but none of them are voting... | 00:43 |
*** pc_m has quit IRC | 00:43 | |
jeblair | anteaya: do you know why? | 00:43 |
openstackgerrit | greghaynes proposed openstack-infra/system-config: Add wheel_mirror_slaves that use pypi-mirror https://review.openstack.org/165240 | 00:43 |
asselin__ | jeblair, b/c cinder doesn't want any of them voting yet unless they're open source / run by infra | 00:44 |
anteaya | yeah that | 00:44 |
asselin__ | none of them are considered stable enough | 00:44 |
jeblair | wait i don't understand | 00:44 |
openstackgerrit | Darren Chan proposed openstack-infra/irc-meetings: Added ops-guide team meeting https://review.openstack.org/244932 | 00:44 |
anteaya | cinder has never wanted any of the ci systems on its repos to vote | 00:44 |
asselin__ | jeblair, https://wiki.openstack.org/wiki/Cinder/tested-3rdParty-drivers#When_thirdparty_CI_voting_will_be_required.3F | 00:45 |
anteaya | the report results but don't post verified +1/-1 | 00:45 |
anteaya | s/the/they | 00:45 |
jeblair | okay that's REALLY confused | 00:45 |
*** dims has quit IRC | 00:45 | |
jeblair | that links to an conversation about JOBS run by INFRA voting in the zuul results | 00:46 |
jeblair | that's _completely_ different from a non-infra ci system performing advisory voting | 00:46 |
asselin__ | correct, they used to be non-voting | 00:46 |
asselin__ | the decision was to allow those to vote, but none others | 00:46 |
jeblair | but the word "voting" is overloaded with two different meanings | 00:47 |
anteaya | jeblair: yes it is completely different | 00:47 |
asselin__ | yes it is... | 00:47 |
anteaya | yes, voting is overloaed | 00:47 |
anteaya | they call verifyied voting | 00:47 |
anteaya | as well as voting, which they call voting | 00:47 |
jeblair | when a JOB in ZUUL is 'voting', it means 'can affect zuul's vote and whether a change can pass the gate. when a SYSTEM is 'voting' it means whether it can leave an ADVISORY +/-1 on a change | 00:47 |
anteaya | right | 00:48 |
asselin__ | cinder view of voting = something that blocks a patch from merging | 00:48 |
*** zeih has joined #openstack-infra | 00:48 | |
anteaya | they decided to let ceph affect whether a patch can merge | 00:48 |
anteaya | the ceph job | 00:48 |
*** gildub has quit IRC | 00:48 | |
*** gildub_ has quit IRC | 00:48 | |
jeblair | okay, they don't get to redine terminology, that's gating. :) | 00:48 |
anteaya | right | 00:48 |
*** gildub has joined #openstack-infra | 00:48 | |
*** eliqiao has quit IRC | 00:49 | |
anteaya | I disagreed with the decision | 00:49 |
anteaya | and was told it was cinder's decision | 00:49 |
anteaya | so after going through the meeting logs in which they said they wanted ceph to gate | 00:49 |
jeblair | so that's great, but i don't understand what that has to do with allowing or not allowing third party systems to leave verified votes? | 00:49 |
anteaya | I then approved the patch to make it happen | 00:49 |
asselin__ | jeblair, so if a 3rd party ci left an advisory +/- vote on a change, it can still be merged by cinder cores? | 00:49 |
anteaya | asselin__: yes | 00:49 |
*** nikhil_k has joined #openstack-infra | 00:49 | |
jeblair | asselin__: absolutely, zuul pays no attention to verified votes from anyone but zuul | 00:50 |
anteaya | asselin__: that was the intent behind ci verification votes | 00:50 |
anteaya | asselin__: it sounds like you did not know that | 00:50 |
asselin__ | ok, then that might be one source of confusion. The other has to do with user workflow. | 00:50 |
jeblair | and it's absolutely expected that if a 3rd party ci system leaves a -1 and you disagree you just ignore it | 00:50 |
*** dims has joined #openstack-infra | 00:51 | |
jeblair | (to be honest, you should be able to ignore zuul's -1 too, but that was abused too much and now we can't have nice things; i hope to have that back for infra at least in zuulv3) | 00:51 |
jeblair | this is a shame, because if they were voting, it would be a great illustration of what borowitz was suggesting | 00:52 |
asselin__ | honestly cinder folks generally don't look at anything with -1....it's a culture thing | 00:52 |
*** sdake has quit IRC | 00:52 | |
*** jyuso has joined #openstack-infra | 00:53 | |
jeblair | asselin__: that can be fixed with filters | 00:53 |
jeblair | dashboards, etc | 00:53 |
*** sdake has joined #openstack-infra | 00:53 | |
jeblair | you can easily see changes that jenkins has not -1d, and ignore -1s from other systems | 00:53 |
asselin__ | yes I know...try convincing cinder cores though... | 00:53 |
fungi | those suggestions were made before | 00:53 |
*** nikhil_k_ has quit IRC | 00:53 | |
anteaya | I can only say that what cinder does works for cinder | 00:53 |
anteaya | they have figured out and agreed as a group what they do | 00:54 |
anteaya | and they do it | 00:54 |
fungi | it might be worth making those suggestions again now that they're a little more rigorous about their third party systems | 00:54 |
asselin__ | the good news is that they do start to at least look at the 3rd party ci results | 00:54 |
jeblair | it's a really confusing use of the sytem though, and i think we need to address it. it's pretty clear that when we were having conversations about this before we were not all actually having the same conversation | 00:54 |
anteaya | yes | 00:54 |
asselin__ | +1 | 00:54 |
jeblair | because of some fairly serious confusion about terminology | 00:54 |
anteaya | all third party conversations have been separate conversations | 00:55 |
*** zeih has quit IRC | 00:55 | |
anteaya | and ironic's decison to go off and create their own third party meeting doesn't help | 00:55 |
anteaya | I don't know what to do | 00:55 |
anteaya | I did the best I could and it works for some and not others | 00:55 |
*** jyuso1 has quit IRC | 00:55 | |
anteaya | and asselin__'s help has been invaluable | 00:55 |
anteaya | to getting folks together | 00:56 |
anteaya | but the very topic is oil and water | 00:56 |
*** wenlock_ has joined #openstack-infra | 00:56 | |
*** Sukhdev has quit IRC | 00:57 | |
*** stevemar_ has joined #openstack-infra | 00:57 | |
*** mriedem has joined #openstack-infra | 00:57 | |
anteaya | now this doesn't help in terms of making a case to upstream gerrit | 00:57 |
*** dims has quit IRC | 00:57 | |
anteaya | which is the point of conversation, I do believe | 00:57 |
*** angdraug has quit IRC | 00:58 | |
asselin__ | honestly their should be separate column for gating and non-gating in gerrit | 00:58 |
asselin__ | so it's easier to filter out | 00:58 |
asselin__ | and make the overloaded 'voting' term more explicit | 00:58 |
anteaya | asselin__: our challenge is to convince upstream gerrit: https://gerrit-review.googlesource.com/#/c/63259 | 00:59 |
anteaya | asselin__: they have diffy which leaves a comment with no logs and one ci that leaves a comment with logs from one job | 00:59 |
*** stevemar_ has quit IRC | 01:00 | |
anteaya | asselin__: so making the case for a userstory with multiple job logs per account and multiple ci accounts is our current challenge | 01:00 |
asselin__ | that would be nice "multiple verification results for each patch" | 01:00 |
jeblair | asselin__: we could make a separate column, but it's not strictly necessary | 01:00 |
*** MarkAtwood has quit IRC | 01:00 | |
*** dkehn has quit IRC | 01:01 | |
jeblair | asselin__: it's easy to filter out changes that only jenkins has left a -1 on, and that's what most projects do in their dashboards | 01:01 |
asselin__ | true | 01:02 |
jeblair | the only reason i can think to make a separate column is for display purposes in change lists, and i'm just not sure that's necessary if you have a good dashboard | 01:02 |
*** dkehn has joined #openstack-infra | 01:02 | |
*** thiagop has joined #openstack-infra | 01:03 | |
asselin__ | ...and many people use the default gerrit dashboard | 01:03 |
asselin__ | that might be a better place to improve for big impact. Only show the V column based on jenkins | 01:04 |
*** wenlock_ has quit IRC | 01:05 | |
*** ericksonsantos has joined #openstack-infra | 01:05 | |
*** alexpilotti has quit IRC | 01:06 | |
jeblair | well, i have to run for now; we can chat more next week :) | 01:06 |
*** wenlock has quit IRC | 01:06 | |
*** dims has joined #openstack-infra | 01:07 | |
*** rossella_ has quit IRC | 01:07 | |
anteaya | jeblair: see you | 01:07 |
*** rossella_ has joined #openstack-infra | 01:08 | |
asselin__ | bye | 01:08 |
*** btully has quit IRC | 01:08 | |
*** sdake has quit IRC | 01:08 | |
*** zhurong has joined #openstack-infra | 01:10 | |
bardia | correct me if I'm wrong. I'm developing a new cinder volume driver for a storage vendor. One of the requirements is a third party CI. Now to setup the CI you need an openstack cloud for nodepools to run instances on. Since I'm developing for a vendor I have to have the openstack cloud internally so the instances are using the vendor's storage solutions right? I can't just hook up nodepool to a public cloud like | 01:11 |
bardia | rackspace? | 01:11 |
bardia | sorry for the long message :) | 01:11 |
asselin__ | bardia, correct | 01:12 |
bardia | asselin__: thanks | 01:12 |
openstackgerrit | YAMAMOTO Takashi proposed openstack-infra/project-config: Fix broken ENABLED_SERVICES in neutron and scalpels jobs https://review.openstack.org/243949 | 01:12 |
asselin__ | bardia, you need to hook up to any cloud (internal or public) that has access to your storage solution. | 01:12 |
openstackgerrit | Sean Dague proposed openstack-infra/project-config: switch partial upgrade testing to multinode https://review.openstack.org/244157 | 01:13 |
asselin__ | that last part is why public clouds aren't normally used, and hence the need for 3rd party ci. | 01:13 |
asselin__ | bardia, if you can run in a public cloud, then it's best to just run directly on openstack's infrastructure. there are a few open source solutions that do that | 01:14 |
*** gongysh_ has joined #openstack-infra | 01:15 | |
fungi | yeah, for example testing a driver for a ceph backend... we can just install ceph in the test instance and exercise it there, so public clouds work fine for that | 01:16 |
bardia | asselin__: I don't think I can run in public cloud since the driver is a NFS backend | 01:16 |
bardia | yeah I wish it was as simple as ceph :) | 01:16 |
*** mestery has joined #openstack-infra | 01:16 | |
*** wenlock has joined #openstack-infra | 01:16 | |
bardia | asselin__: (there are a few open source solutions that do that) what are these solutions you mentioned | 01:17 |
*** zhenguo has joined #openstack-infra | 01:18 | |
asselin__ | bardia, take a look at cinder commits: e.g. https://review.openstack.org/#/c/242872/ | 01:18 |
asselin__ | under Jenkins check you see them | 01:18 |
*** gongysh_ has quit IRC | 01:18 | |
asselin__ | gate-tempest-dsvm-full-sheepdog-nv gate-tempest-dsvm-full-ceph | 01:18 |
*** burgerk has joined #openstack-infra | 01:18 | |
nibalizer | crinkle: ok im poking the controller | 01:19 |
bardia | asselin__: thanks | 01:19 |
crinkle | nibalizer: kk plz don't knock it over | 01:20 |
*** ddieterly has joined #openstack-infra | 01:21 | |
clarkb | asselin__: bardia well thats not correct right? | 01:24 |
clarkb | asselin__: bardia we don't require you use nodepool or openstack | 01:24 |
clarkb | asselin__: bardia those are the tools we help support though | 01:24 |
*** nikhil_k_ has joined #openstack-infra | 01:25 | |
*** sputnik13 has quit IRC | 01:25 | |
*** ccrouch has quit IRC | 01:26 | |
asselin__ | clarkb, bardia correct, it's not required, but is what the solution bardia is testing out: https://review.openstack.org/#/c/227584/ | 01:26 |
*** paco20151113 has joined #openstack-infra | 01:26 | |
clarkb | bardia: couldn't you NFS upstream | 01:27 |
clarkb | ? | 01:27 |
clarkb | I suppose it depends on what your NFS server is | 01:27 |
*** zns has quit IRC | 01:27 | |
*** nikhil_k has quit IRC | 01:28 | |
*** wenlock has quit IRC | 01:30 | |
*** wenlock has joined #openstack-infra | 01:34 | |
*** jyuso1 has joined #openstack-infra | 01:39 | |
mordred | yah. but testing NFS itself in public cloud should be pretty dead easy | 01:39 |
*** otter768 has joined #openstack-infra | 01:40 | |
*** r-daneel has quit IRC | 01:40 | |
*** jyuso has quit IRC | 01:42 | |
*** eliqiao has joined #openstack-infra | 01:43 | |
*** otter768 has quit IRC | 01:44 | |
*** wenlock has quit IRC | 01:45 | |
* nibalizer has a user/project on infra-cloud! | 01:46 | |
nibalizer | the future is here! | 01:46 |
anteaya | nibalizer: congratulations | 01:46 |
anteaya | crinkle: nice work, it survived nibalizer! | 01:46 |
crinkle | anteaya: haha | 01:46 |
nibalizer | so far | 01:47 |
nibalizer | crinkle: ah i see, controller01.hpuswest.ic.openstack.org is not so much in dns is it? | 01:47 |
anteaya | crinkle: I don't see your progress in channel, are you tracking it somewhere? like an etherpad? | 01:47 |
nibalizer | anteaya: it was announced last night around this time | 01:47 |
*** btully has joined #openstack-infra | 01:47 | |
anteaya | crinkle: obviously you are making progress | 01:47 |
nibalizer | i created the project and user myself | 01:47 |
anteaya | nibalizer: yeah I saw that last nigh | 01:47 |
crinkle | nibalizer: oh i might be messing with dnsmasq | 01:47 |
anteaya | t | 01:47 |
nibalizer | crinkle: should I just go ahead and put that in dns? | 01:47 |
anteaya | just wondering if there are additional artifacts I don't know about | 01:48 |
nibalizer | also can we have multiple users in a single project? because right now I have nibz and infra | 01:48 |
crinkle | anteaya: there is a story in storyboard, i should update some of those tasks | 01:48 |
nibalizer | if i need to be using nibz:nibz I can do that | 01:48 |
anteaya | crinkle: ah okay cool | 01:48 |
* anteaya goes to storyboard | 01:48 | |
crinkle | nibalizer: this controller might not be the controller forever or have that ip address forever so i wouldn't put it in real dns yet | 01:48 |
nibalizer | eh, dns is easy to change | 01:49 |
anteaya | I'm obviously doing something wrong: https://storyboard.openstack.org/#!/search?q=infra-cloud doesn't net me an obvious related story | 01:49 |
nibalizer | I can't hit it from outside without dns... or hosts files maybe | 01:49 |
crinkle | nibalizer: i'll turn dnsmasq back on on the baremetal node | 01:49 |
crinkle | anteaya: i'll find you the link | 01:50 |
nibalizer | crinkle: well but im running 'keystone catalog' from my laptop | 01:50 |
openstackgerrit | Rui Zang proposed openstack-infra/project-config: add networking-ml3 project https://review.openstack.org/244955 | 01:50 |
anteaya | crinkle: thanks | 01:50 |
crinkle | nibalizer: oh well that won't be helpful then | 01:50 |
crinkle | nibalizer: you can add it to /etc/hosts :) | 01:50 |
nibalizer | hehe | 01:51 |
*** otter768 has joined #openstack-infra | 01:51 | |
nibalizer | kk | 01:51 |
crinkle | anteaya: https://storyboard.openstack.org/#!/story/2000175 | 01:52 |
anteaya | crinkle: thank you | 01:52 |
nibalizer | crinkle: do you have an internal CA you're using or are all certs snakeoil? | 01:53 |
anteaya | crinkle: I'm going to try to add the tag 'infra-cloud' to see if searching for 'infra-cloud' nets this story | 01:53 |
crinkle | nibalizer: there's an internal CA that's sort of hacked in, i'll send it to you | 01:54 |
nibalizer | ok | 01:54 |
crinkle | anteaya: that would be awesome, i also can't find this story without searching irc scrollback :( | 01:54 |
nibalizer | are we gonna use gpg /me gets excited | 01:54 |
anteaya | crinkle: yeah, not so helpful when trying to help folks understand status and hopefully support the effort | 01:55 |
anteaya | crinkle: so far I don't understand tagging correctly | 01:55 |
anteaya | I will ask Zara for help | 01:55 |
anteaya | Zara: I would really like to be able to put 'infra-cloud' in the storyboard search field and have https://storyboard.openstack.org/#!/story/2000175 be one of the top hits, it doesn't have to be number 1 but top 10? | 01:56 |
anteaya | Zara: I tried adding a tag 'infra-cloud' but so far I have been unsuccessful in meeting my goal, guidance welcome | 01:57 |
*** wenlock has joined #openstack-infra | 01:57 | |
*** tiswanso has joined #openstack-infra | 02:02 | |
*** hichihara has quit IRC | 02:02 | |
*** mestery has quit IRC | 02:02 | |
*** rguillebert has quit IRC | 02:08 | |
*** wenlock has quit IRC | 02:08 | |
openstackgerrit | Sachi King proposed openstack-dev/pbr: Support git://, git+ssh://, git+https:// without -e flag. https://review.openstack.org/194405 | 02:09 |
anteaya | crinkle: if you want a hand sorting those tasks at all let me know, happy to listen to you if that helps you | 02:09 |
*** burgerk has quit IRC | 02:10 | |
crinkle | anteaya: thanks! i may do that | 02:11 |
anteaya | sure | 02:11 |
*** EricGonczer_ has joined #openstack-infra | 02:11 | |
*** ivar-laz_ has joined #openstack-infra | 02:13 | |
*** wenlock has joined #openstack-infra | 02:13 | |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/system-config: Add docs for renaming an IRC channel https://review.openstack.org/244860 | 02:16 |
*** EricGonc_ has joined #openstack-infra | 02:17 | |
*** ivar-lazzaro has quit IRC | 02:17 | |
*** jyuso has joined #openstack-infra | 02:19 | |
*** JasonF has joined #openstack-infra | 02:19 | |
*** aeng_ has joined #openstack-infra | 02:19 | |
*** hamzy_ has joined #openstack-infra | 02:20 | |
*** EricGonczer_ has quit IRC | 02:20 | |
*** jyuso1 has quit IRC | 02:20 | |
*** aeng has quit IRC | 02:20 | |
*** JayF has quit IRC | 02:20 | |
*** hamzy has quit IRC | 02:20 | |
*** EricGonczer_ has joined #openstack-infra | 02:21 | |
bardia | asselin__: so I tried setting a slave manual but the puppet scripts for setting up a slave set them up as single use. do you know of any scripts that sets up a slave for continuos use. or is that a big no no for openstack ci? | 02:22 |
*** openstackgerrit has quit IRC | 02:22 | |
*** EricGonc_ has quit IRC | 02:23 | |
*** bpokorny_ has joined #openstack-infra | 02:23 | |
*** bpokorny_ has quit IRC | 02:23 | |
anteaya | I'm convinced Clint is a elf-bot | 02:24 |
anteaya | always around, never seem him but he might be there if you look away quickly | 02:24 |
*** openstackgerrit has joined #openstack-infra | 02:24 | |
*** wenlock has quit IRC | 02:25 | |
*** dougwig has quit IRC | 02:26 | |
* Clint hides behind a b-tree. | 02:26 | |
*** bpokorny has quit IRC | 02:27 | |
anteaya | ha ha ha | 02:27 |
*** fedexo has joined #openstack-infra | 02:27 | |
*** dougwig has joined #openstack-infra | 02:28 | |
*** goodygum has quit IRC | 02:28 | |
*** goodygum has joined #openstack-infra | 02:28 | |
anteaya | bardia: yeah we have single use slaves | 02:30 |
anteaya | bardia: some cis use their slave continually and end up with issues as a result of that | 02:30 |
anteaya | infra tests on single use slaves, with the expectation that the test runs on a clean node every time | 02:31 |
*** bigjools_ has joined #openstack-infra | 02:33 | |
*** bigjools has quit IRC | 02:33 | |
*** bigjools_ has quit IRC | 02:33 | |
*** Mmike has quit IRC | 02:33 | |
*** bigjools has joined #openstack-infra | 02:34 | |
*** Mmike has joined #openstack-infra | 02:34 | |
nibalizer | crinkle: everything I try comes back with: ERROR: openstack The request you have made requires authentication. (HTTP 401) (Request-ID: req-8d75b644-9246-4043-9bd0-13a312888a58) | 02:35 |
*** wenlock has joined #openstack-infra | 02:35 | |
*** Mmike has quit IRC | 02:36 | |
*** boris-42 has quit IRC | 02:36 | |
*** lykinsbd has quit IRC | 02:36 | |
*** yolanda has quit IRC | 02:36 | |
*** jamespage has quit IRC | 02:36 | |
*** gnuoy has quit IRC | 02:36 | |
*** xgerman has quit IRC | 02:36 | |
*** timrc has quit IRC | 02:37 | |
*** StevenK has quit IRC | 02:37 | |
*** samueldmq has quit IRC | 02:37 | |
*** pasquier-s has quit IRC | 02:37 | |
*** bookwar has quit IRC | 02:37 | |
*** vdrok has quit IRC | 02:37 | |
*** yolanda_ is now known as yolanda | 02:37 | |
*** Yanyan has joined #openstack-infra | 02:37 | |
*** yolanda has quit IRC | 02:37 | |
anteaya | nibalizer: yay errors! | 02:38 |
*** rcernin has quit IRC | 02:38 | |
*** mtanino has quit IRC | 02:38 | |
*** lykinsbd has joined #openstack-infra | 02:39 | |
*** pasquier-s has joined #openstack-infra | 02:40 | |
*** SumitNaiksatam has quit IRC | 02:40 | |
nibalizer | i believe i know the issue though | 02:41 |
nibalizer | i've added a role called 'user' and we dont have that in policy.json so it can't do anything | 02:41 |
*** yolanda has joined #openstack-infra | 02:42 | |
*** StevenK has joined #openstack-infra | 02:42 | |
anteaya | ah ha | 02:42 |
*** rfolco has quit IRC | 02:42 | |
*** boris-42 has joined #openstack-infra | 02:43 | |
*** Mmike has joined #openstack-infra | 02:44 | |
*** 6A4AA25UB has joined #openstack-infra | 02:44 | |
*** jamespage has joined #openstack-infra | 02:44 | |
*** gnuoy has joined #openstack-infra | 02:44 | |
*** timrc has joined #openstack-infra | 02:44 | |
*** bookwar has joined #openstack-infra | 02:44 | |
*** gnuoy has quit IRC | 02:44 | |
*** ivar-laz_ has quit IRC | 02:44 | |
*** ivar-lazzaro has joined #openstack-infra | 02:45 | |
*** gnuoy has joined #openstack-infra | 02:45 | |
*** ivar-lazzaro has quit IRC | 02:45 | |
*** ivar-lazzaro has joined #openstack-infra | 02:46 | |
*** xgerman has joined #openstack-infra | 02:46 | |
*** aukhan has joined #openstack-infra | 02:47 | |
*** vdrok has joined #openstack-infra | 02:47 | |
*** yolanda has quit IRC | 02:49 | |
*** mriedem has quit IRC | 02:50 | |
*** eliqiao has quit IRC | 02:50 | |
*** changbl has quit IRC | 02:51 | |
*** eliqiao has joined #openstack-infra | 02:51 | |
*** yolanda has joined #openstack-infra | 02:53 | |
*** tiswanso has quit IRC | 02:53 | |
*** yolanda has quit IRC | 02:53 | |
*** tiswanso has joined #openstack-infra | 02:54 | |
*** wenlock has quit IRC | 02:57 | |
*** stevemar_ has joined #openstack-infra | 02:58 | |
*** yolanda has joined #openstack-infra | 02:58 | |
*** yolanda has quit IRC | 02:59 | |
*** stevemar_ has quit IRC | 03:00 | |
*** wenlock has joined #openstack-infra | 03:02 | |
*** yolanda has joined #openstack-infra | 03:04 | |
openstackgerrit | Rui Zang proposed openstack-infra/project-config: add networking-ml3 project https://review.openstack.org/244955 | 03:04 |
*** inteq has joined #openstack-infra | 03:06 | |
*** yolanda has quit IRC | 03:06 | |
openstackgerrit | Merged openstack-infra/grafyaml: Remove duplicate LOG code https://review.openstack.org/244717 | 03:08 |
*** signed8bit_ZZZzz has quit IRC | 03:08 | |
*** signed8bit has joined #openstack-infra | 03:09 | |
*** achanda has joined #openstack-infra | 03:09 | |
*** yolanda has joined #openstack-infra | 03:09 | |
*** yolanda has quit IRC | 03:11 | |
*** otter768 has quit IRC | 03:13 | |
openstackgerrit | fumihiko kakuma proposed openstack-infra/project-config: Add job for the ovs mechanism driver with native mode https://review.openstack.org/221143 | 03:14 |
*** yolanda has joined #openstack-infra | 03:15 | |
*** _denisra has joined #openstack-infra | 03:16 | |
*** yolanda has quit IRC | 03:16 | |
asselin__ | bardia, yeah, as anteaya said, they're setup for single-use. when done, a new one will be launched by nodepool. | 03:20 |
*** yolanda has joined #openstack-infra | 03:20 | |
*** yuanying has quit IRC | 03:21 | |
*** yolanda has quit IRC | 03:23 | |
*** yuanying has joined #openstack-infra | 03:25 | |
*** EricGonczer_ has quit IRC | 03:26 | |
openstackgerrit | Rui Zang proposed openstack-infra/project-config: add networking-ml3 project https://review.openstack.org/244955 | 03:27 |
*** yolanda has joined #openstack-infra | 03:27 | |
*** EricGonczer_ has joined #openstack-infra | 03:27 | |
openstackgerrit | Merged openstack/diskimage-builder: Selectively prune /root for ironic-agent ramdisk https://review.openstack.org/239310 | 03:28 |
*** sdake has joined #openstack-infra | 03:28 | |
*** yuanying has quit IRC | 03:29 | |
*** yolanda has quit IRC | 03:29 | |
*** signed8bit has quit IRC | 03:31 | |
*** yolanda has joined #openstack-infra | 03:33 | |
*** yolanda has quit IRC | 03:34 | |
*** asselin__ has quit IRC | 03:35 | |
*** asselin_ has joined #openstack-infra | 03:36 | |
*** gyee has quit IRC | 03:36 | |
*** thorst has joined #openstack-infra | 03:37 | |
*** yuanying has joined #openstack-infra | 03:38 | |
*** yolanda has joined #openstack-infra | 03:39 | |
*** markvoelker has quit IRC | 03:39 | |
*** yolanda has quit IRC | 03:40 | |
*** thorst has quit IRC | 03:41 | |
*** lnxnut has joined #openstack-infra | 03:41 | |
*** thorst has joined #openstack-infra | 03:41 | |
*** _ody has quit IRC | 03:43 | |
*** yolanda has joined #openstack-infra | 03:44 | |
*** ddieterly has quit IRC | 03:45 | |
*** yolanda has quit IRC | 03:45 | |
*** _ody has joined #openstack-infra | 03:45 | |
*** thorst has quit IRC | 03:46 | |
Kennan | hi sdague: any further comments for this review ? https://review.openstack.org/#/c/218144/ | 03:47 |
*** ddieterly has joined #openstack-infra | 03:47 | |
Kennan | not found any updates for long time | 03:47 |
*** _ody has quit IRC | 03:49 | |
*** yolanda has joined #openstack-infra | 03:50 | |
*** yuanying_ has joined #openstack-infra | 03:52 | |
*** yolanda has quit IRC | 03:52 | |
*** fitoduarte has quit IRC | 03:53 | |
*** sabeen1 has joined #openstack-infra | 03:53 | |
*** yuanying has quit IRC | 03:55 | |
*** yolanda has joined #openstack-infra | 03:55 | |
*** yolanda has quit IRC | 03:56 | |
*** _ody has joined #openstack-infra | 03:56 | |
*** dims has quit IRC | 03:56 | |
*** ivar-laz_ has joined #openstack-infra | 03:58 | |
*** yolanda has joined #openstack-infra | 04:01 | |
*** ivar-lazzaro has quit IRC | 04:01 | |
*** ivar-laz_ has quit IRC | 04:02 | |
*** yolanda has quit IRC | 04:02 | |
openstackgerrit | Darren Chan proposed openstack-infra/irc-meetings: Added ops-guide team meeting https://review.openstack.org/244932 | 04:03 |
*** yuanying_ has quit IRC | 04:05 | |
*** Sree has joined #openstack-infra | 04:06 | |
*** Sree has quit IRC | 04:06 | |
*** yolanda has joined #openstack-infra | 04:06 | |
*** Sree has joined #openstack-infra | 04:06 | |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Add in extra connections tests https://review.openstack.org/169300 | 04:07 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Move Item formatting into Reporters https://review.openstack.org/223298 | 04:07 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Document the new connections in zuul https://review.openstack.org/169270 | 04:07 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Remove ActionReporters https://review.openstack.org/243474 | 04:07 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Add support for sqlalchemy reporter https://review.openstack.org/223333 | 04:07 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Tidy up loggers https://review.openstack.org/224336 | 04:07 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Add support for 'connection' concept https://review.openstack.org/121528 | 04:07 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Tidy up tests/base.py https://review.openstack.org/238817 | 04:07 |
*** dramalho has quit IRC | 04:07 | |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: (WIP) Add 'pr-comment' github webhook event https://review.openstack.org/239203 | 04:07 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: (WIP) Add 'push' and 'tag' github webhook events. https://review.openstack.org/191207 | 04:07 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: (WIP) Support GitHub PR webhooks https://review.openstack.org/163117 | 04:07 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: (WIP) Make the string representation of change transparent https://review.openstack.org/238948 | 04:07 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: (WIP) Merge pull requests from github reporter https://review.openstack.org/243250 | 04:07 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: (WIP) Configurable SSH access to GitHub https://review.openstack.org/239138 | 04:07 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: (WIP) Fix job hierarchy bug. https://review.openstack.org/192457 | 04:07 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: (WIP) Allow using webapp from connections https://review.openstack.org/215642 | 04:07 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: (WIP) Support for github commit status https://review.openstack.org/239303 | 04:07 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: (WIP) Add basic Github Zuul Reporter. https://review.openstack.org/191312 | 04:07 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: (WIP) Allow list values in template parameters. https://review.openstack.org/191208 | 04:07 |
*** yuanying has joined #openstack-infra | 04:08 | |
*** bardia has quit IRC | 04:08 | |
*** yolanda has quit IRC | 04:09 | |
*** cloudtrainme has quit IRC | 04:10 | |
*** cloudtrainme has joined #openstack-infra | 04:11 | |
*** yolanda has joined #openstack-infra | 04:13 | |
*** btully has quit IRC | 04:14 | |
jeblair | infra-root: i self-approved https://review.openstack.org/244837 to match the current manual nodepool config | 04:15 |
*** yolanda has quit IRC | 04:15 | |
*** Mmike has quit IRC | 04:15 | |
*** Mmike has joined #openstack-infra | 04:15 | |
*** edmondsw has quit IRC | 04:15 | |
openstackgerrit | Merged openstack-infra/project-config: Increase OVH and Blue Box to 5 nodes each https://review.openstack.org/244837 | 04:18 |
*** yolanda has joined #openstack-infra | 04:19 | |
*** yolanda has quit IRC | 04:21 | |
*** cloudtrainme has quit IRC | 04:21 | |
nibalizer | jeblair: thanks | 04:21 |
nibalizer | if you see above, the infra-cloud is getting there | 04:22 |
nibalizer | i tried to create a user to test with, didn't get very far | 04:22 |
nibalizer | but hey, progress! | 04:22 |
jeblair | nibalizer: i saw! | 04:22 |
*** chenli has joined #openstack-infra | 04:24 | |
*** yolanda has joined #openstack-infra | 04:24 | |
*** EricGonczer_ has quit IRC | 04:26 | |
*** yolanda has quit IRC | 04:26 | |
*** tsg has joined #openstack-infra | 04:28 | |
*** zhurong has quit IRC | 04:29 | |
*** yolanda has joined #openstack-infra | 04:30 | |
*** yolanda has quit IRC | 04:31 | |
*** bhunter71 has quit IRC | 04:33 | |
*** sputnik13 has joined #openstack-infra | 04:34 | |
*** yolanda has joined #openstack-infra | 04:35 | |
*** tiswanso has quit IRC | 04:36 | |
*** yolanda has quit IRC | 04:38 | |
*** samueldmq has joined #openstack-infra | 04:38 | |
*** lnxnut has quit IRC | 04:38 | |
jeblair | infra-root: puppet is re-enabled on nodepool; ovh and bluebox each have max-servers set to 5 so we can watch for errors and collect data; feel free to set that to 0 if you see systemic problems, otherwise i'd like to run it at that level over the weekend and increase next week. | 04:39 |
*** clee has quit IRC | 04:39 | |
*** clee has joined #openstack-infra | 04:39 | |
*** markvoelker has joined #openstack-infra | 04:40 | |
*** fawadkhaliq has joined #openstack-infra | 04:40 | |
*** changbl has joined #openstack-infra | 04:40 | |
*** EricGonczer_ has joined #openstack-infra | 04:41 | |
openstackgerrit | Anusha Ramineni proposed openstack-infra/project-config: Allow congress jobs use devstack and tempest plugins https://review.openstack.org/241969 | 04:41 |
*** yolanda has joined #openstack-infra | 04:41 | |
*** yolanda has quit IRC | 04:42 | |
chenli | hello, I' trying to run unit test , after I run command "tox", I get error : http://paste.openstack.org/show/478763/, | 04:44 |
chenli | anyone can help me ? | 04:44 |
*** markvoelker has quit IRC | 04:44 | |
*** yolanda has joined #openstack-infra | 04:47 | |
*** boris-42 has quit IRC | 04:48 | |
*** yolanda has quit IRC | 04:48 | |
*** sdake has quit IRC | 04:50 | |
*** ddieterly has quit IRC | 04:50 | |
*** links has joined #openstack-infra | 04:52 | |
*** EricGonczer_ has quit IRC | 04:52 | |
*** SumitNaiksatam has joined #openstack-infra | 04:52 | |
*** yolanda has joined #openstack-infra | 04:52 | |
*** changbl has quit IRC | 04:54 | |
*** yolanda has quit IRC | 04:54 | |
*** yolanda has joined #openstack-infra | 04:58 | |
*** stevemar_ has joined #openstack-infra | 04:59 | |
*** yolanda has quit IRC | 04:59 | |
*** EricGonczer_ has joined #openstack-infra | 05:00 | |
*** eghobo has joined #openstack-infra | 05:00 | |
*** Sree_ has joined #openstack-infra | 05:01 | |
*** Sree_ is now known as Guest7736 | 05:01 | |
*** stevemar_ has quit IRC | 05:02 | |
openstackgerrit | fumihiko kakuma proposed openstack-infra/project-config: Add job for networking-ofagent https://review.openstack.org/244986 | 05:02 |
*** Sukhdev has joined #openstack-infra | 05:02 | |
*** yolanda has joined #openstack-infra | 05:03 | |
*** Sree has quit IRC | 05:04 | |
*** yolanda has quit IRC | 05:05 | |
*** ybathia has joined #openstack-infra | 05:06 | |
*** EricGonczer_ has quit IRC | 05:08 | |
*** dramalho has joined #openstack-infra | 05:08 | |
*** yolanda has joined #openstack-infra | 05:09 | |
*** zhurong has joined #openstack-infra | 05:11 | |
*** yolanda has quit IRC | 05:11 | |
*** dramalho has quit IRC | 05:12 | |
*** btully has joined #openstack-infra | 05:13 | |
*** otter768 has joined #openstack-infra | 05:14 | |
*** yolanda has joined #openstack-infra | 05:14 | |
*** mrmartin has joined #openstack-infra | 05:15 | |
*** yolanda has quit IRC | 05:17 | |
*** tlian2 has joined #openstack-infra | 05:18 | |
*** mrmartin has quit IRC | 05:18 | |
*** otter768 has quit IRC | 05:19 | |
*** tlian has quit IRC | 05:20 | |
*** yolanda has joined #openstack-infra | 05:20 | |
*** yolanda has quit IRC | 05:22 | |
*** baoli_ has quit IRC | 05:23 | |
*** eghobo has left #openstack-infra | 05:25 | |
*** yolanda has joined #openstack-infra | 05:26 | |
*** yolanda has quit IRC | 05:27 | |
openstackgerrit | fumihiko kakuma proposed openstack-infra/project-config: Add job for networking-ofagent https://review.openstack.org/244986 | 05:28 |
*** _denisra has quit IRC | 05:29 | |
*** yolanda has joined #openstack-infra | 05:31 | |
*** SumitNaiksatam has quit IRC | 05:34 | |
*** yolanda has quit IRC | 05:34 | |
*** SumitNaiksatam has joined #openstack-infra | 05:34 | |
openstackgerrit | Caleb Boylan proposed openstack-infra/shade: [WIP]Make functional object tests actually run https://review.openstack.org/243846 | 05:35 |
*** yolanda has joined #openstack-infra | 05:37 | |
*** yolanda has quit IRC | 05:38 | |
*** changbl has joined #openstack-infra | 05:40 | |
openstackgerrit | Merged openstack-infra/irc-meetings: Added ops-guide team meeting https://review.openstack.org/244932 | 05:41 |
*** yolanda has joined #openstack-infra | 05:42 | |
*** tlian2 has quit IRC | 05:43 | |
*** yolanda has quit IRC | 05:43 | |
*** matt_____ has quit IRC | 05:44 | |
*** yolanda has joined #openstack-infra | 05:48 | |
*** yolanda has quit IRC | 05:50 | |
*** mrmartin has joined #openstack-infra | 05:51 | |
*** ddieterly has joined #openstack-infra | 05:51 | |
*** yolanda has joined #openstack-infra | 05:54 | |
*** yolanda has quit IRC | 05:55 | |
*** ddieterly has quit IRC | 05:55 | |
*** Sukhdev has quit IRC | 05:56 | |
*** maishsk has quit IRC | 05:57 | |
*** yolanda has joined #openstack-infra | 06:00 | |
*** yolanda has quit IRC | 06:00 | |
openstackgerrit | Michal Rostecki proposed openstack/requirements: Add dcos library https://review.openstack.org/244459 | 06:01 |
*** maishsk has joined #openstack-infra | 06:02 | |
*** Guest7736 has quit IRC | 06:03 | |
*** aeng_ has quit IRC | 06:03 | |
*** Sree has joined #openstack-infra | 06:03 | |
openstackgerrit | fumihiko kakuma proposed openstack-infra/project-config: Add job for networking-ofagent https://review.openstack.org/244986 | 06:04 |
*** yolanda has joined #openstack-infra | 06:05 | |
openstackgerrit | Caleb Boylan proposed openstack-infra/shade: [WIP]Make functional object tests actually run https://review.openstack.org/243846 | 06:06 |
*** yolanda has quit IRC | 06:06 | |
*** maishsk has quit IRC | 06:07 | |
openstackgerrit | Egle proposed openstack-infra/irc-meetings: Correct Diversity WG calendar entry The Diversity Working Group holds meetings weekly, at alternating times. The entry for the calendar was never accurate. This patch fixes the wrong times. It also now includes accurate IRC channel. https://review.openstack.org/244999 | 06:09 |
*** rcernin has joined #openstack-infra | 06:10 | |
*** yolanda has joined #openstack-infra | 06:11 | |
*** tsg has quit IRC | 06:11 | |
*** nadya has joined #openstack-infra | 06:11 | |
*** maishsk has joined #openstack-infra | 06:12 | |
*** yolanda has quit IRC | 06:12 | |
*** ybathia has left #openstack-infra | 06:16 | |
*** yolanda has joined #openstack-infra | 06:16 | |
*** gampel has joined #openstack-infra | 06:17 | |
*** yolanda has quit IRC | 06:17 | |
*** jamielennox is now known as jamielennox|away | 06:17 | |
*** yolanda has joined #openstack-infra | 06:22 | |
*** yolanda has quit IRC | 06:22 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack-infra/project-config: Normalize projects.yaml https://review.openstack.org/245002 | 06:23 |
*** nadya has quit IRC | 06:23 | |
*** rlandy has quit IRC | 06:26 | |
*** flepied has joined #openstack-infra | 06:26 | |
*** yolanda has joined #openstack-infra | 06:27 | |
*** sputnik13 has quit IRC | 06:28 | |
*** rcernin_ has joined #openstack-infra | 06:28 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints https://review.openstack.org/245004 | 06:28 |
*** MarkAtwood has joined #openstack-infra | 06:29 | |
*** yolanda has quit IRC | 06:29 | |
*** mahatic has joined #openstack-infra | 06:30 | |
*** jyuso has quit IRC | 06:32 | |
*** jyuso has joined #openstack-infra | 06:33 | |
*** gampel has left #openstack-infra | 06:33 | |
*** yolanda has joined #openstack-infra | 06:33 | |
*** yolanda has quit IRC | 06:35 | |
*** hdd has joined #openstack-infra | 06:35 | |
*** sabeen1 has quit IRC | 06:35 | |
*** yolanda has joined #openstack-infra | 06:39 | |
*** yolanda has quit IRC | 06:39 | |
*** yfried is now known as yfried|afk | 06:40 | |
*** markvoelker has joined #openstack-infra | 06:41 | |
openstackgerrit | Spencer Krum proposed openstack-infra/ansible-puppet: Fix pep8 warnings https://review.openstack.org/245006 | 06:43 |
*** yolanda has joined #openstack-infra | 06:44 | |
*** markvoelker has quit IRC | 06:46 | |
*** yolanda has quit IRC | 06:46 | |
openstackgerrit | Rui Zang proposed openstack-infra/project-config: add networking-ml3 project https://review.openstack.org/244955 | 06:47 |
*** hashar has joined #openstack-infra | 06:50 | |
*** yolanda has joined #openstack-infra | 06:50 | |
*** w_ has joined #openstack-infra | 06:50 | |
*** hashar is now known as hasharBrkfst | 06:50 | |
*** jffische has quit IRC | 06:51 | |
*** yolanda has quit IRC | 06:51 | |
*** hrubi_ is now known as hrubi | 06:51 | |
openstackgerrit | Merged openstack-infra/project-config: Normalize projects.yaml https://review.openstack.org/245002 | 06:52 |
*** ddieterly has joined #openstack-infra | 06:52 | |
*** zeih has joined #openstack-infra | 06:53 | |
*** yfried|afk is now known as yfried | 06:53 | |
*** olaph has quit IRC | 06:54 | |
*** 6A4AA25UB has quit IRC | 06:54 | |
*** yolanda_ has joined #openstack-infra | 06:55 | |
*** yolanda has joined #openstack-infra | 06:55 | |
*** kiran-r has joined #openstack-infra | 06:56 | |
*** yolanda has quit IRC | 06:56 | |
*** gildub has quit IRC | 06:56 | |
zaro | chenli: have you tried deleting your .tox folder and rerun? | 06:57 |
*** zeih has quit IRC | 06:57 | |
*** ddieterly has quit IRC | 06:57 | |
openstackgerrit | Merged openstack-infra/system-config: Re-home migrate-to-phab.sql https://review.openstack.org/240682 | 06:57 |
*** zhurong has quit IRC | 06:59 | |
*** woodster_ has quit IRC | 06:59 | |
*** SumitNaiksatam has quit IRC | 07:00 | |
openstackgerrit | Merged openstack-infra/puppet-phabricator: Re-home migrate-to-phab.sql https://review.openstack.org/240784 | 07:00 |
*** yolanda has joined #openstack-infra | 07:00 | |
*** zhurong has joined #openstack-infra | 07:01 | |
*** camunoz has quit IRC | 07:02 | |
*** flepied1 has joined #openstack-infra | 07:02 | |
openstackgerrit | Timofey Durakov proposed openstack-infra/project-config: Fix for order of in live migration job https://review.openstack.org/245009 | 07:02 |
*** nadya has joined #openstack-infra | 07:02 | |
*** SumitNaiksatam has joined #openstack-infra | 07:03 | |
*** tdurakov has joined #openstack-infra | 07:03 | |
tdurakov | hi | 07:03 |
tdurakov | need help with merging trivial fix in project-config | 07:03 |
*** yolanda has quit IRC | 07:05 | |
*** flepied has quit IRC | 07:05 | |
openstackgerrit | Timofey Durakov proposed openstack-infra/project-config: Fix for order of commands in live migration job https://review.openstack.org/245009 | 07:05 |
tdurakov | anteaya, , are you around? | 07:05 |
*** yfried is now known as yfried|afk | 07:06 | |
tdurakov | fungi, ping | 07:06 |
*** yfried|afk is now known as yfried | 07:06 | |
*** rcernin is now known as Guest16360 | 07:08 | |
*** yolanda has joined #openstack-infra | 07:09 | |
*** rcernin_ has quit IRC | 07:09 | |
*** tchaypo1 has joined #openstack-infra | 07:09 | |
*** Guest16360 has quit IRC | 07:09 | |
*** rcernin_ has joined #openstack-infra | 07:10 | |
*** yolanda has quit IRC | 07:11 | |
*** rcernin_ is now known as rcernin | 07:13 | |
*** otter768 has joined #openstack-infra | 07:15 | |
*** yolanda has joined #openstack-infra | 07:15 | |
*** yolanda has quit IRC | 07:17 | |
*** otter768 has quit IRC | 07:19 | |
*** yolanda has joined #openstack-infra | 07:21 | |
*** ParsectiX has joined #openstack-infra | 07:22 | |
*** yolanda has quit IRC | 07:22 | |
*** wolsen has quit IRC | 07:23 | |
*** yolanda has joined #openstack-infra | 07:26 | |
*** yolanda has quit IRC | 07:27 | |
*** yolanda has joined #openstack-infra | 07:32 | |
*** zhurong has quit IRC | 07:33 | |
*** yolanda has quit IRC | 07:33 | |
*** tdurakov has quit IRC | 07:36 | |
*** yolanda has joined #openstack-infra | 07:37 | |
*** yolanda has quit IRC | 07:38 | |
*** yolanda has joined #openstack-infra | 07:43 | |
*** yolanda has quit IRC | 07:45 | |
*** esker has quit IRC | 07:46 | |
*** yolanda has joined #openstack-infra | 07:48 | |
*** yolanda has quit IRC | 07:51 | |
*** zeih has joined #openstack-infra | 07:52 | |
*** ddieterly has joined #openstack-infra | 07:53 | |
*** yolanda has joined #openstack-infra | 07:54 | |
*** yolanda has quit IRC | 07:56 | |
*** sdake has joined #openstack-infra | 07:56 | |
*** sdake_ has joined #openstack-infra | 07:58 | |
*** ddieterly has quit IRC | 07:58 | |
*** yolanda has joined #openstack-infra | 08:00 | |
*** yolanda has quit IRC | 08:01 | |
*** sdake has quit IRC | 08:01 | |
*** kiran-r has quit IRC | 08:02 | |
*** btully has quit IRC | 08:04 | |
*** tchaypo1 has quit IRC | 08:05 | |
*** yolanda has joined #openstack-infra | 08:05 | |
*** yamamoto has quit IRC | 08:05 | |
*** btully has joined #openstack-infra | 08:06 | |
*** yolanda has quit IRC | 08:06 | |
*** yfried is now known as yfried|afk | 08:07 | |
*** mpavone has joined #openstack-infra | 08:09 | |
*** tmorin has joined #openstack-infra | 08:10 | |
*** yolanda has joined #openstack-infra | 08:11 | |
*** tmorin has left #openstack-infra | 08:11 | |
*** yfried|afk is now known as yfried | 08:11 | |
*** egonzalez has joined #openstack-infra | 08:12 | |
*** yolanda has quit IRC | 08:12 | |
*** MarkAtwood has quit IRC | 08:16 | |
*** gongysh__ has joined #openstack-infra | 08:16 | |
*** yolanda has joined #openstack-infra | 08:16 | |
*** zhurong has joined #openstack-infra | 08:18 | |
*** yolanda has quit IRC | 08:18 | |
*** gongysh__ has quit IRC | 08:19 | |
*** achanda has quit IRC | 08:20 | |
*** pcrews_ has quit IRC | 08:20 | |
*** pcrews_ has joined #openstack-infra | 08:21 | |
*** yolanda has joined #openstack-infra | 08:22 | |
*** yolanda has quit IRC | 08:23 | |
*** sflanigan is now known as sflanigan_afk | 08:23 | |
*** btully has quit IRC | 08:24 | |
*** fedexo has quit IRC | 08:24 | |
*** ihrachys has joined #openstack-infra | 08:26 | |
*** yolanda has joined #openstack-infra | 08:27 | |
*** btully has joined #openstack-infra | 08:27 | |
*** sflanigan_afk has quit IRC | 08:28 | |
*** yolanda has quit IRC | 08:28 | |
*** gongysh__ has joined #openstack-infra | 08:29 | |
*** diana_clarke has quit IRC | 08:32 | |
*** gongysh__ has quit IRC | 08:32 | |
*** yolanda has joined #openstack-infra | 08:33 | |
*** ashishb has joined #openstack-infra | 08:33 | |
*** diana_clarke has joined #openstack-infra | 08:33 | |
*** yolanda has quit IRC | 08:35 | |
*** arxcruz has joined #openstack-infra | 08:35 | |
*** ifarkas has joined #openstack-infra | 08:35 | |
*** zhurong has quit IRC | 08:36 | |
*** shardy has joined #openstack-infra | 08:39 | |
*** yolanda has joined #openstack-infra | 08:39 | |
*** Ala has joined #openstack-infra | 08:39 | |
*** yolanda has quit IRC | 08:40 | |
*** yfried is now known as yfried|afk | 08:41 | |
*** markvoelker has joined #openstack-infra | 08:41 | |
openstackgerrit | Merged openstack-infra/project-config: Fix for order of commands in live migration job https://review.openstack.org/245009 | 08:42 |
*** tchaypo1 has joined #openstack-infra | 08:43 | |
*** tchaypo1 has quit IRC | 08:43 | |
*** jamielennox|away is now known as jamielennox | 08:43 | |
*** kushal has joined #openstack-infra | 08:43 | |
*** btully has quit IRC | 08:45 | |
*** yolanda has joined #openstack-infra | 08:45 | |
*** bauzas is now known as bauwser | 08:45 | |
*** markvoelker has quit IRC | 08:46 | |
*** yolanda has quit IRC | 08:46 | |
*** btully has joined #openstack-infra | 08:46 | |
*** jlanoux has joined #openstack-infra | 08:47 | |
openstackgerrit | Merged openstack-infra/project-config: Add searchlight-specs project https://review.openstack.org/244836 | 08:47 |
openstackgerrit | Merged openstack-infra/project-config: Add searchlight-specs project https://review.openstack.org/244836 | 08:47 |
*** asselin__ has joined #openstack-infra | 08:50 | |
*** yolanda has joined #openstack-infra | 08:50 | |
*** asselin_ has quit IRC | 08:51 | |
*** yolanda has quit IRC | 08:51 | |
*** btully has quit IRC | 08:52 | |
*** yfried|afk is now known as yfried | 08:53 | |
openstackgerrit | Merged openstack-infra/project-config: Creation of the tools-contrib repo. https://review.openstack.org/244783 | 08:54 |
*** ddieterly has joined #openstack-infra | 08:54 | |
*** btully has joined #openstack-infra | 08:54 | |
*** tchaypo has quit IRC | 08:55 | |
*** kozhukalov_ has joined #openstack-infra | 08:55 | |
*** yolanda has joined #openstack-infra | 08:56 | |
*** placko has joined #openstack-infra | 08:56 | |
*** yamamoto has joined #openstack-infra | 08:56 | |
*** jhesketh has quit IRC | 08:57 | |
*** yolanda has quit IRC | 08:57 | |
*** e0ne has joined #openstack-infra | 08:57 | |
openstackgerrit | Merged openstack-infra/project-config: fix heat stable/kilo gate https://review.openstack.org/244918 | 08:58 |
openstackgerrit | Merged openstack-infra/grafyaml: Additional fields for singlestat panel https://review.openstack.org/241678 | 08:58 |
openstackgerrit | Merged openstack-infra/grafyaml: Remove duplicate version code https://review.openstack.org/243785 | 08:58 |
*** ddieterly has quit IRC | 08:58 | |
*** dtantsur|afk is now known as dtantsur | 08:58 | |
*** jhesketh has joined #openstack-infra | 08:59 | |
*** openstackgerrit has quit IRC | 09:01 | |
*** openstackgerrit has joined #openstack-infra | 09:02 | |
*** ociuhandu has quit IRC | 09:02 | |
*** yolanda has joined #openstack-infra | 09:03 | |
*** yfried is now known as yfried|afk | 09:03 | |
*** yolanda_ has quit IRC | 09:04 | |
*** yolanda has quit IRC | 09:04 | |
*** e0ne has quit IRC | 09:05 | |
*** yolanda_ has joined #openstack-infra | 09:08 | |
*** yolanda has joined #openstack-infra | 09:08 | |
*** yolanda_ has quit IRC | 09:08 | |
*** hasharBrkfst is now known as hashar | 09:09 | |
*** yfried|afk is now known as yfried | 09:10 | |
*** otter768 has joined #openstack-infra | 09:16 | |
*** dizquierdo has joined #openstack-infra | 09:16 | |
*** jordanP has joined #openstack-infra | 09:17 | |
*** wenlock has quit IRC | 09:20 | |
*** otter768 has quit IRC | 09:20 | |
shardy | Hi all, anyone have time to check out https://review.openstack.org/#/c/240938/ | 09:26 |
*** Yanyan has quit IRC | 09:26 | |
*** mhickey_ has joined #openstack-infra | 09:26 | |
*** sergmelikyan has joined #openstack-infra | 09:26 | |
shardy | We've been trying to get CI coverage for TripleO stable branches, any help landing that would be great, thanks! :) | 09:27 |
*** abregman has joined #openstack-infra | 09:28 | |
*** Sree_ has joined #openstack-infra | 09:29 | |
*** Sree_ is now known as Guest70062 | 09:29 | |
*** Sree has quit IRC | 09:32 | |
*** abregman is now known as abregman|nearby | 09:35 | |
*** BobBall has quit IRC | 09:35 | |
*** chenli has quit IRC | 09:35 | |
*** btully has quit IRC | 09:35 | |
*** Guest70062 has quit IRC | 09:39 | |
*** chrall__ has joined #openstack-infra | 09:39 | |
*** chrall__ has quit IRC | 09:39 | |
*** Sree has joined #openstack-infra | 09:39 | |
Zara | anteaya: I think there are two issues atm. Firstly, the search looks for exact text matches to the title-- so it'll pick up 'create a cloud*' but not 'infra-cloud'. Secondly, tags haven't been fully implemented yet-- they can be stored but are not searchable yet (which makes them useless). Fixing tags is on Adam's list after worklists and boards; I can take a look at it before then, but he's a lot more experienced than I am, so he | 09:40 |
Zara | anteaya: in the meantime, I'd suggest retitling that story to 'infra-cloud' would work as an interim fix, if it would be better to make it searchable from 'infra-cloud' | 09:40 |
*** abregman|nearby is now known as abregman|afk | 09:44 | |
*** jistr has joined #openstack-infra | 09:47 | |
*** dizquierdo has quit IRC | 09:47 | |
*** sathieu has joined #openstack-infra | 09:49 | |
sathieu | I've heard that you use salt (while keeping puppet). But I couldn't find info about this except git repo removals | 09:50 |
sathieu | was is abandonned? | 09:50 |
*** ashishb has quit IRC | 09:51 | |
*** claudiub has joined #openstack-infra | 09:52 | |
*** sergmelikyan has quit IRC | 09:53 | |
*** fhubik has joined #openstack-infra | 09:53 | |
*** ParsectiX has quit IRC | 09:54 | |
Zara | anteaya: putting 'infra-cloud' in the description should also work, actually. | 09:55 |
*** ddieterly has joined #openstack-infra | 09:55 | |
Zara | anteaya: if retitling is too drastic. Sorry I can't be more helpful rn. | 09:55 |
openstackgerrit | Merged openstack-infra/glean: Don't use --root for tmp lockfile https://review.openstack.org/244655 | 09:57 |
*** rguillebert has joined #openstack-infra | 09:58 | |
*** ddieterly has quit IRC | 10:00 | |
*** yamamoto has quit IRC | 10:01 | |
*** gildub has joined #openstack-infra | 10:01 | |
*** e0ne has joined #openstack-infra | 10:02 | |
*** markvoelker has joined #openstack-infra | 10:02 | |
openstackgerrit | Merged openstack-infra/project-config: Deep link in grafyaml description https://review.openstack.org/244802 | 10:02 |
*** kushal has quit IRC | 10:04 | |
*** Sree has quit IRC | 10:05 | |
openstackgerrit | Merged openstack-infra/project-config: aodh: run HBase functional tests https://review.openstack.org/242752 | 10:06 |
*** markvoelker has quit IRC | 10:07 | |
openstackgerrit | Merged openstack-infra/project-config: Shorten the kolla job names https://review.openstack.org/244262 | 10:08 |
*** electrofelix has joined #openstack-infra | 10:08 | |
*** dtantsur is now known as dtantsur|brb | 10:09 | |
openstackgerrit | Merged openstack-infra/project-config: Add TripleO stable/liberty to gerritbot channels https://review.openstack.org/244657 | 10:13 |
*** marzif has joined #openstack-infra | 10:14 | |
*** openstackgerrit has quit IRC | 10:16 | |
*** nadya has quit IRC | 10:16 | |
*** openstackgerrit has joined #openstack-infra | 10:16 | |
*** Guest46496 has quit IRC | 10:17 | |
*** dzamboni has joined #openstack-infra | 10:19 | |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Add 'pr-comment' github webhook event https://review.openstack.org/239203 | 10:19 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Add 'push' and 'tag' github webhook events. https://review.openstack.org/191207 | 10:19 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Support GitHub PR webhooks https://review.openstack.org/163117 | 10:19 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Make the string representation of change transparent https://review.openstack.org/238948 | 10:19 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Merge pull requests from github reporter https://review.openstack.org/243250 | 10:19 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Configurable SSH access to GitHub https://review.openstack.org/239138 | 10:19 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Fix job hierarchy bug. https://review.openstack.org/192457 | 10:19 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Allow using webapp from connections https://review.openstack.org/215642 | 10:19 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Support for github commit status https://review.openstack.org/239303 | 10:19 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Add basic Github Zuul Reporter. https://review.openstack.org/191312 | 10:19 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Allow list values in template parameters. https://review.openstack.org/191208 | 10:19 |
*** yamamoto has joined #openstack-infra | 10:20 | |
*** yamamoto has quit IRC | 10:20 | |
*** dizquierdo has joined #openstack-infra | 10:21 | |
*** yamamoto has joined #openstack-infra | 10:23 | |
*** monester has joined #openstack-infra | 10:25 | |
*** zeih_ has joined #openstack-infra | 10:25 | |
*** BobBall has joined #openstack-infra | 10:27 | |
*** yfried is now known as yfried|afk | 10:28 | |
*** zeih has quit IRC | 10:28 | |
*** tdurakov has joined #openstack-infra | 10:31 | |
tdurakov | hi, got question about job-debugging, how to check file tree for current run http://logs.openstack.org/50/245050/2/experimental/gate-tempest-dsvm-multinode-live-migration/838f680/logs/devstack-gate-post_test_hook.txt.gz | 10:34 |
*** Hal has joined #openstack-infra | 10:34 | |
*** Hal is now known as Guest97726 | 10:34 | |
*** andersonvom has quit IRC | 10:35 | |
*** nadya has joined #openstack-infra | 10:35 | |
*** luqas__ has joined #openstack-infra | 10:35 | |
*** yamamoto has quit IRC | 10:38 | |
*** luqas has quit IRC | 10:38 | |
tdurakov | jlanoux, hi, are you around? | 10:39 |
jlanoux | tdurakov: Hi | 10:39 |
*** ldnunes has joined #openstack-infra | 10:40 | |
tdurakov | need help with job debugging: there is hook in nova https://github.com/openstack/nova/blob/master/nova/tests/live_migration/hooks/run_tests.sh I'm trying to execute it as a post_test_hook, but got http://logs.openstack.org/50/245050/2/experimental/gate-tempest-dsvm-multinode-live-migration/838f680/logs/devstack-gate-post_test_hook.txt.gz | 10:41 |
tdurakov | is there any way to get project structure? | 10:41 |
tdurakov | jlanoux, ^ | 10:41 |
jlanoux | tdurakov: the path of run_tests is wrong | 10:43 |
*** jamezpolley has joined #openstack-infra | 10:43 | |
*** yfried|afk is now known as yfried | 10:43 | |
tdurakov | jlanoux, need clarification then, what should it be?) | 10:43 |
jlanoux | tdurakov: I think you need to decide if you want the hook directory or not. This just needs to be consistent between Nova and the gate job. | 10:45 |
*** pc_m has joined #openstack-infra | 10:45 | |
*** zeih has joined #openstack-infra | 10:45 | |
*** dguitarbite has quit IRC | 10:45 | |
*** zeih_ has quit IRC | 10:46 | |
*** wenlock has joined #openstack-infra | 10:46 | |
tdurakov | jlanoux, oh, I'm stupid | 10:46 |
tdurakov | found a rootcause | 10:46 |
*** esker has joined #openstack-infra | 10:46 | |
tdurakov | jlanoux, thanks! | 10:46 |
openstackgerrit | Merged openstack-infra/project-config: Allow change owners to abandon in governance https://review.openstack.org/244730 | 10:46 |
jlanoux | tdurakov: np! | 10:46 |
*** zeih has quit IRC | 10:47 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/diskimage-builder: Add ironic-agent-troubleshoot element https://review.openstack.org/245082 | 10:47 |
*** zeih has joined #openstack-infra | 10:49 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack/diskimage-builder: Add ironic-agent-troubleshoot element https://review.openstack.org/245082 | 10:49 |
*** dingyichen has quit IRC | 10:49 | |
openstackgerrit | Peter Lisák proposed openstack-infra/project-config: Adding python-jobs for swauth https://review.openstack.org/245083 | 10:49 |
openstackgerrit | Timofey Durakov proposed openstack-infra/project-config: Fixed path for nova-hook https://review.openstack.org/245085 | 10:50 |
*** dguitarbite has joined #openstack-infra | 10:51 | |
*** yfried is now known as yfried|afk | 10:53 | |
*** dramalho has joined #openstack-infra | 10:54 | |
*** kozhukalov_ has quit IRC | 10:54 | |
*** ddieterly has joined #openstack-infra | 10:56 | |
*** aysyd has joined #openstack-infra | 10:58 | |
*** dramalho has quit IRC | 10:58 | |
*** aukhan has quit IRC | 10:59 | |
*** resker has joined #openstack-infra | 11:00 | |
*** ddieterly has quit IRC | 11:00 | |
*** yfried|afk is now known as yfried | 11:02 | |
*** AJaeger has joined #openstack-infra | 11:02 | |
*** esker has quit IRC | 11:03 | |
openstackgerrit | Igor Malinovskiy proposed openstack-infra/project-config: Make buildimage job for manila image elements non-votable https://review.openstack.org/244757 | 11:04 |
*** paco20151113 has quit IRC | 11:05 | |
*** kozhukalov_ has joined #openstack-infra | 11:07 | |
*** resker has quit IRC | 11:07 | |
*** abregman|afk is now known as abregman | 11:09 | |
*** tdurakov has quit IRC | 11:09 | |
*** fawadkhaliq has quit IRC | 11:13 | |
*** fawadkhaliq has joined #openstack-infra | 11:13 | |
*** abregman is now known as abregman|afk | 11:14 | |
*** wenlock has quit IRC | 11:14 | |
*** andersonvom has joined #openstack-infra | 11:15 | |
*** otter768 has joined #openstack-infra | 11:16 | |
*** fawadkhaliq has quit IRC | 11:17 | |
*** tdurakov has joined #openstack-infra | 11:18 | |
*** tdurakov has quit IRC | 11:18 | |
openstackgerrit | Igor Malinovskiy proposed openstack-infra/project-config: Make buildimage job for manila image elements non-votable https://review.openstack.org/244757 | 11:19 |
*** otter768 has quit IRC | 11:21 | |
*** Guest97726 has quit IRC | 11:21 | |
*** Sree has joined #openstack-infra | 11:21 | |
*** dizquierdo has quit IRC | 11:22 | |
*** dizquierdo has joined #openstack-infra | 11:22 | |
*** tdurakov has joined #openstack-infra | 11:26 | |
*** dizquierdo has quit IRC | 11:29 | |
*** gildub has quit IRC | 11:33 | |
*** hashar has quit IRC | 11:35 | |
*** dtantsur|brb is now known as dtantsur | 11:35 | |
*** hashar has joined #openstack-infra | 11:35 | |
*** Hal has joined #openstack-infra | 11:38 | |
*** jffische has joined #openstack-infra | 11:38 | |
*** Hal is now known as Guest30909 | 11:38 | |
*** cdent has joined #openstack-infra | 11:38 | |
*** tdurakov has quit IRC | 11:48 | |
*** tdurakov has joined #openstack-infra | 11:48 | |
openstackgerrit | Alexey Shtokolov proposed openstack-infra/project-config: Enabled lightweight jobs for stable branches of fuel-repos https://review.openstack.org/245110 | 11:50 |
*** rfolco has joined #openstack-infra | 11:52 | |
openstackgerrit | Alexey Shtokolov proposed openstack-infra/project-config: Enabled lightweight jobs for stable branches of fuel-repos https://review.openstack.org/245110 | 11:52 |
openstackgerrit | Alexey Shtokolov proposed openstack-infra/project-config: Enabled lightweight jobs for stable branches of fuel-repos https://review.openstack.org/245110 | 11:56 |
*** ddieterly has joined #openstack-infra | 11:56 | |
*** maishsk has quit IRC | 11:57 | |
*** dramalho has joined #openstack-infra | 11:58 | |
*** maishsk has joined #openstack-infra | 12:00 | |
*** ddieterly has quit IRC | 12:01 | |
sdague | Kennan: sorry, +A | 12:03 |
*** Lewis___ has joined #openstack-infra | 12:03 | |
*** dramalho has quit IRC | 12:03 | |
*** baoli has joined #openstack-infra | 12:03 | |
*** jaypipes has joined #openstack-infra | 12:04 | |
*** stevemar_ has joined #openstack-infra | 12:04 | |
*** zeih has quit IRC | 12:04 | |
*** nadya has quit IRC | 12:04 | |
*** zns has joined #openstack-infra | 12:04 | |
*** zeih has joined #openstack-infra | 12:05 | |
*** jaypipes is now known as leakypipes | 12:05 | |
*** Lewis___ has quit IRC | 12:06 | |
sdague | anyone up to reappove https://review.openstack.org/#/c/244157/5 it merge conflicted last night | 12:07 |
openstackgerrit | Maty Grosz proposed openstack-infra/project-config: Initialize python-vitrageclient project https://review.openstack.org/245116 | 12:07 |
*** smarcet has joined #openstack-infra | 12:08 | |
smarcet | fungi: morning, seems that https://openstackid-dev.openstack.org/ is down | 12:08 |
smarcet | i cant ssh it | 12:08 |
smarcet | so not sure what happened | 12:08 |
openstackgerrit | Merged openstack-infra/project-config: Fixed path for nova-hook https://review.openstack.org/245085 | 12:08 |
tdurakov | sdague, hi | 12:09 |
*** marzif has quit IRC | 12:10 | |
*** mgrosz has joined #openstack-infra | 12:10 | |
fungi | smarcet: yeah, i have a feeling something happened in rackspace. that instance doesn't even respond to ping. i'll try to take a look at the web console in their dashboard in a few minutes, but i'm about to board a plane and disappear for more than a week | 12:10 |
*** ParsectiX has joined #openstack-infra | 12:10 | |
*** ParsectiX has quit IRC | 12:10 | |
mgrosz | Hello, can someone please review https://review.openstack.org/245116? thanks | 12:10 |
openstackgerrit | Lucas Alvares Gomes proposed openstack/diskimage-builder: Add ironic-agent-troubleshoot element https://review.openstack.org/245082 | 12:10 |
fungi | smarcet: if i don't get a chance to look, other infra-root admins may be around soon | 12:10 |
yolanda | fungi, smarcet, i can take a look | 12:11 |
*** ParsectiX has joined #openstack-infra | 12:11 | |
AJaeger | fungi: have a great vacation! | 12:11 |
sdague | AJaeger: thanks, though I just saw the failure rate spike on that job. Damn, I'm going to have to look at what we regressed | 12:12 |
smarcet | fungi: ups, ok have a nice vacation then :) | 12:12 |
smarcet | yolanda : ok, thx | 12:12 |
AJaeger | sdague: what a bad timing ;( | 12:12 |
yolanda | smarcet, i cannot connect by ssh... is that the only one failing or have you seen failures on more services? | 12:13 |
smarcet | also i cant ssh production instance of openstackid, complains about public key | 12:13 |
smarcet | yolanda: nope, only dev instance | 12:13 |
yolanda | smarcet,what should be your username on openstackid.org? | 12:14 |
yolanda | looks as you are not there | 12:14 |
smarcet | smarcet | 12:15 |
smarcet | do u need my public key? | 12:15 |
yolanda | smarcet user not created there | 12:15 |
*** rhallisey has joined #openstack-infra | 12:15 | |
yolanda | anyway, first let me look at openstackid-dev | 12:16 |
smarcet | sure thx :) | 12:16 |
fungi | yolanda: smarcet has a login to openstackid-dev.openstack.org and that's what's down. he doesn't have an account on the production instance. like with our other production servers it's just infra-root who has shell accounts | 12:17 |
yolanda | that explains :) | 12:17 |
*** yfried is now known as yfried|afk | 12:17 | |
sdague | AJaeger: hmmm... it looks like the force_hosts filter isn't doing what I expected | 12:17 |
*** maishsk has quit IRC | 12:20 | |
*** yfried|afk is now known as yfried | 12:21 | |
*** weshay_xchat has joined #openstack-infra | 12:22 | |
*** maishsk has joined #openstack-infra | 12:22 | |
*** ZZelle has joined #openstack-infra | 12:23 | |
yolanda | infra-root , smarcet, i saw the problem with openstackid-dev but i need some clarification | 12:28 |
yolanda | we have 2 servers named openstackid-dev.openstack.org, one pointing to 192.237.212.222 and one pointing to 162.242.145.76 | 12:29 |
smarcet | mmmm | 12:29 |
yolanda | dns resolves to 192.xx.xx.xx ip | 12:29 |
smarcet | not sure why | 12:29 |
yolanda | but the working one, is 162.242.145.76 | 12:29 |
*** sergmelikyan has joined #openstack-infra | 12:29 | |
*** baoli_ has joined #openstack-infra | 12:29 | |
*** baoli has quit IRC | 12:32 | |
yolanda | smarcet, i'll need more info about some other infra-roots on how that was setup | 12:32 |
smarcet | yolando: ok np | 12:33 |
*** markvoelker has joined #openstack-infra | 12:34 | |
fungi | yolanda: the one in dns is the right one | 12:35 |
yolanda | 192.xx.xx.xx? | 12:35 |
fungi | yolanda: the other one is a test instance where i was working on getting trusty running | 12:35 |
fungi | yolanda: 192.237.212.222 yes | 12:35 |
*** EricGonczer_ has joined #openstack-infra | 12:35 | |
*** yfried is now known as yfried|afk | 12:35 | |
fungi | check the web console and see if it's responsive. may have encountered a kernel panic | 12:36 |
fungi | also look at open trouble tickets, there may be one about a problem on a nova host in rackspace impacting one or more of our instances | 12:37 |
yolanda | ok checking | 12:37 |
*** yamamoto has joined #openstack-infra | 12:38 | |
*** baoli_ has quit IRC | 12:38 | |
*** dramalho has joined #openstack-infra | 12:38 | |
*** abregman|afk is now known as abregman | 12:38 | |
*** baoli has joined #openstack-infra | 12:39 | |
*** markvoelker has quit IRC | 12:39 | |
yolanda | it's on waiting-for-state stop/waiting | 12:39 |
*** baoli has quit IRC | 12:39 | |
*** baoli has joined #openstack-infra | 12:40 | |
*** dims has joined #openstack-infra | 12:40 | |
fungi | that's marvellous. i guess try restarting it with a hard reboot and if that doesn't come up in ~15 minutes open a ticket through that tenant | 12:40 |
yolanda | yep, just restarted | 12:40 |
fungi | sorry to disappear in the middle of this, but i have to run. if you get stuck there should be other infra-root admins around soonish | 12:42 |
yolanda | no problem | 12:42 |
*** ParsectiX has quit IRC | 12:42 | |
*** dramalho has quit IRC | 12:42 | |
yolanda | problem was to identify the right one... | 12:42 |
*** yamamoto has quit IRC | 12:43 | |
*** ParsectiX has joined #openstack-infra | 12:44 | |
*** yfried|afk is now known as yfried | 12:44 | |
*** links has quit IRC | 12:46 | |
*** abregman is now known as abregman|nvm | 12:46 | |
*** abregman|nvm is now known as abregman|afk | 12:47 | |
*** dramalho has joined #openstack-infra | 12:48 | |
openstackgerrit | sebastian marcet proposed openstack-infra/system-config: [smarcet] Added parametrization suppport on Redis version https://review.openstack.org/245124 | 12:48 |
mordred | yolanda: I am here and drinking my first coffee | 12:49 |
mordred | yolanda: so I may not be _useful_ | 12:49 |
mordred | but let me know if I can help | 12:49 |
yolanda | well, just restarted a pair of times, it doesn't pass from running cloud scripts | 12:49 |
yolanda | i may report a ticket | 12:49 |
mordred | AWESOME | 12:50 |
*** nadya has joined #openstack-infra | 12:50 | |
yolanda | just hangs on execute cloud user/final scripts | 12:51 |
*** thorst has joined #openstack-infra | 12:51 | |
* yolanda will open her first ticket to rackspace | 12:51 | |
mordred | I really don't want to think much about "execute cloud user/final scripts" | 12:52 |
*** thorst_ has joined #openstack-infra | 12:52 | |
*** yfried is now known as yfried|afk | 12:54 | |
*** EricGonczer_ has quit IRC | 12:54 | |
*** thorst has quit IRC | 12:55 | |
*** dims has quit IRC | 12:56 | |
*** dims has joined #openstack-infra | 12:56 | |
*** ddieterly has joined #openstack-infra | 12:57 | |
*** yfried|afk is now known as yfried | 12:58 | |
*** yolanda has quit IRC | 12:58 | |
*** dprince has joined #openstack-infra | 12:58 | |
*** zns has quit IRC | 12:58 | |
*** izinovik- has joined #openstack-infra | 12:59 | |
*** julim has joined #openstack-infra | 12:59 | |
*** ddieterly has quit IRC | 13:02 | |
izinovik- | hello, infra-team. I would like to ask to delete tag '1.0.1' that I occasionally pushed to http://git.openstack.org/cgit/openstack/fuel-plugin-nsxv/ repository | 13:03 |
*** fhubik is now known as fhubik_brb | 13:03 | |
izinovik- | fungi, jeblair ^ | 13:03 |
*** yolanda has joined #openstack-infra | 13:06 | |
*** rossella_ has quit IRC | 13:07 | |
*** rossella_ has joined #openstack-infra | 13:07 | |
mordred | infra-root I'm landing the nonaliasmailman change | 13:07 |
mordred | and babysitting | 13:07 |
mordred | becuase it's been sitting there for FOREVER | 13:08 |
*** maiteb has joined #openstack-infra | 13:08 | |
*** fhubik_brb is now known as fhubik | 13:08 | |
openstackgerrit | Merged openstack-infra/zuul: Add support for disabling bad pipelines https://review.openstack.org/154367 | 13:11 |
openstackgerrit | Merged openstack-infra/puppet-mailman: Add non-alias-modifying mailman provider https://review.openstack.org/160343 | 13:13 |
*** links has joined #openstack-infra | 13:13 | |
mordred | yolanda: can you ssh to puppetmaster? | 13:15 |
mordred | yolanda: it's hanging for me | 13:15 |
mordred | in a weird way | 13:15 |
*** cloudtrainme has joined #openstack-infra | 13:16 | |
mgrosz | Hello, can someone please review https://review.openstack.org/245116? thanks | 13:16 |
*** kgiusti has joined #openstack-infra | 13:16 | |
*** otter768 has joined #openstack-infra | 13:17 | |
openstackgerrit | Merged openstack-infra/system-config: Use non-alias-modifying mailman provider https://review.openstack.org/89367 | 13:17 |
*** maiteb has quit IRC | 13:18 | |
*** signed8bit has joined #openstack-infra | 13:18 | |
yolanda | hi mordred, i was having lunch | 13:18 |
yolanda | let me check | 13:18 |
mordred | yolanda: ok. it works for me now | 13:19 |
yolanda | i'm in | 13:19 |
yolanda | i reported issue with openstackid-dev | 13:19 |
*** yfried is now known as yfried|afk | 13:21 | |
openstackgerrit | Kirill Zaitsev proposed openstack-infra/project-config: Add releasenotes jobs to murano https://review.openstack.org/244334 | 13:22 |
*** otter768 has quit IRC | 13:22 | |
mordred | cool | 13:23 |
*** dims_ has joined #openstack-infra | 13:23 | |
mordred | also - woot, the noaliasmailman provider seems to have worked and not broken anything | 13:23 |
*** dims has quit IRC | 13:23 | |
*** zns has joined #openstack-infra | 13:24 | |
openstackgerrit | Merged openstack/requirements: Add kolla to requirements family https://review.openstack.org/218144 | 13:24 |
yolanda | cool :) | 13:24 |
*** jpmaxman has joined #openstack-infra | 13:25 | |
*** yfried|afk is now known as yfried | 13:25 | |
*** marzif has joined #openstack-infra | 13:26 | |
*** dims_ has quit IRC | 13:27 | |
*** dims has joined #openstack-infra | 13:27 | |
*** jffische has quit IRC | 13:27 | |
*** nikhil_k has joined #openstack-infra | 13:28 | |
*** nikhil_k_ has quit IRC | 13:28 | |
*** cloudtrainme has quit IRC | 13:28 | |
*** tsg has joined #openstack-infra | 13:29 | |
mgrosz | yolanda: can you please review https://review.openstack.org/#/c/245116/? I need it merged...thanks | 13:32 |
*** Ala has quit IRC | 13:32 | |
*** gordc has joined #openstack-infra | 13:33 | |
*** edmondsw has joined #openstack-infra | 13:33 | |
*** inteq has quit IRC | 13:34 | |
*** yfried is now known as yfried|afk | 13:35 | |
*** mrmartin has quit IRC | 13:36 | |
tsg | mordred, fungi: I am wondering what's the best way to replicate the CI slave environment locally - I am trying to recreate this failure: http://logs.openstack.org/87/244287/2/check/gate-swift-python27/045180c/tox/py27-1.log, locally but am not able to, in a brand new trusty (14.04.3) environment | 13:37 |
*** lyz_ is now known as lyz | 13:38 | |
*** yonglihe has quit IRC | 13:40 | |
*** ddieterly has joined #openstack-infra | 13:43 | |
*** abregman|afk is now known as abregman | 13:45 | |
sathieu | I've heard that you use salt (while keeping puppet). But I couldn't find info about this except git repo removals | 13:46 |
sathieu | was is abandonned? | 13:46 |
gordc | pleia2: anteaya: i think you need special permissions to run commands to rename channel. | 13:46 |
gordc | i get "-ChanServ(ChanServ@services.)- You are not authorized to (de)op gordc on #openstack-ceilometer" | 13:46 |
mordred | sathieu: we use ansible and puppet | 13:48 |
mordred | sathieu: we did abandon the approach of using salt to run puppet | 13:49 |
*** egonzalez has quit IRC | 13:49 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Limit project-config-gerrit https://review.openstack.org/244718 | 13:49 |
mordred | for 2 main reaons: a) the salt command returns 0 regardless of success or failure of the run, which is problematic as a sysadmin | 13:49 |
mordred | and b) salt still required us to have a CA infrastructure for our nodes, whereas with ansible and puppet apply, all we need are ssh keys | 13:49 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Merge pull requests from github reporter https://review.openstack.org/243250 | 13:50 |
openstackgerrit | Jan Hruban proposed openstack-infra/zuul: (WIP) Support for github commit status https://review.openstack.org/239303 | 13:50 |
*** maishsk_ has joined #openstack-infra | 13:50 | |
*** maishsk has quit IRC | 13:51 | |
*** maishsk_ is now known as maishsk | 13:51 | |
sathieu | mordred: and ansible is only used to run puppet apply? | 13:51 |
*** sergmelikyan has quit IRC | 13:52 | |
*** sergmelikyan has joined #openstack-infra | 13:52 | |
*** kushal has joined #openstack-infra | 13:52 | |
sathieu | (For info, we currently intensively use puppet at my work, but find 3 drawbacks: 1. It's not easy to manage n-tier applications 2. it's slow, 3. it pulls a log of dependencies, including ruby) | 13:52 |
*** dizquierdo has joined #openstack-infra | 13:53 | |
mordred | sathieu: yah. well, currently it's used to run puppet agent, we're moving to puppet apply currently | 13:53 |
mordred | sathieu: we also use ansible for some maint playbooks | 13:53 |
mordred | like rolling restarts of jenkins farms or whatnot | 13:53 |
*** ctlaugh has quit IRC | 13:53 | |
openstackgerrit | Merged openstack-infra/project-config: Initialize python-vitrageclient project https://review.openstack.org/245116 | 13:53 |
*** barnaby has joined #openstack-infra | 13:54 | |
* sathieu 've seen https://review.openstack.org/gitweb?p=openstack-infra/infra-ansible.git;a=tree;h=refs/heads/master;hb=refs/heads/master | 13:54 | |
mordred | sathieu: yah - we're not always thrilled with puppet, but we have a ton of puppet code already, as well as a ton of puppet experience - so the benefit of doing a complete rewrite in something else has not seemed worth it compared to the cost to do the work and for everyone involved to learn the new thing to the same level of expertise | 13:54 |
Shrews | vitrage? that's a new one to me | 13:55 |
mordred | sathieu: yah. after we get moved to puppet apply, we're aiming to use ansible for node creation | 13:55 |
*** yfried|afk is now known as yfried | 13:55 | |
mordred | so that a root member does not have to create new servers for people but instead we cna drive it from git like our other things | 13:55 |
*** mgrosz has quit IRC | 13:55 | |
mordred | but basically we use ansible to orchestrate sequences of tasks | 13:55 |
mordred | leaving puppet to manage single machine state- which it's quite good at | 13:56 |
mordred | (that might help you with your n-tier problem too) | 13:56 |
mordred | that's actually why we moved to having ansible run puppet | 13:56 |
mordred | we needed to update our git replica farm before updating the master that would replicate to them | 13:57 |
clarkb | speaking of rolling restarts, I was trying tofigure out why that cron didnt fire yesterday then realized its wasnt friday | 13:57 |
mordred | haha | 13:57 |
sathieu | mordred: yes. I think we'll go that road too. We just need to choose between salt and ansible | 13:57 |
mordred | sathieu: http://git.openstack.org/cgit/openstack-infra/ansible-puppet/tree/ is the ansible role we use | 13:57 |
*** gordc has quit IRC | 13:57 | |
mordred | sathieu: I also landed the library in that role in upstream ansible | 13:58 |
mordred | so there is good support directly in ansible 2.0 for running puppet - both agent and apply | 13:58 |
*** trown|outttypeww is now known as trown | 13:58 | |
mordred | and we've got code now for copying per-machine hiera data around | 13:58 |
*** signed8bit is now known as signed8bit_ZZZzz | 13:58 | |
*** gordc has joined #openstack-infra | 13:59 | |
mordred | sathieu: http://git.openstack.org/cgit/openstack-infra/system-config/tree/playbooks/remote_puppet_else.yaml there is one of our playbooks for running puppet on our non-git farm | 13:59 |
mordred | sathieu: so, I'd recommend ansible, mainly because you can use the work we've done already in the space | 13:59 |
*** wenlock has joined #openstack-infra | 13:59 | |
*** Ala has joined #openstack-infra | 14:00 | |
mordred | clarkb: you ok with me landing 160062 ? | 14:00 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Fix paths for gate-compute-api-guide https://review.openstack.org/245159 | 14:01 |
mordred | clarkb: (nibalizer mentions you in the commit message) | 14:01 |
*** openstackgerrit has quit IRC | 14:01 | |
clarkb | mordred sure | 14:01 |
*** openstackgerrit has joined #openstack-infra | 14:02 | |
*** w_ is now known as olaph | 14:03 | |
*** wenlock has quit IRC | 14:04 | |
*** jffische has joined #openstack-infra | 14:05 | |
tsg | clarkb: I am wondering what's the best way to replicate the CI slave environment locally - I am trying to recreate this failure: http://logs.openstack.org/87/244287/2/check/gate-swift-python27/045180c/tox/py27-1.log, locally but am not able to, in a brand new trusty (14.04.3) | 14:05 |
*** yfried is now known as yfried|afk | 14:05 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Fix gate-compute-api-guide https://review.openstack.org/245159 | 14:06 |
sathieu | mordred: thanks a lot for your explanations | 14:06 |
*** cloudtrainme has joined #openstack-infra | 14:07 | |
*** zeih_ has joined #openstack-infra | 14:07 | |
*** xyang1 has joined #openstack-infra | 14:07 | |
mordred | sathieu: my pleasure! | 14:08 |
*** zeih has quit IRC | 14:08 | |
clarkb | tsg that looks like asuccessful pip install? | 14:08 |
openstackgerrit | Merged openstack-infra/system-config: Update HAProxy module to 1.3.0 https://review.openstack.org/160062 | 14:09 |
clarkb | are you saying it fails locally? | 14:09 |
tsg | clarkb: no it doesn't fail locally | 14:09 |
clarkb | ok it didnt fail in that log eitger | 14:09 |
tsg | clarkb: only in CI slaves .. and there are no verbose logs I can rely on | 14:09 |
*** zhurong has joined #openstack-infra | 14:09 | |
tsg | clarkb: look for "Failed to build PyECLib | 14:09 |
tsg | " | 14:09 |
tsg | clarkb: http://logs.openstack.org/87/244287/2/check/gate-swift-python27/045180c/console.html | 14:10 |
*** rlandy has joined #openstack-infra | 14:10 | |
clarkb | it succeeded | 14:11 |
*** jyuso has quit IRC | 14:11 | |
clarkb | in that log | 14:11 |
clarkb | I think it only failed to bdist wheel | 14:11 |
*** masayukig has quit IRC | 14:12 | |
tsg | clarkb: it seems it didn't install pyeclib though and thus failed in http://logs.openstack.org/87/244287/2/check/gate-swift-python27/045180c/console.html | 14:12 |
*** Sree has quit IRC | 14:12 | |
tsg | (don't see pyeclib==1.1.1 in the list of reqs installed) | 14:12 |
clarkb | ya I dont either I wonder why pip reports success then | 14:13 |
*** alivigni has joined #openstack-infra | 14:13 | |
*** tiswanso has joined #openstack-infra | 14:13 | |
*** amitgandhinz has joined #openstack-infra | 14:14 | |
clarkb | so first thing I would do is try making a wheel just anywhere and make sure that works | 14:14 |
*** masayukig has joined #openstack-infra | 14:14 | |
tsg | clarkb: I can make a wheel - what's the right way to test it? | 14:14 |
yolanda | mordred, so quite surprised for that +2 on puppet-openstackci.... i still don't understand the point of adding a wrapper, if it doesn't provide any extra value | 14:15 |
*** krtaylor has quit IRC | 14:15 | |
*** Sree has joined #openstack-infra | 14:15 | |
mordred | it's like I said in the comment | 14:15 |
yolanda | i just refactored that class, some time ago, removing the graphite wrapper from system-config because it was nothing | 14:15 |
mordred | it's a getter/setter layer | 14:15 |
mordred | right | 14:15 |
mordred | system-config is different | 14:15 |
mordred | it's not an end-user interface layer | 14:15 |
mordred | openstackci is supposed to be an interface for people to reconsume things | 14:15 |
clarkb | tsg make sure ypu have the same versions of setuptools and wheel as in that job | 14:15 |
tsg | clarkb: (that is, I am able to create a pyeclib whl locally without errors) | 14:16 |
tsg | clarkb: ok | 14:16 |
clarkb | then python setup.py bdist_wheel against pyeclib | 14:16 |
tsg | clarkb: that makes sense. let me try .. thanks | 14:16 |
*** maishsk has quit IRC | 14:16 | |
mordred | yolanda: in a few months, of something happened and we developed the need to do something interesting inopenstackci::graphite, then a userof openstackci would have no way of knowing that | 14:16 |
mordred | yolanda: I _totally_ agree that removing it from system config was the right thing | 14:16 |
AJaeger | yolanda, clarkb, sdague, mordred: could you review https://review.openstack.org/245159 to fix the new computeapi job, please? | 14:17 |
*** yonglihe has joined #openstack-infra | 14:17 | |
*** stevemar_ has quit IRC | 14:17 | |
mordred | AJaeger: nope. I'm not reviewing anything for you until you start reviewing code regularly ;) | 14:17 |
* mordred goes to review | 14:17 | |
AJaeger | mordred: you should say: Review better - because I had to patch what I missed in my review ;) | 14:18 |
AJaeger | thanks, mordred | 14:18 |
yolanda | but why should not use the graphite direcly at this point? are we expecting that to change? | 14:18 |
*** ashishb has joined #openstack-infra | 14:18 | |
yolanda | i can see the value of wrappes when we add some extra layer on top | 14:18 |
yolanda | mordred,do you think is the moment to add graphite to the scope of openstackci, when we are not adding any extra config, any extra functionality layer to it? | 14:19 |
phschwartz | yolanda: The idea behind it is for creating a 3rd party ci and a downstream mirror of ci, to provide a single interface and not require a user to directly setup the underlying item. There will be more in the graphite wrapper that I am currently working on for base server setup and security regards, but that is not something that is ready for it yet. | 14:19 |
mordred | yolanda: I believe it's more that we're saying "a graphite is a part of an openstackci"- we don't have anything in that wrapper right now, but that doesn't mean we might not in the future | 14:19 |
yolanda | i'd just add it to some README doc and avoid creating the empty wrapper | 14:20 |
AJaeger | thanks, mordred and sdague for the review and approval | 14:20 |
mordred | yolanda: I think that defeats the point of this module | 14:20 |
*** sergmelikyan has quit IRC | 14:20 | |
*** tsg has quit IRC | 14:20 | |
mordred | yolanda: any of these things could have been done with docs in a readme | 14:20 |
mordred | but this is supposed to be a easy-simple place to go to get an "openstackci" | 14:20 |
yolanda | phschwartz, if you are adding extra functionality there, or that's intention, can you clarify on the review? | 14:21 |
phschwartz | yolanda: I would agree with mordred that would defeat the point of the module and the hope is to unclutter and reduce the Running your own doc instead of making it more. | 14:21 |
*** Sree has quit IRC | 14:21 | |
yolanda | and do we expect to move system-config,and reuse that empty puppet-openstackci graphite wrapper? | 14:21 |
mordred | phschwartz: I think adding a note to the review that you do intend also to add things to the wrapper might clarify for folks | 14:21 |
*** thorst_ is now known as thorst | 14:21 | |
phschwartz | yolanda: I am adding more, but it will not be part of that review. I am creating an openstackci version of the openstack_project::server class that will help create a base system that these will be created on allowing firewall control and such. | 14:22 |
*** alaski is now known as lascii | 14:22 | |
phschwartz | mordred: I can add that. | 14:22 |
*** cloudtrainme has quit IRC | 14:22 | |
*** dizquierdo has quit IRC | 14:23 | |
yolanda | if that's the intention, i can understand the idea a bit better, but just encapsulating without any extra need threw me back. We have this kind of nesting in the past on system-config, and it was a pain to maintain, to open all the parameters, and to make it flexible enough | 14:23 |
phschwartz | yolanda: that is a touchy subject with me at the moment. I have been back and forth on it. Part of me wants to see use consume all parts of puppet-openstackci in system_config, but that is a big ball of wax to mold. | 14:23 |
*** signed8bit_ZZZzz is now known as signed8bit | 14:24 | |
mordred | mmm. wax | 14:24 |
* mordred molds the was into the shape of a herd of donkeys | 14:24 | |
openstackgerrit | Merged openstack-infra/project-config: Fix gate-compute-api-guide https://review.openstack.org/245159 | 14:25 |
*** dansmith is now known as superdan | 14:25 | |
*** ociuhandu has joined #openstack-infra | 14:25 | |
*** ifarkas has quit IRC | 14:26 | |
phschwartz | yolanda: mordred: Last I heard part of openstackci was going to be or already is being reused in system_config. Is this still correct? | 14:26 |
*** ifarkas has joined #openstack-infra | 14:26 | |
mordred | yah - I believe we consume some things from it | 14:26 |
*** zhurong has quit IRC | 14:27 | |
*** krtaylor has joined #openstack-infra | 14:27 | |
*** rlandy has quit IRC | 14:27 | |
phschwartz | mordred: if that is the case, it might be worth working towards having all of openstackci consumed that way we know that people using openstackci to set a mirror up will be matching upstream | 14:27 |
clarkb | (thats the goal) | 14:28 |
*** zhurong has joined #openstack-infra | 14:28 | |
*** peristeri has joined #openstack-infra | 14:28 | |
*** esker has joined #openstack-infra | 14:28 | |
*** rlandy has joined #openstack-infra | 14:29 | |
* yolanda needs to run to doctor | 14:29 | |
*** dims_ has joined #openstack-infra | 14:29 | |
*** annegentle has joined #openstack-infra | 14:30 | |
yolanda | so far, if the intention is to really add value to that graphite module, make it reusable, i will be ok with that. Modules like gerrit really need that effort | 14:30 |
sathieu | mordred: One more question: It looks to me that salt-ssh doesn't require a CA, and works more or less like ansible. Isn't it? | 14:31 |
*** dims has quit IRC | 14:32 | |
phschwartz | yolanda: Another member of my team and I are currently working on that and also for the git backend. | 14:32 |
phschwartz | yolanda: it is part of the extension spec to openstackci adding in the ability to create a downstream ci mirror | 14:33 |
*** zeih has joined #openstack-infra | 14:33 | |
*** esker has quit IRC | 14:33 | |
*** akshai has joined #openstack-infra | 14:33 | |
yolanda | yes, i am willing to see those. We have something like that downstream, and really gerrit and git are the hard ones | 14:33 |
phschwartz | yolanda: I held back on the git one as I finish the base server setup class. If I get that 100% today and the review out the other will follow shortly. | 14:34 |
*** markvoelker has joined #openstack-infra | 14:34 | |
mordred | sathieu: might be - but by the time that became a real thing, we'd already moved to ansible | 14:35 |
mordred | sathieu: also, salt-cloud uses libcloud to talk to clouds which does not work well for openstack, so for the node-creation part, ansible is _WAY_ better | 14:36 |
mordred | sathieu: (also, I just rewrote all of the ansible openstack support ...) | 14:36 |
*** zeih_ has quit IRC | 14:36 | |
*** luqas__ has quit IRC | 14:36 | |
*** placko has quit IRC | 14:36 | |
mordred | sathieu: so yeah, you could TOTALLY do the same thing with salt if you wanted | 14:36 |
*** thorst has quit IRC | 14:38 | |
daemontool_ | here: can anyone set me as Admin in gerrit for the projects: openstack/freezer openstack/freezer-api openstack/freezer-web-ui ? | 14:38 |
*** thorst has joined #openstack-infra | 14:38 | |
*** markvoelker has quit IRC | 14:39 | |
daemontool_ | user: fausto.marzi | 14:40 |
AJaeger | daemontool_: those projects are self-administrated, so talk to the fuel team and ask to get added. | 14:40 |
sathieu | mordred: we create VM using foreman. In summary: Head or tails will help | 14:40 |
*** gongysh_ has joined #openstack-infra | 14:41 | |
AJaeger | daemontool_: let me double check something, I misread your repo name | 14:41 |
daemontool_ | AJaeger, ty | 14:41 |
*** markvoelker has joined #openstack-infra | 14:42 | |
*** dramalho has quit IRC | 14:42 | |
AJaeger | daemontool_: https://review.openstack.org/#/admin/groups/400,members is the list of freezer-api cores, talk to the *freezer* admins how they handle it. Normally a new core gets discussed in the team and suggested. | 14:42 |
AJaeger | And you are in that list already, aren't you? | 14:42 |
daemontool_ | yes | 14:42 |
AJaeger | so, what else do you need? | 14:43 |
*** thorst has quit IRC | 14:43 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Rework pipeline singlestat panel https://review.openstack.org/244747 | 14:43 |
daemontool_ | AJaeger, I'm following this guide http://docs.openstack.org/infra/manual/drivers.html#release-branches | 14:43 |
daemontool_ | for branching | 14:43 |
daemontool_ | and I can't create a new branch | 14:43 |
daemontool_ | or at least I couldn't find a way | 14:43 |
daemontool_ | that doc says to go to the project Admin | 14:43 |
mordred | sathieu: well, honestly, I'd still vote ansible- largely because you can re-use the ansible code we wrote to run puppet and you'll have to write your own if you go salt | 14:44 |
*** btully has joined #openstack-infra | 14:44 | |
mordred | other than that, it's just personal preference | 14:44 |
AJaeger | daemontool_: yes, and will work if ACLs are setup... | 14:44 |
AJaeger | daemontool_: see http://docs.openstack.org/infra/manual/creators.html#creating-of-branches and send an update to project-config to allow branch creation. | 14:44 |
*** amuller has joined #openstack-infra | 14:45 | |
daemontool_ | ah ok AJaeger ty | 14:45 |
*** mriedem has joined #openstack-infra | 14:47 | |
sathieu | mordred: there is https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.puppet.html. | 14:47 |
mordred | sathieu: ok | 14:48 |
*** mtanino has joined #openstack-infra | 14:49 | |
mordred | sathieu: so, no offense, but I'm not really sure what more I can do to help you make your decision. we tried salt 2 years ago and moved to ansible. we currently use ansible quite happily. we're NOT going to move to salt here nor do we consider it an option in any way | 14:49 |
*** tlian has joined #openstack-infra | 14:49 | |
mordred | sathieu: I'm 100% confident that you can do the same thing with salt | 14:49 |
mordred | but I have no useful thoughts on the salt side of the coin | 14:49 |
sathieu | thanks ;-) | 14:49 |
mordred | sathieu: :) | 14:51 |
smarcet | yolanda: thx server is up :) | 14:51 |
*** dkranz has joined #openstack-infra | 14:51 | |
*** mpavone has quit IRC | 14:52 | |
dhellmann | daemontool_ , AJaeger : please make sure you tag a release before creating a branch | 14:52 |
*** mestery has joined #openstack-infra | 14:53 | |
daemontool_ | dhellmann, ah ok | 14:53 |
daemontool_ | ty | 14:54 |
daemontool_ | tagging before branching | 14:54 |
*** thorst has joined #openstack-infra | 14:55 | |
openstackgerrit | Fausto Marzi proposed openstack-infra/project-config: Add create rule for branching https://review.openstack.org/245187 | 14:56 |
*** mestery has quit IRC | 14:56 | |
dhellmann | AJaeger: can you help me understand what would be involved in moving docs.openstack.org/releases to releases.openstack.org/? | 14:58 |
*** ParsectiX has quit IRC | 14:59 | |
AJaeger | dhellmann: that's a bit outside of my experience - but should be the same we do for specs.openstack.org | 14:59 |
jswarren | jeblair: trying to use the puppet-graphite module and ran into this: https://github.com/graphite-project/graphite-web/issues/650 Are there any plans for addressing this? | 14:59 |
*** acabot has joined #openstack-infra | 14:59 | |
AJaeger | dhellmann: So, adding releases.openstack.org to system-config as virtual server | 14:59 |
jswarren | I'd be happy to work on it, but I'm not sure how to proceed. | 15:00 |
AJaeger | dhellmann: and changing infra scripts to publish to the proper location similar the spec publish jobs | 15:00 |
AJaeger | dhellmann: could you review https://review.openstack.org/#/c/244144/ , please? That's for oslo.privsep a trivial translation enablement to finally get the scripts running... | 15:00 |
*** mestery has joined #openstack-infra | 15:01 | |
dhellmann | AJaeger : ok, thanks, that sounds like something I could probably tackle in the next few weeks. I would want to figure out how to set up some sort of redirect, too, from the old location. | 15:01 |
dhellmann | AJaeger : sure, looking now | 15:01 |
dhellmann | AJaeger : +2a | 15:02 |
AJaeger | dhellmann: for the redirect: A change in openstack-manuals - ping me and I can help with that | 15:02 |
AJaeger | dhellmann: you also need a DNS entry - the infra roots will help you with that. | 15:02 |
dhellmann | AJaeger : ok, this is a low priority but I'll want to do it by the end of the cycle | 15:02 |
AJaeger | dhellmann: then update modules/openstack_project/manifests/static.pp in system-config | 15:03 |
AJaeger | dhellmann: the change to system-config and project-config shouldn't take you more than an hour... | 15:03 |
AJaeger | thanks, for the approval, dhellmann | 15:03 |
dhellmann | yeah, this sounds relatively straightforward, thanks for the help, AJaeger | 15:04 |
AJaeger | dhellmann: you're welcome. | 15:04 |
*** regXboi has joined #openstack-infra | 15:04 | |
*** marzif_ has joined #openstack-infra | 15:08 | |
*** ddieterly has quit IRC | 15:09 | |
*** aysyd has quit IRC | 15:09 | |
*** aysyd has joined #openstack-infra | 15:09 | |
*** zeih has quit IRC | 15:10 | |
*** sdake_ has quit IRC | 15:10 | |
*** sdake has joined #openstack-infra | 15:10 | |
*** marzif has quit IRC | 15:12 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:13 | |
*** TravT has joined #openstack-infra | 15:13 | |
TravT | hi dumb question. | 15:13 |
*** spzala has joined #openstack-infra | 15:14 | |
TravT | yesterday we added spec repo for searchlight | 15:14 |
openstackgerrit | Paul Belanger proposed openstack-infra/grafyaml: Default dashboard timezone to UTC https://review.openstack.org/244808 | 15:14 |
TravT | it merged | 15:14 |
TravT | https://review.openstack.org/#/c/244836/2/gerrit/acls/openstack/searchlight-specs.config | 15:14 |
TravT | but we also added group searchlight-specs-core | 15:14 |
TravT | i don't see that group in gerrit | 15:14 |
TravT | how do i get that group added to gerrit? | 15:14 |
*** annegentle has quit IRC | 15:14 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Four minor fixes that make debugging better https://review.openstack.org/243653 | 15:15 |
*** signed8bit has quit IRC | 15:16 | |
pabelanger | TravT: usually manage_projects.py creates them when the code is merged. Could be possible there was an issue with the automation. | 15:16 |
*** rbrndt has joined #openstack-infra | 15:16 | |
*** fhubik is now known as fhubik_brb | 15:16 | |
TravT | pabelanger: we haven't submitted anything to the repo, yet | 15:17 |
TravT | do we need a first submission? | 15:17 |
*** thedodd has joined #openstack-infra | 15:17 | |
*** craigbr has joined #openstack-infra | 15:17 | |
pabelanger | TravT: no, project-config is correct. Like I said, this just might be an issue with our tooling | 15:17 |
pabelanger | an infra-root will have to check for you | 15:17 |
TravT | ok | 15:17 |
TravT | thanks! | 15:18 |
pabelanger | give it some time, somebody will see the backscroll | 15:18 |
*** otter768 has joined #openstack-infra | 15:18 | |
daemontool_ | AJaeger, anyone around to approve this small change, it enable us to create branches on our repo: https://review.openstack.org/#/c/245187/ | 15:19 |
clarkb | TravT pabelanger there is no acl file https://review.openstack.org/#/admin/projects/openstack/searchlight-specs,access which means no group | 15:21 |
clarkb | possibly a syntax error in that file | 15:21 |
daemontool_ | yolanda, rcarrillocruz any help on ^^ | 15:21 |
rcarrillocruz | daemontool_: i'm afraid i don't have +2 powers | 15:22 |
rcarrillocruz | yolanda is out now, went to the dentist | 15:22 |
*** monester has quit IRC | 15:22 | |
*** ccrouch has joined #openstack-infra | 15:22 | |
*** otter768 has quit IRC | 15:23 | |
openstackgerrit | John Warren proposed openstack-infra/puppet-graphite: Prevent possible http_mod headers declaration conflict https://review.openstack.org/244164 | 15:24 |
TravT | clarkb: when i look at these two files (searchlight and nova) they look the same. Is that the file you are referencing | 15:24 |
TravT | https://github.com/openstack-infra/project-config/blob/master/gerrit/acls/openstack/searchlight-specs.config | 15:24 |
TravT | https://github.com/openstack-infra/project-config/blob/master/gerrit/acls/openstack/nova-specs.config | 15:25 |
clarkb | yes | 15:25 |
openstackgerrit | Antoine Cabot proposed openstack-infra/irc-meetings: update Watcher meeting time and available IRC channel https://review.openstack.org/245204 | 15:25 |
*** fhubik_brb is now known as fhubik | 15:25 | |
*** red_trela has left #openstack-infra | 15:26 | |
*** craigbr has quit IRC | 15:26 | |
AJaeger | daemontool_: it's always two pairs of eyes, I can lend my one pair ;) | 15:28 |
*** JasonF is now known as JayF | 15:28 | |
*** tsg has joined #openstack-infra | 15:29 | |
*** cloudtrainme has joined #openstack-infra | 15:29 | |
*** zhurong has quit IRC | 15:29 | |
*** rlandy has quit IRC | 15:30 | |
*** ccrouch1 has joined #openstack-infra | 15:30 | |
*** zns has quit IRC | 15:30 | |
*** claudiub|2 has joined #openstack-infra | 15:30 | |
TravT | clarkb: so, i don't know what to do now to get that group set up. if it looks just like the nova file, i don't know what could be wrong | 15:31 |
*** ccrouch has quit IRC | 15:32 | |
*** nadya has quit IRC | 15:32 | |
*** claudiub has quit IRC | 15:32 | |
*** burgerk has joined #openstack-infra | 15:34 | |
*** luqas has joined #openstack-infra | 15:34 | |
*** sathieu has quit IRC | 15:35 | |
*** burgerk_ has joined #openstack-infra | 15:35 | |
*** sathieu has joined #openstack-infra | 15:35 | |
*** ashishb has quit IRC | 15:36 | |
openstackgerrit | Fredrik Medley proposed openstack-infra/zuul: Improve job dependencies using graph instead of tree https://review.openstack.org/231124 | 15:36 |
*** annegentle has joined #openstack-infra | 15:37 | |
*** nikhil_k_ has joined #openstack-infra | 15:37 | |
*** weshay_xchat is now known as weshay | 15:38 | |
*** pradk_ has joined #openstack-infra | 15:38 | |
*** burgerk has quit IRC | 15:38 | |
*** dprince has quit IRC | 15:38 | |
*** Piet has quit IRC | 15:38 | |
AJaeger | clarkb: I'm confused as well - is puppet running everywhere? | 15:38 |
*** nikhil_k has quit IRC | 15:40 | |
*** ccrouch1 has quit IRC | 15:40 | |
*** tonytan4ever has joined #openstack-infra | 15:40 | |
*** ccrouch has joined #openstack-infra | 15:41 | |
*** signed8bit has joined #openstack-infra | 15:41 | |
clarkb | AJaeger: it should be but anyone can check on puppetboard | 15:42 |
clarkb | it created the project which means puppet did run | 15:43 |
clarkb | I can go look at logs | 15:43 |
AJaeger | clarkb: something is broken | 15:43 |
AJaeger | https://review.openstack.org/#/admin/projects/openstack/python-vitrageclient,access has the same problem - also created today | 15:43 |
AJaeger | clarkb: I echeck puppetboard and don't see a problem but I#m not a puppet expert | 15:43 |
clarkb | ImportError: No module named PyMySQL | 15:44 |
clarkb | looks like we may have tried switching jeepyb to pymysql but didn't add it to the dep list? | 15:44 |
pabelanger | I see something recently about migrating that | 15:44 |
*** jistr is now known as jistr|call | 15:44 | |
clarkb | it is in the requirements... | 15:44 |
daemontool_ | AJaeger, lol | 15:45 |
clarkb | but it definitely isn't installed from what I can see | 15:45 |
*** dizquierdo has joined #openstack-infra | 15:45 | |
pabelanger | doesn't pip -U need to be used for new requirements? | 15:46 |
daemontool_ | AJaeger, so sometimes I reread a bit of one of the best book of the computer science history, which is The Linux Programming Interface | 15:46 |
pabelanger | https://github.com/openstack-infra/puppet-jeepyb/blob/master/manifests/init.pp#L49 | 15:46 |
daemontool_ | and at some point on one of the firsts pages, guess who I've found? :) | 15:46 |
openstackgerrit | Merged openstack-infra/shade: Add new context manager for shade exceptions, final. https://review.openstack.org/244774 | 15:48 |
AJaeger | daemontool_: yeah, a really great book ;) | 15:48 |
*** dramalho has joined #openstack-infra | 15:48 | |
*** ccrouch has quit IRC | 15:48 | |
*** stevemar_ has joined #openstack-infra | 15:49 | |
*** dizquierdo has quit IRC | 15:49 | |
*** dizquierdo has joined #openstack-infra | 15:49 | |
daemontool_ | seconds thought was.. from how long is this guy around? lol | 15:49 |
daemontool_ | that was 2009 | 15:50 |
*** claudiub|2 has quit IRC | 15:50 | |
AJaeger | daemontool_: my first deep dive in open source was the C Library (glibc) - around 1996... | 15:51 |
clarkb | pabelanger: I thought we pip -U'd our installs but maybe not jeepyb | 15:51 |
clarkb | oh that confirms it | 15:52 |
*** rlandy has joined #openstack-infra | 15:52 | |
*** ociuhandu has quit IRC | 15:52 | |
openstackgerrit | Fausto Marzi proposed openstack-infra/project-config: Add create rule for branching https://review.openstack.org/245187 | 15:53 |
*** dramalho has quit IRC | 15:53 | |
daemontool_ | AJaeger, added also the rule for tagging | 15:53 |
AJaeger | daemontool_: to make it perfect mention that in the commit message ;) | 15:54 |
daemontool_ | ok ty | 15:54 |
*** armax has joined #openstack-infra | 15:54 | |
openstackgerrit | Fausto Marzi proposed openstack-infra/project-config: Add create rule for branching and tagging https://review.openstack.org/245187 | 15:54 |
*** claudiub has joined #openstack-infra | 15:56 | |
*** denisra has joined #openstack-infra | 15:56 | |
*** arxcruz has quit IRC | 15:57 | |
*** sdake has quit IRC | 15:58 | |
*** dramalho has joined #openstack-infra | 15:59 | |
yolanda | smarcet, cool, my rant to Rackspace worked :) | 16:00 |
daemontool_ | yolanda, I know the week end is at the gates, but if you have some free time please: https://review.openstack.org/#/c/245187/ | 16:01 |
*** zns has joined #openstack-infra | 16:01 | |
yolanda | let's wait for the tests to finish first :) | 16:01 |
*** boris-42 has joined #openstack-infra | 16:02 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-jeepyb: Upgrade all packages to the newest version https://review.openstack.org/245217 | 16:02 |
pabelanger | clarkb: AJaeger ^ | 16:02 |
*** jistr|call is now known as jistr | 16:03 | |
daemontool_ | yolanda, sure | 16:04 |
*** hdd has quit IRC | 16:04 | |
*** rcernin has quit IRC | 16:08 | |
*** craigbr has joined #openstack-infra | 16:10 | |
tdurakov | hi folks, faced with some problem running my hook in ci job: http://logs.openstack.org/50/245050/5/experimental/gate-tempest-dsvm-multinode-live-migration/d72d322/logs/devstack-gate-post_test_hook.txt.gz | 16:11 |
tdurakov | what should b requirements for that? | 16:12 |
*** ihrachys has quit IRC | 16:12 | |
*** links has quit IRC | 16:13 | |
openstackgerrit | Antoine Musso proposed openstack-infra/nodepool: node deletion delay is now configurable https://review.openstack.org/245220 | 16:13 |
*** wolsen has joined #openstack-infra | 16:13 | |
*** tiswanso has quit IRC | 16:14 | |
*** tiswanso has joined #openstack-infra | 16:15 | |
*** claudiub has quit IRC | 16:15 | |
AJaeger | tdurakov: which repo is this? | 16:15 |
*** tiswanso has quit IRC | 16:16 | |
*** marzif_ has quit IRC | 16:16 | |
AJaeger | tdurakov: chmod a+x nova/tests/live_migration/hooks/run_tests.sh in nova | 16:16 |
tdurakov | AJaeger, there is a hook in nova project | 16:16 |
*** tiswanso has joined #openstack-infra | 16:16 | |
AJaeger | tdurakov: so, send a patch to nova to update the permissions of run_tests.sh | 16:16 |
tdurakov | AJaeger, ok, thank you | 16:19 |
*** zns has quit IRC | 16:19 | |
*** dizquierdo has quit IRC | 16:19 | |
*** tongli has joined #openstack-infra | 16:20 | |
*** sdake has joined #openstack-infra | 16:21 | |
*** tdurakov has quit IRC | 16:21 | |
*** tdurakov has joined #openstack-infra | 16:22 | |
*** tdurakov has joined #openstack-infra | 16:24 | |
*** tdurakov has quit IRC | 16:24 | |
*** abregman has quit IRC | 16:24 | |
*** tdurakov has joined #openstack-infra | 16:27 | |
*** armax has quit IRC | 16:27 | |
*** armax has joined #openstack-infra | 16:28 | |
*** mahatic has quit IRC | 16:30 | |
*** wenlock has joined #openstack-infra | 16:32 | |
*** sabeen has joined #openstack-infra | 16:32 | |
*** harlowja_at_home has joined #openstack-infra | 16:33 | |
sdague | dims_: on https://review.openstack.org/#/c/244876/ for magnum, I think that job is just broken entirely | 16:33 |
sdague | it errors on a missing tox target | 16:33 |
AJaeger | if there's any one around that likes to review - in pabelanger's spirit - my stack to run jobs for project-config less often, please start with https://review.openstack.org/#/c/244299/ - thanks! | 16:34 |
*** ihrachys has joined #openstack-infra | 16:35 | |
*** bpokorny has joined #openstack-infra | 16:35 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-nodepool: Replace puppet-httpd with puppetlabs-apache https://review.openstack.org/205596 | 16:35 |
sdake | in project-config is there a way to pull a branch rather then master? | 16:35 |
pabelanger | clarkb: yolanda: nibalizer: ^ I think that is what everybody is looking for | 16:35 |
pabelanger | AJaeger: nice! | 16:36 |
AJaeger | sdake: yes, there are ways. What do you want to do? | 16:36 |
sdake | we have a repo we are pulling into kolla, but the ode we want to pull as master is from a branch | 16:36 |
sdake | so we dont want the branch in the new master repo | 16:36 |
sdake | but we want to pull fro the branch for the new master repo | 16:36 |
*** bpokorny has quit IRC | 16:36 | |
*** hemnafk is now known as hemna | 16:37 | |
AJaeger | sdake: so, a one time import? Or in the testsuite regularly? | 16:37 |
*** tdurakov has quit IRC | 16:37 | |
sdake | one time | 16:37 |
*** bpokorny has joined #openstack-infra | 16:37 | |
sdake | i kno how to do a project config import | 16:37 |
sdake | just not sure on the tag part | 16:37 |
*** sabeen3 has joined #openstack-infra | 16:38 | |
AJaeger | sdake: clone the repo, remove all branches you don't want and rename your branch to master - and then use that new repo as the one to import | 16:38 |
*** jamesmcarthur has joined #openstack-infra | 16:38 | |
*** sabeen has quit IRC | 16:39 | |
AJaeger | sdake: we import the complete repo as is - but can import from any public location | 16:39 |
sdake | AJaeger got ti will do | 16:39 |
*** abregman has joined #openstack-infra | 16:40 | |
*** wenlock has quit IRC | 16:40 | |
dims_ | sdague ack | 16:41 |
daemontool_ | yolanda, or anyone available for review thanks https://review.openstack.org/#/c/245187/ | 16:42 |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Remove the "Not updated" text in project and project_group lists https://review.openstack.org/243705 | 16:42 |
*** Ala has quit IRC | 16:44 | |
*** gongysh_ has quit IRC | 16:44 | |
*** monester has joined #openstack-infra | 16:44 | |
*** abregman is now known as abregman|nearby | 16:45 | |
*** AJaeger has quit IRC | 16:45 | |
*** rcarrillocruz has quit IRC | 16:45 | |
*** jistr is now known as jistr|call | 16:46 | |
*** esker has joined #openstack-infra | 16:49 | |
*** rcarrillocruz has joined #openstack-infra | 16:49 | |
*** kmartin has joined #openstack-infra | 16:53 | |
*** sdake has quit IRC | 16:53 | |
*** lykinsbd_ has joined #openstack-infra | 16:54 | |
*** sdake has joined #openstack-infra | 16:54 | |
*** fhubik has quit IRC | 16:55 | |
*** sathieu has left #openstack-infra | 16:55 | |
*** stevemar_ has quit IRC | 16:56 | |
*** lykinsbd has quit IRC | 16:56 | |
phschwartz | asselin__: did you happen to read back in the comments? There is a reason for adding it and not trying to bloat documentation explaining that the user should create the calls to the graphite class directly while using openstackci for the creation of a downstream ci system | 16:59 |
*** dprince has joined #openstack-infra | 16:59 | |
asselin__ | phschwartz, I did | 16:59 |
*** dtantsur is now known as dtantsur|afk | 16:59 | |
openstackgerrit | Adam Reznechek proposed openstack-infra/project-config: Add publishing jobs to nova-powervm https://review.openstack.org/245232 | 17:00 |
*** luqas has quit IRC | 17:00 | |
asselin__ | phschwartz, did there one in particular that I missed? | 17:00 |
phschwartz | possibly the last from myself and mordred's. | 17:01 |
asselin__ | phschwartz, I don't see anything wrong in calling graphite class directly. If it has everything we need, or can be directly modified to do so, then why add a wrapper? | 17:01 |
openstackgerrit | Merged openstack/requirements: Raise minimum oslo.messaging requirement https://review.openstack.org/243839 | 17:02 |
phschwartz | asselin__: the reason for this is creating an interface to create the elements of a downstream ci. We don't want to add more manual setup via documentation, we want an interface that is usable by downstream consumers to create elements directly from openstackci | 17:02 |
*** acabot has quit IRC | 17:03 | |
*** trown is now known as trown|lunch | 17:03 | |
asselin__ | phschwartz, I don't understand how that adds manual steps via documentation | 17:03 |
phschwartz | Its either we provide a direct interface to the users or we document them using the graphite class directly. documenting the usage of the graphite class directly is directly against the goals of openstackci | 17:04 |
*** gyee has joined #openstack-infra | 17:04 | |
asselin__ | phschwartz, so what about apache? will will add openstackci:apache? | 17:05 |
asselin__ | will we * | 17:05 |
phschwartz | Apache is consumed by components, not a direct interface for setting up a component | 17:06 |
phschwartz | graphite is a used component of our ci systems just as zuul and nodepool are. | 17:06 |
* asselin__ looks up graphite usage | 17:07 | |
*** marzif has joined #openstack-infra | 17:07 | |
openstackgerrit | John Warren proposed openstack-infra/puppet-graphite: Prevent possible http_mod headers declaration conflict https://review.openstack.org/244164 | 17:08 |
*** jistr|call is now known as jistr | 17:08 | |
daemontool_ | fungi, jeblair if you are around please https://review.openstack.org/#/c/245187/ | 17:09 |
*** hashar has quit IRC | 17:09 | |
*** shardy has quit IRC | 17:10 | |
*** abregman|nearby is now known as abregman | 17:11 | |
asselin__ | phschwartz, looks dead simple: http://git.openstack.org/cgit/openstack-infra/system-config/tree/manifests/site.pp#n275 | 17:11 |
*** craigbr has quit IRC | 17:12 | |
*** jistr has quit IRC | 17:12 | |
*** fedexo has joined #openstack-infra | 17:12 | |
phschwartz | asselin__: to a point yes. This is the first step of the wrapper. The next step that is being worked on that is not a valid portion of that review is bringing in the base server configuration for things needed for graphite. The key to it all is providing an interface to the users not making them interact with the underlying classes and anything needed to wrap them for proper usage. | 17:13 |
*** ifarkas has quit IRC | 17:13 | |
asselin__ | phschwartz, is there a review up for that? | 17:13 |
phschwartz | asselin__: not yet as it is in the works currently. It has been my focus yesterday and today | 17:14 |
asselin__ | phschwartz, what is a 'base server configuration'? | 17:14 |
*** jlanoux has quit IRC | 17:15 | |
phschwartz | asselin__: currently we are not providing anything for a user of openstackci that provides help around setting up iptables and things needed for these to work correctly and securely. I am working on a class that is a cut down from openstack_project::template and customizable that will help provide this functionality as it is a must for anyone setting up an accessible downstream ci mirror | 17:16 |
*** nadya has joined #openstack-infra | 17:17 | |
*** cdent has quit IRC | 17:17 | |
asselin__ | phschwartz, are you implying that openstackci:graphite will have the cut down version of opesntack_project:template built-in? | 17:18 |
phschwartz | no, but will be using it directly in the template to set ports to be opened and to set rules for statsd hosts passed in. | 17:18 |
phschwartz | The current review that we are discussing is a base wrapper of the current graphite settings not including things that are vital to its usage. | 17:19 |
*** otter768 has joined #openstack-infra | 17:19 | |
asselin__ | phschwartz, I'm concerned about the ports opening part b/c of potential conflicts with other modules in case they are co-deployed. | 17:21 |
clarkb | asselin__: phschwartz I think you would have to put them at the same level | 17:22 |
clarkb | similar to how we put server next to the application in site.pp | 17:22 |
clarkb | and at that point you would determine which ports need to be opened | 17:22 |
phschwartz | clarkb: we don't always and that is part of an issue. but that is another one. | 17:22 |
clarkb | (that doesn't fix all of the conflicts but its a start) | 17:22 |
phschwartz | Part of what I am working on in my base server class is the ability for it to be called more then once and merge the things like rules and ports into 1 to run if all on the same node. | 17:23 |
*** otter768 has quit IRC | 17:24 | |
phschwartz | That way we can let the component define what it wants open, but there will still be concerns there if multiple want port 80 or 443, then we will have to dedup the list which is what has me stuck at the moment. | 17:24 |
clarkb | phschwartz: I think we explicitly don't want to do that | 17:24 |
*** tjones has joined #openstack-infra | 17:24 | |
clarkb | I much prefer node { iptables {some list} application 1 {} application 2 {} } | 17:24 |
clarkb | its explicit and results in no surprises | 17:25 |
*** bhunter71 has joined #openstack-infra | 17:25 | |
clarkb | and I really hate surprises when it come sto firewalls | 17:25 |
*** sfinucan has joined #openstack-infra | 17:26 | |
*** tonytan4ever has quit IRC | 17:26 | |
*** e0ne has quit IRC | 17:26 | |
phschwartz | clarkb: I see your concern there, but I think with properly documented code for the class we should be able to avoid surprises. I have seen things done both ways with a lot of the puppet classes I have looked at but more fall to the allowing the item being configured to set what ports to open (with the option of disabling changes to iptables implicitly on call) | 17:26 |
asselin__ | phschwartz, I don't want to backtrack from this spec. it seems you want to couple them again. http://specs.openstack.org/openstack-infra/infra-specs/specs/server_base_template_refactor.html | 17:26 |
*** tjones has quit IRC | 17:27 | |
*** tjones has joined #openstack-infra | 17:27 | |
clarkb | phschwartz: the problem with that is you lose ocntrol over what is exposed | 17:27 |
clarkb | phschwartz: just because I run apache doesn't necessarily mean I want its port 80 open to the world | 17:27 |
clarkb | for example our elasticsearch cluster has very tightly contorlled http services | 17:28 |
clarkb | and thats intentional because there is no auth | 17:28 |
phschwartz | clarkb: The current state of openstackci leaves everything open to the world with nothing changing it currently. | 17:28 |
clarkb | phschwartz: openstackci doesn't affect your firewall at all | 17:29 |
asselin__ | phschwartz, on the contrary, it opens nothing | 17:29 |
clarkb | asselin__: exactly | 17:29 |
asselin__ | phschwartz, which I think is what you're trying to fix | 17:29 |
phschwartz | asselin__: And what are the defaults on ubuntu 12.04/14.04, completely open. | 17:29 |
clarkb | phschwartz: and on rhel its completely locked down | 17:29 |
clarkb | phschwartz: but you get complete control on both | 17:30 |
clarkb | using the system I descrieb | 17:30 |
clarkb | which is currently how we do it | 17:30 |
*** matrohon has quit IRC | 17:31 | |
*** nadya has quit IRC | 17:31 | |
*** lykinsbd has joined #openstack-infra | 17:31 | |
*** daemontool_ has quit IRC | 17:32 | |
phschwartz | clarkb: and you hit the nail on the head there. It is done with the server class which is just a wrapper around template. Which there is nothing doing such in openstackci. Either we provide it or we go along the path of extensive documentation that describes it and hope a user doesn't miss something. | 17:32 |
clarkb | I mean .... | 17:32 |
clarkb | if you run a server you should care about firewalls. I am not opposed to making that easier | 17:33 |
clarkb | but its not necessarily something I feel like we have to teach people to do | 17:33 |
*** ashishb has joined #openstack-infra | 17:33 | |
phschwartz | It is something that has to be documented and I prefer that other then a list of the ports that we open by default with a way for the user to override it as the preferred. | 17:33 |
*** thiagop has quit IRC | 17:34 | |
*** lykinsbd_ has quit IRC | 17:34 | |
* sc68cal scrolls up - someone said something about firewalls | 17:34 | |
asselin__ | phschwartz, still, back to the original point, why not add it directly to the puppet graphite module? | 17:35 |
*** burgerk_ has quit IRC | 17:35 | |
*** tjones has quit IRC | 17:35 | |
phschwartz | asselin__: That defeats the purpose of a module for users to consume to build a ci system completely. Documenting that oh, graphite is needed go use the graphite class directly while your already using the openstackci class to build the ci system is so far off base it is crazy | 17:36 |
phschwartz | The point of building a common reusuable interface for downstream users is exactly that, a common interface from a single place. Not pointing them to multiple external classes use directly. | 17:37 |
*** tjones has joined #openstack-infra | 17:39 | |
*** Piet has joined #openstack-infra | 17:39 | |
*** tlian has quit IRC | 17:39 | |
*** AJaeger has joined #openstack-infra | 17:39 | |
*** craigbr has joined #openstack-infra | 17:40 | |
asselin__ | phschwartz, currently all the modules in pupet-openstackci attempt to integrate a few things, eg. project-config and nodepool, or project-config and zuul | 17:40 |
asselin__ | or jenkins master with a set of plugins | 17:40 |
asselin__ | phschwartz, if you don't use project-config, you can still use the base puppet-nodepool, puppet-zuul, puppet-jenkins modules | 17:41 |
*** daemontool_ has joined #openstack-infra | 17:42 | |
phschwartz | Just because something might be used with out directly integrating something like project-config doesn't mean that it shouldn't be in the same interface for building a ci system | 17:42 |
phschwartz | If it is a vital component for a base ci system it needs to be exposed to the user, wether my setup for automating firewall rules and such is included. And documenting and providing an example that the user should use the external class is not acceptable for that. | 17:44 |
yolanda | phschwartz, one of the things i miss about the spec, is the lack of details of this rework. Do you think is something you can develop a bit more? | 17:44 |
*** sputnik13 has joined #openstack-infra | 17:44 | |
yolanda | is not the same to say that you are going to add more modules to the project, than attempt a rewrite and a change of concept | 17:44 |
*** mriedem is now known as mriedem_lunch | 17:45 | |
phschwartz | yolanda: where is there a change of the concept? There is no change of the concept. In the spec it is clear that the rework was to add the same interface for a downstream ci that is being provided for just a third party ci currently | 17:45 |
*** Guest30909 has quit IRC | 17:46 | |
asselin__ | phschwartz, in the original spec, it wasn't so much about interface as it was to make things reusable. | 17:46 |
*** jamesmcarthur has quit IRC | 17:47 | |
yolanda | yes, i see the concept that you are trying to introduce now difers from original Ramy's work | 17:47 |
phschwartz | you can't make something reusable with easy with out an interface to it. It is completely implied | 17:47 |
*** glauco_ has joined #openstack-infra | 17:48 | |
*** sputnik13 has quit IRC | 17:49 | |
*** daemontool_ has quit IRC | 17:49 | |
phschwartz | yolanda: The concept doesn't differ at all | 17:49 |
timrc | This looks fairly advanced -- has anyone else ahd the oppotunity to review it? https://review.openstack.org/#/c/231124/ | 17:50 |
timrc | had* | 17:50 |
yolanda | phschwartz, so in system-config, we had that spec: https://specs.openstack.org/openstack-infra/infra-specs/specs/server_base_template_refactor.html . It started the concept of decoupling. And i see the that attempt to add this tight coupling again | 17:50 |
yolanda | why is that concept of decoupling good for system-config, and not for puppet-openstackci? | 17:51 |
yolanda | won't we have the same problems? | 17:51 |
*** electrofelix has quit IRC | 17:51 | |
*** glauco___ has quit IRC | 17:51 | |
clarkb | mriedem_lunch: looks like es is still happy so going to permanently add that config change | 17:51 |
clarkb | then hopefully do cluster restart over weekend | 17:51 |
phschwartz | yolanda: yes and no, there are 0 of the security and setup concerns from server base template even used in openstackci. And no matter what that still has 0 baring on the fact that the interface to creating a ci system is what is being discussed | 17:52 |
openstackgerrit | Alexey Shtokolov proposed openstack-infra/project-config: Add ruby gate job-template https://review.openstack.org/244217 | 17:53 |
*** abregman is now known as abregman|afk | 17:53 | |
asselin__ | phschwartz, how about proposing a reusable server template class to puppet-openstackci | 17:53 |
yolanda | do we want to add a security layer to puppet-opentackci? if that's the case, again i think this should be on the spec | 17:54 |
asselin__ | and include a template for setting up the security/firewall for the various services | 17:54 |
*** marzif has quit IRC | 17:54 | |
timrc | Just trolling here but I really wish openstackci was not configured with puppet :) | 17:54 |
yolanda | timrc, hey!!!! | 17:54 |
timrc | That was our chance to free ourselves from the shackles of ruby :) | 17:54 |
timrc | And a terrible DSL. | 17:54 |
yolanda | timrc ++ | 17:54 |
jswarren | phschwartz: Can you clarify the difference between the graphite manifest in openstack-ci and the init manifest in puppet-graphite. My understanding is that puppet-graphite/init.pp is used to install graphite on a system that may have other things installed on it, while openstack-ci/graphite.pp is for a dedicated graphite system. Is that correct? | 17:55 |
clarkb | timrc and replace with another bad dsl? | 17:55 |
* clarkb knows of no good config mgmt languages | 17:55 | |
timrc | clarkb: We do configuration management in pure ansible at Blue Box. Seems to be working out pretty well. | 17:56 |
clarkb | ansible is bad dsl | 17:56 |
clarkb | has a lot of similar problems to puppet even | 17:56 |
*** jamesmcarthur has joined #openstack-infra | 17:56 | |
*** Swami has joined #openstack-infra | 17:57 | |
*** ihrachys has quit IRC | 17:57 | |
clarkb | inconsistency in abstraction. service is abstracted over sysv init, systemd, upstart, etc but package management is manager specific | 17:57 |
clarkb | for example | 17:57 |
*** andersonvom has quit IRC | 17:57 | |
*** trown|lunch is now known as trown | 17:57 | |
jamesmcarthur | clarkb: can you let smarcet: and jpmaxman: know the urgency of the OpenID requests? | 17:57 |
clarkb | loop iteration is clunky (though at least it exists) | 17:57 |
clarkb | its not super urgent | 17:58 |
*** ccrouch has joined #openstack-infra | 17:58 | |
clarkb | I thibk smarcet figured it out too | 17:58 |
jswarren | phschwartz: my thinking is a that a major part of the problem is that the commit message is not describing the purpose very well. | 17:58 |
_ody | clarkb: and yaml. | 17:58 |
clarkb | mod auth openid doesnt appear to set the accept header duribg discovery | 17:58 |
jpmaxman | clarkb: How's it going? I was discussing with Sebastian the problems you're having with openstackid dev server... he mentioned there were several patches waiting for approval... any chance of getting those pushed through then I can help debug? | 17:58 |
jamesmcarthur | clarkb: yeah, next steps from our side are to spin up a new server and test | 17:58 |
timrc | clarkb: The loop iteration is decent IMO. There are things that could be improvement... sure. | 17:58 |
*** mmmpork has left #openstack-infra | 17:59 | |
clarkb | so hets html | 17:59 |
timrc | clarkb: I find it much easier to express my intent and decipher others with Ansible as compared to Puppet. | 17:59 |
timrc | Phone call, brb... ah IBM, how I've missed you | 17:59 |
clarkb | _ody particularly when data structure changes based on relative location :( | 17:59 |
*** sabeen3 has quit IRC | 18:00 | |
clarkb | I mean I enjoy using ansible | 18:00 |
clarkb | it works well as a tool | 18:00 |
*** sigmavirus24 is now known as sigmavirus24_awa | 18:00 | |
clarkb | I dont particularly like using its config management facilities | 18:00 |
openstackgerrit | Yan Ning proposed openstack-infra/project-config: add monasca plugin in devstack install https://review.openstack.org/244893 | 18:00 |
clarkb | jpmaxman puppet changes or service changes? happy to look if you can point me at them | 18:01 |
*** fitoduarte has joined #openstack-infra | 18:01 | |
*** auggy_ has joined #openstack-infra | 18:02 | |
*** SumitNaiksatam has quit IRC | 18:02 | |
*** SumitNaiksatam has joined #openstack-infra | 18:03 | |
*** kmartin has quit IRC | 18:03 | |
clarkb | what would be neat in ansible is bindeo support | 18:03 |
*** amuller is now known as amuller_afk | 18:03 | |
*** ihrachys has joined #openstack-infra | 18:04 | |
*** auggy_ has quit IRC | 18:05 | |
jpmaxman | smarcet: can you send clarkb the link to the patches? | 18:05 |
*** auggy has joined #openstack-infra | 18:05 | |
smarcet | https://review.openstack.org/#/c/226377/ | 18:06 |
*** kozhukalov_ has quit IRC | 18:06 | |
smarcet | https://review.openstack.org/#/c/214344/ | 18:06 |
smarcet | those will enable to us to deploy OIDC patch | 18:07 |
clarkb | cool will look | 18:07 |
openstackgerrit | Steve McLellan proposed openstack-infra/elastic-recheck: Add query for Horizon PhantomJS CI crash https://review.openstack.org/245279 | 18:07 |
AJaeger | clarkb, yolanda: Is there any special reason why nova in the post queue does not get a slave for the compute-api-guide job for quite some time already? it looks like we should have enough nodes. I'm looking at http://status.openstack.org/zuul/ and wait to see that compute-api-guide finally publishes ;) | 18:07 |
smarcet | https://review.openstack.org/#/c/198458/ | 18:07 |
clarkb | smarcet though we arent trying to use connect | 18:07 |
clarkb | so these are unrelated improvements (stiil happy to look)? | 18:07 |
*** Sukhdev has joined #openstack-infra | 18:08 | |
jamesmcarthur | clarkb: these are needed for chris hoge and also for the new summit apps | 18:09 |
clarkb | ah ok | 18:09 |
jamesmcarthur | So, related, but not closely :) | 18:10 |
*** hdd has joined #openstack-infra | 18:10 | |
jamesmcarthur | clarkb: meanwhile, we’ll spin up an ubuntu server and see if we can debug | 18:11 |
clarkb | smarcet: jamesmcarthur jpmaxman so if the issue is the missing accept header, is that an acceptable use of that header? I was under the impression that data at a path shouldn't change but its representation may based on accept. json vs xml, png vs jpeg etc | 18:12 |
jamesmcarthur | a huge priority is to get OpenStackID in wider use, so we’ll see what we can figure out :) | 18:12 |
clarkb | jamesmcarthur: cool, thanks for the help | 18:12 |
*** dramalho has quit IRC | 18:12 | |
jamesmcarthur | clarkb: thank you! | 18:13 |
clarkb | AJaeger: looking | 18:13 |
openstackgerrit | Apoorva Deshpande proposed openstack-infra/ciwatch: Provide highlight Jenkins +1 functionality in ciwatch https://review.openstack.org/245281 | 18:13 |
AJaeger | clarkb: it just started ;) | 18:13 |
clarkb | AJaeger: ah ok | 18:13 |
AJaeger | thanks, clarkb | 18:13 |
clarkb | AJaeger: its possible we have leaked some ready nodes which makes nodepool think we have more capacity than we do | 18:13 |
clarkb | I will still look into that | 18:13 |
* AJaeger had given up hope that it would ever start... | 18:13 | |
AJaeger | clarkb: that might be... | 18:14 |
smarcet | clarkb: u mean the header to perform discovery? | 18:14 |
clarkb | smarcet: yes | 18:15 |
AJaeger | clarkb: regarding jeepyb: Is https://review.openstack.org/#/c/245217/ fine and should go in so that the acls are created again? | 18:15 |
clarkb | smarcet: basically we are returning two different sets of data based on that rather than two different formats of the data | 18:15 |
openstackgerrit | Ramy Asselin proposed openstack-infra/elastic-recheck: The output file is required. Default it to stdout. https://review.openstack.org/244377 | 18:16 |
clarkb | smarcet: also https://review.openstack.org/#/c/214344/ needs to be rebased | 18:16 |
openstackgerrit | Kirill Zaitsev proposed openstack-infra/project-config: Disable gate-muranoclient-dsvm-functional for kilo and juno https://review.openstack.org/245283 | 18:16 |
clarkb | AJaeger: I was going to look around and convince myself we already use -U other places first | 18:17 |
smarcet | clarkb: re: discovery yes , its the only way that idp will return the xrds doc | 18:17 |
clarkb | AJaeger: I am pretty sure that things like nodepool install use -U | 18:17 |
*** fawadkhaliq has joined #openstack-infra | 18:17 | |
*** kmartin has joined #openstack-infra | 18:17 | |
clarkb | smarcet: I know, my point is I think that that is the wrong use of the header according to http | 18:17 |
smarcet | but htat is the way that most of the openid consumer libs works | 18:18 |
smarcet | janrain lib, wordpress plugins and so | 18:18 |
clarkb | having the header is fine | 18:18 |
AJaeger | clarkb: ok | 18:18 |
clarkb | the problem is changing the data at the url? | 18:18 |
smarcet | problem is that the main url | 18:18 |
smarcet | should display the landing page | 18:18 |
*** kozhukalov_ has joined #openstack-infra | 18:19 | |
smarcet | if u say that u want to perform discovery | 18:19 |
clarkb | smarcet: yes, so maybe we should have an alternate discover location? | 18:19 |
smarcet | then set the header | 18:19 |
smarcet | yeah we coudl do that | 18:19 |
smarcet | np | 18:19 |
clarkb | smarcet: also openid spec does not require the header | 18:19 |
clarkb | from my reading | 18:19 |
clarkb | so while it may be common it isn't reasonable to expect all consumers to do it | 18:19 |
clarkb | the accept header is meant to communicate what is acceptable and it not existing implies anything is acceptable | 18:20 |
*** ihrachys has quit IRC | 18:20 | |
smarcet | clarkb | 18:20 |
smarcet | i think that is a requirement of yadis protocol | 18:20 |
smarcet | we are giving an url | 18:20 |
smarcet | and yadis should be performed for discover | 18:20 |
TravT | clarkb AJaeger, did you guys figure out why the searchlight-specs-core group wasn't created. is there anything you need from me on that? | 18:21 |
smarcet | clarkb | 18:21 |
smarcet | re: rebasing change on gerrit | 18:21 |
smarcet | i was waiting first to get approval of bower support | 18:21 |
smarcet | and then rebase | 18:21 |
smarcet | to avoid any future conflict | 18:21 |
openstackgerrit | Kirill Zaitsev proposed openstack-infra/project-config: Disable gate-muranoclient-dsvm-functional for kilo and juno https://review.openstack.org/245283 | 18:22 |
clarkb | smarcet: ok I will reivew that one first | 18:22 |
clarkb | smarcet: yadis mime type is application/xrds+xml | 18:22 |
clarkb | smarcet: but a non existant accept means you accept everything | 18:22 |
AJaeger | anteaya, project-config cores: if you have some time to review https://review.openstack.org/#/c/242751/ and the stack starting at https://review.openstack.org/#/c/244299/ please, I would appreciate it - but it's more convenience then urgency... | 18:22 |
clarkb | smarcet: you don't have to explicitly set that header according to yadis, openid 2.0, or http from what I can tell | 18:22 |
AJaeger | TravT: clarkb will look later at it. It looks like a problem with missing package on on of our servers. | 18:23 |
AJaeger | TravT: your change looks fine, nothing for you to do at the moment AFAIU | 18:23 |
clarkb | AJaeger: TravT correct we just need to fix our tool by getting its deps installed | 18:23 |
TravT | AJaeger: clarkb, ok, thanks! | 18:23 |
* clarkb is juggling too many objects | 18:23 | |
clarkb | smarcet: ya yadis spec specifically says it MAY include | 18:24 |
clarkb | smarcet: it is not required | 18:24 |
mordred | clarkb: heya - back - what cna I help with? | 18:24 |
clarkb | mordred: https://review.openstack.org/#/c/245217/1 to fix project creation in gerrit (pymysql isn't getting installed) | 18:24 |
*** bpokorny has quit IRC | 18:25 | |
clarkb | mordred: and are you still planning on prepping db rollback for gerrit before wednesday? might be good to firewall you off for a bit to get that done :) | 18:25 |
mordred | clarkb: +2'd that one | 18:25 |
smarcet | clarkb | 18:25 |
mordred | clarkb: my cat likes sitting in tiny boxes - maybe I should try that | 18:25 |
clarkb | mordred: cool I am going to double check thats how we install nodepool and if so approve | 18:25 |
smarcet | ok then we should provide metadata on the homepage | 18:25 |
mordred | clarkb: and yes | 18:25 |
smarcet | poiting to a new location to get the xrds doc | 18:25 |
smarcet | https://sites.google.com/site/oauthgoog/fedlogininterp/openiddiscovery | 18:26 |
*** fedexo has quit IRC | 18:26 | |
clarkb | mordred: ok consider yourself firewalled :) | 18:26 |
clarkb | smarcet: is that going to require more consumer smarts? | 18:27 |
AJaeger | clarkb: http://git.openstack.org/cgit/openstack-infra/puppet-nodepool/tree/manifests/init.pp#n108 | 18:27 |
clarkb | smarcet: simplest thing may just be to have an explicit discover url | 18:27 |
*** cloudtrainme has quit IRC | 18:27 | |
clarkb | smarcet: and preserve backwrad compat with the / location and the header | 18:27 |
smarcet | ok i can do that np | 18:27 |
AJaeger | clarkb: that's the nodepool install and it looks the same - but please check yourself | 18:28 |
smarcet | will summit a patch with a new url containing the xrds doc | 18:28 |
clarkb | AJaeger: thanks | 18:28 |
* AJaeger signs off and waves good bye to everybody | 18:28 | |
openstackgerrit | Kirill Zaitsev proposed openstack-infra/project-config: Make python34 job voting for muranoclient https://review.openstack.org/245289 | 18:30 |
*** glauco_ has quit IRC | 18:30 | |
*** AJaeger has quit IRC | 18:30 | |
*** glauco_ has joined #openstack-infra | 18:31 | |
*** esker has quit IRC | 18:31 | |
*** ivar-lazzaro has joined #openstack-infra | 18:32 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 18:32 | |
*** signed8bit is now known as signed8bit_ZZZzz | 18:32 | |
*** dramalho has joined #openstack-infra | 18:32 | |
*** e0ne has joined #openstack-infra | 18:32 | |
*** angdraug has joined #openstack-infra | 18:33 | |
*** tdurakov has joined #openstack-infra | 18:33 | |
*** abregman|afk is now known as abregman | 18:34 | |
openstackgerrit | greghaynes proposed openstack/diskimage-builder: Add pip-and-virtualenv element https://review.openstack.org/239561 | 18:36 |
clarkb | there are a small number of leaked ready nodes I am cleaning them up | 18:37 |
openstackgerrit | greghaynes proposed openstack/diskimage-builder: Switch simple-init to pip-and-virtualenv element https://review.openstack.org/239562 | 18:37 |
openstackgerrit | Merged openstack-infra/puppet-jeepyb: Upgrade all packages to the newest version https://review.openstack.org/245217 | 18:37 |
openstackgerrit | Khai Do proposed openstack-infra/puppet-gerrit: Update Gerrit proxy configuration. https://review.openstack.org/243879 | 18:38 |
*** bpokorny has joined #openstack-infra | 18:39 | |
*** bpokorny has quit IRC | 18:39 | |
*** jamesmcarthur has quit IRC | 18:40 | |
nibalizer | pabelanger: no? I thought you were going to create a define in puppetlabs-apache called apache::vhost::custom that would a) wrap custom_config b) set up notifys and c) manange symlinks on debian | 18:40 |
*** sabeen has joined #openstack-infra | 18:40 | |
pabelanger | nibalizer: I plan too. I first want to get sign-off that people are cool with how that works | 18:40 |
*** bpokorny has joined #openstack-infra | 18:40 | |
pabelanger | likely start on that for monday | 18:41 |
yolanda | pabelanger, nibalizer, did you consider also adding the ::mod creation inside that vhost? | 18:42 |
yolanda | when i started my pull request, i started creating a separate class as well | 18:42 |
*** dzamboni has quit IRC | 18:43 | |
*** sabeen2 has joined #openstack-infra | 18:43 | |
yolanda | but i ended seeing that i had to copy/paste tons of features that were present on original apache::vhost module, to apache::vhost::custom | 18:43 |
yolanda | then i decided to just reuse with a parameter, to avoid duplicatio | 18:43 |
yolanda | duplication | 18:43 |
pabelanger | yolanda: nibalizer: Ya, I plan on asking puppet-community what they want it named. So far ::vhost::custom seems to be the leader | 18:43 |
pabelanger | vs adding something into vhost | 18:43 |
pabelanger | there was also discussion about rewriting ::apache::vhost (again) | 18:44 |
*** SumitNaiksatam has quit IRC | 18:44 | |
yolanda | pabelanger, what are your thoughts for code duplication between these 2 classes? | 18:44 |
pabelanger | so, a new class means we could avoid some headaches down the road | 18:44 |
pabelanger | yolanda: Ya, we could refactor some of it to reduce duplication | 18:44 |
pabelanger | but not sure how much effort that will take | 18:44 |
yolanda | pabelanger, that sounds a good idea, but yes, seems complex | 18:45 |
yolanda | that apache::vhost is a giant | 18:45 |
openstackgerrit | greghaynes proposed openstack/diskimage-builder: Move install-types doc to user guide https://review.openstack.org/245295 | 18:45 |
pabelanger | start simple, if they accept, everybody happy. Then reduce dupe code | 18:45 |
pabelanger | yolanda: indeed | 18:45 |
*** pvaneck has joined #openstack-infra | 18:46 | |
*** jcoufal has quit IRC | 18:46 | |
nibalizer | ya i think you start basic and we can add features to the define as we go | 18:46 |
*** sabeen has quit IRC | 18:46 | |
nibalizer | we can deploy the apache module from git so no worries on getting a release | 18:46 |
*** mfalatic has quit IRC | 18:47 | |
jpmaxman | smarcet: so should we get that change implemented then I can spin up a server to give out of the box Ubuntu apache auth a test go | 18:48 |
*** cloudtrainme has joined #openstack-infra | 18:48 | |
*** EricGonczer_ has joined #openstack-infra | 18:49 | |
*** fawadk has joined #openstack-infra | 18:49 | |
*** nadya has joined #openstack-infra | 18:51 | |
*** fawadkhaliq has quit IRC | 18:51 | |
*** EricGonczer_ has quit IRC | 18:51 | |
*** achanda has joined #openstack-infra | 18:51 | |
*** tdurakov has quit IRC | 18:52 | |
*** EricGonczer_ has joined #openstack-infra | 18:52 | |
openstackgerrit | greghaynes proposed openstack-infra/project-config: Use source installtype for pip in images https://review.openstack.org/245297 | 18:52 |
*** stevemar_ has joined #openstack-infra | 18:55 | |
*** signed8bit_ZZZzz is now known as signed8bit | 18:55 | |
*** stevemar_ has quit IRC | 18:55 | |
*** tonytan4ever has joined #openstack-infra | 18:56 | |
*** EricGonczer_ has quit IRC | 18:57 | |
openstackgerrit | Justin Stoller proposed openstack-infra/jenkins-job-builder: Allow deep formatting of macro parameters https://review.openstack.org/243871 | 18:57 |
yolanda | pabelanger ++ | 18:59 |
*** sdake has quit IRC | 19:00 | |
*** moravec1 has joined #openstack-infra | 19:01 | |
clarkb | ok nodepool ready nodes that leaked have been cleaned | 19:01 |
*** wenlock has joined #openstack-infra | 19:01 | |
*** annegent_ has joined #openstack-infra | 19:02 | |
*** ChuckC has joined #openstack-infra | 19:02 | |
*** stevemar_ has joined #openstack-infra | 19:02 | |
*** annegentle has quit IRC | 19:02 | |
*** moravec has quit IRC | 19:02 | |
*** esker has joined #openstack-infra | 19:03 | |
*** stevemar_ has quit IRC | 19:04 | |
*** cloudtrainme has quit IRC | 19:04 | |
*** mriedem_lunch is now known as mriedem | 19:04 | |
*** mhickey_ has quit IRC | 19:04 | |
mriedem | clarkb: cool, thanks | 19:04 |
*** stevemar_ has joined #openstack-infra | 19:05 | |
*** Piet has quit IRC | 19:06 | |
*** eharney has joined #openstack-infra | 19:06 | |
smarcet | jpmaxman: i already changed on fly to test it | 19:06 |
smarcet | we are making progress | 19:06 |
smarcet | now i seeing clarkb requests | 19:06 |
*** amuller_afk is now known as amuller | 19:07 | |
clarkb | smarcet: for the bower addition | 19:07 |
*** yfried|afk is now known as yfried | 19:07 | |
*** stevema__ has joined #openstack-infra | 19:07 | |
clarkb | smarcet: thats going to affect both prod and dev servers. Should I be worried about prod and does that need to be scheduled? | 19:08 |
greghaynes | clarkb: random noob question - do we have any idea what causes nodepool 'leaked' nodes? | 19:08 |
*** stevema__ has quit IRC | 19:08 | |
greghaynes | is it deletes that don't actually delete? | 19:08 |
clarkb | greghaynes: ya they tend to be associated with jenkins thread leaks | 19:08 |
smarcet | clarkb: yes would affect both servers | 19:08 |
clarkb | greghaynes: so nodepool never gets the slave used event | 19:08 |
greghaynes | ah | 19:08 |
*** stevema__ has joined #openstack-infra | 19:09 | |
smarcet | but ultimately its checks for the bower file | 19:09 |
smarcet | so if its not present | 19:09 |
smarcet | dont do anything | 19:09 |
clarkb | smarcet: and it isn't present on production? | 19:09 |
*** stevemar_ has quit IRC | 19:09 | |
smarcet | nope isnt, bc its an addition of the OIDC patch | 19:09 |
clarkb | gotcha, if I approve it soon will you be around to debug if anything does go crazy? | 19:10 |
*** stevema__ has quit IRC | 19:10 | |
smarcet | sure | 19:10 |
*** wenlock has quit IRC | 19:10 | |
smarcet | but that patch will fire a deployment on both servers ? | 19:10 |
*** craigbr has quit IRC | 19:10 | |
*** craigbr has joined #openstack-infra | 19:11 | |
clarkb | smarcet: I don't think so, I believe that prod is deployed from tarballs | 19:11 |
*** craigbr has quit IRC | 19:11 | |
smarcet | yeah | 19:11 |
clarkb | so prod will only update if tarball updates | 19:11 |
smarcet | me too | 19:11 |
clarkb | for dev it may deploy I am not sure | 19:11 |
smarcet | ok | 19:11 |
smarcet | np | 19:11 |
smarcet | i will be hre | 19:11 |
smarcet | here | 19:11 |
jpmaxman | :) | 19:12 |
*** jlothian has joined #openstack-infra | 19:12 | |
clarkb | smarcet: what does npm install -g n do ? | 19:12 |
clarkb | nd then `n stable` | 19:12 |
jlothian | hey folks - trying to sign my CLA but getting an error when it tries to save my contact info "Code Review - Error Server Error Cannot store contact information" | 19:12 |
clarkb | from https://review.openstack.org/#/c/226377/4/manifests/init.pp | 19:13 |
clarkb | jlothian: one sec | 19:13 |
clarkb | jlothian: does https://ask.openstack.org/en/question/56720/cannot-store-contact-information-when-updating-info-in-openstack-gerrit/ get it sorted out? | 19:13 |
smarcet | that install the latest stable version of npm | 19:13 |
clarkb | is n an alias? | 19:13 |
smarcet | n is the version manager for npm | 19:14 |
smarcet | its a node package | 19:14 |
clarkb | wow really? | 19:14 |
clarkb | thats ok | 19:14 |
clarkb | so basically it says install n then use n to install stable node | 19:14 |
jlothian | clarkb: doh, yes it does. my bad. thanks! | 19:14 |
clarkb | jlothian: no problem | 19:14 |
smarcet | clarkb: yes that is correct | 19:15 |
*** bpokorny_ has joined #openstack-infra | 19:15 | |
clarkb | ok last question :) | 19:15 |
clarkb | openstackid.org is a precise machine | 19:16 |
*** bpokorny_ has quit IRC | 19:16 | |
clarkb | the node.js version on precise is 0.6.12 | 19:16 |
clarkb | will this bootstrap properly starting with that really old version? | 19:16 |
*** kushal has quit IRC | 19:17 | |
*** bpokorny_ has joined #openstack-infra | 19:17 | |
smarcet | well i tested on 12.04 LTS and worked ok | 19:17 |
*** yfried is now known as yfried|afk | 19:17 | |
clarkb | npm is 1.1.4 | 19:17 |
clarkb | smarcet: ok thanks I will approve it now then | 19:17 |
*** baoli has quit IRC | 19:18 | |
clarkb | actually wiat I think I see a bug | 19:18 |
smarcet | clarkb: thx u, then i will rebase the other patch :) | 19:18 |
smarcet | k | 19:18 |
clarkb | its a small thing let me comment on the change | 19:18 |
*** baoli has joined #openstack-infra | 19:19 | |
*** bpokorny has quit IRC | 19:19 | |
smarcet | k | 19:19 |
smarcet | tn | 19:19 |
smarcet | thx | 19:19 |
*** otter768 has joined #openstack-infra | 19:20 | |
clarkb | smarcet: commented | 19:20 |
*** baoli has quit IRC | 19:21 | |
smarcet | ok checking | 19:21 |
*** baoli has joined #openstack-infra | 19:21 | |
*** hdd has quit IRC | 19:22 | |
*** fawadkhaliq has joined #openstack-infra | 19:22 | |
*** achanda has quit IRC | 19:22 | |
clarkb | smarcet: basically we need to require bower not npm/nodejs | 19:23 |
*** ashleighfarnham has joined #openstack-infra | 19:23 | |
*** fawadk has quit IRC | 19:24 | |
*** otter768 has quit IRC | 19:25 | |
smarcet | clarkb: oh ok | 19:26 |
smarcet | changing it | 19:26 |
mordred | clarkb: your face needs to require bower | 19:26 |
Clint | oh snap | 19:27 |
*** spzala has quit IRC | 19:27 | |
clarkb | mordred: apply directly to the forehead bower apply directly to the forehead | 19:27 |
smarcet | clarkb | 19:28 |
*** boris-42 has quit IRC | 19:28 | |
*** fawadk has joined #openstack-infra | 19:29 | |
smarcet | i dont think that u could require an exec target | 19:29 |
clarkb | you can | 19:29 |
smarcet | oh ok | 19:29 |
clarkb | Exec['name-here'] | 19:29 |
smarcet | k on it | 19:29 |
smarcet | tnx | 19:30 |
openstackgerrit | sebastian marcet proposed openstack-infra/puppet-openstackid: Added bower support https://review.openstack.org/226377 | 19:31 |
*** fawadkhaliq has quit IRC | 19:31 | |
clarkb | smarcet: +2 | 19:32 |
*** fawadkhaliq has joined #openstack-infra | 19:33 | |
*** tjones has quit IRC | 19:33 | |
clarkb | mordred: nibalizer et al ^ anyone want to do second review? | 19:33 |
clarkb | smarcet and I are around to babysit | 19:33 |
smarcet | clarkb: ok i will rebase the other patch once this one is merged | 19:34 |
smarcet | thx a lot | 19:34 |
*** Piet has joined #openstack-infra | 19:34 | |
*** fawadk has quit IRC | 19:35 | |
*** sfinucan has quit IRC | 19:35 | |
nibalizer | clarkb: done | 19:35 |
*** fawadk has joined #openstack-infra | 19:36 | |
mordred | THE JENKINS HATES YOU | 19:37 |
*** hashar has joined #openstack-infra | 19:37 | |
*** tjones has joined #openstack-infra | 19:38 | |
*** fawadkhaliq has quit IRC | 19:38 | |
clarkb | gah what did we break | 19:38 |
clarkb | oh | 19:39 |
clarkb | smarcet: the closing ] is before the exec | 19:39 |
clarkb | needs to be moved | 19:39 |
smarcet | sorry my fault :/ | 19:40 |
openstackgerrit | sebastian marcet proposed openstack-infra/puppet-openstackid: Added bower support https://review.openstack.org/226377 | 19:40 |
clarkb | mordred: nibalizer ^ round two assuming lint doesn't yell about the extra space before , | 19:45 |
*** hdd has joined #openstack-infra | 19:47 | |
nibalizer | clarkb: approved again | 19:47 |
mordred | SPACES ARE THE DEVIL'S WORK | 19:47 |
nibalizer | well actually that was just fail puppetcode i think | 19:47 |
*** achanda has joined #openstack-infra | 19:47 | |
*** sdake has joined #openstack-infra | 19:48 | |
clarkb | mordred: did you get a new bottle of ketel or something? | 19:48 |
sdague | clarkb: ok this should be good to go - https://review.openstack.org/#/c/244157/ - the project config change for multinode grenade voting | 19:48 |
clarkb | mordred: you ar eawefully energetic :) | 19:48 |
*** baoli has quit IRC | 19:48 | |
mordred | clarkb: I HAVE ALL THE KETEL IN YOUR FACE NOW TOMORRROW | 19:48 |
*** baoli has joined #openstack-infra | 19:48 | |
*** esker has quit IRC | 19:48 | |
asselin__ | mordred, care to +W https://review.openstack.org/#/c/217914/ ? | 19:49 |
*** esker has joined #openstack-infra | 19:49 | |
sdague | clarkb: kibana down? | 19:50 |
clarkb | no | 19:50 |
clarkb | loads for me | 19:50 |
mordred | asselin__: I'm not fully engaged enough to babysit that if it breaks the gate | 19:50 |
mordred | I do not think it will break the gate | 19:50 |
mordred | but I don't want to screw clarkb if I'm wrong | 19:51 |
sdague | clarkb: http://dl.dropbox.com/u/6514884/screenshot_277.png | 19:51 |
asselin__ | ok | 19:51 |
clarkb | sdague: open the dev tools and see if there are CORS errors in the log? | 19:51 |
sdague | and 5 reloads and 3 minutes later it's back | 19:51 |
mtreinish | sdague: it works for me | 19:51 |
clarkb | sdague: there shouldn't be because kibana and es api are at the same url | 19:52 |
openstackgerrit | Merged openstack-infra/puppet-openstackid: Added bower support https://review.openstack.org/226377 | 19:52 |
*** jlothian has quit IRC | 19:52 | |
sdague | clarkb: and it's always talking to the same node? | 19:52 |
clarkb | sdague: yes it always talks to http://logstash.openstack.org/elasticsearch | 19:52 |
*** fawadk has quit IRC | 19:52 | |
*** fawadkhaliq has joined #openstack-infra | 19:52 | |
*** dramalho has quit IRC | 19:52 | |
clarkb | so from the browser's perspective its the same origin | 19:52 |
*** achanda has quit IRC | 19:52 | |
clarkb | and the browser does the enforcement? | 19:52 |
sdague | yeh, don't know, this seems to crud out on me like this once a day or so | 19:53 |
*** dramalho has joined #openstack-infra | 19:53 | |
clarkb | sdague: are you trying to run a query when it happens? | 19:53 |
asselin__ | mordred, well if anything it would break next nodepool image builds | 19:53 |
sdague | no | 19:53 |
sdague | I'm litterally going to logstash.openstack.org | 19:53 |
clarkb | sdague: I would check the debug log | 19:53 |
*** dtardivel has quit IRC | 19:53 | |
clarkb | that should at least rule in or out CORS | 19:53 |
clarkb | (which I plan to address properly across the board this weekend) | 19:53 |
sdague | ok | 19:54 |
*** mnencia has quit IRC | 19:54 | |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/ciwatch: [WIP] Refactor configuration handling https://review.openstack.org/245312 | 19:54 |
*** sigmavirus24 is now known as sigmavirus24_awa | 19:55 | |
clarkb | smarcet: you can watch http://puppetboard.openstack.org to see when puppet runs on the two hosts with those changes | 19:55 |
sdague | clarkb: ok, well, anyway want to approve in the grenade multinode bit, and I can success it? | 19:56 |
sdague | https://review.openstack.org/#/c/244157/ | 19:56 |
sdague | the failure rate issue is now addressed, and we should be good to go | 19:56 |
clarkb | the fail spike was dealt with? | 19:56 |
clarkb | ah ok | 19:56 |
openstackgerrit | sebastian marcet proposed openstack-infra/system-config: Updated OpenStackId configuration https://review.openstack.org/214344 | 19:56 |
sdague | clarkb: yeh, turns out my schedule_to_all_nodes test, didn't | 19:57 |
*** mnencia has joined #openstack-infra | 19:57 | |
sdague | https://review.openstack.org/#/c/245176/2/tempest/scenario/test_server_multinode.py,cm was the fix | 19:57 |
*** Swami has quit IRC | 19:57 | |
smarcet | clarkb: this change relies on new hiera keys | 19:57 |
smarcet | i already sent those keys to fungi | 19:57 |
smarcet | could we double check that those keys are in place :)? | 19:58 |
clarkb | smarcet: ok, fungi just headed out on vacation but I bet he added them to hirea, I will chekc | 19:58 |
smarcet | ok cool thx :) | 19:58 |
greghaynes | clarkb: did the cors config maybe not get deployed to all the es nodes? | 19:58 |
clarkb | greghaynes: it hans't been deployed at all yet bceause it requires afull cluster restart | 19:59 |
greghaynes | Ah | 19:59 |
clarkb | greghaynes: but in this specific case CORS is not an issue because api and kibana are hosted at the same location | 19:59 |
greghaynes | Ah, yep, that is a thing | 19:59 |
mordred | https://bugs.launchpad.net/unity/+bug/1463112 | 19:59 |
openstack | Launchpad bug 1463112 in unity (Ubuntu) "Cat sitting on keyboard crashes lightdm" [Medium,Confirmed] | 19:59 |
clarkb | smarcet: doesn't look like the keys were added | 20:00 |
greghaynes | mordred: you hit that? | 20:00 |
mordred | greghaynes: nope. :) | 20:00 |
clarkb | smarcet: lets get past the bower change then figure out how we want to deal with that | 20:00 |
*** fawadk has joined #openstack-infra | 20:00 | |
smarcet | clarkb: ok | 20:01 |
clarkb | I need to write another ES config change for the fielddata thing | 20:01 |
smarcet | well | 20:01 |
smarcet | i could add a patch to openstackid to fix the discovery issue | 20:01 |
smarcet | and test the bower patch | 20:01 |
smarcet | are u ok with that ? | 20:01 |
clarkb | smarcet: for -dev right? | 20:02 |
clarkb | sounds good | 20:02 |
smarcet | for dev only | 20:02 |
smarcet | ok on it | 20:02 |
*** fawadkhaliq has quit IRC | 20:03 | |
*** angdraug has quit IRC | 20:03 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 20:04 | |
openstackgerrit | Merged openstack-infra/project-config: switch partial upgrade testing to multinode https://review.openstack.org/244157 | 20:04 |
openstackgerrit | Christopher Aedo proposed openstack-infra/puppet-apps_site: Add python WSGI server https://review.openstack.org/245315 | 20:04 |
*** tjones has quit IRC | 20:06 | |
*** pc_m has quit IRC | 20:08 | |
openstackgerrit | Clark Boylan proposed openstack-infra/puppet-elasticsearch: Add indices.breaker.fielddata.limit to config https://review.openstack.org/245317 | 20:09 |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid: [smarcet] Fixed Discovery Procedure (OpenID 2.0) Added a new implicit endpoint to retrieve XRDS document Added debug info https://review.openstack.org/245318 | 20:09 |
openstackgerrit | Clark Boylan proposed openstack-infra/system-config: Set indices.breaker.fielddata.limit to 70% on ES https://review.openstack.org/245319 | 20:10 |
smarcet | clarkb:^ ok i will approve once jenkins check that change | 20:10 |
clarkb | mordred: nibalizer those two ES related changes and their parents would be good to get in today then I can restart cluster this weekend to pick up the cors stuff | 20:10 |
*** signed8bit is now known as signed8bit_ZZZzz | 20:10 | |
*** harlowja_at_home has quit IRC | 20:10 | |
*** sputnik13 has joined #openstack-infra | 20:13 | |
openstackgerrit | Thomas Morin proposed openstack-infra/project-config: net-bgpvpn: Make requirements check non-voting https://review.openstack.org/243610 | 20:13 |
*** ldnunes has quit IRC | 20:14 | |
*** sputnik13 has quit IRC | 20:15 | |
*** sputnik13 has joined #openstack-infra | 20:15 | |
*** fawadk has quit IRC | 20:17 | |
*** nadya has quit IRC | 20:18 | |
*** sdake has quit IRC | 20:19 | |
*** FallenPegasus has joined #openstack-infra | 20:19 | |
*** cloudtrainme has joined #openstack-infra | 20:19 | |
mordred | clarkb: lgtm | 20:21 |
*** jamielennox is now known as jamielennox|away | 20:23 | |
smarcet | clarkb: i just approved https://review.openstack.org/#/c/245318/ | 20:23 |
smarcet | lets see if deploys ok | 20:23 |
clarkb | smarcet: ok | 20:24 |
sdague | clarkb: thanks, we've entered the era of voting multinode | 20:24 |
* mtreinish cowers in fear | 20:25 | |
mordred | wow | 20:26 |
mordred | sdague: that is a terrifying era | 20:26 |
*** zns has joined #openstack-infra | 20:27 | |
openstackgerrit | Merged openstack-infra/openstackid: [smarcet] Fixed Discovery Procedure (OpenID 2.0) Added a new implicit endpoint to retrieve XRDS document Added debug info https://review.openstack.org/245318 | 20:27 |
clarkb | sdague: next neutron? | 20:27 |
clarkb | er neutron grenade | 20:27 |
*** FallenPegasus is now known as MarkAtwood | 20:28 | |
*** annegent_ has quit IRC | 20:28 | |
docaedo | while we're cowering in fear, anyone with WSGI smarts have a minute to help me? I'm stumped on something I thought would be really easy | 20:28 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/ciwatch: Fix pep8 https://review.openstack.org/245322 | 20:28 |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/project-config: Enable python jobs for ciwatch https://review.openstack.org/245323 | 20:29 |
smarcet | clarkb:there is any way to look at puppet logs? | 20:30 |
openstackgerrit | Danilo Ramalho proposed openstack-infra/puppet-etherpad_lite: WIP Tests etherpad https://review.openstack.org/244110 | 20:30 |
*** jamesmcarthur has joined #openstack-infra | 20:30 | |
mordred | smarcet: http://puppetdb.openstack.org/ | 20:30 |
smarcet | thx :) | 20:30 |
mordred | smarcet: so, more specifically: http://puppetdb.openstack.org/node/openstackid.org | 20:30 |
tsg | clarkb, fungi: is https://github.com/openstack-infra/project-config/blob/master/jenkins/data/bindep-fallback.txt where new package dependencies are added? (I am trying to add a new package "liberasurecode-dev" to the CI slaves) | 20:31 |
*** hdd has quit IRC | 20:31 | |
mordred | instaling n does not seem to have had a happy | 20:31 |
*** tonytan4ever has quit IRC | 20:31 | |
clarkb | tsg: we haven't switched to that yet, but there and system-config/modules/openstack_project/manifests/something.pp | 20:31 |
smarcet | clarkb: build failed | 20:32 |
tsg | clarkb: thanks - how about devstack? | 20:32 |
*** bpokorny_ has quit IRC | 20:32 | |
clarkb | tsg: add it to devstack | 20:32 |
clarkb | smarcet: build or puppet? | 20:33 |
sdague | clarkb: possibly, there is a thread about that. I built the pattern here, so it should be easy enough to follow | 20:33 |
sdague | but I need to swing back around to the service catalog bits and get those rolling | 20:33 |
smarcet | puppet | 20:33 |
smarcet | http://puppetdb.openstack.org/report/openstackid-dev.openstack.org/64c7d47642502f724b8108127110e8d53e072882 | 20:33 |
clarkb | npm install -g n returned 1 instead of one of [0] seems to be the issue | 20:34 |
smarcet | mmm | 20:34 |
smarcet | user running those commands is root? | 20:35 |
clarkb | yes puppet runs as root | 20:35 |
smarcet | k | 20:35 |
smarcet | checking on it | 20:36 |
*** maiteb has joined #openstack-infra | 20:37 | |
smarcet | ok i got the issue | 20:37 |
*** jamesmcarthur has quit IRC | 20:38 | |
smarcet | clarkb: the exec commands dont need to depends on a former exec cmd? i mean they are executed sequentially ? | 20:41 |
clarkb | smarcet: oh they will need requires probably | 20:41 |
smarcet | ok | 20:42 |
tsg | clarkb: are there any RH based CI slaves anymore or just Ubuntu Trusty now? | 20:42 |
clarkb | tsg: centos6, centos7, fedora 21 and 22 and trusty and precise | 20:43 |
openstackgerrit | sebastian marcet proposed openstack-infra/puppet-openstackid: [smarcet] Fix for failed puppet build Added latest registry reference for node https://review.openstack.org/245328 | 20:44 |
smarcet | clarkb: ^ok done | 20:44 |
*** yamahata has joined #openstack-infra | 20:44 | |
smarcet | that should fix the failed puppet build | 20:44 |
smarcet | :) | 20:44 |
tsg | clarkb: ok .. didn't realize! so a job like gate-swift-python27 is run in all envs? | 20:45 |
mordred | tsg: nope. jobs are still tied to nodetypes - but there are those node types available for jobs that need them | 20:46 |
mordred | gate-swift-python27 runs on precise||trusty IIRC | 20:47 |
clarkb | ya | 20:48 |
clarkb | though precise will go away with juno too ? | 20:48 |
tsg | mordred: gotcha - so basically you are saying don't assume a node type .. :) | 20:48 |
bookwar | clarkb: which job is the voting multinode now? | 20:48 |
tsg | looks like I need to make sure any new package I add to a CI slave is available in all those repos then | 20:48 |
clarkb | bookwar: the grenade job | 20:48 |
mordred | clarkb: yah. I'm looking forward to that | 20:49 |
*** nadya has joined #openstack-infra | 20:49 | |
mordred | tsg: centos6 and precise are going away real-soon-now | 20:49 |
mordred | which will make the answer to this question much easier | 20:49 |
*** ZZelle has quit IRC | 20:50 | |
tsg | mordred: ok, so for a swift-only dependency, enough to add the new pkg (liberasurecode-dev) assuming just trusty?? | 20:50 |
clarkb | tsg: not if yo uwant to add it before end of the month | 20:50 |
*** rfolco has quit IRC | 20:50 | |
clarkb | (which is rapidly approaching so maybe that fine) | 20:50 |
openstackgerrit | sebastian marcet proposed openstack-infra/puppet-openstackid: [smarcet] Fix for failed puppet build Added latest registry reference for node https://review.openstack.org/245328 | 20:51 |
*** ZZelle has joined #openstack-infra | 20:52 | |
tsg | clarkb: with all the issues we have run into with upper-constraints, wheel etc, and the package being only available on trusty and fedora22/23 at the moment, it may not happen until the end of the month | 20:52 |
*** nadya has quit IRC | 20:52 | |
tsg | clarkb: I will still try to make the package available on precise in either case | 20:52 |
tsg | and try to submit a patch for jenkins_params.pp | 20:52 |
*** cloudtrainme has quit IRC | 20:52 | |
clarkb | keep in mind that swift's user and dev community is very picky about this | 20:53 |
clarkb | even though openstack no longer tests on precise swift itslef may decide that that lib must exist there | 20:54 |
*** xyang1 has quit IRC | 20:54 | |
tsg | clarkb: notmyname is aware - we have been bundling liberasurecode with pyeclib so far because the package wasn't available in all distros previously | 20:54 |
*** stevemar_ has joined #openstack-infra | 20:54 | |
*** aysyd has quit IRC | 20:55 | |
*** sputnik13 has quit IRC | 20:55 | |
*** sputnik1_ has joined #openstack-infra | 20:55 | |
tsg | clarkb: we are at a point though that we need to move away from the bundled pypi package and get the dependency installed on the slave - so I will get the package backported to precise and also get a patch submitted for inclusion on jenkins slaves by default | 20:56 |
*** alivigni has quit IRC | 20:57 | |
*** glauco_ has quit IRC | 20:58 | |
*** glauco has joined #openstack-infra | 20:58 | |
*** cloudtrainme has joined #openstack-infra | 20:59 | |
openstackgerrit | greghaynes proposed openstack/diskimage-builder: Perform a booting test for our images https://review.openstack.org/204639 | 20:59 |
*** craigbr has joined #openstack-infra | 20:59 | |
*** stevemar_ has quit IRC | 20:59 | |
*** craigbr has quit IRC | 21:00 | |
*** craigbr has joined #openstack-infra | 21:01 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Fix for create_object https://review.openstack.org/245334 | 21:01 |
Shrews | SpamapS: mordred: ^^^ | 21:02 |
Shrews | calebb: that ^^^ also fixes your problem | 21:02 |
*** bpokorny has joined #openstack-infra | 21:02 | |
SpamapS | Shrews: ewww.. munching generators | 21:02 |
*** peristeri has quit IRC | 21:02 | |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/project-config: Enable python jobs for ciwatch https://review.openstack.org/245323 | 21:03 |
*** glauco has quit IRC | 21:03 | |
*** amuller is now known as amuller_afk | 21:04 | |
openstackgerrit | Mikhail S Medvedev proposed openstack-infra/ciwatch: [WIP] Refactor configuration handling https://review.openstack.org/245312 | 21:04 |
*** tonytan4ever has joined #openstack-infra | 21:05 | |
calebb | Shrews: awesome | 21:05 |
Shrews | SpamapS: I will gladly pay you Tuesday for a review on https://review.openstack.org/244863 today. | 21:07 |
*** Piet has quit IRC | 21:07 | |
*** gordc has quit IRC | 21:07 | |
* Shrews guesses 99.999% of the people here do not get that reference without googling | 21:07 | |
*** annegentle has joined #openstack-infra | 21:07 | |
*** maiteb has quit IRC | 21:07 | |
SpamapS | Shrews: auhguhguhgughuh, When I eats me spinach, my patches I'll finish. I'm SpamapS the Trailer Trash [toot toot] | 21:12 |
*** sdake has joined #openstack-infra | 21:12 | |
* Clint twitches. | 21:12 | |
SpamapS | Popeye probably eats kale now. | 21:13 |
Shrews | :) | 21:13 |
Clint | and bluto is a CEO | 21:13 |
*** cloudtrainme has quit IRC | 21:15 | |
SpamapS | Olive Oil is now Macadamia Oil | 21:17 |
*** cloudtrainme has joined #openstack-infra | 21:18 | |
*** sputnik1_ is now known as sputnik13 | 21:18 | |
openstackgerrit | Philip Marc Schwartz proposed openstack-infra/system-config: Pull o_p::server out of gerrit role https://review.openstack.org/245341 | 21:20 |
phschwartz | nibalizer: mind looking at https://review.openstack.org/245341 | 21:20 |
*** otter768 has joined #openstack-infra | 21:21 | |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid: [smarcet] Fix on Yadis protocol Added meta tag to homepage and identity page with location of discovery XRDS doc https://review.openstack.org/245343 | 21:25 |
smarcet | clarkb: could u review this one https://review.openstack.org/#/c/245328/ please :) ? | 21:25 |
*** otter768 has quit IRC | 21:25 | |
*** sputnik13 has quit IRC | 21:26 | |
*** sputnik1_ has joined #openstack-infra | 21:26 | |
openstackgerrit | Philip Marc Schwartz proposed openstack-infra/system-config: Pull o_p::server out of gerrit role https://review.openstack.org/245341 | 21:27 |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Fix for create_object https://review.openstack.org/245334 | 21:28 |
Shrews | SpamapS: now moar tests ^^^ | 21:28 |
*** sputnik1_ has quit IRC | 21:29 | |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid: OIDC - OpenId Connect Implementation https://review.openstack.org/198458 | 21:30 |
*** sputnik13 has joined #openstack-infra | 21:30 | |
mordred | Shrews: I love that your patch came with an ansible playbook | 21:30 |
*** cloudtrainme has quit IRC | 21:30 | |
Shrews | mordred: that was unintentional | 21:30 |
Shrews | mordred: that's still being worked on | 21:30 |
Shrews | i just removed it | 21:31 |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Fix for create_object https://review.openstack.org/245334 | 21:31 |
Shrews | err, now i did | 21:31 |
*** ajmiller has quit IRC | 21:31 | |
Shrews | b/c the playbook won't pass without calebb's patch | 21:31 |
smarcet | mordred: could u review https://review.openstack.org/#/c/245328/ please ? | 21:32 |
*** stevemar_ has joined #openstack-infra | 21:32 | |
*** andersonvom has joined #openstack-infra | 21:32 | |
calebb | Shrews: my patch is still very broken | 21:32 |
Shrews | calebb: really? | 21:32 |
Shrews | calebb: i thought it was just the r['success'] error tripping you up | 21:33 |
openstackgerrit | Monty Taylor proposed openstack-infra/puppet-openstackid: Added latest registry reference for node https://review.openstack.org/245328 | 21:33 |
calebb | yeah its that, but also the contained list method is broken | 21:33 |
*** stevemar_ has quit IRC | 21:33 | |
*** david-lyle has quit IRC | 21:34 | |
mordred | smarcet: looks good. I changed your commit message for you rather than reviewing and asking you to | 21:34 |
smarcet | ok thx :) | 21:35 |
*** sdake_ has joined #openstack-infra | 21:36 | |
*** sdake has quit IRC | 21:36 | |
*** cloudtrainme has joined #openstack-infra | 21:37 | |
*** jamesmcarthur has joined #openstack-infra | 21:38 | |
*** e0ne has quit IRC | 21:38 | |
Shrews | calebb: ok. let either me or mordred know if you need help. we need to get those functional tests going again | 21:38 |
*** stevemar_ has joined #openstack-infra | 21:39 | |
*** jffische has quit IRC | 21:41 | |
*** jamesmcarthur has quit IRC | 21:42 | |
*** jamesmcarthur has joined #openstack-infra | 21:43 | |
*** stevemar_ has quit IRC | 21:43 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Add Ansible object role https://review.openstack.org/245347 | 21:43 |
Shrews | ok, turns out that *will* work as-is | 21:44 |
*** mtanino has quit IRC | 21:44 | |
*** jamesmcarthur has quit IRC | 21:46 | |
calebb | Shrews: ok, I think part of why it's confusing is that the get function doesnt work like the get functions do for the volume stuff(and most stuff afaict) use the list function and then get the object from it, the containers use the get function from the swift client though | 21:49 |
openstackgerrit | Merged openstack-infra/shade: Add ability to selectively run ansible tests https://review.openstack.org/244863 | 21:50 |
calebb | so i need to generate a list that uses the get function, so they create the same dicts, but that seems slow and bad | 21:50 |
Shrews | calebb: ah, the others use a list method b/c we support getting a thing by either name or ID. the clients don't usually support that | 21:50 |
Shrews | calebb: so we need to get all of them, then filter. | 21:51 |
calebb | yeah | 21:51 |
Shrews | calebb: that probably doesn't make sense for containers/objects | 21:52 |
*** ashishb has quit IRC | 21:52 | |
mordred | Shrews: I would support the semantics for containers/objects being a bit different - they are data rather than resources anyway | 21:52 |
mordred | if they need to be for sanity | 21:52 |
Shrews | mordred: yeah. we don't want to list all of those | 21:53 |
openstackgerrit | Anne Gentle proposed openstack-infra/project-config: Adds an API migration and generation tool, fairy-slipper https://review.openstack.org/245352 | 21:54 |
mordred | Shrews: we could reimplement unix find syntax except on the swift api | 21:55 |
openstackgerrit | Anne Gentle proposed openstack-infra/project-config: Adds an API migration and docs generation tool, fairy-slipper https://review.openstack.org/245352 | 21:55 |
Shrews | mordred: and a bit of awk for filtering | 21:55 |
mordred | Shrews: and then require people to pass a find command line json encoded as a single string argument | 21:55 |
mordred | ++ | 21:55 |
*** jamesmcarthur has joined #openstack-infra | 21:57 | |
*** sridhar_ram has joined #openstack-infra | 21:58 | |
*** tiswanso has quit IRC | 21:58 | |
*** trown is now known as trown|outttypeww | 21:58 | |
smarcet | mordred:question: who should approve my patch ? | 21:58 |
openstackgerrit | Anne Gentle proposed openstack-infra/project-config: Adds an API migration and generation tool, fairy-slipper https://review.openstack.org/245352 | 22:00 |
clarkb | sorry I am parenting right now can look soon | 22:00 |
openstackgerrit | Anne Gentle proposed openstack-infra/project-config: Adds an API migration and docs generation tool, fairy-slipper https://review.openstack.org/245352 | 22:00 |
*** sridhar_ram1 has joined #openstack-infra | 22:02 | |
clarkb | smarcet approved | 22:02 |
*** sridhar_ram has quit IRC | 22:02 | |
*** annegentle has quit IRC | 22:03 | |
*** ArxCruz has joined #openstack-infra | 22:03 | |
*** Piet has joined #openstack-infra | 22:03 | |
*** sabeen2 has quit IRC | 22:03 | |
*** thedodd has quit IRC | 22:03 | |
*** amuller_afk is now known as amuller | 22:04 | |
*** signed8bit_ZZZzz is now known as signed8bit | 22:05 | |
openstackgerrit | Merged openstack-infra/puppet-openstackid: Added latest registry reference for node https://review.openstack.org/245328 | 22:05 |
*** barnaby has quit IRC | 22:06 | |
clarkb | smarcet ^ should be soon | 22:06 |
smarcet | ok thx a lot :) | 22:07 |
*** bauwser is now known as bauzas | 22:07 | |
*** dprince has quit IRC | 22:10 | |
*** glauco has joined #openstack-infra | 22:11 | |
*** thorst has quit IRC | 22:14 | |
openstackgerrit | Merged openstack-infra/devstack-gate: Update URL in instructions to git.o.o https://review.openstack.org/244759 | 22:15 |
*** cloudtrainme has quit IRC | 22:16 | |
openstackgerrit | Merged openstack-infra/openstackid: [smarcet] Fix on Yadis protocol Added meta tag to homepage and identity page with location of discovery XRDS doc https://review.openstack.org/245343 | 22:18 |
*** amitgandhinz has quit IRC | 22:19 | |
*** lykinsbd has quit IRC | 22:21 | |
mriedem | clarkb: are things dead again? | 22:21 |
mriedem | http://logstash.openstack.org/#dashboard/file/logstash.json?query=message:%5C%22TypeError:%20__init__()%20got%20an%20unexpected%20keyword%20argument%20'item_type'%5C%22%20AND%20tags:%5C%22console%5C%22 | 22:21 |
mriedem | Delay in Elastic Search: Indexing behind by 21 hours | 22:22 |
mordred | mriedem: we're now accepting bribes for access to up to date ES | 22:22 |
openstackgerrit | sebastian marcet proposed openstack-infra/openstackid: [smarcet] Formatted HTML removed tabs https://review.openstack.org/245359 | 22:22 |
mriedem | i still have some halloween candy | 22:22 |
mriedem | it's my kid's, but that makes it mine | 22:22 |
clarkb | mriedem: uh delay a few hours ago was up to date | 22:23 |
clarkb | thats weird it would jump like htat (I checked today) | 22:23 |
clarkb | fielddata is too big again | 22:24 |
clarkb | I think basically this means we have too much data | 22:24 |
mordred | clarkb: maybe we need more magic beans? | 22:24 |
mriedem | was this due to the es/kibana upgrade? i think you said yesterday but i forget | 22:25 |
clarkb | mriedem: not kibana es | 22:25 |
clarkb | er it is es not kibana | 22:25 |
mriedem | ya | 22:25 |
clarkb | basically current kibana will bail out early when it realizes its using a lot of memory | 22:25 |
clarkb | to avoid OOMing and killing the cluster | 22:25 |
*** hdd has joined #openstack-infra | 22:25 | |
*** fitoduarte has quit IRC | 22:26 | |
*** craigbr has quit IRC | 22:26 | |
smarcet | clarkb: any chance to see some logs for puppet build? | 22:27 |
smarcet | this is failing | 22:27 |
smarcet | http://puppetdb.openstack.org/report/openstackid-dev.openstack.org/5885f2ad9bfcce2ac068a80ece22526acae1035f | 22:27 |
*** rlandy has quit IRC | 22:27 | |
smarcet | and not sure why | 22:28 |
smarcet | bc on dev server works just fine | 22:28 |
clarkb | smarcet: I can manually trigger a run with debug logging and see what comes out | 22:28 |
clarkb | but first need to bump es memory again | 22:28 |
smarcet | k | 22:29 |
smarcet | thx | 22:29 |
clarkb | mriedem: bumped to 80% from 70% | 22:29 |
* clarkb worries about OOM but YOLO | 22:29 | |
openstackgerrit | Merged openstack-infra/openstackid: [smarcet] Formatted HTML removed tabs https://review.openstack.org/245359 | 22:29 |
mriedem | ha | 22:29 |
clarkb | I mean its broken now so worst case is a different type of broken | 22:30 |
clarkb | I am still seeing the error in the logs but the api claims it accepted the change | 22:30 |
*** ArxCruz has quit IRC | 22:31 | |
mriedem | so are we just saving stuff for too long? or saving too much stuff (console logs are too big?), or the events are too big (multiline traces?) | 22:32 |
*** monester has quit IRC | 22:32 | |
*** wenlock has joined #openstack-infra | 22:32 | |
smarcet | clarkb: i have to take off, would be asking to much to send the logs by email once u run it :) ? | 22:33 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: The output file is optional. Default to stdout if not specified. https://review.openstack.org/244377 | 22:33 |
clarkb | smarcet: thats fine, what address should I send it to? | 22:34 |
clarkb | mriedem: its a good question about saving stuff too long, I will check index list | 22:34 |
smarcet | smarcet at gmail dot com | 22:34 |
clarkb | kk | 22:34 |
smarcet | thx a lot | 22:34 |
*** cloudtrainme has joined #openstack-infra | 22:34 | |
smarcet | have a nice weekend :) cu! | 22:34 |
*** smarcet has quit IRC | 22:34 | |
mriedem | we used to have 2 weeks, then 10 days, we could drop to 7 days, but anything less gets scary | 22:34 |
mriedem | why is new(er) ES such a wuss? | 22:34 |
mriedem | maybe we need enterprise ES to dewussify :) | 22:35 |
clarkb | huh we do have 15 open indexes | 22:36 |
mtreinish | mriedem: that's their business model | 22:36 |
clarkb | which is ~15 days | 22:36 |
clarkb | so maybe w edo have too much data | 22:36 |
* clarkb brings out that delete hamer | 22:36 | |
*** wenlock has quit IRC | 22:36 | |
*** ZZelle has quit IRC | 22:39 | |
*** regXboi has quit IRC | 22:39 | |
*** ZZelle has joined #openstack-infra | 22:39 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:40 | |
clarkb | mriedem: I think I owe you beer | 22:40 |
openstackgerrit | Merged openstack-infra/elastic-recheck: The output file is optional. Default to stdout if not specified. https://review.openstack.org/244377 | 22:41 |
clarkb | there were two massive old indexes from mid october | 22:41 |
mriedem | don't tell me i helped somehow | 22:41 |
clarkb | so gonna go back to 70% | 22:41 |
clarkb | and I think we are good if deletes actually work | 22:41 |
mordred | clarkb: we should alias sudo to yolo on the servers | 22:41 |
mriedem | \o/ | 22:41 |
clarkb | mriedem: can you check kibana and make sure it looks sanish? | 22:41 |
mriedem | checking | 22:41 |
clarkb | mordred: :) | 22:41 |
clarkb | ok back to 70% | 22:41 |
mriedem | clarkb: yup, kibana is back in action on http://logstash.openstack.org/#dashboard/file/logstash.json?query=message:%5C%22TypeError:%20__init__()%20got%20an%20unexpected%20keyword%20argument%20'item_type'%5C%22%20AND%20tags:%5C%22console%5C%22 | 22:41 |
clarkb | so we are operating closer to the edge than I hoped | 22:42 |
clarkb | one thing I wanted to do was bump the retention back up a few days but thats basically 2 extra days and we fall over | 22:42 |
clarkb | :( | 22:42 |
clarkb | you must build additional rams | 22:42 |
mriedem | i'm used to 10 days | 22:43 |
mriedem | honestly 14 days was a luxury | 22:43 |
mriedem | if we don't catch something in under a week, we're usually lost | 22:43 |
clarkb | thats an interseting point | 22:43 |
clarkb | (and good to know) | 22:43 |
mriedem | well when things really shart the bed, we catch those in < 48 hours, because everything stops | 22:43 |
jesusaurus | mordred: that would be an awesome alias | 22:43 |
mriedem | but you need the 7 day buffer to see the spike in < 48 hours | 22:44 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Add ansible-role-nodepool functional testing job https://review.openstack.org/245363 | 22:44 |
*** mestery has quit IRC | 22:44 | |
clarkb | and fwiw I do prefer ES to fail this way than to OOM | 22:44 |
pabelanger | Do the JJB experts mind reviewing ^ I am not happy how I am calling tox there. But don't know of a better way right now | 22:44 |
clarkb | OOMing used tobe an all day fail | 22:44 |
clarkb | this is a 5 minute debug and fix | 22:45 |
mriedem | yeah that's nice(r) | 22:45 |
mtreinish | clarkb: but there's no sense of urgency with this :) | 22:46 |
clarkb | (it is worth noting that the delete fails don't appear related to the upgrade they were old old indexes, I think maybe related to rax reboots?) | 22:47 |
clarkb | since they were from 10 days before roughly summit time which is when reboots happened | 22:48 |
clarkb | jesusaurus: do you know if the python tool for deletes is a bit more stateful and will notice stragglers and clean them up? | 22:48 |
*** alexpilotti has joined #openstack-infra | 22:48 | |
jesusaurus | clarkb: i was about to say... yes, it looks at all indices and then calculates which are older than $time | 22:48 |
clarkb | jesusaurus: cool I think that just became priority 2 after fixing CORS | 22:49 |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for gnocchi dbsync failure bug 1516168 https://review.openstack.org/245365 | 22:49 |
openstack | bug 1516168 in Gnocchi "gate-ceilometer-dsvm-integration fails gnocchi-dbsync with " TypeError: __init__() got an unexpected keyword argument 'item_type'"" [Undecided,New] https://launchpad.net/bugs/1516168 | 22:49 |
clarkb | then update logstash to expire multiline events | 22:49 |
clarkb | then upgrade kibana | 22:49 |
jesusaurus | cool, the change is 222742 | 22:49 |
jesusaurus | you want to upgrade kibana? to the node.js app? | 22:50 |
clarkb | jesusaurus: ya | 22:50 |
clarkb | jesusaurus: since tat way we can have the app save stuff rather than random users on internet | 22:50 |
clarkb | jesusaurus: basically run it against the api directly rathe rthan through proxy | 22:50 |
jesusaurus | ahh, ok | 22:50 |
*** pradk_ has quit IRC | 22:51 | |
*** abregman has quit IRC | 22:52 | |
*** mriedem has quit IRC | 22:54 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for Horizon PhantomJS CI crash https://review.openstack.org/245279 | 22:55 |
*** dramalho has quit IRC | 23:00 | |
*** sridhar_ram1 has quit IRC | 23:01 | |
*** annegentle has joined #openstack-infra | 23:05 | |
*** sridhar_ram has joined #openstack-infra | 23:09 | |
*** pvaneck has quit IRC | 23:12 | |
*** sputnik13 has quit IRC | 23:12 | |
*** sputnik13 has joined #openstack-infra | 23:12 | |
*** sputnik13 has quit IRC | 23:15 | |
*** sputnik13 has joined #openstack-infra | 23:15 | |
*** dims_ has quit IRC | 23:17 | |
*** sputnik1_ has joined #openstack-infra | 23:19 | |
*** signed8bit is now known as signed8bit_ZZZzz | 23:20 | |
*** sputnik13 has quit IRC | 23:21 | |
*** otter768 has joined #openstack-infra | 23:22 | |
*** annegentle has quit IRC | 23:23 | |
*** glauco has quit IRC | 23:23 | |
*** rbrndt has quit IRC | 23:25 | |
*** annegentle has joined #openstack-infra | 23:26 | |
*** alexpilotti has quit IRC | 23:26 | |
*** otter768 has quit IRC | 23:26 | |
*** hashar has quit IRC | 23:29 | |
*** sabeen1 has joined #openstack-infra | 23:31 | |
*** tonytan4ever has quit IRC | 23:31 | |
*** sdake has joined #openstack-infra | 23:32 | |
*** otter768 has joined #openstack-infra | 23:32 | |
*** sdake_ has quit IRC | 23:32 | |
*** sabeen1 has quit IRC | 23:33 | |
*** MarkAtwood has quit IRC | 23:38 | |
*** tjones1 has joined #openstack-infra | 23:40 | |
*** rhallisey has quit IRC | 23:42 | |
*** hashar has joined #openstack-infra | 23:45 | |
*** arborism has joined #openstack-infra | 23:46 | |
arborism | for a openstack-infra/shade feature request, is that done by creating a story under https://storyboard.openstack.org/#!/project/760 ? | 23:47 |
*** rhallisey has joined #openstack-infra | 23:47 | |
*** fitoduarte has joined #openstack-infra | 23:48 | |
*** baoli has quit IRC | 23:49 | |
*** hdd has quit IRC | 23:52 | |
*** wenlock has joined #openstack-infra | 23:53 | |
*** ashleighfarnham has quit IRC | 23:55 | |
*** annegentle has quit IRC | 23:56 | |
*** wenlock has quit IRC | 23:57 | |
*** sputnik1_ has quit IRC | 23:58 | |
*** sputnik13 has joined #openstack-infra | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!