Wednesday, 2015-02-18

jeblairmarun: hrm, i can't immediately think of why that would be the case00:00
*** woodster_ has quit IRC00:00
marunjeblair: I think I'm tilting at windmills a bit.00:00
*** mbacchi has quit IRC00:00
marunjeblair: I need to review the zuul docs and better understand the all the ins-and-outs of the configuration00:00
marunjeblair: I know what I see, but I'm guessing as to why it might be.00:00
*** baoli has quit IRC00:01
jeblairmarun: gotcha00:01
*** niedbalski has quit IRC00:01
openstackgerritJeremy Stanley proposed openstack-infra/project-config: Add job runtime system package and database setup  https://review.openstack.org/15669800:03
fungithat's ^ working according to my manual attemps00:03
fungiattempts00:03
*** niedbalski has joined #openstack-infra00:04
marunfungi: re: https://review.openstack.org/#/c/156698/00:04
fungimarun: yeah, initially a stab at getting nova's py27 job running on a devstack-trusty worker00:05
marunfungi: What do you think about ensuring this kind of configuration can be reused locally on dev machines?00:05
marunfungi: I'm essentially duplicating this in the neutron functional setup script, and ideally it would only be defined once.00:06
fungimarun: i think it's a great idea. right now i'm trying to just get it out of the image build but keep it centralized00:06
marunfungi: ah, ok.00:06
marunfungi: less puppet the better, in any case!00:06
fungimarun: 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
marunfungi: sounds awesome to me00:08
*** carl_baldwin has quit IRC00:08
openstackgerritMax Rydahl Andersen proposed openstack-infra/jenkins-job-builder: Remove nonexistent servername and cleanup build publisher  https://review.openstack.org/15609100:09
fungimarun: 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 developers00:09
marunfungi: my experience with devstack has shown me the necessity of post-install fixups though, how do you see that working with bindep?00:09
marunfungi: e.g. services like openvswitch and the like often have to be restarted before use00:10
marunfungi: sometimes it's a distro-specific, but for ovs I think it's a common requirment00:10
marunfungi: juju? ;)00:10
marunfungi: I think externalizing as scripts that make explicit their input requirements would be a start.00:11
fungimarun: 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 systems00:11
*** abhirc has joined #openstack-infra00:12
marunfungi: 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 IRC00:12
marunfungi: or it's just a devstack node and all install is manual?00:12
fungimarun: 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 image00:12
marunfungi: it might be worth conversing with dtroyer or sdague as to whether the db configuration that devstack does is important00:13
openstackgerritRamy Asselin proposed openstack-infra/infra-specs: Add spec for in-tree 3rd party ci solution  https://review.openstack.org/13974500:13
*** otter768 has joined #openstack-infra00:13
marunfungi: 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
fungimarun: 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 after00:14
clarkbideally we can get all projects to managing DBs themselves when testing00:15
mordred++00:15
fungiyeah, 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 images00:15
marunI guess I see potential for duplication of specialized knowledge across projects00:15
clarkbbut that never really went anywhere because oslo.db is still working on the perfect solution00:15
clarkbrather than just pragmatic as nodepool uses00:16
marundevstack already does it, though it's not always obvious how to consume it00:16
marundevstack-lib ftw?00:16
*** sabeen1 has quit IRC00:16
fungimarun: 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 portable00:16
fungibut i agree there's an opportunity for some convergence00:17
marunfungi: eventually, yeah :)00:17
marunfungi: not trying to front-load too much work, just making sure I understand00:18
*** derekh has joined #openstack-infra00:18
marunfungi: I think ideally projects would contain only the metadata of what they want to do.00:18
marunfungi: they'd rely on a devstack-like library that implements the specifics of distro interaction00:19
fungimarun: 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 against00:19
mordredfungi, clarkb: btw - there is an incident going on in hpcloud east00:19
mordredso we might see issues with vms there00:19
fungimordred: i assume incident here is a euphemism for badnez00:19
fungithanks for the heads up00:20
mordredfungi: well, it might also just be a party - it's tough to say00:20
*** nikita_45__ has joined #openstack-infra00:20
*** markvan has quit IRC00:20
*** abhirc has quit IRC00: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-infra00:21
fungianyway, enough of this fun. i need to toast a bunch of ancho. delicate work00:21
maruncaio!00:21
*** marun has quit IRC00:23
*** otter768 has quit IRC00:24
jeblairmarun is gone :(00:24
jeblairi had things to say about his zuul questions00:25
mordredjeblair: well, that'll teach you00:25
*** patrickeast has quit IRC00:26
fungizaro: i'm not sure what nikita_45__ is asking, but maybe you know?00:26
*** r-daneel has quit IRC00:26
*** jaypipes has quit IRC00:27
*** otter768 has joined #openstack-infra00:27
*** carl_baldwin has joined #openstack-infra00: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-infra00:31
funginikita_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
jeblairfungi, mordred: indeed there are hpcloud errors in the nodepool log; i think we're seeing "the system is fault-tolerant across two clouds" in action00:32
mordredjeblair: woot!00:32
*** nelsnelson has quit IRC00:33
*** dangers is now known as dangers_away00:33
funginikita_45__: but the slave agent only triggers the job for one workspace at a time00:33
*** dims__ has quit IRC00:33
*** zz_dimtruck is now known as dimtruck00:33
*** dims__ has joined #openstack-infra00:33
*** dims__ has quit IRC00:33
funginikita_45__: i'm not sure what you mean by "its running every job in /var/lib/jenkins/workspace"00:34
funginikita_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 jenkins00: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/consoleFull00:35
*** dims__ has joined #openstack-infra00:35
nikita_45__so the job is run inside a folder which is named same as job name00:35
funginikita_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 IRC00:37
nikita_45__fungi: that... so all jobs are getting run in same `workspace ` parent folder ..00:37
*** markvoelker has joined #openstack-infra00:37
funginikita_45__: i'm not sure, but i'm looking to see if i can figure out how we make it do that00:37
clarkbits a jenkins slave setting iirc00:39
clarkbbased on jenkins homedir00:39
*** tmcpeak has quit IRC00:39
openstackgerritDoug Wiegley proposed openstack-infra/reviewstats: Tweak neutron project review stats  https://review.openstack.org/15685900:39
jeblairi thought that was built-in behavior; every job gets its own workspace00:39
nikita_45__clarkb: correct..but how you guys achieve this setting? from puppet?00:40
fungii 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 IRC00:41
*** MarkAtwood has quit IRC00:42
nikita_45__fungi: can you link me the modules you use for the slave setup please?00:42
*** markvoelker has quit IRC00:42
funginikita_45__: we run a script like http://git.openstack.org/cgit/openstack-infra/project-config/tree/nodepool/scripts/prepare_node.sh00:44
*** david-lyle has quit IRC00:44
funginikita_45__: though that's how we build single-use slaves which get deleted after they run a job00:45
funginikita_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.pp00:46
nikita_45__fungi: thanks ..pardon me but is that slave a container , or vm ?00:46
funginikita_45__: a virtual machine in a public cloud00:46
nikita_45__fungi: public cloud like as in aws ?00:47
funginikita_45__: like as in openstack (see channel /topic)00:47
*** bdpayne has quit IRC00:47
funginikita_45__: hpcloud and rackspace are our primary cloud resource donors currently00:48
*** tkelsey has quit IRC00:48
*** bhuvan has quit IRC00:48
funginikita_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 instances00: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
mordrednova00:50
mordredwe have a program called nodepool which manages the creation and deletion of slaves across rackspace and HP public clouds00:51
fungiyeah, we have a script we use to boot instances via novaclient for long-running slaves00:51
fungifor 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
funginikita_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 questions00: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 :) lol00:55
nikita_45__exit00:55
*** nikita_45__ has quit IRC00:56
fungiheh. maybe they're all vacationing00:56
*** ghostpl_ has joined #openstack-infra00:57
*** avozza is now known as zz_avozza00:58
*** reed has quit IRC00:58
*** zz_avozza is now known as avozza00:58
*** otter768 has quit IRC01:01
*** ghostpl_ has quit IRC01:03
*** yamamoto has quit IRC01:03
mordrednibalizer: well, we're always around in here :)01:04
*** amitgandhinz has joined #openstack-infra01:05
nibalizernikita_45__ ^^01:06
fungihe/she/it already left01:06
nibalizerya01:07
mordredfungi: it would be neat if english had a thing that was gender neutral but not weird01:07
*** bdpayne has joined #openstack-infra01:07
fungimordred: it would be neat if english had a thing that was not weird01:08
fungienglish is a language built on weird01:08
*** ivar-lazzaro has quit IRC01:08
mordredfungi: maybe that's the thing that's good about it01:08
*** avozza is now known as zz_avozza01:08
*** ivar-lazzaro has joined #openstack-infra01:09
*** amitgandhinz has quit IRC01:10
*** ivar-lazzaro has quit IRC01:10
*** Rockyg has quit IRC01:11
*** ivar-lazzaro has joined #openstack-infra01:11
*** bdpayne has quit IRC01:12
*** timcline has quit IRC01:13
*** timcline has joined #openstack-infra01:14
*** wenlock has joined #openstack-infra01:15
*** tkelsey has joined #openstack-infra01:16
*** achanda has quit IRC01:17
*** annegentle has quit IRC01:18
*** timcline has quit IRC01:19
*** sdake_ has quit IRC01:19
*** woodster_ has joined #openstack-infra01:19
openstackgerritClark Boylan proposed openstack-infra/project-config: Upload files concurrently to swift.  https://review.openstack.org/15678801:19
clarkbjhesketh: ^ that should address your comments01:20
*** sputnik13 has quit IRC01:20
clarkbjhesketh: will mark it wip until I actually manage to test it01:20
jheskethclarkb: awesome, thanks01:20
jheskethclarkb: if you want me to help test it, you could possibly add my public key to a held node?01:21
clarkbjhesketh: I can, thats actually a reasonable idea01:21
clarkbjhesketh: should probably be a *dg* job right?01:21
*** wenlock has quit IRC01:21
clarkbsince we will have data for upload time on those already01:21
lifelessmordred: I must have misunderstood the issue01:22
lifelessmordred: I thought you wanted openstack on a laptop without huge instrusion01:22
clarkbjhesketh: I just rechecked a d-g change and will hold one of the nodes running the dg specific jobs once they start01:22
clarkblifeless: I think the idea was more a laptop sized deployment of openstack so that it could be used instead of virsh or uvtool01:23
jheskethclarkb: awesome01:23
fungilifeless: 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 them01:23
clarkbit looks like sqlite won't work so you will have to use mysql or postgres and zmq seems to work off and on again01:24
lifelessin 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 openstack01:24
clarkbso likely need a rabbit, makes the whole thing seem not laptop sized01:24
clarkblifeless: it wouldn't be a laptop sized openstack01:24
lifelessanyhow, I need to go see some people in a pub01:24
fungiclarkb: if you can fit one in a top hat...01:24
*** mwagner_lap has joined #openstack-infra01:24
lifelessclarkb: eh wat?01:24
clarkblifeless: a laptop appropriate openstack01:24
* fungi waits for a magician to pull a rabbit out of clarkb's laptop01:24
clarkb8GB of ram, 2-4 cpu, underpowered machines that just need a VM or two01:25
*** timcline has joined #openstack-infra01:25
lifelessclarkb: tomorrow. What you're saying is not making sense to me.01:25
lifelessclarkb: since there is nothing heavyweight or RAM or CPU intensive implied in what I said.01:25
clarkbwhile also running a firefox instance eating up 4GB or ram01:25
clarkblifeless: it implies mysql and rabbit and containers to match01:26
*** derekh has quit IRC01:26
lifelessclarkb: mysql can run very lean, and rabbit is approximately free (ram wise), as are containers.01:26
lifelessrabbit isn't free if you do huge amounts with it, but since load is driven by use...01:26
* lifeless goes to elephant and castle01:27
clarkbI know I was mostly just thinking it would be nice if the things we assert work actually worked01:27
clarkblike sqlite, zmq, and eventlet keystone01:27
clarkbyou wouldn't need or want containers, just spin up a few services01:27
fungii'm guessing he meant openstack-managed containers, not containerized openstack services01:29
clarkbfungi: fig + kolla is containerized openstack services01:29
clarkbfungi: but very opinionated since nothing works right in a container01:29
fungioh, yeah no need to segregate those services unless you just don't want them interacting with your other laptoppity softwares01:30
clarkbfungi: especially since kolla runs them in the same process and network namespaces as the host :)01:30
fungiwas mostly trying not to scorch the peppers, so missed the earlier kolla reference01:31
*** wenlock has joined #openstack-infra01:32
*** yamamoto has joined #openstack-infra01:36
*** vilobhmm has quit IRC01:37
*** ddieterly has joined #openstack-infra01:37
*** sigmavirus24 is now known as sigmavirus24_awa01:38
*** ddieterl_ has joined #openstack-infra01:41
*** ddieterly has quit IRC01:41
openstackgerritAnna Shen proposed openstack-infra/project-config: Add grenade devstack check for trove as experimental  https://review.openstack.org/15510001:42
*** tqtran has joined #openstack-infra01:47
*** hdd has quit IRC01:50
*** rwsu is now known as rwsu-afk01:54
*** BharatK has joined #openstack-infra01:56
*** wenlock has left #openstack-infra01:58
*** salv-orlando has quit IRC01:58
*** markvoelker has joined #openstack-infra01:59
*** zz_avozza is now known as avozza01:59
*** signed8bit is now known as signed8bit_ZZZzz02:04
mordredlifeless: oh - I misunderstood your statement - I thought you were telling me to use fig and kolla to run the workload02:07
mordredwhich is not the thing02:08
*** briancline has quit IRC02:09
*** stevemar has quit IRC02:09
*** briancline has joined #openstack-infra02:09
*** changbl has joined #openstack-infra02:10
*** david-lyle has joined #openstack-infra02:11
*** mriedem has joined #openstack-infra02:14
*** mriedem has quit IRC02:15
*** timcline has quit IRC02:15
*** mriedem has joined #openstack-infra02:16
*** timcline has joined #openstack-infra02:16
*** xyang1 has quit IRC02:17
*** abhirc has joined #openstack-infra02:18
*** timcline has quit IRC02:21
*** stevemar has joined #openstack-infra02:22
*** r1chardj0n3s is now known as r1chardj0n3s_afk02:24
*** timcline has joined #openstack-infra02:24
*** bdpayne has joined #openstack-infra02:35
*** abhirc has quit IRC02:35
*** dimtruck is now known as zz_dimtruck02:40
*** mtanino has quit IRC02:43
*** xyang1 has joined #openstack-infra02:43
*** tkelsey has quit IRC02:46
*** ghostpl_ has joined #openstack-infra02:47
*** esker has joined #openstack-infra02:48
*** ghostpl_ has quit IRC02:51
*** gmann has quit IRC02:52
*** unicell has quit IRC02:52
*** unicell has joined #openstack-infra02:53
*** gmann has joined #openstack-infra02:53
*** kaisers1 has joined #openstack-infra02:54
*** tiswanso has joined #openstack-infra02:54
*** kaisers has quit IRC02:55
*** avozza is now known as zz_avozza02:56
*** otter768 has joined #openstack-infra02:57
*** unicell has quit IRC02:57
*** tiswanso has quit IRC02:58
*** radez is now known as radez_g0n302:58
*** tiswanso has joined #openstack-infra02:59
*** salv-orlando has joined #openstack-infra02:59
*** unicell has joined #openstack-infra03:01
openstackgerritMerged openstack-dev/hacking: H105: also check for Authors and authors  https://review.openstack.org/14720103:03
*** gyee has quit IRC03:06
*** patrickeast has quit IRC03:06
*** carl_baldwin has quit IRC03:07
*** r1chardj0n3s_afk is now known as r1chardj0n3s03:10
*** abhirc has joined #openstack-infra03:10
*** devanand_ has joined #openstack-infra03:12
*** boris-42 has quit IRC03:12
*** yamahata has quit IRC03:13
*** esker has quit IRC03:14
*** bhunter71 has quit IRC03:14
*** zz_dimtruck is now known as dimtruck03:17
*** harlowja_ is now known as harlowja_away03:22
*** esker has joined #openstack-infra03:24
*** melwitt_ has joined #openstack-infra03:24
*** sdake has joined #openstack-infra03:25
*** melwitt has quit IRC03:25
*** sarob has quit IRC03:26
*** melwitt_ is now known as melwitt03:27
*** ayoung has quit IRC03:29
*** david-lyle has quit IRC03:35
*** david-lyle has joined #openstack-infra03:35
*** Guest55371 has joined #openstack-infra03:35
*** Guest55371 is now known as annegentle03:36
*** david-lyle has quit IRC03:40
*** hdd has joined #openstack-infra03:40
*** mriedem has quit IRC03:42
*** coolsvap_ is now known as coolsvap03:43
openstackgerritJoshua Hesketh proposed openstack-infra/puppet-zuul: Configure the default swift log expiry  https://review.openstack.org/15687103:44
*** unicell has quit IRC03:46
openstackgerritJoshua Hesketh proposed openstack-infra/system-config: Set the expiry for zuul swift instructions  https://review.openstack.org/15687203:47
*** koolhead17 has joined #openstack-infra03:48
jheskethclarkb: ^03:48
*** dims__ has quit IRC03:49
*** harlowja_at_home has joined #openstack-infra03:50
*** gmann has quit IRC03:51
*** salv-orlando has quit IRC03:51
openstackgerritRichard Jones proposed openstack-infra/infra-specs: Enable bower for managing Horizon components  https://review.openstack.org/15429703:51
openstackgerritJoshua Hesketh proposed openstack-infra/project-config: Upload files concurrently to swift.  https://review.openstack.org/15678803:52
*** gmann has joined #openstack-infra03:54
*** amotoki has joined #openstack-infra03:54
*** bdpayne has quit IRC03:58
*** sputnik13 has joined #openstack-infra04:02
*** esker has quit IRC04:03
*** BharatK has quit IRC04:10
*** tmcpeak has joined #openstack-infra04:12
*** sarob has joined #openstack-infra04:16
*** sarob has quit IRC04:16
*** timcline has quit IRC04:18
*** stevemar has quit IRC04:20
*** harlowja_at_home has quit IRC04:21
*** david-lyle has joined #openstack-infra04:22
*** ddieterl_ has quit IRC04:23
*** david-lyle is now known as david-lyle_afk04:23
*** Ryan_Lane has joined #openstack-infra04:25
*** BharatK has joined #openstack-infra04:27
*** achanda has joined #openstack-infra04:29
*** signed8bit_ZZZzz has quit IRC04:32
*** ghostpl_ has joined #openstack-infra04:35
*** stevemar has joined #openstack-infra04:36
*** sdake has quit IRC04:37
openstackgerritJamie Finnigan proposed openstack-infra/project-config: Add Anchor to GerritBot channels.yaml  https://review.openstack.org/15688104:37
*** ghostpl_ has quit IRC04:40
*** esker has joined #openstack-infra04:44
*** achanda has quit IRC04:45
*** esker has quit IRC04:45
*** resker has joined #openstack-infra04:47
*** hdd has quit IRC04:48
*** otter768 has quit IRC04:48
*** dims__ has joined #openstack-infra04:50
*** achanda has joined #openstack-infra04:52
*** tiswanso has quit IRC04:54
*** dims__ has quit IRC04:54
*** bdpayne has joined #openstack-infra04:57
*** achanda has quit IRC04:59
*** resker has quit IRC05:00
*** MarkAtwood has joined #openstack-infra05:00
*** achanda has joined #openstack-infra05:00
*** dalgaaf has quit IRC05:07
*** claudiub_ has quit IRC05:08
*** abhirc has quit IRC05:10
*** achanda has quit IRC05:11
*** rkukura has quit IRC05:14
*** bdpayne has quit IRC05:15
*** timcline has joined #openstack-infra05:19
*** dkehn has quit IRC05:19
*** sputnik13 has quit IRC05:23
*** timcline has quit IRC05:24
*** devanand_ has quit IRC05:25
*** unicell has joined #openstack-infra05:28
*** timcline has joined #openstack-infra05:29
*** hdd has joined #openstack-infra05:31
*** belmoreira has joined #openstack-infra05:31
*** sputnik13 has joined #openstack-infra05:32
*** yamahata has joined #openstack-infra05:33
*** sputnik13 has joined #openstack-infra05:33
*** timcline has quit IRC05:34
*** Ryan_Lane has quit IRC05:35
*** salv-orlando has joined #openstack-infra05:36
*** Ryan_Lane has joined #openstack-infra05:46
*** esker has joined #openstack-infra05:51
*** achanda has joined #openstack-infra05:53
*** ddieterly has joined #openstack-infra05:54
*** r1chardj0n3s is now known as r1chardj0n3s_afk05:55
*** unicell has quit IRC05:55
*** unicell has joined #openstack-infra05:56
*** ddieterly has quit IRC05:58
*** tmcpeak has quit IRC06:03
*** crc32 has quit IRC06:03
*** markvoelker has quit IRC06:03
*** armax has quit IRC06:04
*** markvoelker has joined #openstack-infra06:04
*** yfried_ has joined #openstack-infra06:04
*** zz_avozza is now known as avozza06:05
*** tqtran has quit IRC06:05
*** markvoelker has quit IRC06:08
*** r1chardj0n3s_afk is now known as r1chardj0n3s06:09
*** cipcosma has joined #openstack-infra06:10
*** sputnik13 has quit IRC06:13
*** Mmike has quit IRC06:13
*** Mmike has joined #openstack-infra06:13
*** bdpayne has joined #openstack-infra06:15
*** r1chardj0n3s is now known as r1chardj0n3s_afk06:15
*** avozza is now known as zz_avozza06:15
*** jamielennox is now known as jamielennox|away06:17
*** sputnik13 has joined #openstack-infra06:18
*** sputnik13 has quit IRC06:19
*** woodster_ has quit IRC06:20
*** achanda has quit IRC06:20
*** ildikov has quit IRC06:22
*** sputnik13 has joined #openstack-infra06:22
*** achanda has joined #openstack-infra06:22
*** sputnik13 has quit IRC06:23
*** ghostpl_ has joined #openstack-infra06:24
*** ghostpl_ has quit IRC06:29
*** timcline has joined #openstack-infra06:30
*** achanda has quit IRC06:32
*** ivar-laz_ has joined #openstack-infra06:33
*** timcline has quit IRC06:34
*** ivar-lazzaro has quit IRC06:37
*** rlandy has joined #openstack-infra06:37
*** BharatK has quit IRC06:38
*** ivar-laz_ has quit IRC06:38
*** weshay has quit IRC06:40
*** miqui has joined #openstack-infra06:41
*** hdd has quit IRC06:41
*** koolhead17 has quit IRC06:44
*** melwitt has quit IRC06:46
*** rkukura has joined #openstack-infra06:46
*** FallenPegasus has joined #openstack-infra06:48
*** FallenPegasus has quit IRC06:48
*** otter768 has joined #openstack-infra06:49
*** MarkAtwood has quit IRC06:50
*** BharatK has joined #openstack-infra06:52
*** markvoelker has joined #openstack-infra06:53
*** weshay has joined #openstack-infra06:53
*** sputnik13 has joined #openstack-infra06:53
*** otter768 has quit IRC06:54
*** ildikov has joined #openstack-infra06:54
*** ddieterly has joined #openstack-infra06:55
*** Ryan_Lane has quit IRC06:56
*** achanda has joined #openstack-infra06:56
*** markvoelker has quit IRC06:58
*** ddieterly has quit IRC06:59
*** gulic has joined #openstack-infra07:02
*** AJaeger has joined #openstack-infra07:14
*** AJaeger has joined #openstack-infra07:14
openstackgerrityolanda.robla proposed openstack-infra/project-config: Initial integration tests for storyboard  https://review.openstack.org/15604407:15
openstackgerrityolanda.robla proposed openstack-infra/storyboard: Add an index on accesstokens table tor access_token column  https://review.openstack.org/15654307:17
*** leopoldj has joined #openstack-infra07:19
*** sarob has joined #openstack-infra07:26
*** koolhead17 has joined #openstack-infra07:31
*** vigneshvar has joined #openstack-infra07:31
*** timcline has joined #openstack-infra07:31
*** ZZelle has quit IRC07:32
*** masoz has joined #openstack-infra07:32
*** ZZelle has joined #openstack-infra07:32
*** timcline has quit IRC07:35
*** jgallard__ has joined #openstack-infra07:39
*** miqui has quit IRC07:39
*** scheuran has joined #openstack-infra07:40
*** miqui has joined #openstack-infra07:41
*** bdpayne has quit IRC07:41
openstackgerrityolanda.robla proposed openstack-infra/project-config: Initial integration tests for storyboard  https://review.openstack.org/15604407:41
*** esker has quit IRC07:41
openstackgerritNikhil Manchanda proposed openstack-infra/reviewstats: Sync core reviewer list for Trove  https://review.openstack.org/15690707:44
openstackgerritNikhil Manchanda proposed openstack-infra/reviewstats: Update the subproject list for Trove  https://review.openstack.org/15690807:44
*** che-arne has joined #openstack-infra07:46
*** BharatK has quit IRC07:47
*** miqui has quit IRC07:49
*** salv-orlando has quit IRC07:51
*** andreykurilin_ has joined #openstack-infra07:53
*** afazekas has joined #openstack-infra07:54
*** markvoelker has joined #openstack-infra07:54
*** ddieterly has joined #openstack-infra07:55
*** mrunge has joined #openstack-infra07:58
*** markvoelker has quit IRC07:59
*** ddieterly has quit IRC08:00
*** boris-42 has joined #openstack-infra08:00
*** mpaolino has joined #openstack-infra08:01
*** BharatK has joined #openstack-infra08:01
*** HeOS has quit IRC08:02
*** miqui has joined #openstack-infra08:06
*** jistr has joined #openstack-infra08:08
*** koolhead17 has quit IRC08:08
*** ghostpl_ has joined #openstack-infra08:10
*** chlong has quit IRC08:10
*** yamamoto has quit IRC08:13
*** ghostpl_ has quit IRC08:14
*** yamahata has quit IRC08:15
*** yamahata has joined #openstack-infra08:16
*** mpavone has joined #openstack-infra08:22
*** dimtruck is now known as zz_dimtruck08:25
*** skolekonov has joined #openstack-infra08:26
*** viktors|afk is now known as viktors08:27
*** Ala has joined #openstack-infra08:29
*** miqui has quit IRC08:30
*** stevemar has quit IRC08:31
*** achanda has quit IRC08:31
*** timcline has joined #openstack-infra08:32
*** che-arne has quit IRC08:33
*** teran has joined #openstack-infra08:33
*** timcline has quit IRC08:36
*** devvesa has joined #openstack-infra08:37
*** unicell1 has joined #openstack-infra08:37
*** dvorak has quit IRC08:38
*** dvorak has joined #openstack-infra08:39
*** morgabra has quit IRC08:39
*** unicell has quit IRC08:39
*** asadoughi has quit IRC08:39
*** dhp has quit IRC08:40
*** ubuntu1 has quit IRC08:40
*** dhp has joined #openstack-infra08:40
*** eharney has quit IRC08:40
*** ubuntu1 has joined #openstack-infra08:40
*** asadoughi has joined #openstack-infra08:41
*** doude has joined #openstack-infra08:41
*** eharney has joined #openstack-infra08:41
*** morgabra has joined #openstack-infra08:43
*** unicell has joined #openstack-infra08:46
*** nfedotov has joined #openstack-infra08:46
*** unicell1 has quit IRC08:46
*** MaxV has joined #openstack-infra08:47
*** salv-orlando has joined #openstack-infra08:48
*** otter768 has joined #openstack-infra08:50
*** andreykurilin_ has quit IRC08:54
*** otter768 has quit IRC08:54
*** markvoelker has joined #openstack-infra08:55
*** BobBall_AWOL is now known as BobBall08:55
*** ddieterly has joined #openstack-infra08:56
*** markvoelker has quit IRC09:00
*** ddieterly has quit IRC09:00
*** salv-orlando has quit IRC09:01
*** salv-orlando has joined #openstack-infra09:01
*** teran has quit IRC09:02
*** markus_z has joined #openstack-infra09:02
*** hashar has joined #openstack-infra09:04
*** hashar has quit IRC09:05
*** hashar_ has joined #openstack-infra09:05
*** yamamoto has joined #openstack-infra09:10
*** salv-orlando has quit IRC09:10
*** Guest10052 has quit IRC09:10
*** asselin has quit IRC09:10
*** salv-orlando has joined #openstack-infra09:10
*** ghostpl_ has joined #openstack-infra09:11
*** asselin has joined #openstack-infra09:11
*** yamamoto has quit IRC09:12
*** Hal has joined #openstack-infra09:12
*** Hal is now known as Guest3253409:12
*** HeOS has joined #openstack-infra09:13
*** asselin has quit IRC09:14
*** asselin has joined #openstack-infra09:14
*** yamamoto has joined #openstack-infra09:15
*** ghostpl_ has quit IRC09:15
*** dizquierdo has joined #openstack-infra09:16
*** sarob has quit IRC09:22
*** hichihara has quit IRC09:23
*** jlibosva has joined #openstack-infra09:23
*** derekh has joined #openstack-infra09:25
openstackgerritBob Ball proposed openstack-infra/nodepool: Add support for requsting that config drive be used.  https://review.openstack.org/15577009:28
*** dizquierdo has quit IRC09:30
*** salv-orlando has quit IRC09:32
*** salv-orlando has joined #openstack-infra09:32
*** yamamoto has quit IRC09:33
*** unicell1 has joined #openstack-infra09:34
*** timcline has joined #openstack-infra09:34
*** salv-orlando has quit IRC09:35
*** unicell has quit IRC09:35
*** salv-orlando has joined #openstack-infra09:36
*** unicell1 has quit IRC09:39
*** timcline has quit IRC09:39
*** mpaolino has quit IRC09:39
*** unicell has joined #openstack-infra09:40
*** yamamoto has joined #openstack-infra09:42
*** hashar_ is now known as hashar09:44
*** ssam2 has joined #openstack-infra09:44
*** salv-orlando has quit IRC09:45
*** salv-orlando has joined #openstack-infra09:46
*** zz_avozza is now known as avozza09:46
*** marcusvrn has joined #openstack-infra09:46
*** yamamoto has quit IRC09:46
*** mkerrin has joined #openstack-infra09:46
*** ihrachyshka has joined #openstack-infra09:49
*** salv-orl_ has joined #openstack-infra09:49
*** mpaolino has joined #openstack-infra09:50
*** salv-orl_ has quit IRC09:51
*** salv-orlando has quit IRC09:51
*** salv-orlando has joined #openstack-infra09:51
*** abhi1892 has joined #openstack-infra09:52
abhi1892hi 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 UI09:54
abhi1892can anyone help me with that??09:54
*** salv-orlando has quit IRC09:56
*** markvoelker has joined #openstack-infra09:56
*** salv-orlando has joined #openstack-infra09:56
openstackgerritGhanshyam Mann proposed openstack-infra/project-config: Add non-voting job for Nova V2.1 API with neutron  https://review.openstack.org/15156409:57
*** ddieterly has joined #openstack-infra09:57
*** teran has joined #openstack-infra09:58
openstackgerritMerged openstack-infra/storyboard: Datetime instances from SQLAlchemy now all contain timezone.  https://review.openstack.org/15508309:58
*** teran_ has joined #openstack-infra10:02
*** ddieterly has quit IRC10:02
BobBallabhi1892: https://github.com/rasselin/os-ext-testing10:02
*** markvoelker has quit IRC10:02
BobBallScroll down to the scp 1.9 plugin section10:02
*** teran__ has joined #openstack-infra10:02
AJaegerabhi1892, please join the third party meetings https://wiki.openstack.org/wiki/Meetings/ThirdParty#Weekly_Third_Party_meetings10:02
*** teran has quit IRC10:03
abhi1892BobBall, I have followed the same but it seems to be not working.10:04
*** sambetts has joined #openstack-infra10:04
BobBallthen I guess join the meeting as AJaeger suggested - I know no more than just following the instructions :) it worked for me.10:04
abhi1892BobBall: 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 IRC10:06
*** cnesa has joined #openstack-infra10:07
sambettsHello 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-infra10:08
*** jp_at_hp has joined #openstack-infra10:10
BobBallI guess check various URLs and IP addresses then abhi1892 - but I really don't know :)10:10
abhi1892BobBall: We use the SCP repository for our Log Server right??10:12
BobBallAJaeger: 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
BobBallno idea abhi1892 - sorry10:13
abhi1892BobBall; No problem, thanks for the info :)10:13
*** yamahata has quit IRC10:15
openstackgerrityolanda.robla proposed openstack-infra/project-config: Initial integration tests for storyboard  https://review.openstack.org/15604410:18
AJaegerBobBall, sorry, can't help with that10:22
abhi1892Can anyone tell me why Jenkins Ui has SCP Repository Hosts??10:22
BobBallnp AJaeger :)10:22
BobBallthanks10:22
AJaegersambetts, they run when a signed tag is pushed.10:22
AJaegersambetts, those are in the "release" queue. Things that run with every merge are part of the "post" queue.10:23
sambettsAJaeger: Excellent :) is that all I need to add to my jenkins and zuul to enable pypi uploads?10:23
openstackgerritJerry Zhao proposed openstack-infra/nodepool: add option to use ipv6 for image update and node launching  https://review.openstack.org/15617810:23
AJaegersambetts, you need to setup pypi.python.org as documented in the creator's guide as well10:24
sambettsAJaeger: 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
AJaegersambetts, correct10:26
*** Apsu has quit IRC10:26
sambettsAJaeger: Thanks very much :D10:26
*** abramley has quit IRC10:27
*** Apsu has joined #openstack-infra10:29
*** abramley has joined #openstack-infra10:30
*** marcusvrn1 has joined #openstack-infra10:31
*** yamamoto has joined #openstack-infra10:33
*** ldnunes has joined #openstack-infra10:33
*** marcusvrn has quit IRC10:35
*** timcline has joined #openstack-infra10:35
abhi1892hi 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 IRC10:38
*** Hal has joined #openstack-infra10:39
abhi1892So 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 IRC10:39
*** Hal is now known as Guest4842910:39
*** timcline has quit IRC10:39
*** jerryz_ has quit IRC10:42
*** jedimike has joined #openstack-infra10:43
*** masoz has quit IRC10:44
BobBallAJaeger: 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 master10:45
AJaegerBobBall, congratulations!10:45
AJaegerabhi1892, ramy asselin guide is outdated AFAIK, there should be something better, let me check...10:45
abhi1892AJaegar : Thanks :)10:46
AJaegerabhi1892, https://etherpad.openstack.org/p/third-party-ci-documentation references all documentation10:46
AJaegerso, go to http://ci.openstack.org/third_party.html10:47
*** pelix has joined #openstack-infra10:47
AJaegerabhi1892, krtaylor and anteaya might be able to help - once they are awake10:48
abhi1892AJaegar: None of the docs has mentioned that how to setup a logserver :(10:48
*** otter768 has joined #openstack-infra10:51
BobBallabramley: 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.sh10:51
*** yamamoto has joined #openstack-infra10:52
abhi1892BobBall : Re running the install_master.sh will have any effects on the present working ??10:55
*** otter768 has quit IRC10:55
*** Ala has quit IRC10:56
*** zz_dimtruck is now known as dimtruck10:56
*** Ala has joined #openstack-infra10:57
*** Ala has joined #openstack-infra10:57
*** koolhead17 has joined #openstack-infra10:58
*** ddieterly has joined #openstack-infra10:58
*** yamamoto has quit IRC10:58
*** ghostpl_ has joined #openstack-infra10:59
*** yamamoto has joined #openstack-infra11:00
*** ociuhandu has joined #openstack-infra11:01
*** yamamoto has quit IRC11:02
*** ddieterly has quit IRC11:02
*** ghostpl_ has quit IRC11:04
*** ociuhandu_ has joined #openstack-infra11:04
*** ociuhandu has quit IRC11:05
*** ociuhandu_ is now known as ociuhandu11:05
*** dimtruck is now known as zz_dimtruck11:06
openstackgerritNikita Konovalov proposed openstack-infra/storyboard: Refactor Tasks to work as a Subcontroller  https://review.openstack.org/15005211:07
*** cdent has joined #openstack-infra11:13
*** e0ne has joined #openstack-infra11:14
BobBallabhi1892: Only if you've manually changed stuff outside of the os-ext-data / os-ext-testing repositories11:15
BobBallabhi1892: It's intended to be able to run multiple times11:15
abhi1892BobBall : Thanks for the info :)11:16
*** kmartin has quit IRC11:18
*** dims__ has joined #openstack-infra11:19
*** amotoki has quit IRC11:20
*** erlon has quit IRC11:21
SergeyLukjanovjeblair, mordred, clarkb, fungi, folks, how could we disable puppet runs for only one node?11:21
*** aysyd has joined #openstack-infra11:21
SergeyLukjanovdisable run_all.sh from crontab == disable puppet updates for all nodes, but how to disable only one?11:21
*** hashar has quit IRC11:23
*** jedimike has quit IRC11:26
*** cnesa has quit IRC11:27
*** jgallard__ has quit IRC11:28
sambettsAJaeger: is there any known issues with the tox setup in project-config? The zuul tests fail even on master for me when I run tox11:31
*** BharatK has quit IRC11:33
openstackgerritSam Betts proposed openstack-infra/project-config: Add pypi jobs for stackforge/networking-cisco  https://review.openstack.org/15694811:33
*** timcline has joined #openstack-infra11:36
AJaegersambetts, which OS are you using?11:39
*** e0ne is now known as e0ne_11:40
*** timcline has quit IRC11:40
*** jcoufal has joined #openstack-infra11:41
sambettsAJaeger: debian, and i see this http://paste.openstack.org/show/176767/11:41
*** pc_m has joined #openstack-infra11:41
AJaegersambetts, is that an old tox environment?11:42
sambettsAJaeger: rebuilt it just now to make sure it wasn't11:42
AJaegerThe error message really looked like an old environment that didn't know about the skip-if feature11:43
AJaegerdebian should be fine.11:43
AJaegerI'm currently doublechecking "tox -e zuul" on my openSUSE system11:43
*** chlong has joined #openstack-infra11:45
AJaegersambetts, works fine for me11:46
*** kashyap has joined #openstack-infra11:46
kashyapDo I have to login _every_ time (?!?!) to see a summit proposal details?11:46
openstackgerrityolanda.robla proposed openstack-infra/shade: Add hasExtension method to check cloud capabilities  https://review.openstack.org/15695411:46
sambettsAJaeger: I'm going to manually try deleting .tox instead of using --recreate and see if that helps11:47
AJaegersambetts, rm -rf  .test11:47
* sambetts runs tests11:48
*** cnesa has joined #openstack-infra11:49
*** e0ne_ has quit IRC11:50
AJaegersambetts, do an upload to pypi instead so that I can +2 your patch ;)11:51
*** spredzy is now known as spredzy|afk11:51
sambettsAJaeger: the neutron one?11:52
*** koolhead17 has quit IRC11:52
AJaegersambetts, networking-cisco11:52
AJaegerhttps://pypi.python.org/pypi?%3Aaction=search&term=networking-cisco&submit=search does not return any results, see my comment in review.openstack.org11:52
sambettsAJaeger: ah thats because I hid it because there was no files there :-P11:53
AJaegersambetts, we only +2 if pypi is visible11:54
sambettsAJaeger: It should be visible now I hope :-) also manually cleaning up .tox and .test fixed my test issues11:55
AJaegersambetts, great^2!11:56
*** vivcheri has joined #openstack-infra11:56
sambettsAJaeger: Thanks :D11:56
openstackgerrityolanda.robla proposed openstack-infra/shade: Add hasExtension method to check cloud capabilities  https://review.openstack.org/15695411:56
*** ddieterly has joined #openstack-infra11:59
*** ashleighfarnham has quit IRC12:03
*** ddieterly has quit IRC12:03
*** rfolco has joined #openstack-infra12:08
*** jistr has quit IRC12:09
*** jistr has joined #openstack-infra12:12
openstackgerrityolanda.robla proposed openstack-infra/shade: Add hasExtension method to check cloud capabilities  https://review.openstack.org/15695412:17
*** e0ne has joined #openstack-infra12:18
*** abhi1892 has quit IRC12:18
*** mpaolino has quit IRC12:19
*** salv-orlando has quit IRC12:20
*** mpaolino has joined #openstack-infra12:23
*** BharatK has joined #openstack-infra12:25
*** weshay has quit IRC12:26
*** rcarrillocruz has quit IRC12:29
*** rcarrillocruz has joined #openstack-infra12:29
*** timcline has joined #openstack-infra12:36
*** signed8bit has joined #openstack-infra12:37
*** signed8bit is now known as signed8bit_ZZZzz12:37
*** signed8bit_ZZZzz is now known as signed8bit12:37
*** amotoki has joined #openstack-infra12:37
*** timcline has quit IRC12:41
*** vivcheri_ has joined #openstack-infra12:44
openstackgerrityolanda.robla proposed openstack-infra/nodepool: WIP: Not even close to finished - use shade  https://review.openstack.org/15632212:45
*** vivcheri has quit IRC12:46
*** kashyap has quit IRC12:47
*** vivcheri_ has quit IRC12:47
*** vivcheri_ has joined #openstack-infra12:48
*** ghostpl_ has joined #openstack-infra12:48
*** radez_g0n3 is now known as radez12:48
*** vivcheri__ has joined #openstack-infra12:51
*** otter768 has joined #openstack-infra12:51
*** ghostpl_ has quit IRC12:53
mordredSergeyLukjanov: just run puppet agent --disable on the node12:54
*** vivcheri_ has quit IRC12:55
SergeyLukjanovmordred, OMG, it's too simple to be true :)12:55
SergeyLukjanovmordred, thx12:55
mordredI know, right?12:55
SergeyLukjanovmordred, yup12:55
*** otter768 has quit IRC12:56
*** doug-fish has joined #openstack-infra12:59
*** ddieterly has joined #openstack-infra12:59
openstackgerritRussell Bryant proposed openstack-infra/system-config: Enable logging of #openstack-nova  https://review.openstack.org/15697912:59
*** signed8bit has quit IRC13:02
*** baoli has joined #openstack-infra13:03
*** yolanda has quit IRC13:03
*** dkliban_afk is now known as dkliban13:04
*** yolanda has joined #openstack-infra13:04
*** ddieterly has quit IRC13:04
ihrachyshkawhat'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 IRC13:04
*** e0ne is now known as e0ne_13:05
*** baoli has joined #openstack-infra13:05
*** jaypipes has joined #openstack-infra13:05
*** signed8bit has joined #openstack-infra13:07
*** yamamoto has joined #openstack-infra13:08
*** mbacchi has joined #openstack-infra13:08
*** vivcheri__ has quit IRC13:09
*** e0ne_ is now known as e0ne13:09
*** spredzy|afk is now known as spredzy13:10
*** mpaolino has quit IRC13:10
*** markvoelker has joined #openstack-infra13:11
*** koolhead17 has joined #openstack-infra13:13
*** bswartz has quit IRC13:13
openstackgerritVictoria Martínez de la Cruz proposed openstack/requirements: Adds Autobahn to global requirements  https://review.openstack.org/15698213:15
*** kgiusti has joined #openstack-infra13:15
*** AJaeger has quit IRC13:16
*** zigo has quit IRC13:18
*** zigo has joined #openstack-infra13:20
*** e0ne_ has joined #openstack-infra13:24
*** salv-orlando has joined #openstack-infra13:25
SergeyLukjanovmordred, if you have a minute - https://review.openstack.org/#/c/156542/ :)13:25
*** signed8bit has quit IRC13:27
*** e0ne has quit IRC13:27
*** signed8b_ has joined #openstack-infra13:27
*** AJaeger has joined #openstack-infra13:28
*** hashar has joined #openstack-infra13:29
*** dizquierdo has joined #openstack-infra13:30
*** e0ne has joined #openstack-infra13:30
*** e0ne_ has quit IRC13:33
sdaguehey 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 IRC13:36
*** timcline has joined #openstack-infra13:37
*** yolanda has quit IRC13:38
*** yolanda has joined #openstack-infra13:38
*** timcline has quit IRC13:42
mordredsdague: done13:42
sdaguethanks13:42
sdaguewill be nice to actually collect hook logs13:42
sdagueI wonder how long ago that broke13:43
mordredSergeyLukjanov: done13:43
mordredsdague: :)13:43
*** bswartz has joined #openstack-infra13:44
ihrachyshkasdague, 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 IRC13:44
*** dkranz has joined #openstack-infra13:45
sdagueihrachyshka: nope, to you have an example?13:46
ihrachyshkasdague, https://review.openstack.org/#/c/155374/13:46
*** sandywalsh_ has joined #openstack-infra13:48
sdagueyeh, not sure. Maybe jeblair, clarkb, or fungi would know13:49
*** vigneshvar has quit IRC13:49
*** krtaylor has quit IRC13:50
sdagueit seems a little moot though, because https://review.openstack.org/#/c/155373 is -2 blocked at the bottom of the pile13:50
openstackgerritMerged openstack-infra/puppet-bup: Make backups period configurable  https://review.openstack.org/15654213:50
*** sandywalsh has quit IRC13:50
ihrachyshkasdague, moot? can you elaborate?13:51
sdagueso the entire stack is blocked by markmcclain13:52
ihrachyshkasdague, right. it's blocked to get decision on drivers meeting today13:52
sdagueok13:52
sdagueyeh, I don't know why 'failed to merge' is also in there13:52
ihrachyshkayeah, no conflicts. but the worst thing is that it claims +1 for something like a failure13:52
sdaguewell, it might not be a failure13:53
sdagueIt might be something being incorrectly verbose13:53
sdagueso I wouldn't worry about it yet13:53
ihrachyshkaok, that's fine for me. once I get it unblocked, I will care more. :)13:54
*** krtaylor has joined #openstack-infra13:55
*** bswartz has quit IRC13:58
*** abhirc has joined #openstack-infra14:00
*** yamamoto has quit IRC14:00
*** ddieterly has joined #openstack-infra14:00
*** annegent_ has joined #openstack-infra14:01
*** bswartz has joined #openstack-infra14:01
*** ddieterly has quit IRC14:05
*** mfink_ has joined #openstack-infra14:08
*** yamamoto has joined #openstack-infra14:08
*** hdd has joined #openstack-infra14:11
*** jgallard__ has joined #openstack-infra14:12
*** kaisers1 has quit IRC14:13
openstackgerritMerged openstack-infra/project-config: have swift functional tests use tox  https://review.openstack.org/15667614:13
openstackgerritDarragh Bailey proposed stackforge/python-jenkins: Consolidate raising identical exceptions  https://review.openstack.org/15700814:14
openstackgerritMerged openstack-infra/project-config: make swiftclient functional job use swiftclient from git  https://review.openstack.org/15678714:14
*** dims__ has quit IRC14:15
sdaguejeblair: interesting bug in the Depends-On I discovered - https://storyboard.openstack.org/#!/story/200016914:15
*** gulic has quit IRC14:16
*** dustins has joined #openstack-infra14:17
*** annegent_ has quit IRC14:18
*** annegent_ has joined #openstack-infra14:19
openstackgerritMerged stackforge/python-jenkins: Add BadHTTPException  https://review.openstack.org/15526214:19
*** dims__ has joined #openstack-infra14:20
*** dims__ has quit IRC14:20
*** dims__ has joined #openstack-infra14:21
*** ildikov has joined #openstack-infra14:21
*** ildikov is now known as ildikov_afk14:23
*** tiswanso has joined #openstack-infra14:23
*** mpaolino has joined #openstack-infra14:24
*** dims__ has quit IRC14:25
*** dustins has quit IRC14:26
*** dustins has joined #openstack-infra14:26
*** cody-somerville has quit IRC14:27
*** sputnik13 has quit IRC14:28
*** mriedem has joined #openstack-infra14:31
*** changbl has quit IRC14:32
*** Guest37356 has joined #openstack-infra14:35
*** hdd has quit IRC14:36
*** ghostpl_ has joined #openstack-infra14:37
*** jgrimm is now known as zz_jgrimm14:38
*** sdake has joined #openstack-infra14:38
*** baoli has quit IRC14:39
openstackgerritMatthew Booth proposed openstack/requirements: Add toposort test requirement  https://review.openstack.org/15701414:39
*** baoli has joined #openstack-infra14:39
openstackgerritMarc Koderer proposed openstack-infra/project-config: Add telco working group usecase repo  https://review.openstack.org/15524814:41
*** sdake_ has joined #openstack-infra14:41
*** ghostpl_ has quit IRC14:42
*** ddieterly has joined #openstack-infra14:42
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Add support for volume attach/detach  https://review.openstack.org/15362314:42
*** baoli has quit IRC14:42
*** baoli has joined #openstack-infra14:43
*** cnesa has joined #openstack-infra14:43
*** spzala has quit IRC14:43
*** bhunter71 has joined #openstack-infra14:44
*** imcsk8 has quit IRC14:45
*** imcsk8 has joined #openstack-infra14:45
*** gordc has joined #openstack-infra14:45
*** zz_dimtruck is now known as dimtruck14:45
*** teran has joined #openstack-infra14:47
*** teran__ has quit IRC14:47
sdagueanteaya: https://review.openstack.org/#/c/155248/6 seems like it addresses your concerns now by punting on the irc channel bit entirely14:48
*** Guest37356 is now known as dims__14:49
*** sdake__ has joined #openstack-infra14:49
openstackgerritMerged openstack-infra/devstack-gate: actually save hook logs  https://review.openstack.org/15660514:49
*** sabeen has joined #openstack-infra14:52
*** sdake_ has quit IRC14:52
*** otter768 has joined #openstack-infra14:52
*** mpaolino has quit IRC14:53
*** sergsh has joined #openstack-infra14:53
*** krtaylor has quit IRC14:54
*** krtaylor has joined #openstack-infra14:55
*** patrickeast has joined #openstack-infra14:55
*** wenlock has joined #openstack-infra14:55
*** otter768 has quit IRC14:57
*** yfried_ has quit IRC14:57
*** mrmartin has joined #openstack-infra14:59
*** salv-orlando has quit IRC15:00
*** annegentle has quit IRC15:00
*** dimtruck is now known as zz_dimtruck15:01
*** armax has joined #openstack-infra15:01
*** salv-orlando has joined #openstack-infra15:02
fungiSergeyLukjanov: '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 far15:03
*** mtanino has joined #openstack-infra15:03
mtreinishsdague: if you get a sec: https://review.openstack.org/#/c/155089/ should be quick15:03
*** asselin_ has joined #openstack-infra15:04
fungioh, mordred already replied15:04
mordred:)15:05
*** amitgandhinz has joined #openstack-infra15:05
*** nelsnelson has joined #openstack-infra15:05
fungiihrachyshka: 155374 looks like it may be exhibiting a bug in our cross-repo dependency implementation15:06
sdaguemtreinish: done15:06
ihrachyshkafungi, aha. totally possible15:06
fungis/bug/odd corner case behavior/15:06
*** cdent_ has joined #openstack-infra15:09
*** mpaolino has joined #openstack-infra15:09
*** cdent has quit IRC15:09
*** cdent_ is now known as cdent15:09
*** bcourt has joined #openstack-infra15:10
*** leopoldj_ has joined #openstack-infra15:10
*** koolhead17 has quit IRC15:10
*** dangers_away is now known as dangers15:11
*** abhirc has quit IRC15:12
*** leopoldj has quit IRC15:13
*** MarkAtwood has joined #openstack-infra15:13
*** smcginnis has joined #openstack-infra15:16
smcginnisGreetings!15:16
smcginnisI have a CI account created prior to the self service approach.15:16
smcginnisI would like to update the dispay name.15:16
*** abhirc has joined #openstack-infra15:16
*** sigmavirus24_awa is now known as sigmavirus2415:16
smcginnisThis is really all I need, so the approach here seems overkill: https://wiki.openstack.org/wiki/OldtoNewGerritCIAccount15:17
smcginnisWould it be possible to have someone update our display name?15:17
*** marun has joined #openstack-infra15:17
fungismcginnis: and then the next time your display name needs to be updated...?15:18
*** abhirc has quit IRC15:18
smcginnisfungi: I know, I know. :}15:18
fungi(or your e-mail address, or...)15:18
fungi(ssh keys...)15:18
fungia new account would give you control over all of that15:18
smcginnisI 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
smcginnisBut if a new account is the preferred answer I can certainly do that.15:19
smcginnisI was hoping this would be an easy/quick fix.15:19
*** e0ne_ is now known as e0ne15:20
*** hdd has joined #openstack-infra15:21
*** zz_jgrimm is now known as jgrimm15:22
*** dkehn has joined #openstack-infra15:22
ihrachyshkafungi, 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.txt15:23
*** stevemar has joined #openstack-infra15:24
fungismcginnis: 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 working15:25
rcarrillocruzohh15:25
rcarrillocruznodepool already on trusty15:25
hasharohhh15:26
* rcarrillocruz stops ubuntu12.04 qcow image on his new shiny cloud15:26
smcginnisfungi: Makes sense. Probably the better answer long term to get a new account created then. Thanks!15:26
fungiihrachyshka: 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 minutes15:27
ihrachyshkafungi, thanks15:27
*** che-arne has joined #openstack-infra15:27
*** smcginnis has left #openstack-infra15:27
fungircarrillocruz: 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
rcarrillocruzsweet15:28
fungircarrillocruz: we have several things running on trusty now if you check the global site manifest15:28
hashardo you have any plan to package Nodepool for Ubuntu/Debian ?15:28
rcarrillocruzyah, quickly checking site.pp now...15:28
rcarrillocruzmy local system-config master branch was quite outdated...15:29
fungihashar: 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-infra15:29
hasharfungi: we will most probably package it ourself15:29
*** timcline has joined #openstack-infra15:29
hasharthough with some python module dependencies  embedded in the package since some are lacking/conflicting with whatever Ubuntu Trusty has/provides15:30
jeblairsdague: 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 IRC15:31
sdaguejeblair: ok, it seems like in the merge-check case there could be a sweep of changes in a similar way15:31
sdagueonce something merges, are there blocked changes which really should enqueue15:32
fungijeblair: and if you haven't seen yet, marvel at the three comments zuul left on 156942 at 12:5015:32
*** devlaps has joined #openstack-infra15:32
jeblairsdague: 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 reason15:32
jeblairsdague: 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" case15:33
*** tmcpeak has joined #openstack-infra15:33
fungisdague: specifically searching on commit message contents seems sort of broken15:33
sdaguedo you really need to do reverse depends on?15:33
*** che-arne has quit IRC15:33
*** esker has joined #openstack-infra15:33
sdaguefungi: hmmm why?15:33
jeblairsdague: (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
sdaguebecause it seems like the entire structure is based on commit message content15:34
fungithe 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 badly15:34
AJaegerjeblair, I ran into the problem as well. And this will hit us with new openstack projects - depending on governance changes...15:34
sdaguejeblair: yeh, I've noticed that. Which tends to stall patch series quite a bit in nova actually15:34
jeblairsdague: 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
AJaegerEspecially in project-config, I'll expect to see these kind of dependencies15:34
sdaguejeblair: oh, right, ok, we're saying the same thing then15:35
jeblairAJaeger: so we should keep that in mind, and perhaps not approve those changes until their dependencies have merged15:35
jeblairsdague: how does it affect nova?15:35
SergeyLukjanovmordred, fungi, thx15:35
AJaegerjeblair, or reapprove;)15:35
sdaguejeblair: because we have a lot of patch series15:35
fungihowever if we _do_ approve them, they won't get enqueued into the gate until the change they depend on merges15:35
jeblairsdague: within nova itself?15:36
sdagueyes15:36
jeblairsdague: that works15:36
sdaguehmmm... I've seen that stall as well15:36
fungisdague: this is specifically when using depends-on in a commit message, not a normal git parenting15:36
jeblairsdague: enqueing git reverse dependencies should work fine15:36
sdagueok, I'm pretty sure I've watched the git parenting stall15:36
sdagueI'll keep an eye out for examples in the future15:36
*** zz_dimtruck is now known as dimtruck15:37
jeblairAJaeger: i'd personally recommend not approving them, that way they aren't forgotten.15:37
jeblairsdague: thanks15:37
fungii'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 normally15:37
AJaegerjeblair, I'll try to follow that recommendation now...15:37
fungiAJaeger: however if we forget, a recheck should take care of it15:38
AJaegerYEs, indeed15:38
fungiso not the end of the world or anything15:38
*** ghostpl_ has joined #openstack-infra15:38
tmcpeakhey all, if any of the +2's have a spare cycle, can you please give a look at: https://review.openstack.org/15677215:38
clarkbrecheck wont if the verified value doesnt chamge :/15:38
clarkbshould see if gerrit will fix that eg if they consider it to be a bug15:38
fungiclarkb: oh, good point, have to blow away the jenkins +1 and then recheck15:38
fungii 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 comment15:41
fungibut that seems like it might get complicated for such a corner case15:41
*** hashar has quit IRC15:41
jeblairzuul is all about complicated corner cases :)15:41
fungis/and if not/and if there is/15:41
sdagueoh, right, I think it's the gate bounce case which might be weird15:42
jeblairanyone have a depends-on change handy?15:42
sdague3 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-infra15:42
*** koolhead17 has joined #openstack-infra15:42
sdaguejeblair: an open one?15:42
*** ghostpl_ has quit IRC15:43
jeblairsdague: preferably15:43
fungijeblair: well, there's 156942 i'15:43
fungim digging into right now15:43
*** dmsimard_away is now known as dmsimard15:43
*** koolhead17 has quit IRC15:43
fungibut if you want one without known issues, 15680715:43
jeblairfungi: does something depend on 156942 ?15:44
fungijeblair: oh, yep, and it also has crd headers. i wonder if there's a cycle in it15:44
fungichecking that now15:44
*** carl_baldwin has joined #openstack-infra15:45
bcourtHi, (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 IRC15:45
fungijeblair: sorry, meant 155374 not 15694215:45
jeblairfungi: what depends on 156942 ?15:45
jeblairok15:45
fungi(was looking at its git parent)15:45
*** skolekonov has quit IRC15:46
*** carl_baldwin has joined #openstack-infra15:46
bcourtI'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 style15:47
jeblairfungi, sdague, AJaeger: i think searching for reverse depends-on changes will work; we were just being too clever...15:47
jeblairfungi, sdague, AJaeger: message:"Depends-On: I2d7081dbd4cb532332e3b66667bb8c71aa5a6658"   does not work15:47
jeblairfungi, sdague, AJaeger: message:"I2d7081dbd4cb532332e3b66667bb8c71aa5a6658"   does work15:47
fungibcourt: i can't recall if we've done any plugin version detection in jjb in the past. zaro, pelix or hashar might recall15:47
sdaguejeblair: yeh, there is something weird about the message tokenizer that I don't understand15:48
sdaguelike message:"Depends" returns values15:48
*** Sukhdev has joined #openstack-infra15:48
sdaguemessage:"Depends-On:" does not15:48
clarkbbcourt I think that that is basically what we have done for other plugins. use one format or another based on the structure of the yaml15:48
pelixfungi bcourt: we have support for plugin version detection in JJB, does require using pkg_resources.parse_version15:49
fungijeblair: 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 further15:49
jeblairfungi, 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
jeblairfungi: yeah15:49
sdaguejeblair: yeh, that would be neat15:49
clarkbsdague depends and on are two tokens in lucene iirc15:49
clarkbpelix is that working now?15:50
sdagueclarkb: 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 way15:50
sdaguewhich is a really odd thing to do15:50
pelixclarkb: 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 parsing15:51
jeblairclarkb: message:"Depends on"  seems to return anything but results that have "depends-on".  it gets "DependsOn" and "depends on" though.15:51
BobBallAnyone tried uploading CI results to swift using a jjb publisher? :)15:52
pelixclarkb fungi bcourt: https://review.openstack.org/#/c/135843/19/jenkins_jobs/modules/hipchat_notif.py shows an example of it's usage15:53
*** erlon has joined #openstack-infra15:53
jeblairfun 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-infra15:54
jeblairso i just typod "sf" as "ny"15:54
bcourtpelix, is there a way to specify what that version should be in a fixture?15:54
clarkbBobBall yes all the infra jobs do so currently15:54
BobBallOh really? I thought infra was using a web server... *goes looking at the infra config* thanks!15:55
*** unicell has quit IRC15:55
pelixbcourt: 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.yaml15:55
clarkbBobBall we use both15:55
clarkbpelix bcourt that said behavior based on yaml is simple and backward compat if not version explicit15:56
*** rlandy has quit IRC15:57
sdaguejeblair: 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-infra15:58
*** rhe00_ is now known as rhe0015:58
sdagueok, 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_26015:59
*** kmartin has joined #openstack-infra16:00
sdaguewe need to sudo to a specific user for that?16:00
*** viktors is now known as viktors|afk16:02
fungisdague: 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
fungisdague: stuffing a ls -dl /opt/stack/new/swift in there might help provide some insight16:03
sdagueok, except that's a project-config change so it's not testsable until landed16:03
*** rm_work|away is now known as rm_work16:04
clarkbso in theory \ escapes the - in a lucene query but depends\-on doesnt work16:04
jeblairsdague, fungi: i think the hooks run as jenkins?16:04
*** markus_z has quit IRC16:04
fungioh! right, they're in the context of devstack-gate not devstack16:04
mrmartinfungi hi16:04
fungimrmartin: what's up?16:04
mrmartin:) we have an user, who can login at openstack.org but fails at openstackid.org using the same account16:05
mrmartini don't have access to openstackid.org server, so you need to check the logs there, maybe you see something16:05
sdaguejeblair: so are we proposing adding sudo -u stack into swift.yaml ?16:06
fungimrmartin: absolutely, have any additional details? (approximate time, user id, source ip address, anything?)16:06
fungimrmartin: taking a look in the server logs now16:06
mrmartinwe have time.16:06
*** dustins has quit IRC16:06
mrmartin10 minutes ago approx.16:07
morganfainberginteresting16:07
* morganfainberg just checked and can login to openstackid.org16:07
mrmartinI think it don't have a too match traffic, so if you see an exception in the application logs it can be that16:07
mrmartinor openstackid cannot handle the email address as username :)16:07
mrmartinI can login, so the service works well.16:08
jeblairsdague: i think so16:08
openstackgerritSean Dague proposed openstack-infra/project-config: add sudo permissions to swift functional jobs  https://review.openstack.org/15704816:08
sdaguelike that? ^^^16:08
sdagueswift is dead in the water until this gets fixed16:09
sdagueas is devstack, because of co-gating on that job16:09
jeblairsdague, fungi: do we need "sudo -H -u" ?16:09
sdagueI'm not sure why we need a homedir forced here as well, but I don't know16:10
fungimrmartin: nothing obvious in any of apache's error logs. what other logs should i look for?16:10
mrmartinthe application log available here: /srv/openstackid/w/app/storage/logs16:10
jeblairsdague: i think we do it in devstack-gate because of pip caching to ~16:10
openstackgerritBarnaby Court proposed openstack-infra/jenkins-job-builder: Enable whitelisted-orgs-as-admins for ghprb trigger  https://review.openstack.org/15705016:11
fungijeblair: in this case -H doesn't seem like it would be involved, but might be helpful for other reasons16:11
sdaguedo we want to try it without? and add if needed16:11
sdaguebecause I kind of hate adding belts and suspenders unless we know why16:11
*** jcoufal has quit IRC16:12
*** jcoufal_ has joined #openstack-infra16:12
jeblairfungi: are you saying that pip won't use the cache in ~ because of tox?16:12
fungijeblair: i was saying that the job is creating .tox in a specific location not influenced by its $HOME16:13
clarkbthe reason for -H is also for the pydistutils config and other items stashed in the appropriate homedir16:13
fungibut that passing -H may be helpful for avoiding some other failure mode, such as where it tries to cache things16:13
sdagueok, so we're saying it's needed then, I'll update16:14
fungijeblair: i think i was agreeing with you?16:14
*** harlowja_at_home has joined #openstack-infra16:14
fungijust saying that sudo vs sudo -H doesn't make a difference to where and how the .tox directory itself gets created16:15
fungii was lacking context until i looked at the proposed change16:15
*** mpaolino has quit IRC16:15
fungias opposed to the failure log16:15
openstackgerritSean Dague proposed openstack-infra/project-config: add sudo permissions to swift functional jobs  https://review.openstack.org/15704816:16
* fungi goes back to burying his head in openstackid errors so that he can then go back to burying his head in zuul errors16:16
*** BharatK has quit IRC16:17
fungisdague: 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
sdaguefungi: yeh, it was a missed cleanup that I just noticed16:18
*** carl_baldwin_ has joined #openstack-infra16:19
*** ParsectiX has joined #openstack-infra16:19
*** pcrews has quit IRC16:19
*** carl_baldwin has quit IRC16:19
*** carl_baldwin_ is now known as carl_baldwin16:19
fungithat's what i figured. thanks16:19
fungimrmartin: at 15:53:36 utc it threw the following exception... dev.ERROR: * CheckPointService - exception : << non supported algorithm blowfish16:21
fungimrmartin: and i have a stacktrace if you need it16:21
openstackgerrityolanda.robla proposed openstack-infra/shade: Don't compare images when image is None  https://review.openstack.org/15705516:22
openstackgerritMarc Koderer proposed openstack-infra/project-config: Add telco working group usecase repo  https://review.openstack.org/15524816:22
*** pradk has joined #openstack-infra16:24
*** nfedotov has quit IRC16:25
*** asselin__ has joined #openstack-infra16:25
jeblairsdague: +316:26
*** david-lyle_afk is now known as david-lyle16:28
*** mrmartin has quit IRC16:29
*** asselin_ has quit IRC16:29
sdaguejeblair: thanks16:30
amitgandhinzhi 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 locally16:30
*** weshay has joined #openstack-infra16:31
openstackgerritgordon chung proposed openstack/requirements: add ceilometermiddleware  https://review.openstack.org/15460716:32
*** armax has quit IRC16:32
mordredamitgandhinz: depends on for what16:33
*** armax has joined #openstack-infra16:33
mordredamitgandhinz: stackforge projects can do whatever they want in their test jobs16:33
*** avozza is now known as zz_avozza16:33
mordredamitgandhinz: 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 allowed16:33
amitgandhinzyeh this is a stackforge project.16:33
mordrednamely, caching16:33
mordredcool. then yes - there is absolytely nothing stopping you from having your test job do soething with fig/docker16:34
amitgandhinzdo we need to do anything for the gate servers to have docker installed?16:34
fungiamitgandhinz: 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 collected16:34
mordrednope. you'll need to install it in your job16:34
mordredbefore sudo access is removed16:34
*** tmcpeak has quit IRC16:35
*** sputnik13 has joined #openstack-infra16:36
fungiamitgandhinz: 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 tests16:36
amitgandhinzthanks fungi and mordred.  ill take a look16:37
amitgandhinz=)16:37
*** sarob has joined #openstack-infra16:37
fungiamitgandhinz: 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
openstackgerritMerged openstack-infra/project-config: add sudo permissions to swift functional jobs  https://review.openstack.org/15704816:38
*** thedodd has joined #openstack-infra16:39
*** changbl has joined #openstack-infra16:39
*** jcoufal_ has quit IRC16:40
*** radez is now known as radez_g0n316:41
otherwiseguyweird 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
otherwiseguyneutron-vpnaas patch: https://review.openstack.org/15669016:43
BobBallWhat 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 IRC16:43
*** spredzy is now known as spredzy|afk16:43
openstackgerritDaniel Berrange proposed openstack-infra/devstack-gate: Explicitly turn on database query logging  https://review.openstack.org/15705716:44
*** unicell1 has quit IRC16:44
clarkbBobBall it means that gearman isnt aware of that job so is unable to run it16:44
clarkbcheck that jenkins can talk to gearman and that yoy have at least one slave capable of running the job16:44
jeblairotherwiseguy: gimme a few mins16:44
BobBalljenkins talking to gearman! That's the issue.16:45
BobBallI redeployed and forgot to set that up16:45
BobBallsorry - my mistake.16:45
clarkbnp16:45
*** ddieterly has quit IRC16:45
*** rwsu-afk is now known as rwsu16:46
openstackgerrityolanda.robla proposed openstack-infra/nodepool: WIP: Not even close to finished - use shade  https://review.openstack.org/15632216:46
*** mrmartin has joined #openstack-infra16:46
mrmartinfungi: thanks, awesome16:46
mrmartindoes it mean, that openstack.org password enc algorithm was changed meanwhile?16:47
*** ParsectiX has quit IRC16:47
fungimrmartin: 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 IRC16:48
*** ParsectiX has joined #openstack-infra16:48
fungimrmartin: i'll ask whether they've made any recent changes with regard to their password hashing implementation16:48
*** scheuran has quit IRC16:49
jeblairotherwiseguy: 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_test16:49
*** sergsh has quit IRC16:49
jeblairotherwiseguy:             ri.snat_iptables_manager = iptables_manager.IptablesManager(16:49
jeblairotherwiseguy: that's an IptablesManager, but the change you pointed me to was about removing the arg from a RouterInfo16:49
* otherwiseguy looks again16:50
*** ParsectiX has quit IRC16:50
*** ParsectiX has joined #openstack-infra16:51
otherwiseguyjeblair: bah. you'd think i'd be able to read line numbers by now.16:51
otherwiseguythanks.16:51
jeblairnp16:51
*** afazekas has quit IRC16:51
*** abhirc has joined #openstack-infra16:51
openstackgerritgordon chung proposed openstack-infra/devstack-gate: add ceilometermiddleware  https://review.openstack.org/15706016:52
*** HeOS has quit IRC16:52
*** otter768 has joined #openstack-infra16:53
*** asselin__ has quit IRC16:53
*** gyee has joined #openstack-infra16:54
*** ddieterly has joined #openstack-infra16:54
*** sarob has quit IRC16:55
*** ddieterly has quit IRC16:55
*** esker has joined #openstack-infra16:55
*** ddieterly has joined #openstack-infra16:55
*** sarob has joined #openstack-infra16:56
*** jlibosva has quit IRC16:56
*** otter768 has quit IRC16:58
*** Ala has quit IRC16:59
mkoderersdague: I used an old state for rebasing.. I thinks it's ready for a +A now https://review.openstack.org/#/c/155248/ ;)17:00
ZZelleclarkb, hi17:02
clarkbhello17:02
*** bswartz has quit IRC17:03
*** coolsvap is now known as coolsvap_17:03
jeblairfungi: 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
ZZelleclarkb, if you have some time, could you relook at https://review.openstack.org/124410 ?17:03
fungijeblair: yeah, i'm coming to that conclusion. at 12:50:32,217 it decided that 153225,5 was needed but unavailable17:03
jeblairfungi: 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 IRC17:05
jeblairfungi: 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
fungii 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 clues17:05
*** ssam2 has quit IRC17:05
*** tmcpeak has joined #openstack-infra17:05
*** ssam2 has joined #openstack-infra17:05
*** annegent_ has quit IRC17:06
*** luqas___ has joined #openstack-infra17:06
jeblairfungi: if you look above that point, it doesn't think that 153225,5 is needed by 156942,217:06
hogepodgefungi ping17:06
jeblairfungi: that's why i think that it originally did not see 153225,5 as a dependency (git parent) of 156942,217:07
zaromorning17:07
*** whayutin_ has joined #openstack-infra17:07
*** pcrews has joined #openstack-infra17:08
*** luqas__ has quit IRC17:08
*** dmellado has quit IRC17:08
*** patrickeast has quit IRC17:09
*** dprince has joined #openstack-infra17:10
fungijeblair: oh... weird :/17:10
fungihogepodge: hey there, did you see my comments last night?17:10
*** amotoki has quit IRC17:10
jeblairfungi: 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 zuul17:10
hogepodgehere or in code review17:10
fungihogepodge: here17:11
hogepodgefungi no, I missed them.17:11
fungihogepodge: 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 want17:11
*** dmellado has joined #openstack-infra17:12
*** MaxV has quit IRC17:12
*** Hal has joined #openstack-infra17:12
*** Guest48429 has quit IRC17:12
*** MaxV has joined #openstack-infra17:12
*** MaxV has quit IRC17:13
*** Hal is now known as Guest9001217:13
*** MaxV has joined #openstack-infra17:13
*** tqtran has joined #openstack-infra17:14
*** jistr has quit IRC17:15
*** dannywilson has joined #openstack-infra17:15
hogepodgeThanks fungi. I've dropped the review into the defcore meeting so we should get views on it.17:16
*** devvesa has quit IRC17:16
*** wenlock has joined #openstack-infra17:16
*** sarob has quit IRC17:17
fungihogepodge: once the governance change linked as a dependency in that commit message is approved, we can move forward adding that repo17:17
*** MaxV has quit IRC17:18
*** ihrachyshka has quit IRC17:18
*** sarob has joined #openstack-infra17:18
*** MarkAtwood has quit IRC17:18
*** pcm_ has joined #openstack-infra17:19
zarobcourt: 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-infra17:20
*** chlong has quit IRC17:22
*** e0ne is now known as e0ne_17:22
*** e0ne_ is now known as e0ne17:24
*** woodster_ has joined #openstack-infra17:24
*** armax has quit IRC17:24
*** mpavone has quit IRC17:25
openstackgerritJaime Flynn proposed openstack-infra/jenkins-job-builder: updated conditional_publisher to support plugin changes  https://review.openstack.org/15551417:26
*** AJaeger_ has joined #openstack-infra17:26
*** ghostpl_ has joined #openstack-infra17:26
openstackgerritLucas Alvares Gomes proposed openstack-infra/devstack-gate: Ironic: Bump memory size for non-concurrency job  https://review.openstack.org/15707517:27
asselinzull issue: anyone seen it before? http://paste.openstack.org/show/176989/17:30
clarkbsomehow the changish has no project?17:31
*** e0ne has quit IRC17:31
asselinhow is that possible? does that come from the gerrit event stream? or my config?17:31
*** bdpayne has joined #openstack-infra17:31
*** ghostpl_ has quit IRC17:31
*** vilobhmm_ has joined #openstack-infra17:32
clarkbI 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 happen17:32
clarkbjesusaurus ^ does that look familiar to you?17:33
*** tiswanso has quit IRC17:33
*** bknudson has joined #openstack-infra17:33
* jesusaurus loks17:33
*** tiswanso_ has joined #openstack-infra17:34
*** tkelsey has joined #openstack-infra17:34
jesusaurusno, but I can check my logs17:34
zaropelix, 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 IRC17:35
clarkbjesusaurus I think you hit something similar way back when17:35
zarobcourt: would be a nice contribution once you figure it out :)17:35
openstackgerritMerged openstack-infra/project-config: Add telco working group usecase repo  https://review.openstack.org/15524817:37
*** ivar-lazzaro has joined #openstack-infra17:37
bcourtzaro, 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 JJB17:37
*** whayutin_ has quit IRC17:37
openstackgerritLucas Alvares Gomes proposed openstack-infra/devstack-gate: Ironic: Bump memory size for non-concurrency job  https://review.openstack.org/15707517:37
*** ashleighfarnham has joined #openstack-infra17:37
*** cnesa1 has joined #openstack-infra17:38
*** cnesa has quit IRC17:38
*** ivar-laz_ has joined #openstack-infra17:39
*** Guest90012 has quit IRC17:39
jesusaurusasselin: 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 logs17:39
*** EmilienM is now known as EmilienM|afk17:40
asselinjesusaurus, 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 IRC17:42
*** harlowja_away is now known as harlowja_17:42
openstackgerritJames E. Blair proposed openstack-infra/zuul: Don't report on non-live changes dequeueing  https://review.openstack.org/15708017:43
jeblairfungi: ^ should address the extra reporting, but not the underlying issue17:43
pelixzaro: extend the http://ci.openstack.org/jenkins-job-builder/installation.html#unit-tests page to cover writing them in general as well?17:44
fungimrmartin: 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.org17:44
*** bhuvan has joined #openstack-infra17:45
fungimrmartin: jimmy has opened an internal ticket to get a fix for that whipped up asap17:45
jeblairasselin: that's strange; i have not seen it, and that's not showing up in our debug logs17:45
mrmartinfungi: yeah, but I need openstackid must be patched to resolve blowfish17:45
zaropelix: yes, that's what i was thinking. maybe even dedicate a seperate page to explain the test framework even.17:46
mrmartinI need / I think17:46
fungimrmartin: right, that's what they're working on a patch for17:46
mrmartinok, so tipit will patch it17:46
asselinjeblair, likely a config issue then on my side. looking into it17:47
fungimrmartin: that's what jimmy says, so expect a code review real soon i guess17:47
fungia code review change17:47
mrmartinawesome, thanks, I thought the same17:47
zaropelix: actually it might be good to explain it here: http://ci.openstack.org/jenkins-job-builder/extending.html17:49
*** derekh has quit IRC17:49
zaro*good/better17:50
*** pcm_ has quit IRC17:50
*** Sukhdev has quit IRC17:50
*** LinuxJedi_ is now known as LinuxJedi17:51
*** Rockyg has joined #openstack-infra17:54
*** thedodd has quit IRC17:54
*** yolanda has quit IRC17:54
*** annegentle has joined #openstack-infra17:55
nikhil_khi, can anyone help me identify if we should cap glance_store requirement for next release? seems like it's not atm17:55
nikhil_khttps://github.com/openstack/requirements/blob/master/global-requirements.txt17:56
*** annegentle has quit IRC17:56
nikhil_kthere would be not api backward compatible change yet17:56
nikhil_kno*17:56
nikhil_kand incompatible change :)17:56
*** annegentle has joined #openstack-infra17:56
clarkbnikhil_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 check17:59
asselinclarkb, 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 meeting18:00
*** SumitNaiksatam has joined #openstack-infra18:00
clarkbasselin: would probably be good to see the config change just in case it is related18:01
clarkbasselin: 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 already18:01
*** morgabra has quit IRC18:02
*** morgabra has joined #openstack-infra18:02
nikhil_kclarkb: thanks, capping is done there18:03
*** dustins has joined #openstack-infra18:04
*** sarob has quit IRC18:07
fungihadn'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
fungidtroyer: ^ ?18:08
fungiruminating 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 novaclient18:09
*** bswartz has joined #openstack-infra18:10
*** ivar-laz_ has quit IRC18:10
*** abhirc has quit IRC18:10
*** ivar-lazzaro has joined #openstack-infra18:10
dtroyerfungi: 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 want18:11
*** j^2 has joined #openstack-infra18:11
j^2hey everyone!18:11
j^2question: #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
fungidtroyer: 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 IRC18:12
*** garyh has joined #openstack-infra18:12
anteayaj^2: that doesn't create the branch, that allows changes to the branch to be reported back to your irc channel by the channel bot18:12
waynrzaro: 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-jenkins18:12
dtroyerthere is no reasn to require installing optional plugins for the services, everything they needs is built-in to ksc18:12
j^2anteaya: oh crap18:13
waynroh, just saw pelix's response18:13
openstackgerritKhai Do proposed stackforge/python-jenkins: Add get_job_info_regex method to get info about a set of jobs  https://review.openstack.org/15587818:13
AJaeger_j^2: you can still ask for a branch ;)18:13
stevemaris there a bug out for the failing swift functional jobs?18:13
stevemarhttp://logstash.openstack.org/#eyJzZWFyY2giOiJweS5lcnJvci5FQUNDRVMiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjE0NDAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTQyNDI4MzE3MDgxMn0=18:13
AJaeger_j^2: just ask fungi or clarkb for it18:13
stevemar53 hits in 4 hrs18:13
fungiAJaeger_: j^2 could have an acl change which granted access to be able to create new branches so we don't have to18:14
j^2AJaeger_: yeah i thought there was a review we had to put in18:14
anteayaj^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.config18:14
fungiAJaeger_: on a stackforge project, it's completely legitimate and not necessary to go through release management or infra teams to get a stable branch created18:14
j^2fungi: that would actaully make our lives much easier18:14
AJaeger_fungi: indeed. thanks for the explanation.18:15
*** spzala has joined #openstack-infra18:15
j^2if we could create our own :)18:15
AJaeger_j^2: what's your project?18:15
j^2openstack-chef18:15
AJaeger_let me check the setup18:15
*** patrickeast has joined #openstack-infra18:15
j^2thanks :)18:15
*** patrickeast has quit IRC18:15
AJaeger_openstack-chef? That's in the attic, isn't it?18:16
j^2?18:16
anteayathat is what I see as well18:16
j^2https://launchpad.net/openstack-chef18:16
fungij^2: what git repo though?18:16
anteayahttp://git.openstack.org/cgit/openstack-attic/openstack-chef/18:16
StevenKopenstack-box-in-the-basement18:16
j^2ohhhh18:16
j^2yeah we have a ton of repos18:16
*** krtaylor has quit IRC18:16
*** ParsectiX has quit IRC18:16
stevemarlooks like its an error when creating directories for some nodes: py.error.EACCES: [Permission denied]: mkdir('/opt/stack/new/swift/.tox',)18:16
fungij^2: give us an example18:16
*** patrickeast has joined #openstack-infra18:17
j^2http://paste.openstack.org/show/177031/18:17
AJaeger_j^2: stackforge/cookbook-openstack-compute ?18:17
j^2AJaeger_: yeah18:17
*** ParsectiX has joined #openstack-infra18:17
AJaeger_j^2 you have the permissions18:17
fungij^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 branches18: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^2awesome looking into it now18:18
j^2AJaeger_, fungi thanks guys i greatly apprciate it.18:19
*** ParsectiX has quit IRC18:19
*** ParsectiX has joined #openstack-infra18:19
fungij^2: i think you should just be able to do it at, for example, https://review.openstack.org/#/admin/projects/stackforge/cookbook-openstack-compute,branches18:19
j^2oh rock on, perfect18:20
fungiif not, then you may need to use git push to create the new branch refname18:20
j^2yep, this is perfect thanks guys18:20
*** zz_avozza is now known as avozza18:21
*** abhirc has joined #openstack-infra18:22
marunjeblair: oof, good catch. I must have been blind yesterday.18:22
marunjeblair: would you be ok with a job-local unittest for these changes, or would you want to see scenario testing?18:22
pc_mclarkb: hi18:23
pc_mclarkb: 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 IRC18:26
*** dannywilson has joined #openstack-infra18:27
*** ghostpl_ has joined #openstack-infra18:27
*** yolanda has joined #openstack-infra18:28
*** ParsectiX has quit IRC18:28
*** ParsectiX has joined #openstack-infra18:29
*** ghostpl_ has quit IRC18:32
openstackgerritSpencer Krum proposed openstack-infra/puppet-zuul: Modernize variable expansion in templates  https://review.openstack.org/15710218:32
funginibalizer: should we join forces between 155471 and 157102?18:36
*** ssam2 has quit IRC18:37
fungiupdating mine now based on asselin's comment18:37
zarojamespage: hi, would you mind updating this python-jenkins launchpad page a bit? https://launchpad.net/python-jenkins18:37
nibalizerfungi: oh hey thats pretty cool18:38
*** leopoldj_ has quit IRC18:38
jeblairmarun: i think this is a good candidate for unit testing18:38
fungiwell, you already reviewed it once, a patchset ago18:38
marunjeblair: cool18:38
zarojamespage: it would be better to point people to http://git.openstack.org/cgit/stackforge/python-jenkins instead of github18:39
nibalizerfungi: ya i'll +1 yours and repartent mine on yours18:40
tmcpeakI'll just leave this here: https://review.openstack.org/156772  :)18:40
funginibalizer: give it just a moment since i'm about to upload anyway18:40
nibalizerfungi: kk18:40
*** tdasilva has joined #openstack-infra18:41
openstackgerritJeremy Stanley proposed openstack-infra/puppet-zuul: Option to allow HTTPS for the proxy  https://review.openstack.org/15547118:41
funginibalizer: asselin: ^ there18:41
nibalizerwoot18:41
zarojamespage: 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 _createProjectChangeMergedEvent18:44
jeblair    event.project_name = change.project.name18:44
jeblairasselin: found one similar occurance in an extended search of our logs ^18:44
jeblairasselin: it's not the same traceback, but could be related18:44
fungijeblair: oh, and just to follow up, i dug in the gerrit logs for our mystery change weirdness but in typical gerrit form there was nothing18:45
jeblairfungi: thanks18:46
jeblairfungi: i tried to search for 'comment:"unable to whatever the error message really is"' in gerrit, but that returned :(18:46
jeblairfungi: so not really sure how often this happens18:46
jeblairfungi: could probably reverse it from the zuul logs18:47
jeblairfungi: but i'm sort of inclined to wait and see, and enable more debugging if we notice it again18:47
*** bdpayne has quit IRC18:49
*** bdpayne has joined #openstack-infra18:50
openstackgerritMaru Newby proposed openstack-infra/zuul: Stop metajob application of undefined attributes  https://review.openstack.org/15671618:51
*** cdent has quit IRC18:52
*** krtaylor has joined #openstack-infra18:53
stevemarfungi, clarkb do y'all want a bug for this: http://logstash.openstack.org/#eyJzZWFyY2giOiJweS5lcnJvci5FQUNDRVMiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjE0NDAwIiwiZ3JhcGhtb2RlIjoiY291bnQiLCJ0aW1lIjp7InVzZXJfaW50ZXJ2YWwiOjB9LCJzdGFtcCI6MTQyNDI4MzE3MDgxMn0=18:54
*** otter768 has joined #openstack-infra18:54
*** jedimike has quit IRC18:55
fungijeblair: yeah, i concur18:55
asselinclarkb, config change: http://paste.openstack.org/show/177059/18:56
asselinclarkb, no I had to kill zull and restart18:56
*** achanda has joined #openstack-infra18:56
*** jgallard__ has quit IRC18:57
clarkbasselin 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 be18:57
*** e0ne has joined #openstack-infra18:57
*** e0ne is now known as e0ne_18:57
*** e0ne_ is now known as e0ne18:57
fungimrmartin: https://review.openstack.org/15710518:58
*** avozza is now known as zz_avozza18:58
*** armax has joined #openstack-infra18:58
*** otter768 has quit IRC18:59
*** dizquierdo has quit IRC19:01
*** EmilienM|afk is now known as EmilienM19:02
*** vigneshvar has joined #openstack-infra19:03
*** teran has quit IRC19:04
*** bswartz has quit IRC19:04
asselinclarkb, 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
clarkbstevemar I am on phone and unable to sanely open logstash links. is there a tl;dr?19:06
stevemarclarkb, 53 hits in 4 hours, seems to be a permission issue on some nodes19:06
clarkbwhat is the error?19:06
*** pradk has quit IRC19:07
stevemarclarkb, always occuring on swift-functional jobs19:07
fungistevemar: if it's failing to create .tox during swift functional jobs, then sdague just patched that19:07
sdaguestevemar: yes, we thought we resolved that this morning19:07
stevemarclarkb, py.error.EACCES: [Permission denied]: mkdir('/opt/stack/new/swift/.tox',)19:07
sdagueI am hoping the fix is working now19:07
stevemarsdague, oh, maybe i'm just late to the game and the fix is still trickling through19:07
*** annegentle has quit IRC19:08
sdagueso I just ran recheck on one of my items - https://jenkins04.openstack.org/job/check-swift-dsvm-functional/5562/console19:08
sdaguewe'll see if it makes it past there19:08
*** tmcpeak has quit IRC19:08
*** tiswanso_ has quit IRC19:09
*** tiswanso_ has joined #openstack-infra19:10
stevemarsdague, yeah, i re-ran one of mine, zuul says it's good - but i figured this error was sporadic.19:10
stevemardepending on the host19:10
sdaguestevebaker: no, I was unwinding their functional job, and it turned out there was a permissions assumption that I got wrong19:11
sdagueif it's passing anywhere, it should be properly fixed everywhere now19:11
*** carl_baldwin has quit IRC19:11
stevemarsdague, oh okay, that makes sense now19:11
sdaguean elastic recheck signature would be useful though, just to get it off the uncategorized list19:11
*** dannywilson has quit IRC19:12
jeblairsdague: (modulo jjb propogation delays)19:12
sdaguejeblair: yeh19:12
stevemarsdague, thats what i was thinking, is there a bug that you used to fix it?19:12
sdagueit merged before I went to lunch though19:12
sdagueso I'm hoping it's all distributed now19:12
stevemarthe last failed job i saw ended just before 1pm eastern time19:13
stevemarjust didn't get around to looking at it til now19:13
stevemarwell, 20 minutes ago19:13
sdagueyeh, so that is a good indication that we're fixed everywhere19:13
openstackgerritKhai Do proposed stackforge/python-jenkins: Set the server connection timeout to same as socket timeout  https://review.openstack.org/15346719:13
*** achanda has quit IRC19:14
*** bknudson has quit IRC19:14
jesusaurushow many zuul mergers are running in infra?19:14
stevemarsdague, did you create a LP bug, that i can use to create a query for ER?19:14
sdaguestevemar: I did not, I just posted the fix19:15
*** tmcpeak has joined #openstack-infra19:15
*** jp_at_hp has quit IRC19:17
anteayajesusaurus: 819:18
anteayajesusaurus: http://cacti.openstack.org/cacti/graph_view.php?action=tree&tree_id=1&leaf_id=7&select_first=true19:18
*** jedimike has joined #openstack-infra19:18
jesusaurusanteaya: thanks. oh i didnt even think to look at cacti ._.19:18
anteayanp19:18
anteayatook me a while to get in the habit of looking there myself19:19
fungijesusaurus: also http://puppetboard.openstack.org/19:19
*** yolanda has quit IRC19:19
fungi(in case we've forgotten adding something to cacti)19:19
*** unicell has joined #openstack-infra19:19
jesusaurusthanks fungi19:20
mriedemstevemar: yeah we take e-r patches to cleanup the uncategorized bugs page19:20
mriedemit's one of my fave pastimes19:20
openstackgerritMerged stackforge/python-jenkins: Doc Change: update supported python versions  https://review.openstack.org/15553819:20
mriedemstevemar: cue scanners head explosion gif19:21
*** achanda has joined #openstack-infra19:21
stevemarmriedem, thanks! here's my best ascii version of fun stuff (╯°□°)╯︵ ┻━┻19:21
*** yolanda has joined #openstack-infra19:21
mriedemthat table never saw it coming19:21
openstackgerritMerged stackforge/python-jenkins: Doc Update: Fix formatting for inclusion of README.rst  https://review.openstack.org/15554419:22
openstackgerritMerged stackforge/python-jenkins: Add a jobs_count method  https://review.openstack.org/15583119:24
*** pradk has joined #openstack-infra19:25
openstackgerritImran Hayder Malik proposed openstack-infra/jenkins-job-builder: Add details to credentials param in scm docs  https://review.openstack.org/15614119:26
*** edmondk has joined #openstack-infra19:27
*** jedimike has quit IRC19:27
*** marun has quit IRC19:28
*** Guest83939 has joined #openstack-infra19:29
*** annegentle has joined #openstack-infra19:29
*** tiswanso_ has quit IRC19:29
*** dustins has quit IRC19:30
*** raginbaj- has joined #openstack-infra19:30
*** annegentle has quit IRC19:31
*** raginbajin has quit IRC19:31
*** sressot has quit IRC19:31
*** raginbaj- is now known as raginbajin19:31
*** Guest83939 is now known as annegentle19:31
*** ivar-lazzaro has quit IRC19:32
*** ivar-lazzaro has joined #openstack-infra19:33
*** dustins has joined #openstack-infra19:33
*** Rockyg has quit IRC19:35
*** MarkAtwood has joined #openstack-infra19:36
annegentlewhere's the setting for IRC channels to log them to eavesdrop?19:37
annegentleI don't see it in gerritbot/channels.yaml19:37
AJaeger_annegentle: in system-config19:38
annegentleAJaeger_: ah ok19:38
AJaeger_annegentle: which channel do you want to log?19:38
annegentleAJaeger_: based on the mailing list talk I guess we should for openstack-doc19:38
AJaeger_See https://review.openstack.org/#/c/156979/ as example19:38
*** davideagnello has quit IRC19:38
mordredjeblair: nice19:38
fungiannegentle: https://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/manifests/eavesdrop.pp#n3919:38
annegentleperfect thanks19:39
AJaeger_annegentle: do you want to send a patch or shall I?19:39
fungiannegentle: gerritbot doesn't do the logging, meetbot does19:39
*** bswartz has joined #openstack-infra19:39
fungi(which is why you didn't see it in the gerritbot config)19:39
*** davideagnello has joined #openstack-infra19:40
openstackgerritAnne Gentle proposed openstack-infra/project-config: Removes <service>-api from IRC channel notifications  https://review.openstack.org/15711719:40
annegentleAJaeger_: I'll do it with a ML post also to openstack-docs ML19:40
*** davideagnello has quit IRC19:40
*** sarob has joined #openstack-infra19:41
AJaeger_annegentle: great19:41
*** patrickeast has quit IRC19:41
*** wenlock has quit IRC19:41
*** wenlock has joined #openstack-infra19:42
*** sressot has joined #openstack-infra19:43
*** tiswanso has joined #openstack-infra19:45
*** vigneshvar has quit IRC19:45
*** jedimike has joined #openstack-infra19:46
*** sarob has quit IRC19:46
openstackgerritSteve Martinelli proposed openstack-infra/elastic-recheck: Create query for bug 1423315  https://review.openstack.org/15711919:46
openstackbug 1423315 in OpenStack-Gate "swift functional tests failing with py.error.EACCES: [Permission denied]" [Undecided,Fix committed] https://launchpad.net/bugs/142331519:46
*** pc_m has quit IRC19:48
*** crc32 has joined #openstack-infra19:48
*** MarkAtwood has quit IRC19:51
*** pc_m has joined #openstack-infra19:52
*** koolhead17 has joined #openstack-infra19:53
*** patrickeast has joined #openstack-infra19:54
*** ivar-laz_ has joined #openstack-infra19:55
*** sarob has joined #openstack-infra19:56
*** ZZelle_ has joined #openstack-infra19:57
*** aysyd has quit IRC19:57
*** ShaunR has joined #openstack-infra19:57
*** ShaunR has left #openstack-infra19:58
*** ghostpl_ has joined #openstack-infra19:58
*** dustins has quit IRC19:58
*** ivar-lazzaro has quit IRC19:58
*** andreaf_ has joined #openstack-infra19:58
*** bknudson has joined #openstack-infra19:59
*** andreykurilin_ has joined #openstack-infra20:00
*** dustins has joined #openstack-infra20:00
*** vilobhmm_ has quit IRC20:01
openstackgerritMerged openstack-infra/jenkins-job-builder: Add DRY publisher  https://review.openstack.org/12631720:01
*** jedimike has quit IRC20:01
openstackgerritAnne Gentle proposed openstack-infra/system-config: Adds #openstack-doc IRC channel so it can be logged  https://review.openstack.org/15712420:01
*** MaxV has joined #openstack-infra20:02
*** vilobhmm has joined #openstack-infra20:02
*** vigneshvar has joined #openstack-infra20:02
*** ghostpl_ has quit IRC20:02
*** r1chardj0n3s_afk is now known as r1chardj0n3s20:03
*** ivar-laz_ has quit IRC20:04
*** ivar-lazzaro has joined #openstack-infra20:05
*** cipcosma has quit IRC20:05
*** teran has joined #openstack-infra20:06
*** achanda has quit IRC20:09
openstackgerritMerged openstack-infra/elastic-recheck: Create query for bug 1423315  https://review.openstack.org/15711920:09
openstackbug 1423315 in OpenStack-Gate "swift functional tests failing with py.error.EACCES: [Permission denied]" [Undecided,Fix committed] https://launchpad.net/bugs/142331520:09
openstackgerritIlia Meerovich proposed openstack-infra/jenkins-job-builder: Adding coverage.py publisher for ShiningPanda Plugin  https://review.openstack.org/15002820:12
*** andreykurilin_ has quit IRC20:15
*** ldnunes has quit IRC20:15
openstackgerritAnne Gentle proposed openstack-infra/system-config: Adds #openstack-doc IRC channel so it can be logged  https://review.openstack.org/15712420:16
*** achanda has joined #openstack-infra20:17
*** fandi has joined #openstack-infra20:17
*** wenlock has quit IRC20:17
*** cipcosma has joined #openstack-infra20:17
*** fandi has quit IRC20:18
*** xnox has quit IRC20:19
*** fandi has joined #openstack-infra20:20
*** patrickeast has quit IRC20:20
openstackgerritMerged openstack/requirements: Bump debtcollector minimum to 0.2.0  https://review.openstack.org/15508920:22
*** patrickeast has joined #openstack-infra20:24
*** sarob has quit IRC20:25
*** sarob has joined #openstack-infra20:25
openstackgerritSpencer Krum proposed openstack-infra/puppet-zuul: Modernize template syntax  https://review.openstack.org/15713620:26
*** devlaps has quit IRC20:27
*** dannywilson has joined #openstack-infra20:27
nibalizerfungi: clarkb i have a qusiton20:27
gordcannegentle: 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-infra20:27
nibalizerso if you look at https://review.openstack.org/#/c/152217/ and at https://review.openstack.org/#/c/155471/20:28
nibalizerit kinda looks link we're not running the integration tests on zuul?20:28
nibalizerthe puppet-apply tests?20:28
nibalizerdid we screw that up? or is there complexity in there somewhere I'm not aware of?20:28
annegentlegordc: you can definitely back port to stable/juno on openstack-manuals, but all guides are continuously published _except_ for the install guides and config reference20:29
*** sarob has quit IRC20:29
annegentlegordc: way more info than you want here: https://wiki.openstack.org/wiki/Documentation/Builds20:30
*** kashyap has joined #openstack-infra20:30
openstackgerritSpencer Krum proposed openstack-infra/project-config: Run infra integration tests on puppet modules  https://review.openstack.org/15713820:31
gordcannegentle: 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
gordci just realised there's an openstack-doc channel. can continue there if it's easier.20:31
annegentlegordc: 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
annegentlegordc: sure20:31
*** weshay has quit IRC20:32
funginibalizer: 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 that20:33
openstackgerritRafael Folco proposed openstack-infra/system-config: Updates to running-your-own CI docs: Initial setup section  https://review.openstack.org/15586420:33
*** marun has joined #openstack-infra20:34
nibalizerfungi: yea we meant to add the integration tests to every module we use20:34
nibalizerbecause otherwise anything can break us at any time20:34
funginibalizer: aha, i think because puppet-zuul actually was created early into or before we really started diving into the overall split effort20:34
fungiso that repo may actually predate those jobs existing20:34
nibalizeryes i agree see 157138 is my attempt to fix it20:34
fungihence, oversight20:34
* nibalizer nods20:34
*** yfried_ has joined #openstack-infra20:36
redrobotohai infra peoples!20:37
redrobotI have a question20:37
nibalizerredrobot: shoot!20:38
redrobotI'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 configured20:39
*** marun has quit IRC20:39
*** fandi has quit IRC20:39
redrobotOne of the things I need for DS to configure correctly is the FQDN for the host20:39
redrobotpoking around it seems that HP hosts don't have a fqdn20:39
redrobotonly Rackspace hosts have a fqdn20:39
redrobotso, is it possible that I can opt for Rackspace hosts only?20:40
*** ddieterly has quit IRC20:40
*** yamahata has joined #openstack-infra20:40
fungiredrobot: not really, no, though can you just fake the fqdn (reset hostname to add some junk at the end)?20:41
fungiredrobot: 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 running20:42
*** jedimike has joined #openstack-infra20:42
redrobotI see... thanks fungi!20:42
fungiredrobot: 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 now20:44
*** AJaeger_ has quit IRC20:44
*** dustins has quit IRC20:44
fungishould be pretty soon we can stop relying on the base images they provide in their global catalog20:44
*** devlaps has joined #openstack-infra20:44
*** xnox has joined #openstack-infra20:44
*** koolhead17 has quit IRC20:47
tmcpeakclarkb 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 Bandit20:47
*** tkelsey has quit IRC20:48
clarkbtmcpeak: +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 it20:49
tmcpeakclarkb: ok cool, thank you20:51
tmcpeakwant to get it set up properly :) but good to know about it not being required20:51
fungito 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 workflow20:53
*** wenlock has joined #openstack-infra20:54
*** tdasilva has quit IRC20:54
fungithat said, it looks correct (as long as `tox -e venv python setup.py sdist` creates a working tarball for your project) so approved20:54
*** otter768 has joined #openstack-infra20:55
openstackgerritMerged openstack-infra/project-config: Setting up Bandit integration with PyPI  https://review.openstack.org/15677220:57
*** rlandy has joined #openstack-infra20:58
*** jedimike has quit IRC20:58
*** rfolco has quit IRC20:59
*** otter768 has quit IRC20:59
*** esker has quit IRC21:00
*** bcourt has quit IRC21:02
*** mriedem1 has joined #openstack-infra21:02
*** mriedem has quit IRC21:03
*** ParsectiX has quit IRC21:03
*** ildikov_afk is now known as ildikov21:03
*** HeOS has joined #openstack-infra21:04
*** sputnik13 has quit IRC21:04
*** ParsectiX has joined #openstack-infra21:04
ctlaughI'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
asselinctlaugh, there was a bug in tht21:09
*** dustins has joined #openstack-infra21:09
asselinsudo pip install -u lockfile21:09
fungi-U i think?21:09
asselinor that21:09
*** sputnik13 has joined #openstack-infra21:09
*** cipcosma has quit IRC21:10
asselinctlaugh, OR sudo apt-get remove python-lockfile (if pip approach fails)21:10
fungianyway, 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 needs21:11
asselinfungi, yes it merged21:12
ctlaughfungi: I saw something related to that that merged on the 12th.21:12
asselinfungi, one more change needed though: https://review.openstack.org/#/c/156721/21:12
asselinctlaugh, ^^ is to avoid having to apt-get remove the package21:12
ctlaughok, I ran pip install -U lockfile and zuul starts without errors now21:13
*** tmcpeak has quit IRC21:14
ctlaughasselin, fungi - thank you21:14
fungithanks asselin, +221:15
*** tmcpeak has joined #openstack-infra21:15
asselinfungi, thanks21:15
fungii hadn't spotted it yesterday21:15
openstackgerritMerged openstack-infra/puppet-zuul: Lockfile removed from requirements  https://review.openstack.org/15672121:15
clarkbasselin: can you see if we do that for nodepool puppet too?21:15
clarkbapproved the zuul one21:16
asselinclarkb, I checked and didn't see it. will double-check21:16
clarkbasselin: ty21:16
fungiand what was the third daemon we were running into that with?21:16
clarkbgerritbot?21:16
* fungi 's mind is drawing a blank suddenly21:16
*** hashar has joined #openstack-infra21:16
fungioh, yeah possibly21:16
asselinI greped for python-lockfile and didn't find anything21:17
clarkbjogo: I think aiopcpu may have broken21:18
clarkbjogo: about to debug as soon as I am off phone21:18
clarkbasselin: ty21:18
*** SumitNaiksatam has quit IRC21:21
*** SumitNaiksatam has joined #openstack-infra21:22
*** ociuhandu has quit IRC21:24
*** hdd has quit IRC21:26
*** abhirc has quit IRC21:27
*** jedimike has joined #openstack-infra21:27
*** ghostpl_ has joined #openstack-infra21:29
*** bswartz has quit IRC21:29
*** carl_baldwin has joined #openstack-infra21:31
*** andreykurilin_ has joined #openstack-infra21:32
*** ghostpl_ has quit IRC21:33
*** timcline has quit IRC21:37
clarkbnibalizer: can you rebase 157136 on jheskeths change or -1 jheseths change and make him do the @s too?21:37
clarkbnibalizer: it seems weird to me to address jheskeths thing as not correct, promise a patch, then not fix his change21:37
*** timcline has joined #openstack-infra21:37
*** baoli has quit IRC21:38
*** tiswanso has quit IRC21:41
*** hdd has joined #openstack-infra21:41
*** timcline has quit IRC21:42
*** timcline has joined #openstack-infra21:45
*** rlandy has quit IRC21:46
openstackgerritSteve Martinelli proposed openstack/requirements: Add oslo.policy to global requirements  https://review.openstack.org/14862921:47
*** arosen1 has joined #openstack-infra21:48
arosen1Is 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-infra21:49
clarkbarosen1: not that I am aware of. have an example change and patchset?21:50
*** abhirc has joined #openstack-infra21:50
*** jamielennox|away is now known as jamielennox21:51
arosen1clarkb:  i rechecked this one: https://review.openstack.org/#/c/155109/21:52
arosen1clarkb:  also this one which is a new post https://review.openstack.org/#/c/157159/21:53
arosen1clarkb: doh i see them now i guess it's just taking longer for them to be picked up then they have been.21:53
arosen1sorry 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
clarkbmordred: 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 IRC21:54
mordredLooking21:54
dkehnclarkb: 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-infra21:55
clarkbdkehn: we don't configure a mysql db for you, so you have to do that21:55
fungidkehn: we manually set up mysql (in our case a remote trove db)21:55
clarkbdkehn: eitherusing puppet-mysql for a local DB or using trove or whatever your favorite thing is21:55
dkehnclarkb: thats what I figured21:55
mordredclarkb: those are sane, I can knock them out21:56
dkehnclarkb: cool, thx, is there anything else that you can think of that awaits me?21:56
clarkbmordred: ok I will change to a -1, I just wasn't quite sure if I was nit picking or if those were valuable21:56
*** e0ne has quit IRC21:56
clarkbdkehn: not off the top of my head. zaro has more recently deployed a gerrit though21:57
dkehnclarkb: zaro??21:57
clarkbdkehn: yes zaro is in this channel21:57
fungidkehn: 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 ride21:57
dkehnclarkb: ah21:57
fungidkehn: though no major outstanding issues i'm aware of for the moment21:58
dkehnclarkb: yes, on trusty21:58
clarkbmordred: also 156088 but on that one I feel less strongly21:59
clarkbmordred: since I am probably missing something21:59
fungiarosen1: 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 yet22:00
openstackgerritMerged openstack-infra/jenkins-job-builder: Allow multiple node selection for 'node' parameter  https://review.openstack.org/14791022:01
dkehnzaro: is there any hints you can provide is setting up a gerrit is somewhat isolation22:01
arosen1fungi:  gotcha.22:01
openstackgerritMerged stackforge/python-jenkins: Consolidate raising identical exceptions  https://review.openstack.org/15700822:01
jheskethMorning22:01
clarkbjhesketh: good morning22:02
clarkbjhesketh: should I grab another node so we can try testing this again?22:02
jheskethclarkb: if the timeout increase had merged?22:02
*** sputnik13 has quit IRC22:03
clarkbjhesketh: I don't think it has merged I +2'd it though22:03
clarkbjhesketh: we need that first?22:03
clarkbI guess it does give us more time to work otherwise it a race22:03
*** sputnik13 has joined #openstack-infra22:04
*** abhirc has quit IRC22:04
jheskethclarkb: yeah, by the time the first run is finished it doesn't leave us long for testing if we want to compare22:05
*** ddieterly has joined #openstack-infra22:06
*** ddieterly has quit IRC22:07
zarodkehn: pretty much are you deploying with against a db?22:07
clarkbfungi: 156871 is the change jhesketh is talking about22:07
fungiclarkb: looking22:07
clarkbjeblair: ^ you too since that involved swift url timeouts22:07
dkehnzaro: it will be an empty DB (mysql) that I 'll install22:07
*** ddieterly has joined #openstack-infra22:08
zarodkehn: have you verified whether its a general connection issue?22:08
fungiclarkb: oh, i already approved but can rescend22:08
clarkbfungi: its probably fine22:08
clarkbit just doubles the expiry time to help with debugging22:09
zarolike can you connect to db from your gerrit server with mysl cmd line tool?22:09
fungiokay, let it ride22:09
openstackgerritMerged openstack-infra/puppet-zuul: Configure the default swift log expiry  https://review.openstack.org/15687122:09
*** changbl has quit IRC22:09
clarkbalso some jobs run longer than 1 hour so it iwll need to be bumped up anyways22:09
dkehnzaro: the 1st time I tried I made the assumption that the puppet took care of everything22:09
jheskethclarkb, fungi, jeblair : actually this is the one we need https://review.openstack.org/#/c/156872/22:09
dkehnzaro: before I do it again on  a fresh VM wanted to ask the obvious22:09
clarkbjhesketh: we need both right?22:09
zarodkehn: i believe you still need the right credentials and keys22:10
anteayawhen I mosey over to git.o.o/openstack/governance I can't see what I am expecting: http://imgur.com/V4lxtrb22:10
jheskethclarkb: yep22:10
anteayamight this be a git cache issue again?22:10
anteayaI do believe removing the cache fixes this22:10
clarkbjhesketh: we have jobs that take more than 2 hours?22:10
zarodkehn: and configuration settings22:10
* anteaya f5's a few more times for good measure22:11
*** mbacchi has quit IRC22:11
dkehnzaro: was just carving out the review and creating a local.pp in my system-config/manifest dir22:11
clarkbanteaya: programs.yaml does not exist22:12
clarkbanteaya: http://git.openstack.org/cgit/openstack/governance/tree/reference22:12
anteayathis is not what I expect22:12
anteayahow did it get to not existing?22:12
*** esker has joined #openstack-infra22:13
clarkbanteaya: I think it was renamed to projects.yaml to accomdate the large tent thing22:13
*** esker has quit IRC22:13
zarodkehn: so yeah, as long as you have the correct keys and creds it the puppet should mostly setup everything for you.22:13
fungijhesketh: clarkb: i'm +2 on 156872 but didn't approve it because i didn't know how much consensus you were seeking on that22:13
anteayaclarkb: okay22:14
clarkbfungi: probably a good idea to run by jeblair22:14
dkehnzaro: well let me get a db running and will try it again22:14
anteayaclarkb: how did it disappear? I need it22:14
clarkbanteaya: I think it was renamed, looking in the git log should confirm22:14
*** mrmartin has quit IRC22:15
anteayahttp://git.openstack.org/cgit/openstack/governance/tree/reference22:15
anteayathat page says it has a size22:15
zarodkehn: you'll need a few fixes though: https://review.openstack.org/#/c/151368/ and https://review.openstack.org/#/c/153003/22:15
fungiclarkb: before we approve any more changes to puppet-zuul i think we should merge 15713822:15
clarkbfungi: good idea /me reviews22:16
anteayathis edits programs.yaml but doesn't rename it: http://git.openstack.org/cgit/openstack/governance/commit/reference?id=fcc4046f7d866d0516f2810571aad0c0ce2cc36122:16
*** sdake__ has quit IRC22:16
anteayasorry it does from programs to projects.yaml22:17
clarkbfungi: approved22:17
anteayabut I don't see projects.yaml: http://git.openstack.org/cgit/openstack/governance/tree/reference22:17
clarkbanteaya: http://git.openstack.org/cgit/openstack/governance/tree/reference/projects.yaml22:17
*** sdake_ has joined #openstack-infra22:18
anteayait only found it after I typed it in the url22:18
*** mrunge has quit IRC22:18
clarkbanteaya: its listed in the tree for me too22:19
anteayait isn't for me22:19
clarkblet me check backends22:20
anteayaeven after I typed it in the address bar22:20
*** tqtran has left #openstack-infra22:20
*** baoli has joined #openstack-infra22:20
*** tmcpeak has quit IRC22:20
*** tmcpeak has joined #openstack-infra22:20
clarkbanteaya: all 5 backends have it22:20
*** annegentle has quit IRC22:20
anteayathanks for helping me find it22:21
fungianteaya: possibly browser-side cache?22:21
jheskethclarkb: well the timeout is 2hrs for some devstack jobs22:22
*** ParsectiX has quit IRC22:23
anteayacleared cache, browser doens't keep history, opened and closed browser, still see programs not projects.yaml22:23
anteayaI seem to be the only person affected by this22:24
anteayaso it is my problem22:24
*** ParsectiX has joined #openstack-infra22:24
*** hyakuhei has joined #openstack-infra22:24
*** pc_m has quit IRC22:25
hyakuheiIs 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
fungianteaya: it's not just you. it's git0122:26
clarkbfungi: really? I checked all 522:27
* clarkb double checks22:27
fungianteaya: compare http://git01.openstack.org:8080/cgit/openstack/governance/tree/reference with the others22:27
fungiclarkb: might be the cgit index caching is stuck then?22:27
clarkbfungi: ya thats a possibility22:27
*** Sukhdev has quit IRC22:27
clarkbif the repo has the correct data then killing the cgit cache is next step22:27
anteayafungi: that is what I see22:27
anteayadeleting the cache fixed it in the past22:28
fungiclarkb: now it's fixed22:28
clarkband yes I confirm I see programs on 01 now so maybe my eyes were just bleeding22:28
fungiweird22:28
anteayafungi: thanks for checking22:28
openstackgerritMerged openstack-infra/project-config: Run infra integration tests on puppet modules  https://review.openstack.org/15713822:28
anteayaclarkb: it happens22:28
clarkbfungi: I sitll see programs though that may be my ocal cache now22:28
fungiclarkb: after i explicitly went to projects.yaml on git01 then it started showing a correct index on reload22:28
clarkbfungi: did you do anything to it to fix it?22:29
openstackgerritMerged openstack-infra/jenkins-job-builder: Enable whitelisting branches with pull request builder  https://review.openstack.org/15045722:29
fungiclarkb: 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 is22:29
anteayaI still have that same view, programs not projects and it is empty22:30
fungiclarkb: then i browsed away and back and now the index is wrong again22:30
fungiodd22:30
anteayaand I just cleared cache again and closed and opened my browser22:30
jeblairclarkb, fungi, jhesketh: i'm okay with 4h for now.  i do think we should see if we can hide those values in jenkins though22:30
*** achanda has quit IRC22:30
fungiclarkb: really, really weird... so22:31
fungiclarkb: if i go to http://git01.openstack.org:8080/cgit/openstack/governance/tree/reference/projects.yaml22:31
fungiclarkb: and then put http://git01.openstack.org:8080/cgit/openstack/governance/tree/reference/ in the browser22:32
openstackgerritMaru Newby proposed openstack-infra/zuul: Stop metajob application of undefined attributes  https://review.openstack.org/15671622:32
fungiclarkb: aha! i see the difference22:32
fungiclarkb: trailing / vs no trailing /22:32
nibalizerclarkb: well fungi had me rebase mine on his... /me not actually care22:32
funginibalizer: yep, it was a jerk move on my part, but i'm the insensitive type22:32
*** marun has joined #openstack-infra22:33
clarkbjeblair: we can hide them if we go back to specifing them in the jobs and specify them as passwords22:33
nibalizerso idunno yea, what do?22:33
clarkbjeblair: jenkins won't divulge vars through the webui if they are of the "secure" variety22:33
jeblairclarkb: we might be able to automate that in the gearman plugin22:33
anteayafungi: so how is the / making the difference in what is in the view?22:33
fungiclarkb: so anyway, i agree it's likely just the cgit index cache. i'll see if i can remember how to clear it22:33
clarkbfungi: ah / vs no / which may explain my confusion too22:34
clarkbfungi: iirc you just rm everthing in the cache dir and cache dir is specified in cgit config22:34
anteayafungi: I think rm was what clarkb found effective last time22:34
fungithanks, doing22:34
clarkbnibalizer: its ok we approved jheskeths change so now you just need to rebase :)22:34
fungianteaya: clarkb yep, now it's actually fixed. that seems to have been it22:36
*** signed8b_ is now known as signed8bit_ZZZzz22:36
anteayacool, thanks22:38
nibalizerokay ill rebase things22:38
anteayayes I can see the tags directory now too22:38
openstackgerritMerged openstack-infra/system-config: Set the expiry for zuul swift instructions  https://review.openstack.org/15687222:42
tim_oI'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 IRC22:42
*** baoli has quit IRC22:43
openstackgerritMerged openstack-infra/project-config: Add Anchor to GerritBot channels.yaml  https://review.openstack.org/15688122:43
fungitim_o: you should probably be asking the project(s) you'll be voting on that question. we don't make that decision22:43
jogoclarkb: broken without live migration?22:43
*** ghostpl_ has joined #openstack-infra22:44
clarkbjogo: ya22:45
clarkbjogo: and I got all distracted with reviews22:45
jogoclarkb: well I ran it yesterday on a random nova patch22:45
jogoclarkb: http://logs.openstack.org/68/155468/6/experimental/check-tempest-dsvm-aiopcpu-full/28488d1/logs/testr_results.html.gz22:45
jogonova-net worked22:45
clarkbjogo: my runs today failed nova net and neutron22:45
jogoneutron, not so much http://logs.openstack.org/68/155468/6/experimental/check-tempest-dsvm-neutron-aiopcpu-full/f1c4a71/logs/testr_results.html.gz22:45
clarkbjogo: lots of fails too >10 each time22:45
jogoclarkb: link?22:45
clarkbjogo: https://jenkins02.openstack.org/job/check-tempest-dsvm-neutron-aiopcpu-full/2/consoleFull https://jenkins06.openstack.org/job/check-tempest-dsvm-aiopcpu-full/3/consoleFull22:46
*** achanda has joined #openstack-infra22:46
* jogo looks22:47
asselintim_o, 3rd party ci requires logs to be kept for 30 days. http://ci.openstack.org/third_party.html#requirements22:47
*** mfink_ has quit IRC22:48
*** crc32 has quit IRC22:48
jogoclarkb: eep that is a big list22:48
openstackgerritMerged openstack-infra/jenkins-job-builder: Fix NullPtr issue in ownership props  https://review.openstack.org/15316022:49
krotscheckHey 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/1022:49
*** ghostpl_ has quit IRC22:49
dkehnzaro: just wondering I'm taking somehting22:49
clarkbkrotscheck: happy to help22:49
krotscheckclarkb: Thanks!22:49
*** jedimike has quit IRC22:49
dkehnzaro: I'm using22:49
krotscheckAfter that stack of patches lands, we’ll update the puppet module to run storyboard under python3.22:49
clarkbkrotscheck: nice22:50
krotscheckAnd then consign python2.7 to a watery grave.22:50
openstackgerritJames 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/15011222:50
* krotscheck is planning to play Taps on a kazoo.22:50
*** asselin_ has joined #openstack-infra22:50
nibalizerclarkb: so i rebase it on master?22:50
*** yamahata_ has quit IRC22:51
dkehnzaro: 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-infra22:51
*** sdake__ has joined #openstack-infra22:51
jogoclarkb: 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=TRACE22:52
*** sdake_ has quit IRC22:53
*** timcline has quit IRC22:53
krotscheckActually, clarkb, if you have time to review that patch we could land the whole stack right now.22:53
*** sdake_ has joined #openstack-infra22:53
jogohmm No valid host was found. There are not enough hosts available22:54
clarkbkrotscheck: I may have to pop out at any time right now so not great for me to babysit this afternoon22:55
*** asselin_ has quit IRC22:55
jogooh 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=TRACE22:55
krotscheckclarkb: Gotcha22:55
clarkbbut if fungi or $otherrooter can I say go for it22:55
tim_othks, 30 days got that one .... is there a Neutron email contact I should start with, too?22:55
*** baoli has joined #openstack-infra22:55
jogoqemu-img: No such file or directory22:55
clarkbjogo: so devstack change then?22:55
clarkbjogo: possibly related to your package cleanup :P ?22:56
anteayatim_o: best to join #openstack-neutron22:56
fungiokay, 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 neutron22:56
jogoclarkb: maybe :)22:56
*** otter768 has joined #openstack-infra22:56
fungikrotscheck: sure, i can be around to babysit it22:56
openstackgerritSpencer Krum proposed openstack-infra/puppet-zuul: Modernize template syntax  https://review.openstack.org/15713622:56
anteayatim_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 doing22:56
jogowell only seeing this on the second node22:56
krotscheckfungi: Neat! Does https://review.openstack.org/#/c/152339/ look sane to you?22:56
fungikrotscheck: was just going through it now22:57
anteayatim_o: https://wiki.openstack.org/wiki/Meetings22:57
*** sdake__ has quit IRC22:57
fungihooray for another use of pymysql too22:57
jheskethjeblair: 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 IRC23:00
*** dustins has quit IRC23:00
*** openstackgerrit has joined #openstack-infra23:00
fungikrotscheck: 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 IRC23:00
greghaynesfungi: yea, the email module is build-in for python3 but not for python223:01
clarkbodd that eventlet is included23:01
*** claudiub has quit IRC23:01
clarkbsince eventlet doesn't work under py3k23:01
clarkbdoes storyboard actually use eventlet? if so this may need more thought23:01
* greghaynes has no idea about that23:01
fungigreghaynes: 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 available23:02
greghaynesfungi: nope, failed to install which is why I split it out. IIRC the package just doesnt exist for py323:03
fungii mean, we did similar things for supporting argparse in 2.6 and 2.7 simultaneously23:03
krotscheckI don’t think we use eventlet23:03
clarkbfungi: yup, it depends on the package being semi smart23:03
fungigreghaynes: got it. maybe we can convince upstream with some patches at some point in the future then23:03
greghaynes++23:03
clarkblet me test realy quick23:04
clarkbnerp package install blows up on cStringIO23:04
greghaynesah, so it just explodes23:05
*** carl_baldwin has quit IRC23:05
*** tmcpeak has quit IRC23:05
clarkbya23:05
greghaynesthey probably be receptive to an upstream fix then, I would thing23:05
clarkbit would be good if they just had a if python >= 3.3 then exit 0 setup.py23:05
greghaynesheh23:05
*** tmcpeak has joined #openstack-infra23:05
greghaynesThat 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 023:06
*** wenlock has quit IRC23:06
clarkb:)23:06
*** amitgandhinz has quit IRC23:08
*** amitgandhinz has joined #openstack-infra23:08
fungigreghaynes: is there a bug open against oslo.db for the pymysql reference exception shadowing?23:08
*** amitgandhinz has quit IRC23:08
*** pradk has quit IRC23:08
anteayagreghaynes: I see the troll is heavy with you23:08
* anteaya keeps her eye on greghaynes23:09
jeblairjhesketh: 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
fungigreghaynes: i retract my question and remind myself to read commit messages more closely in the future. sorry!23:10
*** agentle_ has joined #openstack-infra23:10
*** bswartz has joined #openstack-infra23:11
*** spzala has quit IRC23:12
jheskethjeblair: yeah good points23:12
jheskethputting in the runner would have its own problems, but that's another discussion23:12
*** dimtruck is now known as zz_dimtruck23:14
openstackgerritMerged openstack-infra/storyboard: Switch from mysql-python to PyMySQL  https://review.openstack.org/15233923:15
greghaynesanteaya: hehe :)23:15
*** hichihara has joined #openstack-infra23:15
openstackgerritMerged openstack-infra/storyboard: Reorder py27 test to happen after py3 tests  https://review.openstack.org/15516123:16
openstackgerritMerged openstack-infra/storyboard: Use python3 compatible httpclient  https://review.openstack.org/15513923:16
greghaynes\O/ things are merging23:17
*** sarob has joined #openstack-infra23:17
greghayneshopefully I didnt break storyboard.o.o23:17
krotscheckWHooooooey23:17
krotscheckLEt’s do this!23:17
openstackgerritMerged openstack-infra/storyboard: Use python3 compatible unicode types  https://review.openstack.org/15514023:17
openstackgerritMerged openstack-infra/storyboard: Use python3 compatible urllib  https://review.openstack.org/15515023:18
tchaypoToday’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 him23:18
fungigreghaynes: can't make a story without breaking a few boards23:18
*** chlong has joined #openstack-infra23:18
fungigreghaynes: krotscheck: that whole series lgtm23:19
krotscheckfungi: Awesome.23:19
krotscheckfungi: Also, you should be Pun-ished23:19
openstackgerritMerged openstack-infra/storyboard: Use Python 3 compatible configparser  https://review.openstack.org/15592223:19
openstackgerritMerged openstack-infra/storyboard: Use TempDir fixture for working dir  https://review.openstack.org/15595623:20
openstackgerritMerged openstack-infra/storyboard: Fix bytes vs string python 3 issues  https://review.openstack.org/15596923:20
*** SumitNaiksatam has quit IRC23:20
openstackgerritMerged openstack-infra/storyboard: Removed rfc3987 library  https://review.openstack.org/15683323:20
*** ddieterly has quit IRC23:21
clarkbtchaypo: he was decored23:22
*** nelsnelson has quit IRC23:22
tchaypooh. and that retroactively removes his +2s?23:22
fungiwith a core remover23:22
tchaypothat’s nice23:22
fungisort of like when you put a rabbit in a t remover and get a rabbi out of it23:23
*** nelsnelson has joined #openstack-infra23:23
fungior perhaps when you put in tea and get back something which is almost but not quite entirely unlike tea23:23
*** unicell has quit IRC23:24
*** unicell1 has joined #openstack-infra23:24
*** andreaf_ has quit IRC23:24
nibalizerwait so isn't decoring actually coring though?23:25
clarkbnibalizer: my mind just exploded23:25
*** tkelsey has joined #openstack-infra23:26
*** yamamoto has quit IRC23:27
*** markvan has joined #openstack-infra23:27
anteayarabbi tea?23:28
* anteaya passes23:28
anteayait would just tell me how I'm doing everything wrong23:28
anteayaI know that already23:28
fungireferences to the old infocom text game for hitchhiker's guide to the galaxy23:28
* krotscheck is patiently waiting for storyboard to explode.23:28
*** yamamoto has joined #openstack-infra23:28
* krotscheck is totally ready to blame greghaynes for all the things :D23:29
greghaynessplendid23:29
fungii blame greghaynes for progress23:29
anteayafungi: oh yes, that I got23:29
* anteaya figured everyone did23:29
krotscheckgreghaynes, STOP PROGRESSING!23:29
krotscheckok, puppet ran.23:30
krotscheck….storyboard is not dead.23:30
* krotscheck is not disappointed.23:30
clarkbexcellent23:30
* krotscheck runs off to go make python3 voting23:30
greghaynesyay!23:31
*** dmsimard is now known as dmsimard_away23:31
krotscheckBut, 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 that23:31
krotscheckActually.....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 py323:33
fungiyeah, you may want to go recheck all open sb changes to see if any are still failing the py34 job23:34
clarkb+123:34
*** sabeen has quit IRC23:35
*** hashar has quit IRC23:37
*** yamamoto has quit IRC23:37
openstackgerritMichael Krotscheck proposed openstack-infra/project-config: Python34 Jobs for StoryBoard are now voting.  https://review.openstack.org/15719023:38
*** krtaylor has quit IRC23:40
openstackgerritBarnaby Court proposed openstack-infra/jenkins-job-builder: Enable whitelisted-orgs-as-admins for ghprb trigger  https://review.openstack.org/15705023:41
fungiyay! my macros also work for running neutron py2723:42
fungiironic will need some extra work since they use a second database23:42
*** hdd has quit IRC23:42
*** marun has quit IRC23:43
zarodkehn: you might try commenting out github_* and project_config_repo as well.23:43
clarkbfungi: we should convince them to fix that really quicly23:44
clarkbfungi: there isn't really a raisin for that anymore iirc23:44
fungiaww, 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
clarkbfungi: well ideally we don't need any db creation just the user23:46
fungiif it hadn't been for ironic, i'd have combined the db prep and db creation macros (still split per-backend though)23:46
clarkbat least that is where I would like to see us go23:46
dkehnzaro: ok, thx23:46
fungiclarkb: agreed, tests should create the databases they need and just assume they have the permissions to do so23:47
fungibut in the interim, i guess having that split out helps make migration to the desired end state simpler23:47
fungiso a job can drop the database creation macro once it no longer needs it23:47
fungiand then we can drop the database creation macros once nobody's using them any longer23:48
*** dims_ has joined #openstack-infra23:49
fungii'll check ironic in a bit and see if maybe we're lucky and they've already stopped doing that23:50
*** andreykurilin_ has quit IRC23:50
*** dims__ has quit IRC23:51
*** vigneshvar has quit IRC23:51
*** nelsnelson has quit IRC23:54
fungiclarkb: 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 IRC23:56
fungii guess the latter means not running ~50% more varied image types for an indeterminate amount of time23:56
openstackgerritMichael Krotscheck proposed openstack-infra/python-storyboardclient: Python34 Fixes.  https://review.openstack.org/15719223:56
openstackgerritMichael Krotscheck proposed openstack-infra/python-storyboardclient: Removed py33, pypy from python-storyboardclient  https://review.openstack.org/15719323:56
fungii've already talked myself out of it. forget i asked ;)23:56
*** ivar-laz_ has joined #openstack-infra23:58
*** ivar-laz_ has quit IRC23:58
clarkbfungi: ya I think we switch to devstack-* first, remove bare-* then remove the devstack prefix23:58
*** ivar-laz_ has joined #openstack-infra23:58
fungiagreed23:58
clarkbwill be easier to roll back that way too while we transition23:59
fungithat keeps us with the least amount of fragmentation and fewest number of images being built/updated23:59
*** ivar-lazzaro has quit IRC23:59

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