jeblair | marun: hrm, i can't immediately think of why that would be the case | 00:00 |
---|---|---|
*** woodster_ has quit IRC | 00:00 | |
marun | jeblair: I think I'm tilting at windmills a bit. | 00:00 |
*** mbacchi has quit IRC | 00:00 | |
marun | jeblair: I need to review the zuul docs and better understand the all the ins-and-outs of the configuration | 00:00 |
marun | jeblair: I know what I see, but I'm guessing as to why it might be. | 00:00 |
*** baoli has quit IRC | 00:01 | |
jeblair | marun: gotcha | 00:01 |
*** niedbalski has quit IRC | 00:01 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: Add job runtime system package and database setup https://review.openstack.org/156698 | 00:03 |
fungi | that's ^ working according to my manual attemps | 00:03 |
fungi | attempts | 00:03 |
*** niedbalski has joined #openstack-infra | 00:04 | |
marun | fungi: re: https://review.openstack.org/#/c/156698/ | 00:04 |
fungi | marun: yeah, initially a stab at getting nova's py27 job running on a devstack-trusty worker | 00:05 |
marun | fungi: What do you think about ensuring this kind of configuration can be reused locally on dev machines? | 00:05 |
marun | fungi: I'm essentially duplicating this in the neutron functional setup script, and ideally it would only be defined once. | 00:06 |
fungi | marun: i think it's a great idea. right now i'm trying to just get it out of the image build but keep it centralized | 00:06 |
marun | fungi: ah, ok. | 00:06 |
marun | fungi: less puppet the better, in any case! | 00:06 |
fungi | marun: for example, that base-packages-trusty builder macro ideally gets turned into a bindep manifest which is kept in each project (so each project can declare what that list should be and their jobs inherently test changes to it) | 00:07 |
marun | fungi: sounds awesome to me | 00:08 |
*** carl_baldwin has quit IRC | 00:08 | |
openstackgerrit | Max Rydahl Andersen proposed openstack-infra/jenkins-job-builder: Remove nonexistent servername and cleanup build publisher https://review.openstack.org/156091 | 00:09 |
fungi | marun: i'm still a little foggy (cloudy?) on how we might extract out those database setup expectations so that they could be more easily reconsumed by developers | 00:09 |
marun | fungi: my experience with devstack has shown me the necessity of post-install fixups though, how do you see that working with bindep? | 00:09 |
marun | fungi: e.g. services like openvswitch and the like often have to be restarted before use | 00:10 |
marun | fungi: sometimes it's a distro-specific, but for ovs I think it's a common requirment | 00:10 |
marun | fungi: juju? ;) | 00:10 |
marun | fungi: I think externalizing as scripts that make explicit their input requirements would be a start. | 00:11 |
fungi | marun: haven't thought that far ahead. this is primarily intended to free us from having a separate set of images with preinstalled packages and preconfigured databases (where we run things like unit tests and static analysis). right now we don't really have any postinstall fixups on those systems | 00:11 |
*** abhirc has joined #openstack-infra | 00:12 | |
marun | fungi: ah, fair enough. so are these new macros intended to be run on a host that will ever run devstack? | 00:12 |
*** thedodd has quit IRC | 00:12 | |
marun | fungi: or it's just a devstack node and all install is manual? | 00:12 |
fungi | marun: they're intended to be able to run on the same mostly unconfigured systems as could be used to run devstack, so that we can use one image | 00:12 |
marun | fungi: it might be worth conversing with dtroyer or sdague as to whether the db configuration that devstack does is important | 00:13 |
openstackgerrit | Ramy Asselin proposed openstack-infra/infra-specs: Add spec for in-tree 3rd party ci solution https://review.openstack.org/139745 | 00:13 |
*** otter768 has joined #openstack-infra | 00:13 | |
marun | fungi: I've been laboring under the assumption that it is, for better or worse, but the setup script I worked on is theoritically cross-distro so maybe it doesn't matter for the gate (yet) | 00:14 |
fungi | marun: well, this is the database setup needed to run unit tests. but yes it's possible that if someone tries to reuse this on a machine where they've also installed devstack there could be issues. right now it's optimized for a machine which will run just what's in the job and then be deleted immediately after | 00:14 |
clarkb | ideally we can get all projects to managing DBs themselves when testing | 00:15 |
mordred | ++ | 00:15 |
fungi | yeah, this provides a shim so we don't have to wait for them all to do so before we can drop the extra set of worker images | 00:15 |
marun | I guess I see potential for duplication of specialized knowledge across projects | 00:15 |
clarkb | but that never really went anywhere because oslo.db is still working on the perfect solution | 00:15 |
clarkb | rather than just pragmatic as nodepool uses | 00:16 |
marun | devstack already does it, though it's not always obvious how to consume it | 00:16 |
marun | devstack-lib ftw? | 00:16 |
*** sabeen1 has quit IRC | 00:16 | |
fungi | marun: fwiw i essentially translated our puppet database setup details into the commands run by devstack and snagged some of its workarounds to try to keep it equally portable | 00:16 |
fungi | but i agree there's an opportunity for some convergence | 00:17 |
marun | fungi: eventually, yeah :) | 00:17 |
marun | fungi: not trying to front-load too much work, just making sure I understand | 00:18 |
*** derekh has joined #openstack-infra | 00:18 | |
marun | fungi: I think ideally projects would contain only the metadata of what they want to do. | 00:18 |
marun | fungi: they'd rely on a devstack-like library that implements the specifics of distro interaction | 00:19 |
fungi | marun: right. in the same way that they could contain a bindep manifest to identify the system packages they want, they might also carry a test db setup manifest for the various database servers they want to test against | 00:19 |
mordred | fungi, clarkb: btw - there is an incident going on in hpcloud east | 00:19 |
mordred | so we might see issues with vms there | 00:19 |
fungi | mordred: i assume incident here is a euphemism for badnez | 00:19 |
fungi | thanks for the heads up | 00:20 |
mordred | fungi: well, it might also just be a party - it's tough to say | 00:20 |
*** nikita_45__ has joined #openstack-infra | 00:20 | |
*** markvan has quit IRC | 00:20 | |
*** abhirc has quit IRC | 00:21 | |
nikita_45__ | hi. just a small question, how do i configure jenkins to run all jobs in `/var/lib/jenkins/workspace/<job-name>' folder.?? i dont want edit all jobs 'custom workspace' parameter..is it possible to do it globally ? | 00:21 |
*** tkelsey has joined #openstack-infra | 00:21 | |
fungi | anyway, enough of this fun. i need to toast a bunch of ancho. delicate work | 00:21 |
marun | caio! | 00:21 |
*** marun has quit IRC | 00:23 | |
*** otter768 has quit IRC | 00:24 | |
jeblair | marun is gone :( | 00:24 |
jeblair | i had things to say about his zuul questions | 00:25 |
mordred | jeblair: well, that'll teach you | 00:25 |
*** patrickeast has quit IRC | 00:26 | |
fungi | zaro: i'm not sure what nikita_45__ is asking, but maybe you know? | 00:26 |
*** r-daneel has quit IRC | 00:26 | |
*** jaypipes has quit IRC | 00:27 | |
*** otter768 has joined #openstack-infra | 00:27 | |
*** carl_baldwin has joined #openstack-infra | 00:27 | |
nikita_45__ | fungi: i am talking about the location where each job is run..jenkins defines an env variable $WORKSPACE ... | 00:27 |
nikita_45__ | fungi: and its running every job in that folder ..which is `var/lib/jenkins/workspace `.. | 00:28 |
nikita_45__ | fungi: but this messes up as all jobs have data in same `workspace` folder...what i want is isolated environement for each job, | 00:29 |
nikita_45__ | im really not sure how to achieve this..i tried looking in puppet module but doesnt help :/ | 00:29 |
*** patrickeast has joined #openstack-infra | 00:31 | |
fungi | nikita_45__: my experience with jenkins is fairly rarified since we use very few of its features and go to some pretty extreme lengths to work around a variety of shortcomings. we do have a few slaves where we run multiple jobs and the workspaces are kept around (though we put ours in /home/jenkins/workspace instead) | 00:32 |
jeblair | fungi, mordred: indeed there are hpcloud errors in the nodepool log; i think we're seeing "the system is fault-tolerant across two clouds" in action | 00:32 |
mordred | jeblair: woot! | 00:32 |
*** nelsnelson has quit IRC | 00:33 | |
*** dangers is now known as dangers_away | 00:33 | |
fungi | nikita_45__: but the slave agent only triggers the job for one workspace at a time | 00:33 |
*** dims__ has quit IRC | 00:33 | |
*** zz_dimtruck is now known as dimtruck | 00:33 | |
*** dims__ has joined #openstack-infra | 00:33 | |
*** dims__ has quit IRC | 00:33 | |
fungi | nikita_45__: i'm not sure what you mean by "its running every job in /var/lib/jenkins/workspace" | 00:34 |
fungi | nikita_45__: as in if you request one job, it actually runs them all instead? all at once? sequentially? that doesn't seem like a behavior i would expect from jenkins | 00:34 |
nikita_45__ | fungi: ok thanks..do you know how did you configure the workspace location to `home/jenkins/workspace/job-name` ? like for instance this job.. see 3rd line https://jenkins.openstack.org/job/nova-upstream-translation-update/3278/consoleFull | 00:35 |
*** dims__ has joined #openstack-infra | 00:35 | |
nikita_45__ | so the job is run inside a folder which is named same as job name | 00:35 |
fungi | nikita_45__: oh! so you're asking how we set the workspace name for a job, because all your jobs are reusing the same directory instead of getting separate ones? | 00:36 |
nikita_45__ | fungi: but this feature of `running job in a separate folder` i am not sure how to achieve this :/ | 00:36 |
nikita_45__ | fungi: yess. | 00:36 |
*** markvoelker has quit IRC | 00:37 | |
nikita_45__ | fungi: that... so all jobs are getting run in same `workspace ` parent folder .. | 00:37 |
*** markvoelker has joined #openstack-infra | 00:37 | |
fungi | nikita_45__: i'm not sure, but i'm looking to see if i can figure out how we make it do that | 00:37 |
clarkb | its a jenkins slave setting iirc | 00:39 |
clarkb | based on jenkins homedir | 00:39 |
*** tmcpeak has quit IRC | 00:39 | |
openstackgerrit | Doug Wiegley proposed openstack-infra/reviewstats: Tweak neutron project review stats https://review.openstack.org/156859 | 00:39 |
jeblair | i thought that was built-in behavior; every job gets its own workspace | 00:39 |
nikita_45__ | clarkb: correct..but how you guys achieve this setting? from puppet? | 00:40 |
fungi | i simply assumed it was the default behavior as well, so never thought much about it. looking now to see if maybe there's some override for it somewhere (i don't see it as an obvious job config or slave config option) | 00:41 |
*** bknudson has quit IRC | 00:41 | |
*** MarkAtwood has quit IRC | 00:42 | |
nikita_45__ | fungi: can you link me the modules you use for the slave setup please? | 00:42 |
*** markvoelker has quit IRC | 00:42 | |
fungi | nikita_45__: we run a script like http://git.openstack.org/cgit/openstack-infra/project-config/tree/nodepool/scripts/prepare_node.sh | 00:44 |
*** david-lyle has quit IRC | 00:44 | |
fungi | nikita_45__: though that's how we build single-use slaves which get deleted after they run a job | 00:45 |
fungi | nikita_45__: for long-running slaves which are reused, we have custom puppet classes such as https://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/manifests/proposal_slave.pp | 00:46 |
nikita_45__ | fungi: thanks ..pardon me but is that slave a container , or vm ? | 00:46 |
fungi | nikita_45__: a virtual machine in a public cloud | 00:46 |
nikita_45__ | fungi: public cloud like as in aws ? | 00:47 |
fungi | nikita_45__: like as in openstack (see channel /topic) | 00:47 |
*** bdpayne has quit IRC | 00:47 | |
fungi | nikita_45__: hpcloud and rackspace are our primary cloud resource donors currently | 00:48 |
*** tkelsey has quit IRC | 00:48 | |
*** bhuvan has quit IRC | 00:48 | |
fungi | nikita_45__: anyway, we basically just subclass http://git.openstack.org/cgit/openstack-infra/puppet-jenkins/tree/manifests/slave.pp to do do the configuration of our slave instances | 00:49 |
nikita_45__ | fungi: oh my bad..got it .thanks a lot :).just one more thing, how is this vm launched? like using kvm or nova etc etc? | 00:50 |
mordred | nova | 00:50 |
mordred | we have a program called nodepool which manages the creation and deletion of slaves across rackspace and HP public clouds | 00:51 |
fungi | yeah, we have a script we use to boot instances via novaclient for long-running slaves | 00:51 |
fungi | for single-use slaves we use a separate tool we wrote called nodepool to manage those (sort of similar to jclouds but with a lot more pool management) | 00:51 |
fungi | nikita_45__: anyway, i have to get back to cooking, but best of luck with your jenkins issues. you might consider asking in #jenkins instead since they tend to be really helpful with general questions | 00:53 |
nikita_45__ | fungi: no i really appreciate your help..:D this is most active irc i have seen..thanks again..and yes i started on jenkins irc, 2 hours and counting still havent heard a word from them :) lol | 00:55 |
nikita_45__ | exit | 00:55 |
*** nikita_45__ has quit IRC | 00:56 | |
fungi | heh. maybe they're all vacationing | 00:56 |
*** ghostpl_ has joined #openstack-infra | 00:57 | |
*** avozza is now known as zz_avozza | 00:58 | |
*** reed has quit IRC | 00:58 | |
*** zz_avozza is now known as avozza | 00:58 | |
*** otter768 has quit IRC | 01:01 | |
*** ghostpl_ has quit IRC | 01:03 | |
*** yamamoto has quit IRC | 01:03 | |
mordred | nibalizer: well, we're always around in here :) | 01:04 |
*** amitgandhinz has joined #openstack-infra | 01:05 | |
nibalizer | nikita_45__ ^^ | 01:06 |
fungi | he/she/it already left | 01:06 |
nibalizer | ya | 01:07 |
mordred | fungi: it would be neat if english had a thing that was gender neutral but not weird | 01:07 |
*** bdpayne has joined #openstack-infra | 01:07 | |
fungi | mordred: it would be neat if english had a thing that was not weird | 01:08 |
fungi | english is a language built on weird | 01:08 |
*** ivar-lazzaro has quit IRC | 01:08 | |
mordred | fungi: maybe that's the thing that's good about it | 01:08 |
*** avozza is now known as zz_avozza | 01:08 | |
*** ivar-lazzaro has joined #openstack-infra | 01:09 | |
*** amitgandhinz has quit IRC | 01:10 | |
*** ivar-lazzaro has quit IRC | 01:10 | |
*** Rockyg has quit IRC | 01:11 | |
*** ivar-lazzaro has joined #openstack-infra | 01:11 | |
*** bdpayne has quit IRC | 01:12 | |
*** timcline has quit IRC | 01:13 | |
*** timcline has joined #openstack-infra | 01:14 | |
*** wenlock has joined #openstack-infra | 01:15 | |
*** tkelsey has joined #openstack-infra | 01:16 | |
*** achanda has quit IRC | 01:17 | |
*** annegentle has quit IRC | 01:18 | |
*** timcline has quit IRC | 01:19 | |
*** sdake_ has quit IRC | 01:19 | |
*** woodster_ has joined #openstack-infra | 01:19 | |
openstackgerrit | Clark Boylan proposed openstack-infra/project-config: Upload files concurrently to swift. https://review.openstack.org/156788 | 01:19 |
clarkb | jhesketh: ^ that should address your comments | 01:20 |
*** sputnik13 has quit IRC | 01:20 | |
clarkb | jhesketh: will mark it wip until I actually manage to test it | 01:20 |
jhesketh | clarkb: awesome, thanks | 01:20 |
jhesketh | clarkb: if you want me to help test it, you could possibly add my public key to a held node? | 01:21 |
clarkb | jhesketh: I can, thats actually a reasonable idea | 01:21 |
clarkb | jhesketh: should probably be a *dg* job right? | 01:21 |
*** wenlock has quit IRC | 01:21 | |
clarkb | since we will have data for upload time on those already | 01:21 |
lifeless | mordred: I must have misunderstood the issue | 01:22 |
lifeless | mordred: I thought you wanted openstack on a laptop without huge instrusion | 01:22 |
clarkb | jhesketh: I just rechecked a d-g change and will hold one of the nodes running the dg specific jobs once they start | 01:22 |
clarkb | lifeless: I think the idea was more a laptop sized deployment of openstack so that it could be used instead of virsh or uvtool | 01:23 |
jhesketh | clarkb: awesome | 01:23 |
fungi | lifeless: i read the problem statement more as "i want arbitrary virtual machines on my laptop, and i'd like to use openstack apis to manage them | 01:23 |
clarkb | it looks like sqlite won't work so you will have to use mysql or postgres and zmq seems to work off and on again | 01:24 |
lifeless | in which case I don't understand why it wouldn't be solved by fig and kolla; since that goal is deploying openstack, and you'd have openstack | 01:24 |
clarkb | so likely need a rabbit, makes the whole thing seem not laptop sized | 01:24 |
clarkb | lifeless: it wouldn't be a laptop sized openstack | 01:24 |
lifeless | anyhow, I need to go see some people in a pub | 01:24 |
fungi | clarkb: if you can fit one in a top hat... | 01:24 |
*** mwagner_lap has joined #openstack-infra | 01:24 | |
lifeless | clarkb: eh wat? | 01:24 |
clarkb | lifeless: a laptop appropriate openstack | 01:24 |
* fungi waits for a magician to pull a rabbit out of clarkb's laptop | 01:24 | |
clarkb | 8GB of ram, 2-4 cpu, underpowered machines that just need a VM or two | 01:25 |
*** timcline has joined #openstack-infra | 01:25 | |
lifeless | clarkb: tomorrow. What you're saying is not making sense to me. | 01:25 |
lifeless | clarkb: since there is nothing heavyweight or RAM or CPU intensive implied in what I said. | 01:25 |
clarkb | while also running a firefox instance eating up 4GB or ram | 01:25 |
clarkb | lifeless: it implies mysql and rabbit and containers to match | 01:26 |
*** derekh has quit IRC | 01:26 | |
lifeless | clarkb: mysql can run very lean, and rabbit is approximately free (ram wise), as are containers. | 01:26 |
lifeless | rabbit isn't free if you do huge amounts with it, but since load is driven by use... | 01:26 |
* lifeless goes to elephant and castle | 01:27 | |
clarkb | I know I was mostly just thinking it would be nice if the things we assert work actually worked | 01:27 |
clarkb | like sqlite, zmq, and eventlet keystone | 01:27 |
clarkb | you wouldn't need or want containers, just spin up a few services | 01:27 |
fungi | i'm guessing he meant openstack-managed containers, not containerized openstack services | 01:29 |
clarkb | fungi: fig + kolla is containerized openstack services | 01:29 |
clarkb | fungi: but very opinionated since nothing works right in a container | 01:29 |
fungi | oh, yeah no need to segregate those services unless you just don't want them interacting with your other laptoppity softwares | 01:30 |
clarkb | fungi: especially since kolla runs them in the same process and network namespaces as the host :) | 01:30 |
fungi | was mostly trying not to scorch the peppers, so missed the earlier kolla reference | 01:31 |
*** wenlock has joined #openstack-infra | 01:32 | |
*** yamamoto has joined #openstack-infra | 01:36 | |
*** vilobhmm has quit IRC | 01:37 | |
*** ddieterly has joined #openstack-infra | 01:37 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 01:38 | |
*** ddieterl_ has joined #openstack-infra | 01:41 | |
*** ddieterly has quit IRC | 01:41 | |
openstackgerrit | Anna Shen proposed openstack-infra/project-config: Add grenade devstack check for trove as experimental https://review.openstack.org/155100 | 01:42 |
*** tqtran has joined #openstack-infra | 01:47 | |
*** hdd has quit IRC | 01:50 | |
*** rwsu is now known as rwsu-afk | 01:54 | |
*** BharatK has joined #openstack-infra | 01:56 | |
*** wenlock has left #openstack-infra | 01:58 | |
*** salv-orlando has quit IRC | 01:58 | |
*** markvoelker has joined #openstack-infra | 01:59 | |
*** zz_avozza is now known as avozza | 01:59 | |
*** signed8bit is now known as signed8bit_ZZZzz | 02:04 | |
mordred | lifeless: oh - I misunderstood your statement - I thought you were telling me to use fig and kolla to run the workload | 02:07 |
mordred | which is not the thing | 02:08 |
*** briancline has quit IRC | 02:09 | |
*** stevemar has quit IRC | 02:09 | |
*** briancline has joined #openstack-infra | 02:09 | |
*** changbl has joined #openstack-infra | 02:10 | |
*** david-lyle has joined #openstack-infra | 02:11 | |
*** mriedem has joined #openstack-infra | 02:14 | |
*** mriedem has quit IRC | 02:15 | |
*** timcline has quit IRC | 02:15 | |
*** mriedem has joined #openstack-infra | 02:16 | |
*** timcline has joined #openstack-infra | 02:16 | |
*** xyang1 has quit IRC | 02:17 | |
*** abhirc has joined #openstack-infra | 02:18 | |
*** timcline has quit IRC | 02:21 | |
*** stevemar has joined #openstack-infra | 02:22 | |
*** r1chardj0n3s is now known as r1chardj0n3s_afk | 02:24 | |
*** timcline has joined #openstack-infra | 02:24 | |
*** bdpayne has joined #openstack-infra | 02:35 | |
*** abhirc has quit IRC | 02:35 | |
*** dimtruck is now known as zz_dimtruck | 02:40 | |
*** mtanino has quit IRC | 02:43 | |
*** xyang1 has joined #openstack-infra | 02:43 | |
*** tkelsey has quit IRC | 02:46 | |
*** ghostpl_ has joined #openstack-infra | 02:47 | |
*** esker has joined #openstack-infra | 02:48 | |
*** ghostpl_ has quit IRC | 02:51 | |
*** gmann has quit IRC | 02:52 | |
*** unicell has quit IRC | 02:52 | |
*** unicell has joined #openstack-infra | 02:53 | |
*** gmann has joined #openstack-infra | 02:53 | |
*** kaisers1 has joined #openstack-infra | 02:54 | |
*** tiswanso has joined #openstack-infra | 02:54 | |
*** kaisers has quit IRC | 02:55 | |
*** avozza is now known as zz_avozza | 02:56 | |
*** otter768 has joined #openstack-infra | 02:57 | |
*** unicell has quit IRC | 02:57 | |
*** tiswanso has quit IRC | 02:58 | |
*** radez is now known as radez_g0n3 | 02:58 | |
*** tiswanso has joined #openstack-infra | 02:59 | |
*** salv-orlando has joined #openstack-infra | 02:59 | |
*** unicell has joined #openstack-infra | 03:01 | |
openstackgerrit | Merged openstack-dev/hacking: H105: also check for Authors and authors https://review.openstack.org/147201 | 03:03 |
*** gyee has quit IRC | 03:06 | |
*** patrickeast has quit IRC | 03:06 | |
*** carl_baldwin has quit IRC | 03:07 | |
*** r1chardj0n3s_afk is now known as r1chardj0n3s | 03:10 | |
*** abhirc has joined #openstack-infra | 03:10 | |
*** devanand_ has joined #openstack-infra | 03:12 | |
*** boris-42 has quit IRC | 03:12 | |
*** yamahata has quit IRC | 03:13 | |
*** esker has quit IRC | 03:14 | |
*** bhunter71 has quit IRC | 03:14 | |
*** zz_dimtruck is now known as dimtruck | 03:17 | |
*** harlowja_ is now known as harlowja_away | 03:22 | |
*** esker has joined #openstack-infra | 03:24 | |
*** melwitt_ has joined #openstack-infra | 03:24 | |
*** sdake has joined #openstack-infra | 03:25 | |
*** melwitt has quit IRC | 03:25 | |
*** sarob has quit IRC | 03:26 | |
*** melwitt_ is now known as melwitt | 03:27 | |
*** ayoung has quit IRC | 03:29 | |
*** david-lyle has quit IRC | 03:35 | |
*** david-lyle has joined #openstack-infra | 03:35 | |
*** Guest55371 has joined #openstack-infra | 03:35 | |
*** Guest55371 is now known as annegentle | 03:36 | |
*** david-lyle has quit IRC | 03:40 | |
*** hdd has joined #openstack-infra | 03:40 | |
*** mriedem has quit IRC | 03:42 | |
*** coolsvap_ is now known as coolsvap | 03:43 | |
openstackgerrit | Joshua Hesketh proposed openstack-infra/puppet-zuul: Configure the default swift log expiry https://review.openstack.org/156871 | 03:44 |
*** unicell has quit IRC | 03:46 | |
openstackgerrit | Joshua Hesketh proposed openstack-infra/system-config: Set the expiry for zuul swift instructions https://review.openstack.org/156872 | 03:47 |
*** koolhead17 has joined #openstack-infra | 03:48 | |
jhesketh | clarkb: ^ | 03:48 |
*** dims__ has quit IRC | 03:49 | |
*** harlowja_at_home has joined #openstack-infra | 03:50 | |
*** gmann has quit IRC | 03:51 | |
*** salv-orlando has quit IRC | 03:51 | |
openstackgerrit | Richard Jones proposed openstack-infra/infra-specs: Enable bower for managing Horizon components https://review.openstack.org/154297 | 03:51 |
openstackgerrit | Joshua Hesketh proposed openstack-infra/project-config: Upload files concurrently to swift. https://review.openstack.org/156788 | 03:52 |
*** gmann has joined #openstack-infra | 03:54 | |
*** amotoki has joined #openstack-infra | 03:54 | |
*** bdpayne has quit IRC | 03:58 | |
*** sputnik13 has joined #openstack-infra | 04:02 | |
*** esker has quit IRC | 04:03 | |
*** BharatK has quit IRC | 04:10 | |
*** tmcpeak has joined #openstack-infra | 04:12 | |
*** sarob has joined #openstack-infra | 04:16 | |
*** sarob has quit IRC | 04:16 | |
*** timcline has quit IRC | 04:18 | |
*** stevemar has quit IRC | 04:20 | |
*** harlowja_at_home has quit IRC | 04:21 | |
*** david-lyle has joined #openstack-infra | 04:22 | |
*** ddieterl_ has quit IRC | 04:23 | |
*** david-lyle is now known as david-lyle_afk | 04:23 | |
*** Ryan_Lane has joined #openstack-infra | 04:25 | |
*** BharatK has joined #openstack-infra | 04:27 | |
*** achanda has joined #openstack-infra | 04:29 | |
*** signed8bit_ZZZzz has quit IRC | 04:32 | |
*** ghostpl_ has joined #openstack-infra | 04:35 | |
*** stevemar has joined #openstack-infra | 04:36 | |
*** sdake has quit IRC | 04:37 | |
openstackgerrit | Jamie Finnigan proposed openstack-infra/project-config: Add Anchor to GerritBot channels.yaml https://review.openstack.org/156881 | 04:37 |
*** ghostpl_ has quit IRC | 04:40 | |
*** esker has joined #openstack-infra | 04:44 | |
*** achanda has quit IRC | 04:45 | |
*** esker has quit IRC | 04:45 | |
*** resker has joined #openstack-infra | 04:47 | |
*** hdd has quit IRC | 04:48 | |
*** otter768 has quit IRC | 04:48 | |
*** dims__ has joined #openstack-infra | 04:50 | |
*** achanda has joined #openstack-infra | 04:52 | |
*** tiswanso has quit IRC | 04:54 | |
*** dims__ has quit IRC | 04:54 | |
*** bdpayne has joined #openstack-infra | 04:57 | |
*** achanda has quit IRC | 04:59 | |
*** resker has quit IRC | 05:00 | |
*** MarkAtwood has joined #openstack-infra | 05:00 | |
*** achanda has joined #openstack-infra | 05:00 | |
*** dalgaaf has quit IRC | 05:07 | |
*** claudiub_ has quit IRC | 05:08 | |
*** abhirc has quit IRC | 05:10 | |
*** achanda has quit IRC | 05:11 | |
*** rkukura has quit IRC | 05:14 | |
*** bdpayne has quit IRC | 05:15 | |
*** timcline has joined #openstack-infra | 05:19 | |
*** dkehn has quit IRC | 05:19 | |
*** sputnik13 has quit IRC | 05:23 | |
*** timcline has quit IRC | 05:24 | |
*** devanand_ has quit IRC | 05:25 | |
*** unicell has joined #openstack-infra | 05:28 | |
*** timcline has joined #openstack-infra | 05:29 | |
*** hdd has joined #openstack-infra | 05:31 | |
*** belmoreira has joined #openstack-infra | 05:31 | |
*** sputnik13 has joined #openstack-infra | 05:32 | |
*** yamahata has joined #openstack-infra | 05:33 | |
*** sputnik13 has joined #openstack-infra | 05:33 | |
*** timcline has quit IRC | 05:34 | |
*** Ryan_Lane has quit IRC | 05:35 | |
*** salv-orlando has joined #openstack-infra | 05:36 | |
*** Ryan_Lane has joined #openstack-infra | 05:46 | |
*** esker has joined #openstack-infra | 05:51 | |
*** achanda has joined #openstack-infra | 05:53 | |
*** ddieterly has joined #openstack-infra | 05:54 | |
*** r1chardj0n3s is now known as r1chardj0n3s_afk | 05:55 | |
*** unicell has quit IRC | 05:55 | |
*** unicell has joined #openstack-infra | 05:56 | |
*** ddieterly has quit IRC | 05:58 | |
*** tmcpeak has quit IRC | 06:03 | |
*** crc32 has quit IRC | 06:03 | |
*** markvoelker has quit IRC | 06:03 | |
*** armax has quit IRC | 06:04 | |
*** markvoelker has joined #openstack-infra | 06:04 | |
*** yfried_ has joined #openstack-infra | 06:04 | |
*** zz_avozza is now known as avozza | 06:05 | |
*** tqtran has quit IRC | 06:05 | |
*** markvoelker has quit IRC | 06:08 | |
*** r1chardj0n3s_afk is now known as r1chardj0n3s | 06:09 | |
*** cipcosma has joined #openstack-infra | 06:10 | |
*** sputnik13 has quit IRC | 06:13 | |
*** Mmike has quit IRC | 06:13 | |
*** Mmike has joined #openstack-infra | 06:13 | |
*** bdpayne has joined #openstack-infra | 06:15 | |
*** r1chardj0n3s is now known as r1chardj0n3s_afk | 06:15 | |
*** avozza is now known as zz_avozza | 06:15 | |
*** jamielennox is now known as jamielennox|away | 06:17 | |
*** sputnik13 has joined #openstack-infra | 06:18 | |
*** sputnik13 has quit IRC | 06:19 | |
*** woodster_ has quit IRC | 06:20 | |
*** achanda has quit IRC | 06:20 | |
*** ildikov has quit IRC | 06:22 | |
*** sputnik13 has joined #openstack-infra | 06:22 | |
*** achanda has joined #openstack-infra | 06:22 | |
*** sputnik13 has quit IRC | 06:23 | |
*** ghostpl_ has joined #openstack-infra | 06:24 | |
*** ghostpl_ has quit IRC | 06:29 | |
*** timcline has joined #openstack-infra | 06:30 | |
*** achanda has quit IRC | 06:32 | |
*** ivar-laz_ has joined #openstack-infra | 06:33 | |
*** timcline has quit IRC | 06:34 | |
*** ivar-lazzaro has quit IRC | 06:37 | |
*** rlandy has joined #openstack-infra | 06:37 | |
*** BharatK has quit IRC | 06:38 | |
*** ivar-laz_ has quit IRC | 06:38 | |
*** weshay has quit IRC | 06:40 | |
*** miqui has joined #openstack-infra | 06:41 | |
*** hdd has quit IRC | 06:41 | |
*** koolhead17 has quit IRC | 06:44 | |
*** melwitt has quit IRC | 06:46 | |
*** rkukura has joined #openstack-infra | 06:46 | |
*** FallenPegasus has joined #openstack-infra | 06:48 | |
*** FallenPegasus has quit IRC | 06:48 | |
*** otter768 has joined #openstack-infra | 06:49 | |
*** MarkAtwood has quit IRC | 06:50 | |
*** BharatK has joined #openstack-infra | 06:52 | |
*** markvoelker has joined #openstack-infra | 06:53 | |
*** weshay has joined #openstack-infra | 06:53 | |
*** sputnik13 has joined #openstack-infra | 06:53 | |
*** otter768 has quit IRC | 06:54 | |
*** ildikov has joined #openstack-infra | 06:54 | |
*** ddieterly has joined #openstack-infra | 06:55 | |
*** Ryan_Lane has quit IRC | 06:56 | |
*** achanda has joined #openstack-infra | 06:56 | |
*** markvoelker has quit IRC | 06:58 | |
*** ddieterly has quit IRC | 06:59 | |
*** gulic has joined #openstack-infra | 07:02 | |
*** AJaeger has joined #openstack-infra | 07:14 | |
*** AJaeger has joined #openstack-infra | 07:14 | |
openstackgerrit | yolanda.robla proposed openstack-infra/project-config: Initial integration tests for storyboard https://review.openstack.org/156044 | 07:15 |
openstackgerrit | yolanda.robla proposed openstack-infra/storyboard: Add an index on accesstokens table tor access_token column https://review.openstack.org/156543 | 07:17 |
*** leopoldj has joined #openstack-infra | 07:19 | |
*** sarob has joined #openstack-infra | 07:26 | |
*** koolhead17 has joined #openstack-infra | 07:31 | |
*** vigneshvar has joined #openstack-infra | 07:31 | |
*** timcline has joined #openstack-infra | 07:31 | |
*** ZZelle has quit IRC | 07:32 | |
*** masoz has joined #openstack-infra | 07:32 | |
*** ZZelle has joined #openstack-infra | 07:32 | |
*** timcline has quit IRC | 07:35 | |
*** jgallard__ has joined #openstack-infra | 07:39 | |
*** miqui has quit IRC | 07:39 | |
*** scheuran has joined #openstack-infra | 07:40 | |
*** miqui has joined #openstack-infra | 07:41 | |
*** bdpayne has quit IRC | 07:41 | |
openstackgerrit | yolanda.robla proposed openstack-infra/project-config: Initial integration tests for storyboard https://review.openstack.org/156044 | 07:41 |
*** esker has quit IRC | 07:41 | |
openstackgerrit | Nikhil Manchanda proposed openstack-infra/reviewstats: Sync core reviewer list for Trove https://review.openstack.org/156907 | 07:44 |
openstackgerrit | Nikhil Manchanda proposed openstack-infra/reviewstats: Update the subproject list for Trove https://review.openstack.org/156908 | 07:44 |
*** che-arne has joined #openstack-infra | 07:46 | |
*** BharatK has quit IRC | 07:47 | |
*** miqui has quit IRC | 07:49 | |
*** salv-orlando has quit IRC | 07:51 | |
*** andreykurilin_ has joined #openstack-infra | 07:53 | |
*** afazekas has joined #openstack-infra | 07:54 | |
*** markvoelker has joined #openstack-infra | 07:54 | |
*** ddieterly has joined #openstack-infra | 07:55 | |
*** mrunge has joined #openstack-infra | 07:58 | |
*** markvoelker has quit IRC | 07:59 | |
*** ddieterly has quit IRC | 08:00 | |
*** boris-42 has joined #openstack-infra | 08:00 | |
*** mpaolino has joined #openstack-infra | 08:01 | |
*** BharatK has joined #openstack-infra | 08:01 | |
*** HeOS has quit IRC | 08:02 | |
*** miqui has joined #openstack-infra | 08:06 | |
*** jistr has joined #openstack-infra | 08:08 | |
*** koolhead17 has quit IRC | 08:08 | |
*** ghostpl_ has joined #openstack-infra | 08:10 | |
*** chlong has quit IRC | 08:10 | |
*** yamamoto has quit IRC | 08:13 | |
*** ghostpl_ has quit IRC | 08:14 | |
*** yamahata has quit IRC | 08:15 | |
*** yamahata has joined #openstack-infra | 08:16 | |
*** mpavone has joined #openstack-infra | 08:22 | |
*** dimtruck is now known as zz_dimtruck | 08:25 | |
*** skolekonov has joined #openstack-infra | 08:26 | |
*** viktors|afk is now known as viktors | 08:27 | |
*** Ala has joined #openstack-infra | 08:29 | |
*** miqui has quit IRC | 08:30 | |
*** stevemar has quit IRC | 08:31 | |
*** achanda has quit IRC | 08:31 | |
*** timcline has joined #openstack-infra | 08:32 | |
*** che-arne has quit IRC | 08:33 | |
*** teran has joined #openstack-infra | 08:33 | |
*** timcline has quit IRC | 08:36 | |
*** devvesa has joined #openstack-infra | 08:37 | |
*** unicell1 has joined #openstack-infra | 08:37 | |
*** dvorak has quit IRC | 08:38 | |
*** dvorak has joined #openstack-infra | 08:39 | |
*** morgabra has quit IRC | 08:39 | |
*** unicell has quit IRC | 08:39 | |
*** asadoughi has quit IRC | 08:39 | |
*** dhp has quit IRC | 08:40 | |
*** ubuntu1 has quit IRC | 08:40 | |
*** dhp has joined #openstack-infra | 08:40 | |
*** eharney has quit IRC | 08:40 | |
*** ubuntu1 has joined #openstack-infra | 08:40 | |
*** asadoughi has joined #openstack-infra | 08:41 | |
*** doude has joined #openstack-infra | 08:41 | |
*** eharney has joined #openstack-infra | 08:41 | |
*** morgabra has joined #openstack-infra | 08:43 | |
*** unicell has joined #openstack-infra | 08:46 | |
*** nfedotov has joined #openstack-infra | 08:46 | |
*** unicell1 has quit IRC | 08:46 | |
*** MaxV has joined #openstack-infra | 08:47 | |
*** salv-orlando has joined #openstack-infra | 08:48 | |
*** otter768 has joined #openstack-infra | 08:50 | |
*** andreykurilin_ has quit IRC | 08:54 | |
*** otter768 has quit IRC | 08:54 | |
*** markvoelker has joined #openstack-infra | 08:55 | |
*** BobBall_AWOL is now known as BobBall | 08:55 | |
*** ddieterly has joined #openstack-infra | 08:56 | |
*** markvoelker has quit IRC | 09:00 | |
*** ddieterly has quit IRC | 09:00 | |
*** salv-orlando has quit IRC | 09:01 | |
*** salv-orlando has joined #openstack-infra | 09:01 | |
*** teran has quit IRC | 09:02 | |
*** markus_z has joined #openstack-infra | 09:02 | |
*** hashar has joined #openstack-infra | 09:04 | |
*** hashar has quit IRC | 09:05 | |
*** hashar_ has joined #openstack-infra | 09:05 | |
*** yamamoto has joined #openstack-infra | 09:10 | |
*** salv-orlando has quit IRC | 09:10 | |
*** Guest10052 has quit IRC | 09:10 | |
*** asselin has quit IRC | 09:10 | |
*** salv-orlando has joined #openstack-infra | 09:10 | |
*** ghostpl_ has joined #openstack-infra | 09:11 | |
*** asselin has joined #openstack-infra | 09:11 | |
*** yamamoto has quit IRC | 09:12 | |
*** Hal has joined #openstack-infra | 09:12 | |
*** Hal is now known as Guest32534 | 09:12 | |
*** HeOS has joined #openstack-infra | 09:13 | |
*** asselin has quit IRC | 09:14 | |
*** asselin has joined #openstack-infra | 09:14 | |
*** yamamoto has joined #openstack-infra | 09:15 | |
*** ghostpl_ has quit IRC | 09:15 | |
*** dizquierdo has joined #openstack-infra | 09:16 | |
*** sarob has quit IRC | 09:22 | |
*** hichihara has quit IRC | 09:23 | |
*** jlibosva has joined #openstack-infra | 09:23 | |
*** derekh has joined #openstack-infra | 09:25 | |
openstackgerrit | Bob Ball proposed openstack-infra/nodepool: Add support for requsting that config drive be used. https://review.openstack.org/155770 | 09:28 |
*** dizquierdo has quit IRC | 09:30 | |
*** salv-orlando has quit IRC | 09:32 | |
*** salv-orlando has joined #openstack-infra | 09:32 | |
*** yamamoto has quit IRC | 09:33 | |
*** unicell1 has joined #openstack-infra | 09:34 | |
*** timcline has joined #openstack-infra | 09:34 | |
*** salv-orlando has quit IRC | 09:35 | |
*** unicell has quit IRC | 09:35 | |
*** salv-orlando has joined #openstack-infra | 09:36 | |
*** unicell1 has quit IRC | 09:39 | |
*** timcline has quit IRC | 09:39 | |
*** mpaolino has quit IRC | 09:39 | |
*** unicell has joined #openstack-infra | 09:40 | |
*** yamamoto has joined #openstack-infra | 09:42 | |
*** hashar_ is now known as hashar | 09:44 | |
*** ssam2 has joined #openstack-infra | 09:44 | |
*** salv-orlando has quit IRC | 09:45 | |
*** salv-orlando has joined #openstack-infra | 09:46 | |
*** zz_avozza is now known as avozza | 09:46 | |
*** marcusvrn has joined #openstack-infra | 09:46 | |
*** yamamoto has quit IRC | 09:46 | |
*** mkerrin has joined #openstack-infra | 09:46 | |
*** ihrachyshka has joined #openstack-infra | 09:49 | |
*** salv-orl_ has joined #openstack-infra | 09:49 | |
*** mpaolino has joined #openstack-infra | 09:50 | |
*** salv-orl_ has quit IRC | 09:51 | |
*** salv-orlando has quit IRC | 09:51 | |
*** salv-orlando has joined #openstack-infra | 09:51 | |
*** abhi1892 has joined #openstack-infra | 09:52 | |
abhi1892 | hi all, I have just finished with the installation of master vm for the CI, now I am in a doubt that how to proceed with the scp repository in the jenkins UI | 09:54 |
abhi1892 | can anyone help me with that?? | 09:54 |
*** salv-orlando has quit IRC | 09:56 | |
*** markvoelker has joined #openstack-infra | 09:56 | |
*** salv-orlando has joined #openstack-infra | 09:56 | |
openstackgerrit | Ghanshyam Mann proposed openstack-infra/project-config: Add non-voting job for Nova V2.1 API with neutron https://review.openstack.org/151564 | 09:57 |
*** ddieterly has joined #openstack-infra | 09:57 | |
*** teran has joined #openstack-infra | 09:58 | |
openstackgerrit | Merged openstack-infra/storyboard: Datetime instances from SQLAlchemy now all contain timezone. https://review.openstack.org/155083 | 09:58 |
*** teran_ has joined #openstack-infra | 10:02 | |
*** ddieterly has quit IRC | 10:02 | |
BobBall | abhi1892: https://github.com/rasselin/os-ext-testing | 10:02 |
*** markvoelker has quit IRC | 10:02 | |
BobBall | Scroll down to the scp 1.9 plugin section | 10:02 |
*** teran__ has joined #openstack-infra | 10:02 | |
AJaeger | abhi1892, please join the third party meetings https://wiki.openstack.org/wiki/Meetings/ThirdParty#Weekly_Third_Party_meetings | 10:02 |
*** teran has quit IRC | 10:03 | |
abhi1892 | BobBall, I have followed the same but it seems to be not working. | 10:04 |
*** sambetts has joined #openstack-infra | 10:04 | |
BobBall | then I guess join the meeting as AJaeger suggested - I know no more than just following the instructions :) it worked for me. | 10:04 |
abhi1892 | BobBall: Well for me the scp plugin has been installed but when I trying to test the connection it is failing. | 10:05 |
*** teran_ has quit IRC | 10:06 | |
*** cnesa has joined #openstack-infra | 10:07 | |
sambetts | Hello infra, I have a question about publishing to pypi for my StackForge repo, I see reading through the Project Creators guides that you list a couple of jobs, pypi-jobs and publish-to-pypi, I didn't add these because I was unsure when they run, do they only run when a signed tag is pushed or on every merge? | 10:08 |
*** jerryz_ has joined #openstack-infra | 10:08 | |
*** jp_at_hp has joined #openstack-infra | 10:10 | |
BobBall | I guess check various URLs and IP addresses then abhi1892 - but I really don't know :) | 10:10 |
abhi1892 | BobBall: We use the SCP repository for our Log Server right?? | 10:12 |
BobBall | AJaeger: Quick question... I think, if I understand correctly, that the nodes need to be able to contact the Zuul master to get the merged zuul branch, right? If so, the master must be public if we're using a public cloud to run the jobs? | 10:12 |
BobBall | no idea abhi1892 - sorry | 10:13 |
abhi1892 | BobBall; No problem, thanks for the info :) | 10:13 |
*** yamahata has quit IRC | 10:15 | |
openstackgerrit | yolanda.robla proposed openstack-infra/project-config: Initial integration tests for storyboard https://review.openstack.org/156044 | 10:18 |
AJaeger | BobBall, sorry, can't help with that | 10:22 |
abhi1892 | Can anyone tell me why Jenkins Ui has SCP Repository Hosts?? | 10:22 |
BobBall | np AJaeger :) | 10:22 |
BobBall | thanks | 10:22 |
AJaeger | sambetts, they run when a signed tag is pushed. | 10:22 |
AJaeger | sambetts, those are in the "release" queue. Things that run with every merge are part of the "post" queue. | 10:23 |
sambetts | AJaeger: Excellent :) is that all I need to add to my jenkins and zuul to enable pypi uploads? | 10:23 |
openstackgerrit | Jerry Zhao proposed openstack-infra/nodepool: add option to use ipv6 for image update and node launching https://review.openstack.org/156178 | 10:23 |
AJaeger | sambetts, you need to setup pypi.python.org as documented in the creator's guide as well | 10:24 |
sambetts | AJaeger: Cool I've already done that, so I'll summit a patch to add those two parts and once thats merged it should all be automatic when I push a signed tag? | 10:26 |
AJaeger | sambetts, correct | 10:26 |
*** Apsu has quit IRC | 10:26 | |
sambetts | AJaeger: Thanks very much :D | 10:26 |
*** abramley has quit IRC | 10:27 | |
*** Apsu has joined #openstack-infra | 10:29 | |
*** abramley has joined #openstack-infra | 10:30 | |
*** marcusvrn1 has joined #openstack-infra | 10:31 | |
*** yamamoto has joined #openstack-infra | 10:33 | |
*** ldnunes has joined #openstack-infra | 10:33 | |
*** marcusvrn has quit IRC | 10:35 | |
*** timcline has joined #openstack-infra | 10:35 | |
abhi1892 | hi all, i am using ramy asselin guide for OpenStack CI platform setup, after installing master and slave I am configuring the log server using the same setup. | 10:38 |
*** yamamoto has quit IRC | 10:38 | |
*** Hal has joined #openstack-infra | 10:39 | |
abhi1892 | So my question is I need to do some extra steps also or just installing log server through bash command will do the rest.?? | 10:39 |
*** Guest32534 has quit IRC | 10:39 | |
*** Hal is now known as Guest48429 | 10:39 | |
*** timcline has quit IRC | 10:39 | |
*** jerryz_ has quit IRC | 10:42 | |
*** jedimike has joined #openstack-infra | 10:43 | |
*** masoz has quit IRC | 10:44 | |
BobBall | AJaeger: FYI I got things working together and I've confirmed that the master must be visible to the slaves... they do try and git fetch from the IP of the master | 10:45 |
AJaeger | BobBall, congratulations! | 10:45 |
AJaeger | abhi1892, ramy asselin guide is outdated AFAIK, there should be something better, let me check... | 10:45 |
abhi1892 | AJaegar : Thanks :) | 10:46 |
AJaeger | abhi1892, https://etherpad.openstack.org/p/third-party-ci-documentation references all documentation | 10:46 |
AJaeger | so, go to http://ci.openstack.org/third_party.html | 10:47 |
*** pelix has joined #openstack-infra | 10:47 | |
AJaeger | abhi1892, krtaylor and anteaya might be able to help - once they are awake | 10:48 |
abhi1892 | AJaegar: None of the docs has mentioned that how to setup a logserver :( | 10:48 |
*** otter768 has joined #openstack-infra | 10:51 | |
BobBall | abramley: for Remy's guide, yes, set up the log server using the bash command but you'll also need to re-run install_master.sh after setting the log server's IP in vars.sh | 10:51 |
*** yamamoto has joined #openstack-infra | 10:52 | |
abhi1892 | BobBall : Re running the install_master.sh will have any effects on the present working ?? | 10:55 |
*** otter768 has quit IRC | 10:55 | |
*** Ala has quit IRC | 10:56 | |
*** zz_dimtruck is now known as dimtruck | 10:56 | |
*** Ala has joined #openstack-infra | 10:57 | |
*** Ala has joined #openstack-infra | 10:57 | |
*** koolhead17 has joined #openstack-infra | 10:58 | |
*** ddieterly has joined #openstack-infra | 10:58 | |
*** yamamoto has quit IRC | 10:58 | |
*** ghostpl_ has joined #openstack-infra | 10:59 | |
*** yamamoto has joined #openstack-infra | 11:00 | |
*** ociuhandu has joined #openstack-infra | 11:01 | |
*** yamamoto has quit IRC | 11:02 | |
*** ddieterly has quit IRC | 11:02 | |
*** ghostpl_ has quit IRC | 11:04 | |
*** ociuhandu_ has joined #openstack-infra | 11:04 | |
*** ociuhandu has quit IRC | 11:05 | |
*** ociuhandu_ is now known as ociuhandu | 11:05 | |
*** dimtruck is now known as zz_dimtruck | 11:06 | |
openstackgerrit | Nikita Konovalov proposed openstack-infra/storyboard: Refactor Tasks to work as a Subcontroller https://review.openstack.org/150052 | 11:07 |
*** cdent has joined #openstack-infra | 11:13 | |
*** e0ne has joined #openstack-infra | 11:14 | |
BobBall | abhi1892: Only if you've manually changed stuff outside of the os-ext-data / os-ext-testing repositories | 11:15 |
BobBall | abhi1892: It's intended to be able to run multiple times | 11:15 |
abhi1892 | BobBall : Thanks for the info :) | 11:16 |
*** kmartin has quit IRC | 11:18 | |
*** dims__ has joined #openstack-infra | 11:19 | |
*** amotoki has quit IRC | 11:20 | |
*** erlon has quit IRC | 11:21 | |
SergeyLukjanov | jeblair, mordred, clarkb, fungi, folks, how could we disable puppet runs for only one node? | 11:21 |
*** aysyd has joined #openstack-infra | 11:21 | |
SergeyLukjanov | disable run_all.sh from crontab == disable puppet updates for all nodes, but how to disable only one? | 11:21 |
*** hashar has quit IRC | 11:23 | |
*** jedimike has quit IRC | 11:26 | |
*** cnesa has quit IRC | 11:27 | |
*** jgallard__ has quit IRC | 11:28 | |
sambetts | AJaeger: is there any known issues with the tox setup in project-config? The zuul tests fail even on master for me when I run tox | 11:31 |
*** BharatK has quit IRC | 11:33 | |
openstackgerrit | Sam Betts proposed openstack-infra/project-config: Add pypi jobs for stackforge/networking-cisco https://review.openstack.org/156948 | 11:33 |
*** timcline has joined #openstack-infra | 11:36 | |
AJaeger | sambetts, which OS are you using? | 11:39 |
*** e0ne is now known as e0ne_ | 11:40 | |
*** timcline has quit IRC | 11:40 | |
*** jcoufal has joined #openstack-infra | 11:41 | |
sambetts | AJaeger: debian, and i see this http://paste.openstack.org/show/176767/ | 11:41 |
*** pc_m has joined #openstack-infra | 11:41 | |
AJaeger | sambetts, is that an old tox environment? | 11:42 |
sambetts | AJaeger: rebuilt it just now to make sure it wasn't | 11:42 |
AJaeger | The error message really looked like an old environment that didn't know about the skip-if feature | 11:43 |
AJaeger | debian should be fine. | 11:43 |
AJaeger | I'm currently doublechecking "tox -e zuul" on my openSUSE system | 11:43 |
*** chlong has joined #openstack-infra | 11:45 | |
AJaeger | sambetts, works fine for me | 11:46 |
*** kashyap has joined #openstack-infra | 11:46 | |
kashyap | Do I have to login _every_ time (?!?!) to see a summit proposal details? | 11:46 |
openstackgerrit | yolanda.robla proposed openstack-infra/shade: Add hasExtension method to check cloud capabilities https://review.openstack.org/156954 | 11:46 |
sambetts | AJaeger: I'm going to manually try deleting .tox instead of using --recreate and see if that helps | 11:47 |
AJaeger | sambetts, rm -rf .test | 11:47 |
* sambetts runs tests | 11:48 | |
*** cnesa has joined #openstack-infra | 11:49 | |
*** e0ne_ has quit IRC | 11:50 | |
AJaeger | sambetts, do an upload to pypi instead so that I can +2 your patch ;) | 11:51 |
*** spredzy is now known as spredzy|afk | 11:51 | |
sambetts | AJaeger: the neutron one? | 11:52 |
*** koolhead17 has quit IRC | 11:52 | |
AJaeger | sambetts, networking-cisco | 11:52 |
AJaeger | https://pypi.python.org/pypi?%3Aaction=search&term=networking-cisco&submit=search does not return any results, see my comment in review.openstack.org | 11:52 |
sambetts | AJaeger: ah thats because I hid it because there was no files there :-P | 11:53 |
AJaeger | sambetts, we only +2 if pypi is visible | 11:54 |
sambetts | AJaeger: It should be visible now I hope :-) also manually cleaning up .tox and .test fixed my test issues | 11:55 |
AJaeger | sambetts, great^2! | 11:56 |
*** vivcheri has joined #openstack-infra | 11:56 | |
sambetts | AJaeger: Thanks :D | 11:56 |
openstackgerrit | yolanda.robla proposed openstack-infra/shade: Add hasExtension method to check cloud capabilities https://review.openstack.org/156954 | 11:56 |
*** ddieterly has joined #openstack-infra | 11:59 | |
*** ashleighfarnham has quit IRC | 12:03 | |
*** ddieterly has quit IRC | 12:03 | |
*** rfolco has joined #openstack-infra | 12:08 | |
*** jistr has quit IRC | 12:09 | |
*** jistr has joined #openstack-infra | 12:12 | |
openstackgerrit | yolanda.robla proposed openstack-infra/shade: Add hasExtension method to check cloud capabilities https://review.openstack.org/156954 | 12:17 |
*** e0ne has joined #openstack-infra | 12:18 | |
*** abhi1892 has quit IRC | 12:18 | |
*** mpaolino has quit IRC | 12:19 | |
*** salv-orlando has quit IRC | 12:20 | |
*** mpaolino has joined #openstack-infra | 12:23 | |
*** BharatK has joined #openstack-infra | 12:25 | |
*** weshay has quit IRC | 12:26 | |
*** rcarrillocruz has quit IRC | 12:29 | |
*** rcarrillocruz has joined #openstack-infra | 12:29 | |
*** timcline has joined #openstack-infra | 12:36 | |
*** signed8bit has joined #openstack-infra | 12:37 | |
*** signed8bit is now known as signed8bit_ZZZzz | 12:37 | |
*** signed8bit_ZZZzz is now known as signed8bit | 12:37 | |
*** amotoki has joined #openstack-infra | 12:37 | |
*** timcline has quit IRC | 12:41 | |
*** vivcheri_ has joined #openstack-infra | 12:44 | |
openstackgerrit | yolanda.robla proposed openstack-infra/nodepool: WIP: Not even close to finished - use shade https://review.openstack.org/156322 | 12:45 |
*** vivcheri has quit IRC | 12:46 | |
*** kashyap has quit IRC | 12:47 | |
*** vivcheri_ has quit IRC | 12:47 | |
*** vivcheri_ has joined #openstack-infra | 12:48 | |
*** ghostpl_ has joined #openstack-infra | 12:48 | |
*** radez_g0n3 is now known as radez | 12:48 | |
*** vivcheri__ has joined #openstack-infra | 12:51 | |
*** otter768 has joined #openstack-infra | 12:51 | |
*** ghostpl_ has quit IRC | 12:53 | |
mordred | SergeyLukjanov: just run puppet agent --disable on the node | 12:54 |
*** vivcheri_ has quit IRC | 12:55 | |
SergeyLukjanov | mordred, OMG, it's too simple to be true :) | 12:55 |
SergeyLukjanov | mordred, thx | 12:55 |
mordred | I know, right? | 12:55 |
SergeyLukjanov | mordred, yup | 12:55 |
*** otter768 has quit IRC | 12:56 | |
*** doug-fish has joined #openstack-infra | 12:59 | |
*** ddieterly has joined #openstack-infra | 12:59 | |
openstackgerrit | Russell Bryant proposed openstack-infra/system-config: Enable logging of #openstack-nova https://review.openstack.org/156979 | 12:59 |
*** signed8bit has quit IRC | 13:02 | |
*** baoli has joined #openstack-infra | 13:03 | |
*** yolanda has quit IRC | 13:03 | |
*** dkliban_afk is now known as dkliban | 13:04 | |
*** yolanda has joined #openstack-infra | 13:04 | |
*** ddieterly has quit IRC | 13:04 | |
ihrachyshka | what's wrong with jenkins? it claims there are merge conflicts, then sets +1 with no results. see: https://review.openstack.org/#/c/155374/ | 13:04 |
*** baoli has quit IRC | 13:04 | |
*** e0ne is now known as e0ne_ | 13:05 | |
*** baoli has joined #openstack-infra | 13:05 | |
*** jaypipes has joined #openstack-infra | 13:05 | |
*** signed8bit has joined #openstack-infra | 13:07 | |
*** yamamoto has joined #openstack-infra | 13:08 | |
*** mbacchi has joined #openstack-infra | 13:08 | |
*** vivcheri__ has quit IRC | 13:09 | |
*** e0ne_ is now known as e0ne | 13:09 | |
*** spredzy|afk is now known as spredzy | 13:10 | |
*** mpaolino has quit IRC | 13:10 | |
*** markvoelker has joined #openstack-infra | 13:11 | |
*** koolhead17 has joined #openstack-infra | 13:13 | |
*** bswartz has quit IRC | 13:13 | |
openstackgerrit | Victoria Martínez de la Cruz proposed openstack/requirements: Adds Autobahn to global requirements https://review.openstack.org/156982 | 13:15 |
*** kgiusti has joined #openstack-infra | 13:15 | |
*** AJaeger has quit IRC | 13:16 | |
*** zigo has quit IRC | 13:18 | |
*** zigo has joined #openstack-infra | 13:20 | |
*** e0ne_ has joined #openstack-infra | 13:24 | |
*** salv-orlando has joined #openstack-infra | 13:25 | |
SergeyLukjanov | mordred, if you have a minute - https://review.openstack.org/#/c/156542/ :) | 13:25 |
*** signed8bit has quit IRC | 13:27 | |
*** e0ne has quit IRC | 13:27 | |
*** signed8b_ has joined #openstack-infra | 13:27 | |
*** AJaeger has joined #openstack-infra | 13:28 | |
*** hashar has joined #openstack-infra | 13:29 | |
*** dizquierdo has joined #openstack-infra | 13:30 | |
*** e0ne has joined #openstack-infra | 13:30 | |
*** e0ne_ has quit IRC | 13:33 | |
sdague | hey mordred - previously approved d-g fix - https://review.openstack.org/#/c/156605/ which actually means we'll save people's run logs :) | 13:35 |
*** ildikov has quit IRC | 13:36 | |
*** timcline has joined #openstack-infra | 13:37 | |
*** yolanda has quit IRC | 13:38 | |
*** yolanda has joined #openstack-infra | 13:38 | |
*** timcline has quit IRC | 13:42 | |
mordred | sdague: done | 13:42 |
sdague | thanks | 13:42 |
sdague | will be nice to actually collect hook logs | 13:42 |
sdague | I wonder how long ago that broke | 13:43 |
mordred | SergeyLukjanov: done | 13:43 |
mordred | sdague: :) | 13:43 |
*** bswartz has joined #openstack-infra | 13:44 | |
ihrachyshka | sdague, do you know anything about recent jenkins weird behaviour (putting V+1 with 'failed to merge' message, while there are no conflicts in the first place)? | 13:44 |
*** cnesa has quit IRC | 13:44 | |
*** dkranz has joined #openstack-infra | 13:45 | |
sdague | ihrachyshka: nope, to you have an example? | 13:46 |
ihrachyshka | sdague, https://review.openstack.org/#/c/155374/ | 13:46 |
*** sandywalsh_ has joined #openstack-infra | 13:48 | |
sdague | yeh, not sure. Maybe jeblair, clarkb, or fungi would know | 13:49 |
*** vigneshvar has quit IRC | 13:49 | |
*** krtaylor has quit IRC | 13:50 | |
sdague | it seems a little moot though, because https://review.openstack.org/#/c/155373 is -2 blocked at the bottom of the pile | 13:50 |
openstackgerrit | Merged openstack-infra/puppet-bup: Make backups period configurable https://review.openstack.org/156542 | 13:50 |
*** sandywalsh has quit IRC | 13:50 | |
ihrachyshka | sdague, moot? can you elaborate? | 13:51 |
sdague | so the entire stack is blocked by markmcclain | 13:52 |
ihrachyshka | sdague, right. it's blocked to get decision on drivers meeting today | 13:52 |
sdague | ok | 13:52 |
sdague | yeh, I don't know why 'failed to merge' is also in there | 13:52 |
ihrachyshka | yeah, no conflicts. but the worst thing is that it claims +1 for something like a failure | 13:52 |
sdague | well, it might not be a failure | 13:53 |
sdague | It might be something being incorrectly verbose | 13:53 |
sdague | so I wouldn't worry about it yet | 13:53 |
ihrachyshka | ok, that's fine for me. once I get it unblocked, I will care more. :) | 13:54 |
*** krtaylor has joined #openstack-infra | 13:55 | |
*** bswartz has quit IRC | 13:58 | |
*** abhirc has joined #openstack-infra | 14:00 | |
*** yamamoto has quit IRC | 14:00 | |
*** ddieterly has joined #openstack-infra | 14:00 | |
*** annegent_ has joined #openstack-infra | 14:01 | |
*** bswartz has joined #openstack-infra | 14:01 | |
*** ddieterly has quit IRC | 14:05 | |
*** mfink_ has joined #openstack-infra | 14:08 | |
*** yamamoto has joined #openstack-infra | 14:08 | |
*** hdd has joined #openstack-infra | 14:11 | |
*** jgallard__ has joined #openstack-infra | 14:12 | |
*** kaisers1 has quit IRC | 14:13 | |
openstackgerrit | Merged openstack-infra/project-config: have swift functional tests use tox https://review.openstack.org/156676 | 14:13 |
openstackgerrit | Darragh Bailey proposed stackforge/python-jenkins: Consolidate raising identical exceptions https://review.openstack.org/157008 | 14:14 |
openstackgerrit | Merged openstack-infra/project-config: make swiftclient functional job use swiftclient from git https://review.openstack.org/156787 | 14:14 |
*** dims__ has quit IRC | 14:15 | |
sdague | jeblair: interesting bug in the Depends-On I discovered - https://storyboard.openstack.org/#!/story/2000169 | 14:15 |
*** gulic has quit IRC | 14:16 | |
*** dustins has joined #openstack-infra | 14:17 | |
*** annegent_ has quit IRC | 14:18 | |
*** annegent_ has joined #openstack-infra | 14:19 | |
openstackgerrit | Merged stackforge/python-jenkins: Add BadHTTPException https://review.openstack.org/155262 | 14:19 |
*** dims__ has joined #openstack-infra | 14:20 | |
*** dims__ has quit IRC | 14:20 | |
*** dims__ has joined #openstack-infra | 14:21 | |
*** ildikov has joined #openstack-infra | 14:21 | |
*** ildikov is now known as ildikov_afk | 14:23 | |
*** tiswanso has joined #openstack-infra | 14:23 | |
*** mpaolino has joined #openstack-infra | 14:24 | |
*** dims__ has quit IRC | 14:25 | |
*** dustins has quit IRC | 14:26 | |
*** dustins has joined #openstack-infra | 14:26 | |
*** cody-somerville has quit IRC | 14:27 | |
*** sputnik13 has quit IRC | 14:28 | |
*** mriedem has joined #openstack-infra | 14:31 | |
*** changbl has quit IRC | 14:32 | |
*** Guest37356 has joined #openstack-infra | 14:35 | |
*** hdd has quit IRC | 14:36 | |
*** ghostpl_ has joined #openstack-infra | 14:37 | |
*** jgrimm is now known as zz_jgrimm | 14:38 | |
*** sdake has joined #openstack-infra | 14:38 | |
*** baoli has quit IRC | 14:39 | |
openstackgerrit | Matthew Booth proposed openstack/requirements: Add toposort test requirement https://review.openstack.org/157014 | 14:39 |
*** baoli has joined #openstack-infra | 14:39 | |
openstackgerrit | Marc Koderer proposed openstack-infra/project-config: Add telco working group usecase repo https://review.openstack.org/155248 | 14:41 |
*** sdake_ has joined #openstack-infra | 14:41 | |
*** ghostpl_ has quit IRC | 14:42 | |
*** ddieterly has joined #openstack-infra | 14:42 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Add support for volume attach/detach https://review.openstack.org/153623 | 14:42 |
*** baoli has quit IRC | 14:42 | |
*** baoli has joined #openstack-infra | 14:43 | |
*** cnesa has joined #openstack-infra | 14:43 | |
*** spzala has quit IRC | 14:43 | |
*** bhunter71 has joined #openstack-infra | 14:44 | |
*** imcsk8 has quit IRC | 14:45 | |
*** imcsk8 has joined #openstack-infra | 14:45 | |
*** gordc has joined #openstack-infra | 14:45 | |
*** zz_dimtruck is now known as dimtruck | 14:45 | |
*** teran has joined #openstack-infra | 14:47 | |
*** teran__ has quit IRC | 14:47 | |
sdague | anteaya: https://review.openstack.org/#/c/155248/6 seems like it addresses your concerns now by punting on the irc channel bit entirely | 14:48 |
*** Guest37356 is now known as dims__ | 14:49 | |
*** sdake__ has joined #openstack-infra | 14:49 | |
openstackgerrit | Merged openstack-infra/devstack-gate: actually save hook logs https://review.openstack.org/156605 | 14:49 |
*** sabeen has joined #openstack-infra | 14:52 | |
*** sdake_ has quit IRC | 14:52 | |
*** otter768 has joined #openstack-infra | 14:52 | |
*** mpaolino has quit IRC | 14:53 | |
*** sergsh has joined #openstack-infra | 14:53 | |
*** krtaylor has quit IRC | 14:54 | |
*** krtaylor has joined #openstack-infra | 14:55 | |
*** patrickeast has joined #openstack-infra | 14:55 | |
*** wenlock has joined #openstack-infra | 14:55 | |
*** otter768 has quit IRC | 14:57 | |
*** yfried_ has quit IRC | 14:57 | |
*** mrmartin has joined #openstack-infra | 14:59 | |
*** salv-orlando has quit IRC | 15:00 | |
*** annegentle has quit IRC | 15:00 | |
*** dimtruck is now known as zz_dimtruck | 15:01 | |
*** armax has joined #openstack-infra | 15:01 | |
*** salv-orlando has joined #openstack-infra | 15:02 | |
fungi | SergeyLukjanov: 'sudo puppet agent --disable' will cause the one machine where it's run to refuse to let ansible apply updates. that's what we've been doing so far | 15:03 |
*** mtanino has joined #openstack-infra | 15:03 | |
mtreinish | sdague: if you get a sec: https://review.openstack.org/#/c/155089/ should be quick | 15:03 |
*** asselin_ has joined #openstack-infra | 15:04 | |
fungi | oh, mordred already replied | 15:04 |
mordred | :) | 15:05 |
*** amitgandhinz has joined #openstack-infra | 15:05 | |
*** nelsnelson has joined #openstack-infra | 15:05 | |
fungi | ihrachyshka: 155374 looks like it may be exhibiting a bug in our cross-repo dependency implementation | 15:06 |
sdague | mtreinish: done | 15:06 |
ihrachyshka | fungi, aha. totally possible | 15:06 |
fungi | s/bug/odd corner case behavior/ | 15:06 |
*** cdent_ has joined #openstack-infra | 15:09 | |
*** mpaolino has joined #openstack-infra | 15:09 | |
*** cdent has quit IRC | 15:09 | |
*** cdent_ is now known as cdent | 15:09 | |
*** bcourt has joined #openstack-infra | 15:10 | |
*** leopoldj_ has joined #openstack-infra | 15:10 | |
*** koolhead17 has quit IRC | 15:10 | |
*** dangers_away is now known as dangers | 15:11 | |
*** abhirc has quit IRC | 15:12 | |
*** leopoldj has quit IRC | 15:13 | |
*** MarkAtwood has joined #openstack-infra | 15:13 | |
*** smcginnis has joined #openstack-infra | 15:16 | |
smcginnis | Greetings! | 15:16 |
smcginnis | I have a CI account created prior to the self service approach. | 15:16 |
smcginnis | I would like to update the dispay name. | 15:16 |
*** abhirc has joined #openstack-infra | 15:16 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 15:16 | |
smcginnis | This is really all I need, so the approach here seems overkill: https://wiki.openstack.org/wiki/OldtoNewGerritCIAccount | 15:17 |
smcginnis | Would it be possible to have someone update our display name? | 15:17 |
*** marun has joined #openstack-infra | 15:17 | |
fungi | smcginnis: and then the next time your display name needs to be updated...? | 15:18 |
*** abhirc has quit IRC | 15:18 | |
smcginnis | fungi: I know, I know. :} | 15:18 |
fungi | (or your e-mail address, or...) | 15:18 |
fungi | (ssh keys...) | 15:18 |
fungi | a new account would give you control over all of that | 15:18 |
smcginnis | I don't forsee any other possible changes needed, and this is really just a clean up that isn't really necessary. | 15:18 |
*** e0ne is now known as e0ne_ | 15:18 | |
smcginnis | But if a new account is the preferred answer I can certainly do that. | 15:19 |
smcginnis | I was hoping this would be an easy/quick fix. | 15:19 |
*** e0ne_ is now known as e0ne | 15:20 | |
*** hdd has joined #openstack-infra | 15:21 | |
*** zz_jgrimm is now known as jgrimm | 15:22 | |
*** dkehn has joined #openstack-infra | 15:22 | |
ihrachyshka | fungi, this corner case may be due to weird bindings between neutron and neutron-*aas repos where the latter repos require the former one thru requirements.txt | 15:23 |
*** stevemar has joined #openstack-infra | 15:24 | |
fungi | smcginnis: yeah, new accounts are preferred in general since it lifts the support burden for our team. we only let the previous accounts working so that you and others wouldn't have to scramble to make new accounts so as to keep your systems working | 15:25 |
rcarrillocruz | ohh | 15:25 |
rcarrillocruz | nodepool already on trusty | 15:25 |
hashar | ohhh | 15:26 |
* rcarrillocruz stops ubuntu12.04 qcow image on his new shiny cloud | 15:26 | |
smcginnis | fungi: Makes sense. Probably the better answer long term to get a new account created then. Thanks! | 15:26 |
fungi | ihrachyshka: zuul doesn't really know about requirements.txt. i'm wagering it's either because of the -2 on the change at the bottom of the neutron stack, or the -1 workflow on the vpnaas change. though it could also have been some sort of query failure. i'm going to see if i can tell from the debug logs in a few minutes | 15:27 |
ihrachyshka | fungi, thanks | 15:27 |
*** che-arne has joined #openstack-infra | 15:27 | |
*** smcginnis has left #openstack-infra | 15:27 | |
fungi | rcarrillocruz: yep, it's been on trusty for a month or so (we needed it so as to be able to dib centos7 diskimages) | 15:27 |
rcarrillocruz | sweet | 15:28 |
fungi | rcarrillocruz: we have several things running on trusty now if you check the global site manifest | 15:28 |
hashar | do you have any plan to package Nodepool for Ubuntu/Debian ? | 15:28 |
rcarrillocruz | yah, quickly checking site.pp now... | 15:28 |
rcarrillocruz | my local system-config master branch was quite outdated... | 15:29 |
fungi | hashar: i didn't have any packaging plans, but that's mainly because i've already got rather a lot going on ;) | 15:29 |
*** jedimike has joined #openstack-infra | 15:29 | |
hashar | fungi: we will most probably package it ourself | 15:29 |
*** timcline has joined #openstack-infra | 15:29 | |
hashar | though with some python module dependencies embedded in the package since some are lacking/conflicting with whatever Ubuntu Trusty has/provides | 15:30 |
jeblair | sdague: the behavior is at least partially intentional -- the part where the blocked change is not enqueued. i agree it would be nice if zuul could enqueue the no-longer-blocked change, but i don't believe that identifying those changes is a solved problem, and changes that depend on each other but don't share a change queue may be kind of an edge case. | 15:30 |
*** wenlock has quit IRC | 15:31 | |
sdague | jeblair: ok, it seems like in the merge-check case there could be a sweep of changes in a similar way | 15:31 |
sdague | once something merges, are there blocked changes which really should enqueue | 15:32 |
fungi | jeblair: and if you haven't seen yet, marvel at the three comments zuul left on 156942 at 12:50 | 15:32 |
*** devlaps has joined #openstack-infra | 15:32 | |
jeblair | sdague: yeah, though here we would need to look for changes in all other projects with a reverse depends on; and i think searching for the reverse depends on doesn't work for some reason | 15:32 |
jeblair | sdague: if that worked, i do think it would be doable, and this would probably be a subset of the general "make reverse depends-on work" case | 15:33 |
*** tmcpeak has joined #openstack-infra | 15:33 | |
fungi | sdague: specifically searching on commit message contents seems sort of broken | 15:33 |
sdague | do you really need to do reverse depends on? | 15:33 |
*** che-arne has quit IRC | 15:33 | |
*** esker has joined #openstack-infra | 15:33 | |
sdague | fungi: hmmm why? | 15:33 |
jeblair | sdague: (similarly, right now, if you approve a change even in the same queue, a ready change that depends-on it will not be auto-enqueued) | 15:33 |
sdague | because it seems like the entire structure is based on commit message content | 15:34 |
fungi | the brute force hammer alternative would be to retrieve and review every commit message for every open change in gerrit i guess, but that seems like it might perform badly | 15:34 |
AJaeger | jeblair, I ran into the problem as well. And this will hit us with new openstack projects - depending on governance changes... | 15:34 |
sdague | jeblair: yeh, I've noticed that. Which tends to stall patch series quite a bit in nova actually | 15:34 |
jeblair | sdague: by reverse depends on i mean if B Depends-On: A, then to enqueue B when A is approved (or merges), you need to search for "Depends-On: A" | 15:34 |
AJaeger | Especially in project-config, I'll expect to see these kind of dependencies | 15:34 |
sdague | jeblair: oh, right, ok, we're saying the same thing then | 15:35 |
jeblair | AJaeger: so we should keep that in mind, and perhaps not approve those changes until their dependencies have merged | 15:35 |
jeblair | sdague: how does it affect nova? | 15:35 |
SergeyLukjanov | mordred, fungi, thx | 15:35 |
AJaeger | jeblair, or reapprove;) | 15:35 |
sdague | jeblair: because we have a lot of patch series | 15:35 |
fungi | however if we _do_ approve them, they won't get enqueued into the gate until the change they depend on merges | 15:35 |
jeblair | sdague: within nova itself? | 15:36 |
sdague | yes | 15:36 |
jeblair | sdague: that works | 15:36 |
sdague | hmmm... I've seen that stall as well | 15:36 |
fungi | sdague: this is specifically when using depends-on in a commit message, not a normal git parenting | 15:36 |
jeblair | sdague: enqueing git reverse dependencies should work fine | 15:36 |
sdague | ok, I'm pretty sure I've watched the git parenting stall | 15:36 |
sdague | I'll keep an eye out for examples in the future | 15:36 |
*** zz_dimtruck is now known as dimtruck | 15:37 | |
jeblair | AJaeger: i'd personally recommend not approving them, that way they aren't forgotten. | 15:37 |
jeblair | sdague: thanks | 15:37 |
fungi | i've definitely seen them not all enqueue at once because they may not all pass clean check in the right order, but once they do i've seen them transition into the gate pipeline normally | 15:37 |
AJaeger | jeblair, I'll try to follow that recommendation now... | 15:37 |
fungi | AJaeger: however if we forget, a recheck should take care of it | 15:38 |
AJaeger | YEs, indeed | 15:38 |
fungi | so not the end of the world or anything | 15:38 |
*** ghostpl_ has joined #openstack-infra | 15:38 | |
tmcpeak | hey all, if any of the +2's have a spare cycle, can you please give a look at: https://review.openstack.org/156772 | 15:38 |
clarkb | recheck wont if the verified value doesnt chamge :/ | 15:38 |
clarkb | should see if gerrit will fix that eg if they consider it to be a bug | 15:38 |
fungi | clarkb: oh, good point, have to blow away the jenkins +1 and then recheck | 15:38 |
fungi | i wonder if zuul could be configured to spot comments in the event stream left by jenkins which don't include an explicit vote but then query to see if there's an existing +1 and if not, treat is as if there had been a +1 in the comment | 15:41 |
fungi | but that seems like it might get complicated for such a corner case | 15:41 |
*** hashar has quit IRC | 15:41 | |
jeblair | zuul is all about complicated corner cases :) | 15:41 |
fungi | s/and if not/and if there is/ | 15:41 |
sdague | oh, right, I think it's the gate bounce case which might be weird | 15:42 |
jeblair | anyone have a depends-on change handy? | 15:42 |
sdague | 3 patches go in, patch #1 fails in gate, 2 - 3 are pulled to the side because of it. recheck on ps #1 won't always pull things in. | 15:42 |
*** koolhead17 has joined #openstack-infra | 15:42 | |
*** koolhead17 has joined #openstack-infra | 15:42 | |
sdague | jeblair: an open one? | 15:42 |
*** ghostpl_ has quit IRC | 15:43 | |
jeblair | sdague: preferably | 15:43 |
fungi | jeblair: well, there's 156942 i' | 15:43 |
fungi | m digging into right now | 15:43 |
*** dmsimard_away is now known as dmsimard | 15:43 | |
*** koolhead17 has quit IRC | 15:43 | |
fungi | but if you want one without known issues, 156807 | 15:43 |
jeblair | fungi: does something depend on 156942 ? | 15:44 |
fungi | jeblair: oh, yep, and it also has crd headers. i wonder if there's a cycle in it | 15:44 |
fungi | checking that now | 15:44 |
*** carl_baldwin has joined #openstack-infra | 15:45 | |
bcourt | Hi, (jjb dev question) version 1.5 of the jenkins ssh-agent plugin supports multiple credentials. The XML required is not backwards compatible. Is there a means built into JJB for dealing with this? | 15:45 |
*** carl_baldwin has quit IRC | 15:45 | |
fungi | jeblair: sorry, meant 155374 not 156942 | 15:45 |
jeblair | fungi: what depends on 156942 ? | 15:45 |
jeblair | ok | 15:45 |
fungi | (was looking at its git parent) | 15:45 |
*** skolekonov has quit IRC | 15:46 | |
*** carl_baldwin has joined #openstack-infra | 15:46 | |
bcourt | I'll happily to the work to add the new support but I do not want to break all the existing users. The best I can come up with would be to look at the ssh-agent-credentials arg and if it's sub-args is a list, use the new style, if it is not then use the old style | 15:47 |
jeblair | fungi, sdague, AJaeger: i think searching for reverse depends-on changes will work; we were just being too clever... | 15:47 |
jeblair | fungi, sdague, AJaeger: message:"Depends-On: I2d7081dbd4cb532332e3b66667bb8c71aa5a6658" does not work | 15:47 |
jeblair | fungi, sdague, AJaeger: message:"I2d7081dbd4cb532332e3b66667bb8c71aa5a6658" does work | 15:47 |
fungi | bcourt: i can't recall if we've done any plugin version detection in jjb in the past. zaro, pelix or hashar might recall | 15:47 |
sdague | jeblair: yeh, there is something weird about the message tokenizer that I don't understand | 15:48 |
sdague | like message:"Depends" returns values | 15:48 |
*** Sukhdev has joined #openstack-infra | 15:48 | |
sdague | message:"Depends-On:" does not | 15:48 |
clarkb | bcourt I think that that is basically what we have done for other plugins. use one format or another based on the structure of the yaml | 15:48 |
pelix | fungi bcourt: we have support for plugin version detection in JJB, does require using pkg_resources.parse_version | 15:49 |
fungi | jeblair: well, people _do_ mention change ids in commit messages, and that'll also return all copies of changes which have that change-id too, but it's at least a starting point to narrow down the commit messages zuul would need to filter further | 15:49 |
jeblair | fungi, sdague, AJaeger: so i think zuul can just search for change ids, get extra results and filter them out, and then it should be able to find the reverse dependencies. that should solve both problems. | 15:49 |
jeblair | fungi: yeah | 15:49 |
sdague | jeblair: yeh, that would be neat | 15:49 |
clarkb | sdague depends and on are two tokens in lucene iirc | 15:49 |
clarkb | pelix is that working now? | 15:50 |
sdague | clarkb: sure, could be, but it seems like the search input has to be *a* lucene token, not a string that you'd pass through as a search in an expected way | 15:50 |
sdague | which is a really odd thing to do | 15:50 |
pelix | clarkb: yes, it's just a little awkward to use at the moment, I'm in the process of trying to land a chance in python-jenkins that would allow just comparison directly against strings and have a plugin object in the python-jenkins library handle all the necessary parsing | 15:51 |
jeblair | clarkb: message:"Depends on" seems to return anything but results that have "depends-on". it gets "DependsOn" and "depends on" though. | 15:51 |
BobBall | Anyone tried uploading CI results to swift using a jjb publisher? :) | 15:52 |
pelix | clarkb fungi bcourt: https://review.openstack.org/#/c/135843/19/jenkins_jobs/modules/hipchat_notif.py shows an example of it's usage | 15:53 |
*** erlon has joined #openstack-infra | 15:53 | |
jeblair | fun fact: "ny" and "sf" are in the same relative position, just shifted horizontally by one key, on a dvorak keyboard. | 15:54 |
*** unicell1 has joined #openstack-infra | 15:54 | |
jeblair | so i just typod "sf" as "ny" | 15:54 |
bcourt | pelix, is there a way to specify what that version should be in a fixture? | 15:54 |
clarkb | BobBall yes all the infra jobs do so currently | 15:54 |
BobBall | Oh really? I thought infra was using a web server... *goes looking at the infra config* thanks! | 15:55 |
*** unicell has quit IRC | 15:55 | |
pelix | bcourt: the same change includes an example of providing dummy plugin test data https://review.openstack.org/#/c/135843/19/tests/hipchat/fixtures/hipchat003.plugins_info.yaml | 15:55 |
clarkb | BobBall we use both | 15:55 |
clarkb | pelix bcourt that said behavior based on yaml is simple and backward compat if not version explicit | 15:56 |
*** rlandy has quit IRC | 15:57 | |
sdague | jeblair: yeh, if anyone could reverse engineer out how to get message:"" to match more than a single lucene token, that would be awesome. I've banged my head on various things and failed a bunch. | 15:58 |
*** yamahata has joined #openstack-infra | 15:58 | |
*** rhe00_ is now known as rhe00 | 15:58 | |
sdague | ok, apparently moving swift functional job to tox wasn't as simple as expected - http://logs.openstack.org/94/156594/2/check/check-swift-dsvm-functional/23b24c0/console.html#_2015-02-18_15_01_20_260 | 15:59 |
*** kmartin has joined #openstack-infra | 16:00 | |
sdague | we need to sudo to a specific user for that? | 16:00 |
*** viktors is now known as viktors|afk | 16:02 | |
fungi | sdague: good question. is the way in which /opt/stack/new/swift is now created causing it to be owned by someone other than stack? | 16:02 |
fungi | sdague: stuffing a ls -dl /opt/stack/new/swift in there might help provide some insight | 16:03 |
sdague | ok, except that's a project-config change so it's not testsable until landed | 16:03 |
*** rm_work|away is now known as rm_work | 16:04 | |
clarkb | so in theory \ escapes the - in a lucene query but depends\-on doesnt work | 16:04 |
jeblair | sdague, fungi: i think the hooks run as jenkins? | 16:04 |
*** markus_z has quit IRC | 16:04 | |
fungi | oh! right, they're in the context of devstack-gate not devstack | 16:04 |
mrmartin | fungi hi | 16:04 |
fungi | mrmartin: what's up? | 16:04 |
mrmartin | :) we have an user, who can login at openstack.org but fails at openstackid.org using the same account | 16:05 |
mrmartin | i don't have access to openstackid.org server, so you need to check the logs there, maybe you see something | 16:05 |
sdague | jeblair: so are we proposing adding sudo -u stack into swift.yaml ? | 16:06 |
fungi | mrmartin: absolutely, have any additional details? (approximate time, user id, source ip address, anything?) | 16:06 |
fungi | mrmartin: taking a look in the server logs now | 16:06 |
mrmartin | we have time. | 16:06 |
*** dustins has quit IRC | 16:06 | |
mrmartin | 10 minutes ago approx. | 16:07 |
morganfainberg | interesting | 16:07 |
* morganfainberg just checked and can login to openstackid.org | 16:07 | |
mrmartin | I think it don't have a too match traffic, so if you see an exception in the application logs it can be that | 16:07 |
mrmartin | or openstackid cannot handle the email address as username :) | 16:07 |
mrmartin | I can login, so the service works well. | 16:08 |
jeblair | sdague: i think so | 16:08 |
openstackgerrit | Sean Dague proposed openstack-infra/project-config: add sudo permissions to swift functional jobs https://review.openstack.org/157048 | 16:08 |
sdague | like that? ^^^ | 16:08 |
sdague | swift is dead in the water until this gets fixed | 16:09 |
sdague | as is devstack, because of co-gating on that job | 16:09 |
jeblair | sdague, fungi: do we need "sudo -H -u" ? | 16:09 |
sdague | I'm not sure why we need a homedir forced here as well, but I don't know | 16:10 |
fungi | mrmartin: nothing obvious in any of apache's error logs. what other logs should i look for? | 16:10 |
mrmartin | the application log available here: /srv/openstackid/w/app/storage/logs | 16:10 |
jeblair | sdague: i think we do it in devstack-gate because of pip caching to ~ | 16:10 |
openstackgerrit | Barnaby Court proposed openstack-infra/jenkins-job-builder: Enable whitelisted-orgs-as-admins for ghprb trigger https://review.openstack.org/157050 | 16:11 |
fungi | jeblair: in this case -H doesn't seem like it would be involved, but might be helpful for other reasons | 16:11 |
sdague | do we want to try it without? and add if needed | 16:11 |
sdague | because I kind of hate adding belts and suspenders unless we know why | 16:11 |
*** jcoufal has quit IRC | 16:12 | |
*** jcoufal_ has joined #openstack-infra | 16:12 | |
jeblair | fungi: are you saying that pip won't use the cache in ~ because of tox? | 16:12 |
fungi | jeblair: i was saying that the job is creating .tox in a specific location not influenced by its $HOME | 16:13 |
clarkb | the reason for -H is also for the pydistutils config and other items stashed in the appropriate homedir | 16:13 |
fungi | but that passing -H may be helpful for avoiding some other failure mode, such as where it tries to cache things | 16:13 |
sdague | ok, so we're saying it's needed then, I'll update | 16:14 |
fungi | jeblair: i think i was agreeing with you? | 16:14 |
*** harlowja_at_home has joined #openstack-infra | 16:14 | |
fungi | just saying that sudo vs sudo -H doesn't make a difference to where and how the .tox directory itself gets created | 16:15 |
fungi | i was lacking context until i looked at the proposed change | 16:15 |
*** mpaolino has quit IRC | 16:15 | |
fungi | as opposed to the failure log | 16:15 |
openstackgerrit | Sean Dague proposed openstack-infra/project-config: add sudo permissions to swift functional jobs https://review.openstack.org/157048 | 16:16 |
* fungi goes back to burying his head in openstackid errors so that he can then go back to burying his head in zuul errors | 16:16 | |
*** BharatK has quit IRC | 16:17 | |
fungi | sdague: i assume the removal of the test-requirements.txt install is because it's duplicated by tox in the swift repo (i didn't see it mentioned in the commit message) | 16:18 |
sdague | fungi: yeh, it was a missed cleanup that I just noticed | 16:18 |
*** carl_baldwin_ has joined #openstack-infra | 16:19 | |
*** ParsectiX has joined #openstack-infra | 16:19 | |
*** pcrews has quit IRC | 16:19 | |
*** carl_baldwin has quit IRC | 16:19 | |
*** carl_baldwin_ is now known as carl_baldwin | 16:19 | |
fungi | that's what i figured. thanks | 16:19 |
fungi | mrmartin: at 15:53:36 utc it threw the following exception... dev.ERROR: * CheckPointService - exception : << non supported algorithm blowfish | 16:21 |
fungi | mrmartin: and i have a stacktrace if you need it | 16:21 |
openstackgerrit | yolanda.robla proposed openstack-infra/shade: Don't compare images when image is None https://review.openstack.org/157055 | 16:22 |
openstackgerrit | Marc Koderer proposed openstack-infra/project-config: Add telco working group usecase repo https://review.openstack.org/155248 | 16:22 |
*** pradk has joined #openstack-infra | 16:24 | |
*** nfedotov has quit IRC | 16:25 | |
*** asselin__ has joined #openstack-infra | 16:25 | |
jeblair | sdague: +3 | 16:26 |
*** david-lyle_afk is now known as david-lyle | 16:28 | |
*** mrmartin has quit IRC | 16:29 | |
*** asselin_ has quit IRC | 16:29 | |
sdague | jeblair: thanks | 16:30 |
amitgandhinz | hi all.... is it possible to have a gating job use fig/docker to run things? I ask as our api tests currently require cassandra to run and would like to spin it up in a docker container in the gate like we do locally | 16:30 |
*** weshay has joined #openstack-infra | 16:31 | |
openstackgerrit | gordon chung proposed openstack/requirements: add ceilometermiddleware https://review.openstack.org/154607 | 16:32 |
*** armax has quit IRC | 16:32 | |
mordred | amitgandhinz: depends on for what | 16:33 |
*** armax has joined #openstack-infra | 16:33 | |
mordred | amitgandhinz: stackforge projects can do whatever they want in their test jobs | 16:33 |
*** avozza is now known as zz_avozza | 16:33 | |
mordred | amitgandhinz: if it's an openstack project that participates in the integrated gate, then there are a whole host of other issues that would need to be solved before something like that would be allowed | 16:33 |
amitgandhinz | yeh this is a stackforge project. | 16:33 |
mordred | namely, caching | 16:33 |
mordred | cool. then yes - there is absolytely nothing stopping you from having your test job do soething with fig/docker | 16:34 |
amitgandhinz | do we need to do anything for the gate servers to have docker installed? | 16:34 |
fungi | amitgandhinz: basically your jobs get full root access and network access to a machine which will be used and then discarded after the job completes and logs are collected | 16:34 |
mordred | nope. you'll need to install it in your job | 16:34 |
mordred | before sudo access is removed | 16:34 |
*** tmcpeak has quit IRC | 16:35 | |
*** sputnik13 has joined #openstack-infra | 16:36 | |
fungi | amitgandhinz: have a look at https://review.openstack.org/156698 for an example of a job which is installing additional system packages and doing other things (in this case setting up databases/accounts) prior to running fairly typical tests | 16:36 |
amitgandhinz | thanks fungi and mordred. ill take a look | 16:37 |
amitgandhinz | =) | 16:37 |
*** sarob has joined #openstack-infra | 16:37 | |
fungi | amitgandhinz: one thing to keep in mind though... the more complicated the setup to be able to run your tests, the less likely it is that your developers will actually run those locally (especially casual contributors) | 16:38 |
openstackgerrit | Merged openstack-infra/project-config: add sudo permissions to swift functional jobs https://review.openstack.org/157048 | 16:38 |
*** thedodd has joined #openstack-infra | 16:39 | |
*** changbl has joined #openstack-infra | 16:39 | |
*** jcoufal_ has quit IRC | 16:40 | |
*** radez is now known as radez_g0n3 | 16:41 | |
otherwiseguy | weird testing occurrence: in the gate a neutron-vpnaas patch py27 failed (https://jenkins02.openstack.org/job/gate-neutron-vpnaas-python27/46/console) because it passes root_helper to RouterInfo, which should still be there until a later L3Agent patch (https://review.openstack.org/#/c/155212/11/neutron/agent/l3/router_info.py) removes it. The later l3agent patch isn't even in the gate queue yet. | 16:42 |
otherwiseguy | neutron-vpnaas patch: https://review.openstack.org/156690 | 16:43 |
BobBall | What does Zuul reporting that a job type isn't registered typically mean? "zuul.Gearman: Build <gear.Job 0x7f912002e710 handle: None name: build:dsvm-tempest-xen unique: 0cc088d0e2624477ba2aff8532dfb12e> complete, result NOT_REGISTERED" | 16:43 |
*** harlowja_at_home has quit IRC | 16:43 | |
*** spredzy is now known as spredzy|afk | 16:43 | |
openstackgerrit | Daniel Berrange proposed openstack-infra/devstack-gate: Explicitly turn on database query logging https://review.openstack.org/157057 | 16:44 |
*** unicell1 has quit IRC | 16:44 | |
clarkb | BobBall it means that gearman isnt aware of that job so is unable to run it | 16:44 |
clarkb | check that jenkins can talk to gearman and that yoy have at least one slave capable of running the job | 16:44 |
jeblair | otherwiseguy: gimme a few mins | 16:44 |
BobBall | jenkins talking to gearman! That's the issue. | 16:45 |
BobBall | I redeployed and forgot to set that up | 16:45 |
BobBall | sorry - my mistake. | 16:45 |
clarkb | np | 16:45 |
*** ddieterly has quit IRC | 16:45 | |
*** rwsu-afk is now known as rwsu | 16:46 | |
openstackgerrit | yolanda.robla proposed openstack-infra/nodepool: WIP: Not even close to finished - use shade https://review.openstack.org/156322 | 16:46 |
*** mrmartin has joined #openstack-infra | 16:46 | |
mrmartin | fungi: thanks, awesome | 16:46 |
mrmartin | does it mean, that openstack.org password enc algorithm was changed meanwhile? | 16:47 |
*** ParsectiX has quit IRC | 16:47 | |
fungi | mrmartin: i'm not really sure. depending on how they're handling that, it's likely they're using a format with some hash algorithm identifier field so that they can support more than one in the same database? | 16:48 |
*** esker has quit IRC | 16:48 | |
*** ParsectiX has joined #openstack-infra | 16:48 | |
fungi | mrmartin: i'll ask whether they've made any recent changes with regard to their password hashing implementation | 16:48 |
*** scheuran has quit IRC | 16:49 | |
jeblair | otherwiseguy: 2015-02-18 16:22:16.480 | File "neutron_vpnaas/tests/unit/services/vpn/test_vpn_service.py", line 120, in _make_dvr_router_info_for_test | 16:49 |
*** sergsh has quit IRC | 16:49 | |
jeblair | otherwiseguy: ri.snat_iptables_manager = iptables_manager.IptablesManager( | 16:49 |
jeblair | otherwiseguy: that's an IptablesManager, but the change you pointed me to was about removing the arg from a RouterInfo | 16:49 |
* otherwiseguy looks again | 16:50 | |
*** ParsectiX has quit IRC | 16:50 | |
*** ParsectiX has joined #openstack-infra | 16:51 | |
otherwiseguy | jeblair: bah. you'd think i'd be able to read line numbers by now. | 16:51 |
otherwiseguy | thanks. | 16:51 |
jeblair | np | 16:51 |
*** afazekas has quit IRC | 16:51 | |
*** abhirc has joined #openstack-infra | 16:51 | |
openstackgerrit | gordon chung proposed openstack-infra/devstack-gate: add ceilometermiddleware https://review.openstack.org/157060 | 16:52 |
*** HeOS has quit IRC | 16:52 | |
*** otter768 has joined #openstack-infra | 16:53 | |
*** asselin__ has quit IRC | 16:53 | |
*** gyee has joined #openstack-infra | 16:54 | |
*** ddieterly has joined #openstack-infra | 16:54 | |
*** sarob has quit IRC | 16:55 | |
*** ddieterly has quit IRC | 16:55 | |
*** esker has joined #openstack-infra | 16:55 | |
*** ddieterly has joined #openstack-infra | 16:55 | |
*** sarob has joined #openstack-infra | 16:56 | |
*** jlibosva has quit IRC | 16:56 | |
*** otter768 has quit IRC | 16:58 | |
*** Ala has quit IRC | 16:59 | |
mkoderer | sdague: I used an old state for rebasing.. I thinks it's ready for a +A now https://review.openstack.org/#/c/155248/ ;) | 17:00 |
ZZelle | clarkb, hi | 17:02 |
clarkb | hello | 17:02 |
*** bswartz has quit IRC | 17:03 | |
*** coolsvap is now known as coolsvap_ | 17:03 | |
jeblair | fungi: looking at the logs for 156942, i think perhaps gerrit did not have the correct dependency information for that change; at least, it appears that zuul initially did not think it depended on an open change. later, someone added a comment, and it refreshed the state of the change and noticed the dependency. since the dependency wasn't in the queue, it was ejected. | 17:03 |
ZZelle | clarkb, if you have some time, could you relook at https://review.openstack.org/124410 ? | 17:03 |
fungi | jeblair: yeah, i'm coming to that conclusion. at 12:50:32,217 it decided that 153225,5 was needed but unavailable | 17:03 |
jeblair | fungi: i think it reported three times because it was in the check queue three times (probably twice as a non-live change). perhaps there's still a code path where we can report a non-live change... | 17:04 |
*** belmoreira has quit IRC | 17:05 | |
jeblair | fungi: with all that verbosity though, we don't record the gerrit query output, so we can't know for certain what it said :( | 17:05 |
fungi | i couldn't find any details as to why 153225,5 would have been unavailable, nor has staring at the gerrit comment history on that change provided any insight. about to start digging into the gerrit error log for clues | 17:05 |
*** ssam2 has quit IRC | 17:05 | |
*** tmcpeak has joined #openstack-infra | 17:05 | |
*** ssam2 has joined #openstack-infra | 17:05 | |
*** annegent_ has quit IRC | 17:06 | |
*** luqas___ has joined #openstack-infra | 17:06 | |
jeblair | fungi: if you look above that point, it doesn't think that 153225,5 is needed by 156942,2 | 17:06 |
hogepodge | fungi ping | 17:06 |
jeblair | fungi: that's why i think that it originally did not see 153225,5 as a dependency (git parent) of 156942,2 | 17:07 |
zaro | morning | 17:07 |
*** whayutin_ has joined #openstack-infra | 17:07 | |
*** pcrews has joined #openstack-infra | 17:08 | |
*** luqas__ has quit IRC | 17:08 | |
*** dmellado has quit IRC | 17:08 | |
*** patrickeast has quit IRC | 17:09 | |
*** dprince has joined #openstack-infra | 17:10 | |
fungi | jeblair: oh... weird :/ | 17:10 |
fungi | hogepodge: hey there, did you see my comments last night? | 17:10 |
*** amotoki has quit IRC | 17:10 | |
jeblair | fungi: yeah, i think if we continue to see this, it may be worth re-enabling logging of gerrit data so we can confirm whether it is lying to zuul | 17:10 |
hogepodge | here or in code review | 17:10 |
fungi | hogepodge: here | 17:11 |
hogepodge | fungi no, I missed them. | 17:11 |
fungi | hogepodge: https://review.openstack.org/156807 adds the new project. clone from the temporary "upstream" import url in gerrit/projects.yaml there and make sure it's split out the way you want | 17:11 |
*** dmellado has joined #openstack-infra | 17:12 | |
*** MaxV has quit IRC | 17:12 | |
*** Hal has joined #openstack-infra | 17:12 | |
*** Guest48429 has quit IRC | 17:12 | |
*** MaxV has joined #openstack-infra | 17:12 | |
*** MaxV has quit IRC | 17:13 | |
*** Hal is now known as Guest90012 | 17:13 | |
*** MaxV has joined #openstack-infra | 17:13 | |
*** tqtran has joined #openstack-infra | 17:14 | |
*** jistr has quit IRC | 17:15 | |
*** dannywilson has joined #openstack-infra | 17:15 | |
hogepodge | Thanks fungi. I've dropped the review into the defcore meeting so we should get views on it. | 17:16 |
*** devvesa has quit IRC | 17:16 | |
*** wenlock has joined #openstack-infra | 17:16 | |
*** sarob has quit IRC | 17:17 | |
fungi | hogepodge: once the governance change linked as a dependency in that commit message is approved, we can move forward adding that repo | 17:17 |
*** MaxV has quit IRC | 17:18 | |
*** ihrachyshka has quit IRC | 17:18 | |
*** sarob has joined #openstack-infra | 17:18 | |
*** MarkAtwood has quit IRC | 17:18 | |
*** pcm_ has joined #openstack-infra | 17:19 | |
zaro | bcourt: waynr added the framework to allow testing plugins by versionn. take a look at https://review.openstack.org/#/c/132927/ and https://review.openstack.org/#/c/129467/ | 17:19 |
*** melwitt has joined #openstack-infra | 17:20 | |
*** chlong has quit IRC | 17:22 | |
*** e0ne is now known as e0ne_ | 17:22 | |
*** e0ne_ is now known as e0ne | 17:24 | |
*** woodster_ has joined #openstack-infra | 17:24 | |
*** armax has quit IRC | 17:24 | |
*** mpavone has quit IRC | 17:25 | |
openstackgerrit | Jaime Flynn proposed openstack-infra/jenkins-job-builder: updated conditional_publisher to support plugin changes https://review.openstack.org/155514 | 17:26 |
*** AJaeger_ has joined #openstack-infra | 17:26 | |
*** ghostpl_ has joined #openstack-infra | 17:26 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack-infra/devstack-gate: Ironic: Bump memory size for non-concurrency job https://review.openstack.org/157075 | 17:27 |
asselin | zull issue: anyone seen it before? http://paste.openstack.org/show/176989/ | 17:30 |
clarkb | somehow the changish has no project? | 17:31 |
*** e0ne has quit IRC | 17:31 | |
asselin | how is that possible? does that come from the gerrit event stream? or my config? | 17:31 |
*** bdpayne has joined #openstack-infra | 17:31 | |
*** ghostpl_ has quit IRC | 17:31 | |
*** vilobhmm_ has joined #openstack-infra | 17:32 | |
clarkb | I think possibly a combo of both. If your config sets up events in a way that doesnt match the event strean I think this may happen | 17:32 |
clarkb | jesusaurus ^ does that look familiar to you? | 17:33 |
*** tiswanso has quit IRC | 17:33 | |
*** bknudson has joined #openstack-infra | 17:33 | |
* jesusaurus loks | 17:33 | |
*** tiswanso_ has joined #openstack-infra | 17:34 | |
*** tkelsey has joined #openstack-infra | 17:34 | |
jesusaurus | no, but I can check my logs | 17:34 |
zaro | pelix, bcourt, waynr : just realized that it would be nice to have some concise documentation on how to create tests using that framework.. | 17:35 |
*** dannywilson has quit IRC | 17:35 | |
clarkb | jesusaurus I think you hit something similar way back when | 17:35 |
zaro | bcourt: would be a nice contribution once you figure it out :) | 17:35 |
openstackgerrit | Merged openstack-infra/project-config: Add telco working group usecase repo https://review.openstack.org/155248 | 17:37 |
*** ivar-lazzaro has joined #openstack-infra | 17:37 | |
bcourt | zaro, yup, I might have to hold off on the multiple agent keys support, looking through the source of the ssh-agent & credentials stuff it looks like that functionality might not be quite fully baked yet. At least looking at the XML it requires there are some odd choices that I might give a few versions before locking in support in JJB | 17:37 |
*** whayutin_ has quit IRC | 17:37 | |
openstackgerrit | Lucas Alvares Gomes proposed openstack-infra/devstack-gate: Ironic: Bump memory size for non-concurrency job https://review.openstack.org/157075 | 17:37 |
*** ashleighfarnham has joined #openstack-infra | 17:37 | |
*** cnesa1 has joined #openstack-infra | 17:38 | |
*** cnesa has quit IRC | 17:38 | |
*** ivar-laz_ has joined #openstack-infra | 17:39 | |
*** Guest90012 has quit IRC | 17:39 | |
jesusaurus | asselin: clarkb: i do remember hitting NoneType has no attribute, but I don't remember if it was on changish.project.name and I'm not seeing any in my logs | 17:39 |
*** EmilienM is now known as EmilienM|afk | 17:40 | |
asselin | jesusaurus, ok, I'm going to back out my config changes and see if it helps (one line was added...) | 17:40 |
*** ivar-lazzaro has quit IRC | 17:42 | |
*** harlowja_away is now known as harlowja_ | 17:42 | |
openstackgerrit | James E. Blair proposed openstack-infra/zuul: Don't report on non-live changes dequeueing https://review.openstack.org/157080 | 17:43 |
jeblair | fungi: ^ should address the extra reporting, but not the underlying issue | 17:43 |
pelix | zaro: extend the http://ci.openstack.org/jenkins-job-builder/installation.html#unit-tests page to cover writing them in general as well? | 17:44 |
fungi | mrmartin: mystery solved. silverstripe 3.1 defaults to blowfish for password hashing, so any foundation accounts created after the 3.1 upgrade (shortly after the paris summit) probably can't authenticate via openstackid.org | 17:44 |
*** bhuvan has joined #openstack-infra | 17:45 | |
fungi | mrmartin: jimmy has opened an internal ticket to get a fix for that whipped up asap | 17:45 |
jeblair | asselin: that's strange; i have not seen it, and that's not showing up in our debug logs | 17:45 |
mrmartin | fungi: yeah, but I need openstackid must be patched to resolve blowfish | 17:45 |
zaro | pelix: yes, that's what i was thinking. maybe even dedicate a seperate page to explain the test framework even. | 17:46 |
mrmartin | I need / I think | 17:46 |
fungi | mrmartin: right, that's what they're working on a patch for | 17:46 |
mrmartin | ok, so tipit will patch it | 17:46 |
asselin | jeblair, likely a config issue then on my side. looking into it | 17:47 |
fungi | mrmartin: that's what jimmy says, so expect a code review real soon i guess | 17:47 |
fungi | a code review change | 17:47 |
mrmartin | awesome, thanks, I thought the same | 17:47 |
zaro | pelix: actually it might be good to explain it here: http://ci.openstack.org/jenkins-job-builder/extending.html | 17:49 |
*** derekh has quit IRC | 17:49 | |
zaro | *good/better | 17:50 |
*** pcm_ has quit IRC | 17:50 | |
*** Sukhdev has quit IRC | 17:50 | |
*** LinuxJedi_ is now known as LinuxJedi | 17:51 | |
*** Rockyg has joined #openstack-infra | 17:54 | |
*** thedodd has quit IRC | 17:54 | |
*** yolanda has quit IRC | 17:54 | |
*** annegentle has joined #openstack-infra | 17:55 | |
nikhil_k | hi, can anyone help me identify if we should cap glance_store requirement for next release? seems like it's not atm | 17:55 |
nikhil_k | https://github.com/openstack/requirements/blob/master/global-requirements.txt | 17:56 |
*** annegentle has quit IRC | 17:56 | |
nikhil_k | there would be not api backward compatible change yet | 17:56 |
nikhil_k | no* | 17:56 |
nikhil_k | and incompatible change :) | 17:56 |
*** annegentle has joined #openstack-infra | 17:56 | |
clarkb | nikhil_k: you only need to do it in the stable branches of global-requirements and I believe that should be done at this point but double check | 17:59 |
asselin | clarkb, jesusaurus, jeblair fyi doesn't seem to be related to my config change. Stack trace started with this cinder change: http://paste.openstack.org/show/177009/ | 17:59 |
* asselin going to a meeting | 18:00 | |
*** SumitNaiksatam has joined #openstack-infra | 18:00 | |
clarkb | asselin: would probably be good to see the config change just in case it is related | 18:01 |
clarkb | asselin: also I wouldn't expect a revert of the config to fix the problem if you have a change item in zuul that is broken already | 18:01 |
*** morgabra has quit IRC | 18:02 | |
*** morgabra has joined #openstack-infra | 18:02 | |
nikhil_k | clarkb: thanks, capping is done there | 18:03 |
*** dustins has joined #openstack-infra | 18:04 | |
*** sarob has quit IRC | 18:07 | |
fungi | hadn't we had some project consensus (ml thread, summit sessions, something) that pluggable authentication in service clients was bad, that it should go away, and that the unified sdk/client wasn't going to support such things on principle? | 18:08 |
fungi | dtroyer: ^ ? | 18:08 |
fungi | ruminating in reference to http://lists.openstack.org/pipermail/openstack-dev/2015-February/057270.html about extending neutronclient so that rackspace can do the same thing with it that they already do with novaclient | 18:09 |
*** bswartz has joined #openstack-infra | 18:10 | |
*** ivar-laz_ has quit IRC | 18:10 | |
*** abhirc has quit IRC | 18:10 | |
*** ivar-lazzaro has joined #openstack-infra | 18:10 | |
dtroyer | fungi: I don't recall the second part of that…but auth plugins in services doesn't make much sense, but the services could/should be written to not do discovery but hard-sleect the one they want | 18:11 |
*** j^2 has joined #openstack-infra | 18:11 | |
j^2 | hey everyone! | 18:11 |
j^2 | question: #openstack-chef team put this in: https://review.openstack.org/#/c/156262/ i thought that’s all you need to do to get another branch created, what am i forgetting? | 18:11 |
fungi | dtroyer: ahh, for some reason i thought there was a general concern over "we run openstack and work with the official openstack clients/libraries... as long as you also install this other bit of software which is developed outside the openstack community to make it work" | 18:12 |
*** yamahata has quit IRC | 18:12 | |
*** garyh has joined #openstack-infra | 18:12 | |
anteaya | j^2: that doesn't create the branch, that allows changes to the branch to be reported back to your irc channel by the channel bot | 18:12 |
waynr | zaro: i agree, i'd like to do something like that but it's hard to set aside time for JJB work lately....I think pelix is planning to improve the version detection framework in python-jenkins | 18:12 |
dtroyer | there is no reasn to require installing optional plugins for the services, everything they needs is built-in to ksc | 18:12 |
j^2 | anteaya: oh crap | 18:13 |
waynr | oh, just saw pelix's response | 18:13 |
openstackgerrit | Khai Do proposed stackforge/python-jenkins: Add get_job_info_regex method to get info about a set of jobs https://review.openstack.org/155878 | 18:13 |
AJaeger_ | j^2: you can still ask for a branch ;) | 18:13 |
stevemar | is there a bug out for the failing swift functional jobs? | 18:13 |
stevemar | http://logstash.openstack.org/#eyJzZWFyY2giOiJweS5lcnJvci5FQUNDRVMiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjE0NDAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTQyNDI4MzE3MDgxMn0= | 18:13 |
AJaeger_ | j^2: just ask fungi or clarkb for it | 18:13 |
stevemar | 53 hits in 4 hrs | 18:13 |
fungi | AJaeger_: j^2 could have an acl change which granted access to be able to create new branches so we don't have to | 18:14 |
j^2 | AJaeger_: yeah i thought there was a review we had to put in | 18:14 |
anteaya | j^2: is the repo you are asking about considered a chef-cookbooks repo? http://git.openstack.org/cgit/openstack-infra/project-config/tree/gerrit/acls/stackforge/chef-cookbooks.config | 18:14 |
fungi | AJaeger_: on a stackforge project, it's completely legitimate and not necessary to go through release management or infra teams to get a stable branch created | 18:14 |
j^2 | fungi: that would actaully make our lives much easier | 18:14 |
AJaeger_ | fungi: indeed. thanks for the explanation. | 18:15 |
*** spzala has joined #openstack-infra | 18:15 | |
j^2 | if we could create our own :) | 18:15 |
AJaeger_ | j^2: what's your project? | 18:15 |
j^2 | openstack-chef | 18:15 |
AJaeger_ | let me check the setup | 18:15 |
*** patrickeast has joined #openstack-infra | 18:15 | |
j^2 | thanks :) | 18:15 |
*** patrickeast has quit IRC | 18:15 | |
AJaeger_ | openstack-chef? That's in the attic, isn't it? | 18:16 |
j^2 | ? | 18:16 |
anteaya | that is what I see as well | 18:16 |
j^2 | https://launchpad.net/openstack-chef | 18:16 |
fungi | j^2: what git repo though? | 18:16 |
anteaya | http://git.openstack.org/cgit/openstack-attic/openstack-chef/ | 18:16 |
StevenK | openstack-box-in-the-basement | 18:16 |
j^2 | ohhhh | 18:16 |
j^2 | yeah we have a ton of repos | 18:16 |
*** krtaylor has quit IRC | 18:16 | |
*** ParsectiX has quit IRC | 18:16 | |
stevemar | looks like its an error when creating directories for some nodes: py.error.EACCES: [Permission denied]: mkdir('/opt/stack/new/swift/.tox',) | 18:16 |
fungi | j^2: give us an example | 18:16 |
*** patrickeast has joined #openstack-infra | 18:17 | |
j^2 | http://paste.openstack.org/show/177031/ | 18:17 |
AJaeger_ | j^2: stackforge/cookbook-openstack-compute ? | 18:17 |
j^2 | AJaeger_: yeah | 18:17 |
*** ParsectiX has joined #openstack-infra | 18:17 | |
AJaeger_ | j^2 you have the permissions | 18:17 |
fungi | j^2: for example https://review.openstack.org/#/admin/projects/stackforge/openstack-chef-repo,access says members of https://review.openstack.org/#/admin/groups/161,members can create branches | 18:18 |
AJaeger_ | there's "create = group chef-manager-core" | 18:18 |
AJaeger_ | fungi was faster ;) | 18:18 |
AJaeger_ | j^2: so, just create the branch yourself. | 18:18 |
j^2 | awesome looking into it now | 18:18 |
j^2 | AJaeger_, fungi thanks guys i greatly apprciate it. | 18:19 |
*** ParsectiX has quit IRC | 18:19 | |
*** ParsectiX has joined #openstack-infra | 18:19 | |
fungi | j^2: i think you should just be able to do it at, for example, https://review.openstack.org/#/admin/projects/stackforge/cookbook-openstack-compute,branches | 18:19 |
j^2 | oh rock on, perfect | 18:20 |
fungi | if not, then you may need to use git push to create the new branch refname | 18:20 |
j^2 | yep, this is perfect thanks guys | 18:20 |
*** zz_avozza is now known as avozza | 18:21 | |
*** abhirc has joined #openstack-infra | 18:22 | |
marun | jeblair: oof, good catch. I must have been blind yesterday. | 18:22 |
marun | jeblair: would you be ok with a job-local unittest for these changes, or would you want to see scenario testing? | 18:22 |
pc_m | clarkb: hi | 18:23 |
pc_m | clarkb: I removed WIP from https://review.openstack.org/#/c/156281/. Can let this enable voting now I think. Can you +A? | 18:25 |
*** pelix has quit IRC | 18:26 | |
*** dannywilson has joined #openstack-infra | 18:27 | |
*** ghostpl_ has joined #openstack-infra | 18:27 | |
*** yolanda has joined #openstack-infra | 18:28 | |
*** ParsectiX has quit IRC | 18:28 | |
*** ParsectiX has joined #openstack-infra | 18:29 | |
*** ghostpl_ has quit IRC | 18:32 | |
openstackgerrit | Spencer Krum proposed openstack-infra/puppet-zuul: Modernize variable expansion in templates https://review.openstack.org/157102 | 18:32 |
fungi | nibalizer: should we join forces between 155471 and 157102? | 18:36 |
*** ssam2 has quit IRC | 18:37 | |
fungi | updating mine now based on asselin's comment | 18:37 |
zaro | jamespage: hi, would you mind updating this python-jenkins launchpad page a bit? https://launchpad.net/python-jenkins | 18:37 |
nibalizer | fungi: oh hey thats pretty cool | 18:38 |
*** leopoldj_ has quit IRC | 18:38 | |
jeblair | marun: i think this is a good candidate for unit testing | 18:38 |
fungi | well, you already reviewed it once, a patchset ago | 18:38 |
marun | jeblair: cool | 18:38 |
zaro | jamespage: it would be better to point people to http://git.openstack.org/cgit/stackforge/python-jenkins instead of github | 18:39 |
nibalizer | fungi: ya i'll +1 yours and repartent mine on yours | 18:40 |
tmcpeak | I'll just leave this here: https://review.openstack.org/156772 :) | 18:40 |
fungi | nibalizer: give it just a moment since i'm about to upload anyway | 18:40 |
nibalizer | fungi: kk | 18:40 |
*** tdasilva has joined #openstack-infra | 18:41 | |
openstackgerrit | Jeremy Stanley proposed openstack-infra/puppet-zuul: Option to allow HTTPS for the proxy https://review.openstack.org/155471 | 18:41 |
fungi | nibalizer: asselin: ^ there | 18:41 |
nibalizer | woot | 18:41 |
zaro | jamespage: also the bzr code that's linked on the page confuses users because it's way outdated and doesn't show anymore releases. makes people think the project is dead. | 18:41 |
jeblair | File "/usr/local/lib/python2.7/dist-packages/zuul/trigger/zuultrigger.py", line 74, in _createProjectChangeMergedEvent | 18:44 |
jeblair | event.project_name = change.project.name | 18:44 |
jeblair | asselin: found one similar occurance in an extended search of our logs ^ | 18:44 |
jeblair | asselin: it's not the same traceback, but could be related | 18:44 |
fungi | jeblair: oh, and just to follow up, i dug in the gerrit logs for our mystery change weirdness but in typical gerrit form there was nothing | 18:45 |
jeblair | fungi: thanks | 18:46 |
jeblair | fungi: i tried to search for 'comment:"unable to whatever the error message really is"' in gerrit, but that returned :( | 18:46 |
jeblair | fungi: so not really sure how often this happens | 18:46 |
jeblair | fungi: could probably reverse it from the zuul logs | 18:47 |
jeblair | fungi: but i'm sort of inclined to wait and see, and enable more debugging if we notice it again | 18:47 |
*** bdpayne has quit IRC | 18:49 | |
*** bdpayne has joined #openstack-infra | 18:50 | |
openstackgerrit | Maru Newby proposed openstack-infra/zuul: Stop metajob application of undefined attributes https://review.openstack.org/156716 | 18:51 |
*** cdent has quit IRC | 18:52 | |
*** krtaylor has joined #openstack-infra | 18:53 | |
stevemar | fungi, clarkb do y'all want a bug for this: http://logstash.openstack.org/#eyJzZWFyY2giOiJweS5lcnJvci5FQUNDRVMiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjE0NDAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTQyNDI4MzE3MDgxMn0= | 18:54 |
*** otter768 has joined #openstack-infra | 18:54 | |
*** jedimike has quit IRC | 18:55 | |
fungi | jeblair: yeah, i concur | 18:55 |
asselin | clarkb, config change: http://paste.openstack.org/show/177059/ | 18:56 |
asselin | clarkb, no I had to kill zull and restart | 18:56 |
*** achanda has joined #openstack-infra | 18:56 | |
*** jgallard__ has quit IRC | 18:57 | |
clarkb | asselin ah ya change to jobs should be fine. I was expecting a pipeline change of somesort. this is likely unrelated to what I thought it may be | 18:57 |
*** e0ne has joined #openstack-infra | 18:57 | |
*** e0ne is now known as e0ne_ | 18:57 | |
*** e0ne_ is now known as e0ne | 18:57 | |
fungi | mrmartin: https://review.openstack.org/157105 | 18:58 |
*** avozza is now known as zz_avozza | 18:58 | |
*** armax has joined #openstack-infra | 18:58 | |
*** otter768 has quit IRC | 18:59 | |
*** dizquierdo has quit IRC | 19:01 | |
*** EmilienM|afk is now known as EmilienM | 19:02 | |
*** vigneshvar has joined #openstack-infra | 19:03 | |
*** teran has quit IRC | 19:04 | |
*** bswartz has quit IRC | 19:04 | |
asselin | clarkb, jeblair it seems to be related to https://review.openstack.org/#/c/155552. I'm guessing something with depends:on followed by possibly -1 workflow...? | 19:05 |
clarkb | stevemar I am on phone and unable to sanely open logstash links. is there a tl;dr? | 19:06 |
stevemar | clarkb, 53 hits in 4 hours, seems to be a permission issue on some nodes | 19:06 |
clarkb | what is the error? | 19:06 |
*** pradk has quit IRC | 19:07 | |
stevemar | clarkb, always occuring on swift-functional jobs | 19:07 |
fungi | stevemar: if it's failing to create .tox during swift functional jobs, then sdague just patched that | 19:07 |
sdague | stevemar: yes, we thought we resolved that this morning | 19:07 |
stevemar | clarkb, py.error.EACCES: [Permission denied]: mkdir('/opt/stack/new/swift/.tox',) | 19:07 |
sdague | I am hoping the fix is working now | 19:07 |
stevemar | sdague, oh, maybe i'm just late to the game and the fix is still trickling through | 19:07 |
*** annegentle has quit IRC | 19:08 | |
sdague | so I just ran recheck on one of my items - https://jenkins04.openstack.org/job/check-swift-dsvm-functional/5562/console | 19:08 |
sdague | we'll see if it makes it past there | 19:08 |
*** tmcpeak has quit IRC | 19:08 | |
*** tiswanso_ has quit IRC | 19:09 | |
*** tiswanso_ has joined #openstack-infra | 19:10 | |
stevemar | sdague, yeah, i re-ran one of mine, zuul says it's good - but i figured this error was sporadic. | 19:10 |
stevemar | depending on the host | 19:10 |
sdague | stevebaker: no, I was unwinding their functional job, and it turned out there was a permissions assumption that I got wrong | 19:11 |
sdague | if it's passing anywhere, it should be properly fixed everywhere now | 19:11 |
*** carl_baldwin has quit IRC | 19:11 | |
stevemar | sdague, oh okay, that makes sense now | 19:11 |
sdague | an elastic recheck signature would be useful though, just to get it off the uncategorized list | 19:11 |
*** dannywilson has quit IRC | 19:12 | |
jeblair | sdague: (modulo jjb propogation delays) | 19:12 |
sdague | jeblair: yeh | 19:12 |
stevemar | sdague, thats what i was thinking, is there a bug that you used to fix it? | 19:12 |
sdague | it merged before I went to lunch though | 19:12 |
sdague | so I'm hoping it's all distributed now | 19:12 |
stevemar | the last failed job i saw ended just before 1pm eastern time | 19:13 |
stevemar | just didn't get around to looking at it til now | 19:13 |
stevemar | well, 20 minutes ago | 19:13 |
sdague | yeh, so that is a good indication that we're fixed everywhere | 19:13 |
openstackgerrit | Khai Do proposed stackforge/python-jenkins: Set the server connection timeout to same as socket timeout https://review.openstack.org/153467 | 19:13 |
*** achanda has quit IRC | 19:14 | |
*** bknudson has quit IRC | 19:14 | |
jesusaurus | how many zuul mergers are running in infra? | 19:14 |
stevemar | sdague, did you create a LP bug, that i can use to create a query for ER? | 19:14 |
sdague | stevemar: I did not, I just posted the fix | 19:15 |
*** tmcpeak has joined #openstack-infra | 19:15 | |
*** jp_at_hp has quit IRC | 19:17 | |
anteaya | jesusaurus: 8 | 19:18 |
anteaya | jesusaurus: http://cacti.openstack.org/cacti/graph_view.php?action=tree&tree_id=1&leaf_id=7&select_first=true | 19:18 |
*** jedimike has joined #openstack-infra | 19:18 | |
jesusaurus | anteaya: thanks. oh i didnt even think to look at cacti ._. | 19:18 |
anteaya | np | 19:18 |
anteaya | took me a while to get in the habit of looking there myself | 19:19 |
fungi | jesusaurus: also http://puppetboard.openstack.org/ | 19:19 |
*** yolanda has quit IRC | 19:19 | |
fungi | (in case we've forgotten adding something to cacti) | 19:19 |
*** unicell has joined #openstack-infra | 19:19 | |
jesusaurus | thanks fungi | 19:20 |
mriedem | stevemar: yeah we take e-r patches to cleanup the uncategorized bugs page | 19:20 |
mriedem | it's one of my fave pastimes | 19:20 |
openstackgerrit | Merged stackforge/python-jenkins: Doc Change: update supported python versions https://review.openstack.org/155538 | 19:20 |
mriedem | stevemar: cue scanners head explosion gif | 19:21 |
*** achanda has joined #openstack-infra | 19:21 | |
stevemar | mriedem, thanks! here's my best ascii version of fun stuff (╯°□°)╯︵ ┻━┻ | 19:21 |
*** yolanda has joined #openstack-infra | 19:21 | |
mriedem | that table never saw it coming | 19:21 |
openstackgerrit | Merged stackforge/python-jenkins: Doc Update: Fix formatting for inclusion of README.rst https://review.openstack.org/155544 | 19:22 |
openstackgerrit | Merged stackforge/python-jenkins: Add a jobs_count method https://review.openstack.org/155831 | 19:24 |
*** pradk has joined #openstack-infra | 19:25 | |
openstackgerrit | Imran Hayder Malik proposed openstack-infra/jenkins-job-builder: Add details to credentials param in scm docs https://review.openstack.org/156141 | 19:26 |
*** edmondk has joined #openstack-infra | 19:27 | |
*** jedimike has quit IRC | 19:27 | |
*** marun has quit IRC | 19:28 | |
*** Guest83939 has joined #openstack-infra | 19:29 | |
*** annegentle has joined #openstack-infra | 19:29 | |
*** tiswanso_ has quit IRC | 19:29 | |
*** dustins has quit IRC | 19:30 | |
*** raginbaj- has joined #openstack-infra | 19:30 | |
*** annegentle has quit IRC | 19:31 | |
*** raginbajin has quit IRC | 19:31 | |
*** sressot has quit IRC | 19:31 | |
*** raginbaj- is now known as raginbajin | 19:31 | |
*** Guest83939 is now known as annegentle | 19:31 | |
*** ivar-lazzaro has quit IRC | 19:32 | |
*** ivar-lazzaro has joined #openstack-infra | 19:33 | |
*** dustins has joined #openstack-infra | 19:33 | |
*** Rockyg has quit IRC | 19:35 | |
*** MarkAtwood has joined #openstack-infra | 19:36 | |
annegentle | where's the setting for IRC channels to log them to eavesdrop? | 19:37 |
annegentle | I don't see it in gerritbot/channels.yaml | 19:37 |
AJaeger_ | annegentle: in system-config | 19:38 |
annegentle | AJaeger_: ah ok | 19:38 |
AJaeger_ | annegentle: which channel do you want to log? | 19:38 |
annegentle | AJaeger_: based on the mailing list talk I guess we should for openstack-doc | 19:38 |
AJaeger_ | See https://review.openstack.org/#/c/156979/ as example | 19:38 |
*** davideagnello has quit IRC | 19:38 | |
mordred | jeblair: nice | 19:38 |
fungi | annegentle: https://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/manifests/eavesdrop.pp#n39 | 19:38 |
annegentle | perfect thanks | 19:39 |
AJaeger_ | annegentle: do you want to send a patch or shall I? | 19:39 |
fungi | annegentle: gerritbot doesn't do the logging, meetbot does | 19:39 |
*** bswartz has joined #openstack-infra | 19:39 | |
fungi | (which is why you didn't see it in the gerritbot config) | 19:39 |
*** davideagnello has joined #openstack-infra | 19:40 | |
openstackgerrit | Anne Gentle proposed openstack-infra/project-config: Removes <service>-api from IRC channel notifications https://review.openstack.org/157117 | 19:40 |
annegentle | AJaeger_: I'll do it with a ML post also to openstack-docs ML | 19:40 |
*** davideagnello has quit IRC | 19:40 | |
*** sarob has joined #openstack-infra | 19:41 | |
AJaeger_ | annegentle: great | 19:41 |
*** patrickeast has quit IRC | 19:41 | |
*** wenlock has quit IRC | 19:41 | |
*** wenlock has joined #openstack-infra | 19:42 | |
*** sressot has joined #openstack-infra | 19:43 | |
*** tiswanso has joined #openstack-infra | 19:45 | |
*** vigneshvar has quit IRC | 19:45 | |
*** jedimike has joined #openstack-infra | 19:46 | |
*** sarob has quit IRC | 19:46 | |
openstackgerrit | Steve Martinelli proposed openstack-infra/elastic-recheck: Create query for bug 1423315 https://review.openstack.org/157119 | 19:46 |
openstack | bug 1423315 in OpenStack-Gate "swift functional tests failing with py.error.EACCES: [Permission denied]" [Undecided,Fix committed] https://launchpad.net/bugs/1423315 | 19:46 |
*** pc_m has quit IRC | 19:48 | |
*** crc32 has joined #openstack-infra | 19:48 | |
*** MarkAtwood has quit IRC | 19:51 | |
*** pc_m has joined #openstack-infra | 19:52 | |
*** koolhead17 has joined #openstack-infra | 19:53 | |
*** patrickeast has joined #openstack-infra | 19:54 | |
*** ivar-laz_ has joined #openstack-infra | 19:55 | |
*** sarob has joined #openstack-infra | 19:56 | |
*** ZZelle_ has joined #openstack-infra | 19:57 | |
*** aysyd has quit IRC | 19:57 | |
*** ShaunR has joined #openstack-infra | 19:57 | |
*** ShaunR has left #openstack-infra | 19:58 | |
*** ghostpl_ has joined #openstack-infra | 19:58 | |
*** dustins has quit IRC | 19:58 | |
*** ivar-lazzaro has quit IRC | 19:58 | |
*** andreaf_ has joined #openstack-infra | 19:58 | |
*** bknudson has joined #openstack-infra | 19:59 | |
*** andreykurilin_ has joined #openstack-infra | 20:00 | |
*** dustins has joined #openstack-infra | 20:00 | |
*** vilobhmm_ has quit IRC | 20:01 | |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: Add DRY publisher https://review.openstack.org/126317 | 20:01 |
*** jedimike has quit IRC | 20:01 | |
openstackgerrit | Anne Gentle proposed openstack-infra/system-config: Adds #openstack-doc IRC channel so it can be logged https://review.openstack.org/157124 | 20:01 |
*** MaxV has joined #openstack-infra | 20:02 | |
*** vilobhmm has joined #openstack-infra | 20:02 | |
*** vigneshvar has joined #openstack-infra | 20:02 | |
*** ghostpl_ has quit IRC | 20:02 | |
*** r1chardj0n3s_afk is now known as r1chardj0n3s | 20:03 | |
*** ivar-laz_ has quit IRC | 20:04 | |
*** ivar-lazzaro has joined #openstack-infra | 20:05 | |
*** cipcosma has quit IRC | 20:05 | |
*** teran has joined #openstack-infra | 20:06 | |
*** achanda has quit IRC | 20:09 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Create query for bug 1423315 https://review.openstack.org/157119 | 20:09 |
openstack | bug 1423315 in OpenStack-Gate "swift functional tests failing with py.error.EACCES: [Permission denied]" [Undecided,Fix committed] https://launchpad.net/bugs/1423315 | 20:09 |
openstackgerrit | Ilia Meerovich proposed openstack-infra/jenkins-job-builder: Adding coverage.py publisher for ShiningPanda Plugin https://review.openstack.org/150028 | 20:12 |
*** andreykurilin_ has quit IRC | 20:15 | |
*** ldnunes has quit IRC | 20:15 | |
openstackgerrit | Anne Gentle proposed openstack-infra/system-config: Adds #openstack-doc IRC channel so it can be logged https://review.openstack.org/157124 | 20:16 |
*** achanda has joined #openstack-infra | 20:17 | |
*** fandi has joined #openstack-infra | 20:17 | |
*** wenlock has quit IRC | 20:17 | |
*** cipcosma has joined #openstack-infra | 20:17 | |
*** fandi has quit IRC | 20:18 | |
*** xnox has quit IRC | 20:19 | |
*** fandi has joined #openstack-infra | 20:20 | |
*** patrickeast has quit IRC | 20:20 | |
openstackgerrit | Merged openstack/requirements: Bump debtcollector minimum to 0.2.0 https://review.openstack.org/155089 | 20:22 |
*** patrickeast has joined #openstack-infra | 20:24 | |
*** sarob has quit IRC | 20:25 | |
*** sarob has joined #openstack-infra | 20:25 | |
openstackgerrit | Spencer Krum proposed openstack-infra/puppet-zuul: Modernize template syntax https://review.openstack.org/157136 | 20:26 |
*** devlaps has quit IRC | 20:27 | |
*** dannywilson has joined #openstack-infra | 20:27 | |
nibalizer | fungi: clarkb i have a qusiton | 20:27 |
gordc | annegentle: rookie question regarding openstack-manuals... is master safe kilo-only feature? and if i wanted to make a juno edit, do i just go through same process of porting(if applicable) to stable/juno branch? | 20:27 |
*** Sukhdev has joined #openstack-infra | 20:27 | |
nibalizer | so if you look at https://review.openstack.org/#/c/152217/ and at https://review.openstack.org/#/c/155471/ | 20:28 |
nibalizer | it kinda looks link we're not running the integration tests on zuul? | 20:28 |
nibalizer | the puppet-apply tests? | 20:28 |
nibalizer | did we screw that up? or is there complexity in there somewhere I'm not aware of? | 20:28 |
annegentle | gordc: you can definitely back port to stable/juno on openstack-manuals, but all guides are continuously published _except_ for the install guides and config reference | 20:29 |
*** sarob has quit IRC | 20:29 | |
annegentle | gordc: way more info than you want here: https://wiki.openstack.org/wiki/Documentation/Builds | 20:30 |
*** kashyap has joined #openstack-infra | 20:30 | |
openstackgerrit | Spencer Krum proposed openstack-infra/project-config: Run infra integration tests on puppet modules https://review.openstack.org/157138 | 20:31 |
gordc | annegentle: ah i see.. so if i had a kilo-only item i wanted to add to admin guide... should i wait for the relase first? | 20:31 |
gordc | i just realised there's an openstack-doc channel. can continue there if it's easier. | 20:31 |
annegentle | gordc: the admin-cloud-guide is constantly updated, so you can add it now, but realize people can't use it until they can install it... | 20:31 |
annegentle | gordc: sure | 20:31 |
*** weshay has quit IRC | 20:32 | |
fungi | nibalizer: i was wondering similarly. did we intend to run the apply integration tests on changes to all the modules we're using? if so, we never added that | 20:33 |
openstackgerrit | Rafael Folco proposed openstack-infra/system-config: Updates to running-your-own CI docs: Initial setup section https://review.openstack.org/155864 | 20:33 |
*** marun has joined #openstack-infra | 20:34 | |
nibalizer | fungi: yea we meant to add the integration tests to every module we use | 20:34 |
nibalizer | because otherwise anything can break us at any time | 20:34 |
fungi | nibalizer: aha, i think because puppet-zuul actually was created early into or before we really started diving into the overall split effort | 20:34 |
fungi | so that repo may actually predate those jobs existing | 20:34 |
nibalizer | yes i agree see 157138 is my attempt to fix it | 20:34 |
fungi | hence, oversight | 20:34 |
* nibalizer nods | 20:34 | |
*** yfried_ has joined #openstack-infra | 20:36 | |
redrobot | ohai infra peoples! | 20:37 |
redrobot | I have a question | 20:37 |
nibalizer | redrobot: shoot! | 20:38 |
redrobot | I'm trying to set up a DSVM gate for functional testing of Barbican on Fedora 21. As part of the setup I'm trying to get a Directory Server configured | 20:39 |
*** marun has quit IRC | 20:39 | |
*** fandi has quit IRC | 20:39 | |
redrobot | One of the things I need for DS to configure correctly is the FQDN for the host | 20:39 |
redrobot | poking around it seems that HP hosts don't have a fqdn | 20:39 |
redrobot | only Rackspace hosts have a fqdn | 20:39 |
redrobot | so, is it possible that I can opt for Rackspace hosts only? | 20:40 |
*** ddieterly has quit IRC | 20:40 | |
*** yamahata has joined #openstack-infra | 20:40 | |
fungi | redrobot: not really, no, though can you just fake the fqdn (reset hostname to add some junk at the end)? | 20:41 |
fungi | redrobot: your job has full root access to the machine where it runs, and we discard it as soon as the job ends, so you can really make just about any system-level changes you need to get the software running | 20:42 |
*** jedimike has joined #openstack-infra | 20:42 | |
redrobot | I see... thanks fungi! | 20:42 |
fungi | redrobot: also i expect our hpcloud and rackspace machines to be a lot more consistent once we can build and reuse a common set of base images uploaded to both providers. that's not too far away now | 20:44 |
*** AJaeger_ has quit IRC | 20:44 | |
*** dustins has quit IRC | 20:44 | |
fungi | should be pretty soon we can stop relying on the base images they provide in their global catalog | 20:44 |
*** devlaps has joined #openstack-infra | 20:44 | |
*** xnox has joined #openstack-infra | 20:44 | |
*** koolhead17 has quit IRC | 20:47 | |
tmcpeak | clarkb fungi etal : can one of you please look at this: https://review.openstack.org/156772 — we're at our OSSG midcycle meet up and need this to get merged to make progress on Bandit | 20:47 |
*** tkelsey has quit IRC | 20:48 | |
clarkb | tmcpeak: +2 its a simple change. Keep in mind you shouldn't need that for anything but ease of use. You can dev bandit and push to pypi without it | 20:49 |
tmcpeak | clarkb: ok cool, thank you | 20:51 |
tmcpeak | want to get it set up properly :) but good to know about it not being required | 20:51 |
fungi | to be an official openstack project it would be somwhere between heavily encouraged and required, but while it's stackforge there's no requirement that you use that bit of workflow | 20:53 |
*** wenlock has joined #openstack-infra | 20:54 | |
*** tdasilva has quit IRC | 20:54 | |
fungi | that said, it looks correct (as long as `tox -e venv python setup.py sdist` creates a working tarball for your project) so approved | 20:54 |
*** otter768 has joined #openstack-infra | 20:55 | |
openstackgerrit | Merged openstack-infra/project-config: Setting up Bandit integration with PyPI https://review.openstack.org/156772 | 20:57 |
*** rlandy has joined #openstack-infra | 20:58 | |
*** jedimike has quit IRC | 20:58 | |
*** rfolco has quit IRC | 20:59 | |
*** otter768 has quit IRC | 20:59 | |
*** esker has quit IRC | 21:00 | |
*** bcourt has quit IRC | 21:02 | |
*** mriedem1 has joined #openstack-infra | 21:02 | |
*** mriedem has quit IRC | 21:03 | |
*** ParsectiX has quit IRC | 21:03 | |
*** ildikov_afk is now known as ildikov | 21:03 | |
*** HeOS has joined #openstack-infra | 21:04 | |
*** sputnik13 has quit IRC | 21:04 | |
*** ParsectiX has joined #openstack-infra | 21:04 | |
ctlaugh | I'm back to trying to setup CI based on asselin's instructions -- zuul is failing to start: "ImportError: Could not import any of: daemon.pidlockfile, daemon.pidfile". DId I miss something? | 21:09 |
asselin | ctlaugh, there was a bug in tht | 21:09 |
*** dustins has joined #openstack-infra | 21:09 | |
asselin | sudo pip install -u lockfile | 21:09 |
fungi | -U i think? | 21:09 |
asselin | or that | 21:09 |
*** sputnik13 has joined #openstack-infra | 21:09 | |
*** cipcosma has quit IRC | 21:10 | |
asselin | ctlaugh, OR sudo apt-get remove python-lockfile (if pip approach fails) | 21:10 |
fungi | anyway, yeah zuul used to explicitly but unnecessarily depend on lockfile, but also depended on a version of python-daemon that wanted a newer version of lockfile. we very recently (has it merged yet?) took out the requirements.txt line for that so that python-daemon would pull in the version it actually needs | 21:11 |
asselin | fungi, yes it merged | 21:12 |
ctlaugh | fungi: I saw something related to that that merged on the 12th. | 21:12 |
asselin | fungi, one more change needed though: https://review.openstack.org/#/c/156721/ | 21:12 |
asselin | ctlaugh, ^^ is to avoid having to apt-get remove the package | 21:12 |
ctlaugh | ok, I ran pip install -U lockfile and zuul starts without errors now | 21:13 |
*** tmcpeak has quit IRC | 21:14 | |
ctlaugh | asselin, fungi - thank you | 21:14 |
fungi | thanks asselin, +2 | 21:15 |
*** tmcpeak has joined #openstack-infra | 21:15 | |
asselin | fungi, thanks | 21:15 |
fungi | i hadn't spotted it yesterday | 21:15 |
openstackgerrit | Merged openstack-infra/puppet-zuul: Lockfile removed from requirements https://review.openstack.org/156721 | 21:15 |
clarkb | asselin: can you see if we do that for nodepool puppet too? | 21:15 |
clarkb | approved the zuul one | 21:16 |
asselin | clarkb, I checked and didn't see it. will double-check | 21:16 |
clarkb | asselin: ty | 21:16 |
fungi | and what was the third daemon we were running into that with? | 21:16 |
clarkb | gerritbot? | 21:16 |
* fungi 's mind is drawing a blank suddenly | 21:16 | |
*** hashar has joined #openstack-infra | 21:16 | |
fungi | oh, yeah possibly | 21:16 |
asselin | I greped for python-lockfile and didn't find anything | 21:17 |
clarkb | jogo: I think aiopcpu may have broken | 21:18 |
clarkb | jogo: about to debug as soon as I am off phone | 21:18 |
clarkb | asselin: ty | 21:18 |
*** SumitNaiksatam has quit IRC | 21:21 | |
*** SumitNaiksatam has joined #openstack-infra | 21:22 | |
*** ociuhandu has quit IRC | 21:24 | |
*** hdd has quit IRC | 21:26 | |
*** abhirc has quit IRC | 21:27 | |
*** jedimike has joined #openstack-infra | 21:27 | |
*** ghostpl_ has joined #openstack-infra | 21:29 | |
*** bswartz has quit IRC | 21:29 | |
*** carl_baldwin has joined #openstack-infra | 21:31 | |
*** andreykurilin_ has joined #openstack-infra | 21:32 | |
*** ghostpl_ has quit IRC | 21:33 | |
*** timcline has quit IRC | 21:37 | |
clarkb | nibalizer: can you rebase 157136 on jheskeths change or -1 jheseths change and make him do the @s too? | 21:37 |
clarkb | nibalizer: it seems weird to me to address jheskeths thing as not correct, promise a patch, then not fix his change | 21:37 |
*** timcline has joined #openstack-infra | 21:37 | |
*** baoli has quit IRC | 21:38 | |
*** tiswanso has quit IRC | 21:41 | |
*** hdd has joined #openstack-infra | 21:41 | |
*** timcline has quit IRC | 21:42 | |
*** timcline has joined #openstack-infra | 21:45 | |
*** rlandy has quit IRC | 21:46 | |
openstackgerrit | Steve Martinelli proposed openstack/requirements: Add oslo.policy to global requirements https://review.openstack.org/148629 | 21:47 |
*** arosen1 has joined #openstack-infra | 21:48 | |
arosen1 | Is there an issue going on with zuul right now? I've noticed that new patches aren't showing up here: http://status.openstack.org/zuul/ | 21:49 |
*** claudiub has joined #openstack-infra | 21:49 | |
clarkb | arosen1: not that I am aware of. have an example change and patchset? | 21:50 |
*** abhirc has joined #openstack-infra | 21:50 | |
*** jamielennox|away is now known as jamielennox | 21:51 | |
arosen1 | clarkb: i rechecked this one: https://review.openstack.org/#/c/155109/ | 21:52 |
arosen1 | clarkb: also this one which is a new post https://review.openstack.org/#/c/157159/ | 21:53 |
arosen1 | clarkb: doh i see them now i guess it's just taking longer for them to be picked up then they have been. | 21:53 |
arosen1 | sorry about that... It looks like it took close to a min to show up on the zuul page. Usually they show up there right away. | 21:53 |
clarkb | mordred: jeblair Shrews what do you think of comments on 156247. I don't feel they are necessary but may make things more readable? | 21:54 |
*** patrickeast has quit IRC | 21:54 | |
mordred | Looking | 21:54 |
dkehn | clarkb: trying to install jsut gerrit from the ci.openstack.org/sysadmin.html#sysadmin approach and initially seems to die on the mysql jdbc trying to connect to tdb, which I notice no mysql server running , is there a pre-puppet local.pp (gerrit) that is neccessary? | 21:55 |
*** patrickeast has joined #openstack-infra | 21:55 | |
clarkb | dkehn: we don't configure a mysql db for you, so you have to do that | 21:55 |
fungi | dkehn: we manually set up mysql (in our case a remote trove db) | 21:55 |
clarkb | dkehn: eitherusing puppet-mysql for a local DB or using trove or whatever your favorite thing is | 21:55 |
dkehn | clarkb: thats what I figured | 21:55 |
mordred | clarkb: those are sane, I can knock them out | 21:56 |
dkehn | clarkb: cool, thx, is there anything else that you can think of that awaits me? | 21:56 |
clarkb | mordred: ok I will change to a -1, I just wasn't quite sure if I was nit picking or if those were valuable | 21:56 |
*** e0ne has quit IRC | 21:56 | |
clarkb | dkehn: not off the top of my head. zaro has more recently deployed a gerrit though | 21:57 |
dkehn | clarkb: zaro?? | 21:57 |
clarkb | dkehn: yes zaro is in this channel | 21:57 |
fungi | dkehn: we've had some recent patches to the module for ubuntu trusty support, so if you're deploying on trusty it's _somewhat_ tested (we have it going on review-dev.o.o right now) but may be a bumpy ride | 21:57 |
dkehn | clarkb: ah | 21:57 |
fungi | dkehn: though no major outstanding issues i'm aware of for the moment | 21:58 |
dkehn | clarkb: yes, on trusty | 21:58 |
clarkb | mordred: also 156088 but on that one I feel less strongly | 21:59 |
clarkb | mordred: since I am probably missing something | 21:59 |
fungi | arosen1: next time look at the queue lengths numbers up in the top left. a recheck comment counts as an event, so if you see some non-zero number in the events queue then it may just not have been processed yet | 22:00 |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: Allow multiple node selection for 'node' parameter https://review.openstack.org/147910 | 22:01 |
dkehn | zaro: is there any hints you can provide is setting up a gerrit is somewhat isolation | 22:01 |
arosen1 | fungi: gotcha. | 22:01 |
openstackgerrit | Merged stackforge/python-jenkins: Consolidate raising identical exceptions https://review.openstack.org/157008 | 22:01 |
jhesketh | Morning | 22:01 |
clarkb | jhesketh: good morning | 22:02 |
clarkb | jhesketh: should I grab another node so we can try testing this again? | 22:02 |
jhesketh | clarkb: if the timeout increase had merged? | 22:02 |
*** sputnik13 has quit IRC | 22:03 | |
clarkb | jhesketh: I don't think it has merged I +2'd it though | 22:03 |
clarkb | jhesketh: we need that first? | 22:03 |
clarkb | I guess it does give us more time to work otherwise it a race | 22:03 |
*** sputnik13 has joined #openstack-infra | 22:04 | |
*** abhirc has quit IRC | 22:04 | |
jhesketh | clarkb: yeah, by the time the first run is finished it doesn't leave us long for testing if we want to compare | 22:05 |
*** ddieterly has joined #openstack-infra | 22:06 | |
*** ddieterly has quit IRC | 22:07 | |
zaro | dkehn: pretty much are you deploying with against a db? | 22:07 |
clarkb | fungi: 156871 is the change jhesketh is talking about | 22:07 |
fungi | clarkb: looking | 22:07 |
clarkb | jeblair: ^ you too since that involved swift url timeouts | 22:07 |
dkehn | zaro: it will be an empty DB (mysql) that I 'll install | 22:07 |
*** ddieterly has joined #openstack-infra | 22:08 | |
zaro | dkehn: have you verified whether its a general connection issue? | 22:08 |
fungi | clarkb: oh, i already approved but can rescend | 22:08 |
clarkb | fungi: its probably fine | 22:08 |
clarkb | it just doubles the expiry time to help with debugging | 22:09 |
zaro | like can you connect to db from your gerrit server with mysl cmd line tool? | 22:09 |
fungi | okay, let it ride | 22:09 |
openstackgerrit | Merged openstack-infra/puppet-zuul: Configure the default swift log expiry https://review.openstack.org/156871 | 22:09 |
*** changbl has quit IRC | 22:09 | |
clarkb | also some jobs run longer than 1 hour so it iwll need to be bumped up anyways | 22:09 |
dkehn | zaro: the 1st time I tried I made the assumption that the puppet took care of everything | 22:09 |
jhesketh | clarkb, fungi, jeblair : actually this is the one we need https://review.openstack.org/#/c/156872/ | 22:09 |
dkehn | zaro: before I do it again on a fresh VM wanted to ask the obvious | 22:09 |
clarkb | jhesketh: we need both right? | 22:09 |
zaro | dkehn: i believe you still need the right credentials and keys | 22:10 |
anteaya | when I mosey over to git.o.o/openstack/governance I can't see what I am expecting: http://imgur.com/V4lxtrb | 22:10 |
jhesketh | clarkb: yep | 22:10 |
anteaya | might this be a git cache issue again? | 22:10 |
anteaya | I do believe removing the cache fixes this | 22:10 |
clarkb | jhesketh: we have jobs that take more than 2 hours? | 22:10 |
zaro | dkehn: and configuration settings | 22:10 |
* anteaya f5's a few more times for good measure | 22:11 | |
*** mbacchi has quit IRC | 22:11 | |
dkehn | zaro: was just carving out the review and creating a local.pp in my system-config/manifest dir | 22:11 |
clarkb | anteaya: programs.yaml does not exist | 22:12 |
clarkb | anteaya: http://git.openstack.org/cgit/openstack/governance/tree/reference | 22:12 |
anteaya | this is not what I expect | 22:12 |
anteaya | how did it get to not existing? | 22:12 |
*** esker has joined #openstack-infra | 22:13 | |
clarkb | anteaya: I think it was renamed to projects.yaml to accomdate the large tent thing | 22:13 |
*** esker has quit IRC | 22:13 | |
zaro | dkehn: so yeah, as long as you have the correct keys and creds it the puppet should mostly setup everything for you. | 22:13 |
fungi | jhesketh: clarkb: i'm +2 on 156872 but didn't approve it because i didn't know how much consensus you were seeking on that | 22:13 |
anteaya | clarkb: okay | 22:14 |
clarkb | fungi: probably a good idea to run by jeblair | 22:14 |
dkehn | zaro: well let me get a db running and will try it again | 22:14 |
anteaya | clarkb: how did it disappear? I need it | 22:14 |
clarkb | anteaya: I think it was renamed, looking in the git log should confirm | 22:14 |
*** mrmartin has quit IRC | 22:15 | |
anteaya | http://git.openstack.org/cgit/openstack/governance/tree/reference | 22:15 |
anteaya | that page says it has a size | 22:15 |
zaro | dkehn: you'll need a few fixes though: https://review.openstack.org/#/c/151368/ and https://review.openstack.org/#/c/153003/ | 22:15 |
fungi | clarkb: before we approve any more changes to puppet-zuul i think we should merge 157138 | 22:15 |
clarkb | fungi: good idea /me reviews | 22:16 |
anteaya | this edits programs.yaml but doesn't rename it: http://git.openstack.org/cgit/openstack/governance/commit/reference?id=fcc4046f7d866d0516f2810571aad0c0ce2cc361 | 22:16 |
*** sdake__ has quit IRC | 22:16 | |
anteaya | sorry it does from programs to projects.yaml | 22:17 |
clarkb | fungi: approved | 22:17 |
anteaya | but I don't see projects.yaml: http://git.openstack.org/cgit/openstack/governance/tree/reference | 22:17 |
clarkb | anteaya: http://git.openstack.org/cgit/openstack/governance/tree/reference/projects.yaml | 22:17 |
*** sdake_ has joined #openstack-infra | 22:18 | |
anteaya | it only found it after I typed it in the url | 22:18 |
*** mrunge has quit IRC | 22:18 | |
clarkb | anteaya: its listed in the tree for me too | 22:19 |
anteaya | it isn't for me | 22:19 |
clarkb | let me check backends | 22:20 |
anteaya | even after I typed it in the address bar | 22:20 |
*** tqtran has left #openstack-infra | 22:20 | |
*** baoli has joined #openstack-infra | 22:20 | |
*** tmcpeak has quit IRC | 22:20 | |
*** tmcpeak has joined #openstack-infra | 22:20 | |
clarkb | anteaya: all 5 backends have it | 22:20 |
*** annegentle has quit IRC | 22:20 | |
anteaya | thanks for helping me find it | 22:21 |
fungi | anteaya: possibly browser-side cache? | 22:21 |
jhesketh | clarkb: well the timeout is 2hrs for some devstack jobs | 22:22 |
*** ParsectiX has quit IRC | 22:23 | |
anteaya | cleared cache, browser doens't keep history, opened and closed browser, still see programs not projects.yaml | 22:23 |
anteaya | I seem to be the only person affected by this | 22:24 |
anteaya | so it is my problem | 22:24 |
*** ParsectiX has joined #openstack-infra | 22:24 | |
*** hyakuhei has joined #openstack-infra | 22:24 | |
*** pc_m has quit IRC | 22:25 | |
hyakuhei | Is it possible someone can take a quick look at a gerrit-bot change please? We’re working on a lot of code at the mid-cycle and having IRC notifcations would be awesome: https://review.openstack.org/#/c/156881/ | 22:25 |
fungi | anteaya: it's not just you. it's git01 | 22:26 |
clarkb | fungi: really? I checked all 5 | 22:27 |
* clarkb double checks | 22:27 | |
fungi | anteaya: compare http://git01.openstack.org:8080/cgit/openstack/governance/tree/reference with the others | 22:27 |
fungi | clarkb: might be the cgit index caching is stuck then? | 22:27 |
clarkb | fungi: ya thats a possibility | 22:27 |
*** Sukhdev has quit IRC | 22:27 | |
clarkb | if the repo has the correct data then killing the cgit cache is next step | 22:27 |
anteaya | fungi: that is what I see | 22:27 |
anteaya | deleting the cache fixed it in the past | 22:28 |
fungi | clarkb: now it's fixed | 22:28 |
clarkb | and yes I confirm I see programs on 01 now so maybe my eyes were just bleeding | 22:28 |
fungi | weird | 22:28 |
anteaya | fungi: thanks for checking | 22:28 |
openstackgerrit | Merged openstack-infra/project-config: Run infra integration tests on puppet modules https://review.openstack.org/157138 | 22:28 |
anteaya | clarkb: it happens | 22:28 |
clarkb | fungi: I sitll see programs though that may be my ocal cache now | 22:28 |
fungi | clarkb: after i explicitly went to projects.yaml on git01 then it started showing a correct index on reload | 22:28 |
clarkb | fungi: did you do anything to it to fix it? | 22:29 |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: Enable whitelisting branches with pull request builder https://review.openstack.org/150457 | 22:29 |
fungi | clarkb: presumably it refreshed on its own when i requested a file which wasn't in its index? don't really know how smart its server-side caching is | 22:29 |
anteaya | I still have that same view, programs not projects and it is empty | 22:30 |
fungi | clarkb: then i browsed away and back and now the index is wrong again | 22:30 |
fungi | odd | 22:30 |
anteaya | and I just cleared cache again and closed and opened my browser | 22:30 |
jeblair | clarkb, fungi, jhesketh: i'm okay with 4h for now. i do think we should see if we can hide those values in jenkins though | 22:30 |
*** achanda has quit IRC | 22:30 | |
fungi | clarkb: really, really weird... so | 22:31 |
fungi | clarkb: if i go to http://git01.openstack.org:8080/cgit/openstack/governance/tree/reference/projects.yaml | 22:31 |
fungi | clarkb: and then put http://git01.openstack.org:8080/cgit/openstack/governance/tree/reference/ in the browser | 22:32 |
openstackgerrit | Maru Newby proposed openstack-infra/zuul: Stop metajob application of undefined attributes https://review.openstack.org/156716 | 22:32 |
fungi | clarkb: aha! i see the difference | 22:32 |
fungi | clarkb: trailing / vs no trailing / | 22:32 |
nibalizer | clarkb: well fungi had me rebase mine on his... /me not actually care | 22:32 |
fungi | nibalizer: yep, it was a jerk move on my part, but i'm the insensitive type | 22:32 |
*** marun has joined #openstack-infra | 22:33 | |
clarkb | jeblair: we can hide them if we go back to specifing them in the jobs and specify them as passwords | 22:33 |
nibalizer | so idunno yea, what do? | 22:33 |
clarkb | jeblair: jenkins won't divulge vars through the webui if they are of the "secure" variety | 22:33 |
jeblair | clarkb: we might be able to automate that in the gearman plugin | 22:33 |
anteaya | fungi: so how is the / making the difference in what is in the view? | 22:33 |
fungi | clarkb: so anyway, i agree it's likely just the cgit index cache. i'll see if i can remember how to clear it | 22:33 |
clarkb | fungi: ah / vs no / which may explain my confusion too | 22:34 |
clarkb | fungi: iirc you just rm everthing in the cache dir and cache dir is specified in cgit config | 22:34 |
anteaya | fungi: I think rm was what clarkb found effective last time | 22:34 |
fungi | thanks, doing | 22:34 |
clarkb | nibalizer: its ok we approved jheskeths change so now you just need to rebase :) | 22:34 |
fungi | anteaya: clarkb yep, now it's actually fixed. that seems to have been it | 22:36 |
*** signed8b_ is now known as signed8bit_ZZZzz | 22:36 | |
anteaya | cool, thanks | 22:38 |
nibalizer | okay ill rebase things | 22:38 |
anteaya | yes I can see the tags directory now too | 22:38 |
openstackgerrit | Merged openstack-infra/system-config: Set the expiry for zuul swift instructions https://review.openstack.org/156872 | 22:42 |
tim_o | I'm in the process of getting an Apache setup for displaying my build log files. I've had the builds running for some time...about how long will it take to get voting approval, do you think? | 22:42 |
*** mriedem1 has quit IRC | 22:42 | |
*** baoli has quit IRC | 22:43 | |
openstackgerrit | Merged openstack-infra/project-config: Add Anchor to GerritBot channels.yaml https://review.openstack.org/156881 | 22:43 |
fungi | tim_o: you should probably be asking the project(s) you'll be voting on that question. we don't make that decision | 22:43 |
jogo | clarkb: broken without live migration? | 22:43 |
*** ghostpl_ has joined #openstack-infra | 22:44 | |
clarkb | jogo: ya | 22:45 |
clarkb | jogo: and I got all distracted with reviews | 22:45 |
jogo | clarkb: well I ran it yesterday on a random nova patch | 22:45 |
jogo | clarkb: http://logs.openstack.org/68/155468/6/experimental/check-tempest-dsvm-aiopcpu-full/28488d1/logs/testr_results.html.gz | 22:45 |
jogo | nova-net worked | 22:45 |
clarkb | jogo: my runs today failed nova net and neutron | 22:45 |
jogo | neutron, not so much http://logs.openstack.org/68/155468/6/experimental/check-tempest-dsvm-neutron-aiopcpu-full/f1c4a71/logs/testr_results.html.gz | 22:45 |
clarkb | jogo: lots of fails too >10 each time | 22:45 |
jogo | clarkb: link? | 22:45 |
clarkb | jogo: https://jenkins02.openstack.org/job/check-tempest-dsvm-neutron-aiopcpu-full/2/consoleFull https://jenkins06.openstack.org/job/check-tempest-dsvm-aiopcpu-full/3/consoleFull | 22:46 |
*** achanda has joined #openstack-infra | 22:46 | |
* jogo looks | 22:47 | |
asselin | tim_o, 3rd party ci requires logs to be kept for 30 days. http://ci.openstack.org/third_party.html#requirements | 22:47 |
*** mfink_ has quit IRC | 22:48 | |
*** crc32 has quit IRC | 22:48 | |
jogo | clarkb: eep that is a big list | 22:48 |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: Fix NullPtr issue in ownership props https://review.openstack.org/153160 | 22:49 |
krotscheck | Hey everyone. I want y’all to be aware of a change that’s happening inside of storyboard to support py3.4 soon. From the way the puppet module installs storyboard, there _shouldn’t_ be a problem, however when we’re ready to drop it I’d appreciate an infra core/root person who can make sure the world doesn’t explode on us (eta tomorrow sometime) https://review.openstack.org/#/c/152339/10 | 22:49 |
*** ghostpl_ has quit IRC | 22:49 | |
dkehn | zaro: just wondering I'm taking somehting | 22:49 |
clarkb | krotscheck: happy to help | 22:49 |
krotscheck | clarkb: Thanks! | 22:49 |
*** jedimike has quit IRC | 22:49 | |
dkehn | zaro: I'm using | 22:49 |
krotscheck | After that stack of patches lands, we’ll update the puppet module to run storyboard under python3. | 22:49 |
clarkb | krotscheck: nice | 22:50 |
krotscheck | And then consign python2.7 to a watery grave. | 22:50 |
openstackgerrit | James Graf proposed openstack-infra/jenkins-job-builder: Add support for Job DSL plugin for Groovy-based job and view creation and management https://review.openstack.org/150112 | 22:50 |
* krotscheck is planning to play Taps on a kazoo. | 22:50 | |
*** asselin_ has joined #openstack-infra | 22:50 | |
nibalizer | clarkb: so i rebase it on master? | 22:50 |
*** yamahata_ has quit IRC | 22:51 | |
dkehn | zaro: sorry using paste.openstack.org/show/177186 and using ci.openstack.org/sysadmin.html#sysadmin to execute, does this sound accurate? | 22:51 |
*** isq has joined #openstack-infra | 22:51 | |
*** sdake__ has joined #openstack-infra | 22:51 | |
jogo | clarkb: so this looks bad http://logs.openstack.org/16/155516/1/experimental/check-tempest-dsvm-aiopcpu-full/3a4f278//logs/screen-n-cpu.txt.gz?level=TRACE | 22:52 |
*** sdake_ has quit IRC | 22:53 | |
*** timcline has quit IRC | 22:53 | |
krotscheck | Actually, clarkb, if you have time to review that patch we could land the whole stack right now. | 22:53 |
*** sdake_ has joined #openstack-infra | 22:53 | |
jogo | hmm No valid host was found. There are not enough hosts available | 22:54 |
clarkb | krotscheck: I may have to pop out at any time right now so not great for me to babysit this afternoon | 22:55 |
*** asselin_ has quit IRC | 22:55 | |
jogo | oh http://logs.openstack.org/16/155516/1/experimental/check-tempest-dsvm-aiopcpu-full/3a4f278//logs/10.0.3.195-subnode/screen-n-cpu.txt.gz?level=TRACE | 22:55 |
krotscheck | clarkb: Gotcha | 22:55 |
clarkb | but if fungi or $otherrooter can I say go for it | 22:55 |
tim_o | thks, 30 days got that one .... is there a Neutron email contact I should start with, too? | 22:55 |
*** baoli has joined #openstack-infra | 22:55 | |
jogo | qemu-img: No such file or directory | 22:55 |
clarkb | jogo: so devstack change then? | 22:55 |
clarkb | jogo: possibly related to your package cleanup :P ? | 22:56 |
anteaya | tim_o: best to join #openstack-neutron | 22:56 |
fungi | okay, a fresh test run of my experimental run-nova-py27-on-devstack-nodes job/macros holds up to scrutiny and adds less than a minute of wall clock time, so next i'll figure out what's missing to do the same for neutron | 22:56 |
jogo | clarkb: maybe :) | 22:56 |
*** otter768 has joined #openstack-infra | 22:56 | |
fungi | krotscheck: sure, i can be around to babysit it | 22:56 |
openstackgerrit | Spencer Krum proposed openstack-infra/puppet-zuul: Modernize template syntax https://review.openstack.org/157136 | 22:56 |
anteaya | tim_o: attend their weekly meetings as well as the third party weekly meetings and make sure folks know who you are and what you are doing | 22:56 |
jogo | well only seeing this on the second node | 22:56 |
krotscheck | fungi: Neat! Does https://review.openstack.org/#/c/152339/ look sane to you? | 22:56 |
fungi | krotscheck: was just going through it now | 22:57 |
anteaya | tim_o: https://wiki.openstack.org/wiki/Meetings | 22:57 |
*** sdake__ has quit IRC | 22:57 | |
fungi | hooray for another use of pymysql too | 22:57 |
jhesketh | jeblair: even if we find a way to hide the swift signature from jenkins, somebody could still upload a patch to print it out.. We may need a better method of pulling the signature across than jenkins environment variables. | 23:00 |
*** openstackgerrit has quit IRC | 23:00 | |
*** dustins has quit IRC | 23:00 | |
*** openstackgerrit has joined #openstack-infra | 23:00 | |
fungi | krotscheck: greghaynes: any background on the requirements-py3.txt? seems like that should really be avoided where possible (like if we can patch that back out soon and use one requirements.txt then that would be ideal) | 23:00 |
*** otter768 has quit IRC | 23:00 | |
greghaynes | fungi: yea, the email module is build-in for python3 but not for python2 | 23:01 |
clarkb | odd that eventlet is included | 23:01 |
*** claudiub has quit IRC | 23:01 | |
clarkb | since eventlet doesn't work under py3k | 23:01 |
clarkb | does storyboard actually use eventlet? if so this may need more thought | 23:01 |
* greghaynes has no idea about that | 23:01 | |
fungi | greghaynes: does email still install successfully (maybe an empty package or something) under python 3.4? if so, then you can continue to use the same list, just import the one in stdlib if available | 23:02 |
greghaynes | fungi: nope, failed to install which is why I split it out. IIRC the package just doesnt exist for py3 | 23:03 |
fungi | i mean, we did similar things for supporting argparse in 2.6 and 2.7 simultaneously | 23:03 |
krotscheck | I don’t think we use eventlet | 23:03 |
clarkb | fungi: yup, it depends on the package being semi smart | 23:03 |
fungi | greghaynes: got it. maybe we can convince upstream with some patches at some point in the future then | 23:03 |
greghaynes | ++ | 23:03 |
clarkb | let me test realy quick | 23:04 |
clarkb | nerp package install blows up on cStringIO | 23:04 |
greghaynes | ah, so it just explodes | 23:05 |
*** carl_baldwin has quit IRC | 23:05 | |
*** tmcpeak has quit IRC | 23:05 | |
clarkb | ya | 23:05 |
greghaynes | they probably be receptive to an upstream fix then, I would thing | 23:05 |
clarkb | it would be good if they just had a if python >= 3.3 then exit 0 setup.py | 23:05 |
greghaynes | heh | 23:05 |
*** tmcpeak has joined #openstack-infra | 23:05 | |
greghaynes | That has to be a hilarious way to tell a project that youre not a fan - send a PR that makes their setup.py just exit 0 | 23:06 |
*** wenlock has quit IRC | 23:06 | |
clarkb | :) | 23:06 |
*** amitgandhinz has quit IRC | 23:08 | |
*** amitgandhinz has joined #openstack-infra | 23:08 | |
fungi | greghaynes: is there a bug open against oslo.db for the pymysql reference exception shadowing? | 23:08 |
*** amitgandhinz has quit IRC | 23:08 | |
*** pradk has quit IRC | 23:08 | |
anteaya | greghaynes: I see the troll is heavy with you | 23:08 |
* anteaya keeps her eye on greghaynes | 23:09 | |
jeblair | jhesketh: yeah. i think ideally the uploader should be built into the runner (eg turbo hipster). we could try to do something with jenkins, but would rather just move. as long as we can hide it, i'm okay with it being exposable via print -- that will only affect test jobs, not publish jobs. the more important publish jobs where we would certainly not want someone uploading something mischevious should not be subject to the print attack. | 23:10 |
fungi | greghaynes: i retract my question and remind myself to read commit messages more closely in the future. sorry! | 23:10 |
*** agentle_ has joined #openstack-infra | 23:10 | |
*** bswartz has joined #openstack-infra | 23:11 | |
*** spzala has quit IRC | 23:12 | |
jhesketh | jeblair: yeah good points | 23:12 |
jhesketh | putting in the runner would have its own problems, but that's another discussion | 23:12 |
*** dimtruck is now known as zz_dimtruck | 23:14 | |
openstackgerrit | Merged openstack-infra/storyboard: Switch from mysql-python to PyMySQL https://review.openstack.org/152339 | 23:15 |
greghaynes | anteaya: hehe :) | 23:15 |
*** hichihara has joined #openstack-infra | 23:15 | |
openstackgerrit | Merged openstack-infra/storyboard: Reorder py27 test to happen after py3 tests https://review.openstack.org/155161 | 23:16 |
openstackgerrit | Merged openstack-infra/storyboard: Use python3 compatible httpclient https://review.openstack.org/155139 | 23:16 |
greghaynes | \O/ things are merging | 23:17 |
*** sarob has joined #openstack-infra | 23:17 | |
greghaynes | hopefully I didnt break storyboard.o.o | 23:17 |
krotscheck | WHooooooey | 23:17 |
krotscheck | LEt’s do this! | 23:17 |
openstackgerrit | Merged openstack-infra/storyboard: Use python3 compatible unicode types https://review.openstack.org/155140 | 23:17 |
openstackgerrit | Merged openstack-infra/storyboard: Use python3 compatible urllib https://review.openstack.org/155150 | 23:18 |
tchaypo | Today’s review confusion: https://review.openstack.org/#/c/150412/ has a comment from lifeless that says "Patch Set 3: Code-Review+2” - but the reviewer grid up to only shows a +1 from him | 23:18 |
fungi | greghaynes: can't make a story without breaking a few boards | 23:18 |
*** chlong has joined #openstack-infra | 23:18 | |
fungi | greghaynes: krotscheck: that whole series lgtm | 23:19 |
krotscheck | fungi: Awesome. | 23:19 |
krotscheck | fungi: Also, you should be Pun-ished | 23:19 |
openstackgerrit | Merged openstack-infra/storyboard: Use Python 3 compatible configparser https://review.openstack.org/155922 | 23:19 |
openstackgerrit | Merged openstack-infra/storyboard: Use TempDir fixture for working dir https://review.openstack.org/155956 | 23:20 |
openstackgerrit | Merged openstack-infra/storyboard: Fix bytes vs string python 3 issues https://review.openstack.org/155969 | 23:20 |
*** SumitNaiksatam has quit IRC | 23:20 | |
openstackgerrit | Merged openstack-infra/storyboard: Removed rfc3987 library https://review.openstack.org/156833 | 23:20 |
*** ddieterly has quit IRC | 23:21 | |
clarkb | tchaypo: he was decored | 23:22 |
*** nelsnelson has quit IRC | 23:22 | |
tchaypo | oh. and that retroactively removes his +2s? | 23:22 |
fungi | with a core remover | 23:22 |
tchaypo | that’s nice | 23:22 |
fungi | sort of like when you put a rabbit in a t remover and get a rabbi out of it | 23:23 |
*** nelsnelson has joined #openstack-infra | 23:23 | |
fungi | or perhaps when you put in tea and get back something which is almost but not quite entirely unlike tea | 23:23 |
*** unicell has quit IRC | 23:24 | |
*** unicell1 has joined #openstack-infra | 23:24 | |
*** andreaf_ has quit IRC | 23:24 | |
nibalizer | wait so isn't decoring actually coring though? | 23:25 |
clarkb | nibalizer: my mind just exploded | 23:25 |
*** tkelsey has joined #openstack-infra | 23:26 | |
*** yamamoto has quit IRC | 23:27 | |
*** markvan has joined #openstack-infra | 23:27 | |
anteaya | rabbi tea? | 23:28 |
* anteaya passes | 23:28 | |
anteaya | it would just tell me how I'm doing everything wrong | 23:28 |
anteaya | I know that already | 23:28 |
fungi | references to the old infocom text game for hitchhiker's guide to the galaxy | 23:28 |
* krotscheck is patiently waiting for storyboard to explode. | 23:28 | |
*** yamamoto has joined #openstack-infra | 23:28 | |
* krotscheck is totally ready to blame greghaynes for all the things :D | 23:29 | |
greghaynes | splendid | 23:29 |
fungi | i blame greghaynes for progress | 23:29 |
anteaya | fungi: oh yes, that I got | 23:29 |
* anteaya figured everyone did | 23:29 | |
krotscheck | greghaynes, STOP PROGRESSING! | 23:29 |
krotscheck | ok, puppet ran. | 23:30 |
krotscheck | ….storyboard is not dead. | 23:30 |
* krotscheck is not disappointed. | 23:30 | |
clarkb | excellent | 23:30 |
* krotscheck runs off to go make python3 voting | 23:30 | |
greghaynes | yay! | 23:31 |
*** dmsimard is now known as dmsimard_away | 23:31 | |
krotscheck | But, for the sake of sanity, let’s let all the other cores weigh in on that one. IT’s a pretty big decision to enable that | 23:31 |
krotscheck | Actually..... | 23:32 |
* krotscheck rechecks https://review.openstack.org/#/c/153217/ juuust to make sure. | 23:33 | |
krotscheck | (Different project) | 23:33 |
* krotscheck thinks that the python sbclient should probably remain both py27 and py3 | 23:33 | |
fungi | yeah, you may want to go recheck all open sb changes to see if any are still failing the py34 job | 23:34 |
clarkb | +1 | 23:34 |
*** sabeen has quit IRC | 23:35 | |
*** hashar has quit IRC | 23:37 | |
*** yamamoto has quit IRC | 23:37 | |
openstackgerrit | Michael Krotscheck proposed openstack-infra/project-config: Python34 Jobs for StoryBoard are now voting. https://review.openstack.org/157190 | 23:38 |
*** krtaylor has quit IRC | 23:40 | |
openstackgerrit | Barnaby Court proposed openstack-infra/jenkins-job-builder: Enable whitelisted-orgs-as-admins for ghprb trigger https://review.openstack.org/157050 | 23:41 |
fungi | yay! my macros also work for running neutron py27 | 23:42 |
fungi | ironic will need some extra work since they use a second database | 23:42 |
*** hdd has quit IRC | 23:42 | |
*** marun has quit IRC | 23:43 | |
zaro | dkehn: you might try commenting out github_* and project_config_repo as well. | 23:43 |
clarkb | fungi: we should convince them to fix that really quicly | 23:44 |
clarkb | fungi: there isn't really a raisin for that anymore iirc | 23:44 |
fungi | aww, that's why i made the database creation macros take a database name parameter! their special snowflake might become a little less special... | 23:45 |
clarkb | fungi: well ideally we don't need any db creation just the user | 23:46 |
fungi | if it hadn't been for ironic, i'd have combined the db prep and db creation macros (still split per-backend though) | 23:46 |
clarkb | at least that is where I would like to see us go | 23:46 |
dkehn | zaro: ok, thx | 23:46 |
fungi | clarkb: agreed, tests should create the databases they need and just assume they have the permissions to do so | 23:47 |
fungi | but in the interim, i guess having that split out helps make migration to the desired end state simpler | 23:47 |
fungi | so a job can drop the database creation macro once it no longer needs it | 23:47 |
fungi | and then we can drop the database creation macros once nobody's using them any longer | 23:48 |
*** dims_ has joined #openstack-infra | 23:49 | |
fungi | i'll check ironic in a bit and see if maybe we're lucky and they've already stopped doing that | 23:50 |
*** andreykurilin_ has quit IRC | 23:50 | |
*** dims__ has quit IRC | 23:51 | |
*** vigneshvar has quit IRC | 23:51 | |
*** nelsnelson has quit IRC | 23:54 | |
fungi | clarkb: i'm wondering whether this is a good opportunity to also start transitioning over to nodes named simply "trusty" and "centos6" and so on. or just make everything run on devstack-.* named nodes first and then relabel everything once consolidation is done? | 23:55 |
*** MaxV has quit IRC | 23:56 | |
fungi | i guess the latter means not running ~50% more varied image types for an indeterminate amount of time | 23:56 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/python-storyboardclient: Python34 Fixes. https://review.openstack.org/157192 | 23:56 |
openstackgerrit | Michael Krotscheck proposed openstack-infra/python-storyboardclient: Removed py33, pypy from python-storyboardclient https://review.openstack.org/157193 | 23:56 |
fungi | i've already talked myself out of it. forget i asked ;) | 23:56 |
*** ivar-laz_ has joined #openstack-infra | 23:58 | |
*** ivar-laz_ has quit IRC | 23:58 | |
clarkb | fungi: ya I think we switch to devstack-* first, remove bare-* then remove the devstack prefix | 23:58 |
*** ivar-laz_ has joined #openstack-infra | 23:58 | |
fungi | agreed | 23:58 |
clarkb | will be easier to roll back that way too while we transition | 23:59 |
fungi | that keeps us with the least amount of fragmentation and fewest number of images being built/updated | 23:59 |
*** ivar-lazzaro has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!