*** ijw has joined #openstack-infra | 00:01 | |
*** hongbin has quit IRC | 00:02 | |
nibalizer | argh | 00:02 |
---|---|---|
*** ianychoi has joined #openstack-infra | 00:02 | |
*** wolverineav has joined #openstack-infra | 00:02 | |
nibalizer | where is that resource created? | 00:03 |
zaro | nibalizer: it looks like what we want to do is setup a custom zuul in zuul_prod.pp and a different zuul in zuul_dev.pp | 00:03 |
nibalizer | in ::zuul? | 00:03 |
nibalizer | maybe | 00:03 |
zaro | yes, it's in zuul::server | 00:03 |
nibalizer | i always wished that we didn't have a zuul_prod.pp anyways | 00:03 |
*** yuanying_ has joined #openstack-infra | 00:03 | |
nibalizer | since we should have one zuul class and call it with different parameters for prod and dev | 00:03 |
nibalizer | but maybe we'll never get there | 00:03 |
*** ijw has quit IRC | 00:03 | |
*** ijw has joined #openstack-infra | 00:04 | |
zaro | so getting back to my point, the way it's setup in openstackci doesn't seem to work for this case. | 00:04 |
*** jtomasek has quit IRC | 00:05 | |
zaro | it seems like the right thing to do is just call into puppet-zuul in zuul_dev.pp and zuul_prod.pp to setup different zuuls | 00:06 |
*** wolverineav has quit IRC | 00:07 | |
nibalizer | yea i mean.. | 00:08 |
nibalizer | not putting zuul2.5 in openstackci really screws up trying to use openstackci in system-config | 00:09 |
*** kzaitsev_mb has joined #openstack-infra | 00:09 | |
nibalizer | so your suggestion is probably the best | 00:09 |
nibalizer | at the least, it is the most honest | 00:09 |
zaro | nibalizer: so i'm thinking remove openstackci's zuul_scheduler and moving all that to zuul_dev.pp and zuul_prod.pp | 00:10 |
zaro | now the question is how will that affect downstream? | 00:10 |
nibalizer | would that break openstackci for anyone trying to use it? | 00:10 |
zaro | i'm guessing so therefore i'm not sure how that can be managed | 00:11 |
zaro | and then it would seem weird that openstackci will still have zuul_merger.pp | 00:13 |
zaro | of maybe move that back to system-config as well? | 00:13 |
zaro | *of/or | 00:16 |
openstackgerrit | Joshua Harlow proposed openstack-infra/jenkins-job-builder: Add pipeline/workflow multibranch module https://review.openstack.org/403940 | 00:16 |
*** xarses has quit IRC | 00:17 | |
openstackgerrit | Joshua Harlow proposed openstack-infra/jenkins-job-builder: Add pipeline/workflow multibranch module https://review.openstack.org/403940 | 00:19 |
*** Swami has joined #openstack-infra | 00:21 | |
openstackgerrit | Ryan Beisner proposed openstack-infra/project-config: Add designate charms to gerritbot channels https://review.openstack.org/403955 | 00:24 |
*** s-shiono has joined #openstack-infra | 00:25 | |
clarkb | looks like gerrithub is allowing its users to use polygerrit ui now | 00:25 |
clarkb | zaro: do you know if that is an option we should consider after the upgrade? | 00:25 |
*** thorst_ has joined #openstack-infra | 00:26 | |
zaro | clarkb: gerrithub is using master | 00:27 |
*** mtanino has quit IRC | 00:27 | |
*** thorst_ has quit IRC | 00:27 | |
clarkb | I have to say the representation of related changes and change trees is still pretty impossible to decipher | 00:27 |
zaro | clarkb: but that's a good question. maybe follow google and install master like gerrithub? | 00:28 |
* clarkb really thinks it needs a subway graph | 00:28 | |
*** Apoorva has quit IRC | 00:28 | |
clarkb | zaro: my concern with running master is that unlike google we actually have to run the open source stuff | 00:28 |
* zaro has not see a feature request yet | 00:28 | |
clarkb | zaro: when upstream said "whats wrong with new gerrit ui anyways" I respodned wtih a detailed lsit of things including that | 00:29 |
clarkb | zaro: is there a better way to make the request? | 00:29 |
zaro | issue tracker? | 00:29 |
clarkb | zaro: the last issue I opened up was a security bug last year that never got responded to | 00:29 |
zaro | they are working from it | 00:29 |
clarkb | so I have lost hope on that... | 00:30 |
clarkb | zaro: ok so in theory the issue tracker is used? | 00:30 |
zaro | yes, it's used. there's a whole polygerrit team now and they seem to like it. | 00:31 |
clarkb | ok let me see if I can find a way to do that | 00:31 |
clarkb | zaro: polygerrit uses gerrits issue tracker? | 00:31 |
zaro | clarkb: polygerrit team, yes. | 00:31 |
*** wolverineav has joined #openstack-infra | 00:31 | |
*** john-davidge has joined #openstack-infra | 00:32 | |
zaro | clarkb: well. luca at gerritforge believes that whatever google uses is more stable than stable branches. | 00:33 |
zaro | clarkb: did you follow my conversation with nibalizer ? | 00:34 |
clarkb | zaro: I didn't have been distracted by other things | 00:34 |
clarkb | zaro: the problem with that belief is that goolge is running only about 20% of the code that the open source version is running | 00:35 |
clarkb | zaro: so they have a completely different reliability than the rest of us | 00:35 |
*** wolverineav has quit IRC | 00:36 | |
*** gmann has joined #openstack-infra | 00:36 | |
*** john-davidge has quit IRC | 00:36 | |
zaro | clarkb: i don't think that's true anymore | 00:37 |
zaro | i have no idea what i should do about my zuul-dev changes now. | 00:37 |
clarkb | zaro: it is, beacuse they don't use a regular filesystem so jgit is different and they don't use mysql or postgres so the db backend is different and they don't use the same webserver and so on | 00:38 |
clarkb | the shared code is the ui rendering portions of jgit and thats about it. They don't even use the ssh server | 00:39 |
clarkb | its why gerrit is guiced so deeply despite really only having one implementation for each piece that is open source | 00:39 |
zaro | hmm, i thought only db was different. but your right about them not ssh though. | 00:41 |
clarkb | zaro: the jgit is too thats why they didn't hit that massive jgit issue we ran into | 00:41 |
*** diga has joined #openstack-infra | 00:41 | |
clarkb | basically we can't rely on their success with master as implying anything useful for success using the open source version | 00:42 |
diga | Hello everyone | 00:42 |
clarkb | diga: hello | 00:42 |
diga | hey clarkb | 00:43 |
zaro | clarkb: i can't argue with your points, all valid | 00:43 |
diga | I am working on tacker project & wants to create new branch for api-framework in tacker | 00:43 |
diga | clarkb: I am working on tacker project & wants to create new branch for api-framework in tacker | 00:43 |
*** vhosakot_ has quit IRC | 00:43 | |
*** kzaitsev_mb has quit IRC | 00:43 | |
*** Julien-zte has joined #openstack-infra | 00:44 | |
clarkb | diga: this would be a feature branch? | 00:44 |
zaro | gerritforge believe that all bugs are getting fixed on master so that's why they decided to fast forward. also luca really wanted polygerrit. | 00:44 |
diga | clarkb: yes | 00:44 |
*** Julien-zte has quit IRC | 00:44 | |
clarkb | zaro: ya there are definitely valid reasons for doing it, I just don't think that "google does it" is one of them :) | 00:44 |
*** Julien-zte has joined #openstack-infra | 00:45 | |
diga | clarkb: I am implementing PECAN api framework implementation in tacker | 00:45 |
*** kzaitsev_mb has joined #openstack-infra | 00:45 | |
*** Julien-zte has quit IRC | 00:45 | |
clarkb | diga: so the first thing to do would be to make sure you understand the gotchas of using a feature branch (I think notmyname/swift have written those up somewhere) then if you still think its the best option for you request the new branch be made providing the name (will be of the form feature/foo) and the base ref to base it on | 00:46 |
*** Julien-zte has joined #openstack-infra | 00:46 | |
*** shashank_hegde has quit IRC | 00:46 | |
*** jkilpatr_ has quit IRC | 00:47 | |
diga | clarkb: yes, it would be good to create feature branch for this implementation because this feature will merge around endof release & it has big impact on existing API | 00:49 |
*** s-shiono_ has joined #openstack-infra | 00:49 | |
clarkb | diga: right, just want to make sure you undersatnd what it means to work with a feature branch in gerrit. Its totally a thing you can do and several projects have done so successfully | 00:49 |
openstackgerrit | Chaoyi Huang proposed openstack-infra/project-config: Update jobs in Tricircle project https://review.openstack.org/400493 | 00:49 |
clarkb | diga: but its not for every problem so you should understand what is involved first | 00:49 |
diga | clarkb: okay | 00:50 |
diga | clarkb: can you provide me link/doc how to work with feature branch in gerrit | 00:50 |
*** Julien-zte has quit IRC | 00:51 | |
*** wolverineav has joined #openstack-infra | 00:51 | |
*** s-shiono has quit IRC | 00:51 | |
diga | clarkb: http://docs.openstack.org/infra/manual/drivers.html correct ? | 00:52 |
clarkb | diga: http://docs.openstack.org/infra/manual/drivers.html#feature-branches is our document on it | 00:52 |
clarkb | let me see if I can find what notmyname has written up about it too | 00:52 |
diga | clarkb: :) yes, thank you | 00:52 |
diga | clarkb: okay | 00:52 |
clarkb | diga: http://lists.openstack.org/pipermail/openstack-dev/2016-July/099584.html thread for swifts experiences starts there | 00:53 |
diga | clarkb: okay, I will go through it | 00:53 |
*** gyee has joined #openstack-infra | 00:54 | |
*** gyee has quit IRC | 00:54 | |
*** stevemar__ has quit IRC | 00:54 | |
clarkb | zaro: https://bugs.chromium.org/p/gerrit/issues/detail?id=5012 | 00:55 |
*** wolverineav has quit IRC | 00:56 | |
*** dave-mccowan has quit IRC | 00:56 | |
clarkb | zaro: it does look like a lot of the diff screen issues are addressed in polygerrit, thats really nice | 00:57 |
clarkb | zaro: you can get all the diffs on one page now | 00:57 |
*** Julien-zte has joined #openstack-infra | 00:59 | |
*** Apoorva has joined #openstack-infra | 01:00 | |
notmyname | oh hi | 01:01 |
*** wolverineav has joined #openstack-infra | 01:01 | |
*** jkilpatr_ has joined #openstack-infra | 01:01 | |
notmyname | clarkb: ah, you found the link. or the starting point | 01:02 |
clarkb | notmyname: yup I, the ml thread which has some discussio nand link to the wiki page | 01:02 |
clarkb | er s/I// | 01:02 |
notmyname | diga: and if you have questions about using feature branches (beyond the infra setup mechanics), I'm happy to help | 01:03 |
*** piet has quit IRC | 01:04 | |
*** spzala has joined #openstack-infra | 01:05 | |
*** wolverineav has quit IRC | 01:06 | |
clarkb | but ya if you decide its the right choice for you, just be sure to have the name and base ref ready when you make the request | 01:08 |
*** zhurong has joined #openstack-infra | 01:11 | |
*** wolverineav has joined #openstack-infra | 01:11 | |
*** wolverineav has quit IRC | 01:16 | |
*** Qiming_ is now known as Qiming | 01:17 | |
*** jkilpatr_ has quit IRC | 01:18 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Add setup_host.yaml playbook and ansibly gather_host_info https://review.openstack.org/391519 | 01:19 |
*** shashank_hegde has joined #openstack-infra | 01:21 | |
*** wolverineav has joined #openstack-infra | 01:21 | |
openstackgerrit | Jerry Zhao proposed openstack-infra/puppet-openstackci: fix the default gerrit_ssh_host_key value https://review.openstack.org/403963 | 01:21 |
*** jkilpatr_ has joined #openstack-infra | 01:24 | |
*** wolverineav has quit IRC | 01:25 | |
openstackgerrit | Ian Wienand proposed openstack-infra/nodepool: Activate virtualenv before running dib https://review.openstack.org/403966 | 01:28 |
openstackgerrit | Armando Migliaccio proposed openstack-infra/project-config: Switch neutronclient functional jobs to xenial https://review.openstack.org/401791 | 01:28 |
*** jkilpatr_ has quit IRC | 01:28 | |
*** wolverineav has joined #openstack-infra | 01:31 | |
*** EricGonczer_ has joined #openstack-infra | 01:31 | |
*** Swami has quit IRC | 01:31 | |
*** EricGonczer_ has quit IRC | 01:32 | |
*** gmann has quit IRC | 01:32 | |
*** askb has quit IRC | 01:32 | |
*** thorst_ has joined #openstack-infra | 01:35 | |
*** wolverineav has quit IRC | 01:35 | |
openstackgerrit | Ian Wienand proposed openstack-infra/nodepool: Activate virtualenv before running dib https://review.openstack.org/403966 | 01:36 |
*** palendae has left #openstack-infra | 01:36 | |
mordred | rcarrillocruz, clarkb: drive-by response ... we can _totally_ write a callback plugin that will print things like we want them without the excess stuff with not too much effort | 01:36 |
*** diga has quit IRC | 01:37 | |
*** mriedem has joined #openstack-infra | 01:38 | |
clarkb | mordred: can wr not just get something like that merged to ansible so we can stop writing such things? iirc zuul does it too | 01:38 |
openstackgerrit | Merged openstack-infra/devstack-gate: Make chown and chmode to work on symlinks https://review.openstack.org/399959 | 01:40 |
openstackgerrit | OpenStack Proposal Bot proposed openstack-dev/hacking: Updated from global requirements https://review.openstack.org/389871 | 01:41 |
*** yamamot__ has joined #openstack-infra | 01:41 | |
*** thorst_ has quit IRC | 01:41 | |
*** kzaitsev_mb has quit IRC | 01:44 | |
*** yamamot__ has quit IRC | 01:44 | |
*** askb has joined #openstack-infra | 01:44 | |
*** esikachev has joined #openstack-infra | 01:46 | |
*** yanyanhu has joined #openstack-infra | 01:46 | |
*** EricGonczer_ has joined #openstack-infra | 01:48 | |
*** EricGonczer_ has quit IRC | 01:48 | |
openstackgerrit | Merged openstack-infra/nodepool: Use database for non-zookeeper commands https://review.openstack.org/403869 | 01:49 |
*** EricGonczer_ has joined #openstack-infra | 01:49 | |
*** EricGonczer_ has quit IRC | 01:49 | |
*** esikachev has quit IRC | 01:50 | |
*** askb has quit IRC | 01:52 | |
*** sdake_ has joined #openstack-infra | 01:55 | |
*** shashank_hegde has quit IRC | 01:56 | |
*** shashank_hegde has joined #openstack-infra | 01:57 | |
openstackgerrit | Nate Johnston proposed openstack-infra/project-config: Make neutron-fwaas v2 tempest jobs voting https://review.openstack.org/403970 | 01:58 |
*** sdake has quit IRC | 01:58 | |
*** wolverineav has joined #openstack-infra | 02:00 | |
*** rfolco_ has joined #openstack-infra | 02:03 | |
*** rfolco_ has quit IRC | 02:03 | |
*** yamamot__ has joined #openstack-infra | 02:04 | |
*** wolverineav has quit IRC | 02:05 | |
*** huanxie has joined #openstack-infra | 02:07 | |
openstackgerrit | Merged openstack-infra/devstack-gate: Find and delete broken symlinks in logs https://review.openstack.org/400742 | 02:09 |
*** baoli has joined #openstack-infra | 02:11 | |
*** vaidy has joined #openstack-infra | 02:14 | |
*** diga has joined #openstack-infra | 02:14 | |
diga | clarkb: notmyname : Hi | 02:15 |
*** isviridov_away has joined #openstack-infra | 02:15 | |
diga | clarkb: notmyname : yes, I have base ref ready | 02:15 |
diga | clarkb: notmyname : what is the process to submit request for feature branch ? Do I need to ask PTL to raise the request | 02:15 |
*** Apoorva has quit IRC | 02:16 | |
*** wolverineav has joined #openstack-infra | 02:20 | |
openstackgerrit | Sagi Shnaidman proposed openstack-infra/tripleo-ci: Copy deploy and validate args to one place https://review.openstack.org/403868 | 02:20 |
*** shashank_hegde has quit IRC | 02:20 | |
*** hongbin has joined #openstack-infra | 02:22 | |
*** wolverineav has quit IRC | 02:25 | |
*** rajinir has quit IRC | 02:26 | |
*** masber has joined #openstack-infra | 02:26 | |
*** masber has quit IRC | 02:26 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/elastic-recheck: Add query for cinder ceph NoValidHost bug 1645530 https://review.openstack.org/403982 | 02:34 |
openstack | bug 1645530 in Cinder "gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial fails randomly with NoValidHost - no capacity" [Undecided,New] https://launchpad.net/bugs/1645530 | 02:34 |
openstackgerrit | Sagi Shnaidman proposed openstack-infra/tripleo-ci: DONT REVIEW: test oooq https://review.openstack.org/403848 | 02:37 |
*** kzaitsev_mb has joined #openstack-infra | 02:39 | |
*** thorst_ has joined #openstack-infra | 02:39 | |
*** thorst_ has quit IRC | 02:40 | |
*** thorst_ has joined #openstack-infra | 02:40 | |
*** thorst_ has quit IRC | 02:41 | |
*** tung_doan has joined #openstack-infra | 02:42 | |
*** rbuzatu_ has joined #openstack-infra | 02:44 | |
*** Julien-zte has quit IRC | 02:45 | |
*** jschwarz has quit IRC | 02:45 | |
*** diga has quit IRC | 02:46 | |
openstackgerrit | Merged openstack-infra/elastic-recheck: Add query for cinder ceph NoValidHost bug 1645530 https://review.openstack.org/403982 | 02:47 |
openstack | bug 1645530 in devstack-plugin-ceph "gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial fails randomly with NoValidHost - no capacity" [Undecided,New] https://launchpad.net/bugs/1645530 | 02:47 |
*** rbuzatu has quit IRC | 02:47 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Add iptables rule for zookeeper on nodepool.o.o https://review.openstack.org/403986 | 02:49 |
*** jschwarz has joined #openstack-infra | 02:49 | |
*** wolverineav has joined #openstack-infra | 02:49 | |
*** Julien-zte has joined #openstack-infra | 02:51 | |
*** Julien-zte has quit IRC | 02:51 | |
*** Julien-zte has joined #openstack-infra | 02:52 | |
*** ijw has quit IRC | 02:53 | |
*** ijw has joined #openstack-infra | 02:53 | |
*** knangia has quit IRC | 02:54 | |
*** wolverineav has quit IRC | 02:54 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Add zookeeper-servers to nodepool.yaml https://review.openstack.org/403990 | 02:55 |
*** stevemar__ has joined #openstack-infra | 02:55 | |
*** mdrabe_ has joined #openstack-infra | 02:58 | |
*** john-davidge has joined #openstack-infra | 02:59 | |
*** mmandel has joined #openstack-infra | 02:59 | |
*** stevemar__ has quit IRC | 03:00 | |
*** yuanying_ has quit IRC | 03:00 | |
*** spzala has quit IRC | 03:01 | |
*** spzala has joined #openstack-infra | 03:01 | |
*** tqtran has quit IRC | 03:02 | |
*** john-davidge has quit IRC | 03:03 | |
*** mmandel has quit IRC | 03:04 | |
*** Julien-zte has quit IRC | 03:04 | |
*** Julien-zte has joined #openstack-infra | 03:04 | |
*** rbuzatu_ has quit IRC | 03:05 | |
*** rbuzatu has joined #openstack-infra | 03:05 | |
openstackgerrit | Ian Wienand proposed openstack-infra/nodepool: Activate virtualenv before running dib https://review.openstack.org/403966 | 03:06 |
*** tlian has quit IRC | 03:06 | |
*** mdrabe_ has quit IRC | 03:06 | |
*** oanson has joined #openstack-infra | 03:07 | |
*** thorst_ has joined #openstack-infra | 03:08 | |
*** spzala has quit IRC | 03:08 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Add kazoo logger for nodepool-builder https://review.openstack.org/403997 | 03:09 |
openstackgerrit | Ian Wienand proposed openstack-infra/nodepool: Activate virtualenv before running dib https://review.openstack.org/403966 | 03:09 |
*** wolverineav has joined #openstack-infra | 03:09 | |
*** links has joined #openstack-infra | 03:10 | |
*** Julien-zte has quit IRC | 03:10 | |
*** links has quit IRC | 03:10 | |
*** Julien-zte has joined #openstack-infra | 03:11 | |
*** rbuzatu has quit IRC | 03:12 | |
*** wolverineav has quit IRC | 03:14 | |
*** tlian has joined #openstack-infra | 03:15 | |
*** thorst_ has quit IRC | 03:16 | |
*** wolverineav has joined #openstack-infra | 03:19 | |
openstackgerrit | Ian Wienand proposed openstack-infra/nodepool: Activate virtualenv before running dib https://review.openstack.org/403966 | 03:20 |
*** yamamo___ has joined #openstack-infra | 03:22 | |
*** wolverineav has quit IRC | 03:24 | |
*** Julien-zte has quit IRC | 03:25 | |
*** yamamot__ has quit IRC | 03:26 | |
*** Julien-zte has joined #openstack-infra | 03:26 | |
*** aeng has quit IRC | 03:28 | |
*** Julien-zte has quit IRC | 03:29 | |
*** Julien-zte has joined #openstack-infra | 03:30 | |
*** Julien-zte has quit IRC | 03:31 | |
*** tlian has quit IRC | 03:31 | |
*** Julien-zte has joined #openstack-infra | 03:32 | |
pabelanger | ianw: jhesketh: mind reviewing https://review.openstack.org/#/q/status:open+topic:zuulv3-builder if you have some cycles? Will help bring nb01.o.o online for the morning | 03:33 |
jhesketh | pabelanger: yep, will do :-) | 03:34 |
ianw | ok | 03:34 |
pabelanger | danke | 03:34 |
*** spzala has joined #openstack-infra | 03:37 | |
*** pabelanger has left #openstack-infra | 03:44 | |
*** pabelanger has joined #openstack-infra | 03:45 | |
*** esikachev has joined #openstack-infra | 03:46 | |
*** baoli has quit IRC | 03:48 | |
*** wolverineav has joined #openstack-infra | 03:48 | |
*** esikachev has quit IRC | 03:51 | |
*** wolverineav has quit IRC | 03:53 | |
*** Jeffrey4l has quit IRC | 03:54 | |
*** Jeffrey4l has joined #openstack-infra | 03:55 | |
*** stevemar__ has joined #openstack-infra | 03:55 | |
*** jkilpatr has joined #openstack-infra | 03:58 | |
*** yuanying has joined #openstack-infra | 03:59 | |
*** nicolasbock has quit IRC | 04:02 | |
*** sreeram_v has joined #openstack-infra | 04:03 | |
*** sreeram__ has joined #openstack-infra | 04:04 | |
*** sreeram__ has quit IRC | 04:05 | |
*** sreeram__ has joined #openstack-infra | 04:06 | |
*** tuanluong has joined #openstack-infra | 04:06 | |
*** Dong_Zhi has joined #openstack-infra | 04:06 | |
openstackgerrit | Cao Xuan Hoang proposed openstack/diskimage-builder: Changed author and author-email https://review.openstack.org/404011 | 04:07 |
*** jkilpatr has quit IRC | 04:07 | |
*** sreeram_v has quit IRC | 04:08 | |
*** wolverineav has joined #openstack-infra | 04:08 | |
*** psachin has joined #openstack-infra | 04:09 | |
*** stevemar__ has quit IRC | 04:11 | |
*** binbincong has joined #openstack-infra | 04:11 | |
*** wolverineav has quit IRC | 04:13 | |
*** thorst_ has joined #openstack-infra | 04:14 | |
*** zhurong has quit IRC | 04:15 | |
*** csomerville has quit IRC | 04:15 | |
*** csomerville has joined #openstack-infra | 04:15 | |
*** zhurong has joined #openstack-infra | 04:15 | |
*** armax has quit IRC | 04:16 | |
*** rlandy has quit IRC | 04:18 | |
*** adriant has quit IRC | 04:19 | |
*** mmandel has joined #openstack-infra | 04:20 | |
*** gmann has joined #openstack-infra | 04:21 | |
*** jgriffith is now known as jgriffith_away | 04:21 | |
*** thorst_ has quit IRC | 04:22 | |
*** mmandel has quit IRC | 04:22 | |
*** mmandel has joined #openstack-infra | 04:22 | |
*** hongbin has quit IRC | 04:24 | |
*** jkilpatr has joined #openstack-infra | 04:26 | |
ianw | http://logs.openstack.org/66/403966/5/check/gate-nodepool-python27-ubuntu-xenial/4c5f606/ | 04:28 |
ianw | interesting series of logs | 04:28 |
ianw | with an inaccessable tmp file? | 04:28 |
*** mmandel has quit IRC | 04:29 | |
*** mmandel has joined #openstack-infra | 04:29 | |
*** oanson has quit IRC | 04:30 | |
*** jkilpatr has quit IRC | 04:30 | |
*** tung_doan has quit IRC | 04:31 | |
*** jkilpatr has joined #openstack-infra | 04:33 | |
*** mmandel has quit IRC | 04:33 | |
*** wolverineav has joined #openstack-infra | 04:38 | |
*** yamahata has quit IRC | 04:38 | |
*** jkilpatr has quit IRC | 04:38 | |
*** masayukig has quit IRC | 04:40 | |
*** hichihara has joined #openstack-infra | 04:42 | |
*** wolverineav has quit IRC | 04:42 | |
*** masayukig has joined #openstack-infra | 04:43 | |
*** rbuzatu has joined #openstack-infra | 04:44 | |
*** snarwade has joined #openstack-infra | 04:49 | |
*** baoli has joined #openstack-infra | 04:49 | |
*** vikrant has joined #openstack-infra | 04:54 | |
*** wolverineav has joined #openstack-infra | 04:58 | |
*** kzaitsev_mb has quit IRC | 04:58 | |
*** hashar has joined #openstack-infra | 05:01 | |
*** baoli has quit IRC | 05:01 | |
*** jkilpatr has joined #openstack-infra | 05:02 | |
*** wolverineav has quit IRC | 05:02 | |
*** shashank_hegde has joined #openstack-infra | 05:05 | |
*** dkehn has quit IRC | 05:07 | |
*** wolverineav has joined #openstack-infra | 05:07 | |
*** dkehn has joined #openstack-infra | 05:09 | |
*** sreeram__ has quit IRC | 05:11 | |
*** sreeram_v has joined #openstack-infra | 05:11 | |
*** csomerville has quit IRC | 05:12 | |
*** shashank_hegde has quit IRC | 05:12 | |
*** wolverineav has quit IRC | 05:12 | |
*** gouthamr has joined #openstack-infra | 05:12 | |
*** sflanigan has quit IRC | 05:14 | |
*** csomerville has joined #openstack-infra | 05:14 | |
*** garyk1 has joined #openstack-infra | 05:15 | |
*** spzala has quit IRC | 05:15 | |
*** sreeram_v has quit IRC | 05:16 | |
*** tung_doan_ has joined #openstack-infra | 05:16 | |
*** ramishra has quit IRC | 05:16 | |
*** wolverineav has joined #openstack-infra | 05:17 | |
*** ramishra has joined #openstack-infra | 05:18 | |
*** rbuzatu has quit IRC | 05:19 | |
*** dimtruck is now known as zz_dimtruck | 05:19 | |
*** thorst_ has joined #openstack-infra | 05:20 | |
*** sreeram_v has joined #openstack-infra | 05:21 | |
*** wolverineav has quit IRC | 05:22 | |
*** _ody has quit IRC | 05:22 | |
*** _ody has joined #openstack-infra | 05:22 | |
*** tung_doan has joined #openstack-infra | 05:25 | |
*** binbincong has quit IRC | 05:25 | |
*** thorst_ has quit IRC | 05:26 | |
*** _ody has quit IRC | 05:27 | |
*** wolverineav has joined #openstack-infra | 05:27 | |
*** _ody has joined #openstack-infra | 05:28 | |
*** wolverineav has quit IRC | 05:31 | |
openstackgerrit | Jamie Lennox proposed openstack-infra/zuul: Re-enable requirement-older-than tests https://review.openstack.org/401027 | 05:32 |
openstackgerrit | Jamie Lennox proposed openstack-infra/zuul: Re-enable requirement-username tests https://review.openstack.org/401028 | 05:32 |
openstackgerrit | Jamie Lennox proposed openstack-infra/zuul: Re-enable requirement-email tests https://review.openstack.org/401029 | 05:32 |
openstackgerrit | Jamie Lennox proposed openstack-infra/zuul: Re-enable requirement-newer-than tests https://review.openstack.org/401019 | 05:32 |
*** shashank_hegde has joined #openstack-infra | 05:35 | |
*** gouthamr has quit IRC | 05:37 | |
*** csomerville has quit IRC | 05:37 | |
*** aeng has joined #openstack-infra | 05:41 | |
*** gouthamr has joined #openstack-infra | 05:46 | |
*** esikachev has joined #openstack-infra | 05:47 | |
*** sflanigan has joined #openstack-infra | 05:47 | |
*** sflanigan has joined #openstack-infra | 05:47 | |
openstackgerrit | Tung Doan proposed openstack-infra/project-config: Fix misconfiguration in Tacker https://review.openstack.org/404025 | 05:50 |
*** esikachev has quit IRC | 05:52 | |
*** sdake_ has quit IRC | 05:52 | |
*** gouthamr has quit IRC | 05:56 | |
*** wolverineav has joined #openstack-infra | 05:56 | |
*** Julien-zte has quit IRC | 05:56 | |
*** Julien-zte has joined #openstack-infra | 05:57 | |
*** Julien-zte has quit IRC | 05:57 | |
*** Julien-zte has joined #openstack-infra | 05:58 | |
*** wolverineav has quit IRC | 06:01 | |
openstackgerrit | Aparna proposed openstack/diskimage-builder: Update hpssacli to ssacli in proliant-tools element https://review.openstack.org/396504 | 06:01 |
*** Julien-zte has quit IRC | 06:01 | |
*** Julien-zte has joined #openstack-infra | 06:02 | |
openstackgerrit | Tung Doan proposed openstack-infra/project-config: Fix misconfiguration in Tacker https://review.openstack.org/404025 | 06:08 |
*** hichihara has quit IRC | 06:10 | |
*** Jeffrey4l has quit IRC | 06:12 | |
*** Jeffrey4l has joined #openstack-infra | 06:12 | |
*** jascott1 has quit IRC | 06:15 | |
*** shashank_hegde has quit IRC | 06:16 | |
*** wolverineav has joined #openstack-infra | 06:16 | |
*** wolverineav has quit IRC | 06:21 | |
*** jaosorior has joined #openstack-infra | 06:22 | |
*** thorst_ has joined #openstack-infra | 06:25 | |
*** wolverineav has joined #openstack-infra | 06:26 | |
*** shashank_hegde has joined #openstack-infra | 06:27 | |
*** wolverineav has quit IRC | 06:31 | |
*** thorst_ has quit IRC | 06:32 | |
*** wolverineav has joined #openstack-infra | 06:36 | |
*** jascott1 has joined #openstack-infra | 06:40 | |
*** wolverineav has quit IRC | 06:41 | |
*** nadya has joined #openstack-infra | 06:41 | |
*** oanson has joined #openstack-infra | 06:41 | |
*** Apoorva has joined #openstack-infra | 06:43 | |
*** rbuzatu has joined #openstack-infra | 06:45 | |
*** Apoorva has quit IRC | 06:46 | |
*** wolverineav has joined #openstack-infra | 06:46 | |
*** knangia has joined #openstack-infra | 06:48 | |
*** aeng has quit IRC | 06:48 | |
*** Julien-zte has quit IRC | 06:48 | |
*** Julien-zte has joined #openstack-infra | 06:49 | |
*** Julien-zte has quit IRC | 06:50 | |
*** wolverineav has quit IRC | 06:50 | |
*** Julien-zte has joined #openstack-infra | 06:51 | |
*** kzaitsev_mb has joined #openstack-infra | 06:53 | |
*** wolverineav has joined #openstack-infra | 06:56 | |
*** ijw has joined #openstack-infra | 06:56 | |
*** baoli has joined #openstack-infra | 06:58 | |
*** wolverineav has quit IRC | 07:00 | |
*** tqtran has joined #openstack-infra | 07:01 | |
*** yamamo___ has quit IRC | 07:02 | |
*** baoli has quit IRC | 07:02 | |
*** ihrachys has joined #openstack-infra | 07:03 | |
*** masber has joined #openstack-infra | 07:05 | |
*** Julien-zte has quit IRC | 07:05 | |
*** tqtran has quit IRC | 07:06 | |
*** Julien-zte has joined #openstack-infra | 07:06 | |
*** esikachev has joined #openstack-infra | 07:06 | |
tung_doan | AJaeger: Hi AJaeger, could you do +1 Workflow for this: https://review.openstack.org/#/c/404025/ | 07:07 |
tung_doan | AJaeger: thanks | 07:07 |
*** jaosorior has quit IRC | 07:07 | |
*** ihrachys has quit IRC | 07:08 | |
*** jaosorior has joined #openstack-infra | 07:08 | |
openstackgerrit | Merged openstack-infra/project-config: Add releasenotes jobs for networking-sfc https://review.openstack.org/387595 | 07:08 |
AJaeger | tung_doan: needs second reviewer... | 07:09 |
tung_doan | AJaeger: thanks | 07:09 |
*** esikachev has quit IRC | 07:11 | |
*** spzala has joined #openstack-infra | 07:16 | |
*** nadya has quit IRC | 07:17 | |
*** rbuzatu has quit IRC | 07:19 | |
*** drifterza has joined #openstack-infra | 07:20 | |
*** spzala has quit IRC | 07:20 | |
*** yuanying has quit IRC | 07:20 | |
*** sflanigan has quit IRC | 07:21 | |
*** pcaruana has joined #openstack-infra | 07:21 | |
*** sflanigan has joined #openstack-infra | 07:22 | |
*** wolverineav has joined #openstack-infra | 07:25 | |
openstackgerrit | Cao Xuan Hoang proposed openstack-infra/nodepool: Clean imports in code https://review.openstack.org/404059 | 07:26 |
*** yuanying has joined #openstack-infra | 07:26 | |
openstackgerrit | Masayuki Igawa proposed openstack/gertty: Make size column configurable a graph https://review.openstack.org/380950 | 07:28 |
*** makowals has joined #openstack-infra | 07:28 | |
*** thorst_ has joined #openstack-infra | 07:28 | |
*** wolverineav has quit IRC | 07:30 | |
*** esikachev has joined #openstack-infra | 07:32 | |
*** markus_z has joined #openstack-infra | 07:32 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Merge install and deploy guide scripts https://review.openstack.org/404062 | 07:35 |
*** thorst_ has quit IRC | 07:36 | |
*** nadya has joined #openstack-infra | 07:37 | |
*** yamamot__ has joined #openstack-infra | 07:39 | |
*** zhurong has quit IRC | 07:40 | |
*** zhurong has joined #openstack-infra | 07:41 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack-infra/tripleo-ci: WIP TLS everywhere job https://review.openstack.org/391738 | 07:41 |
*** chem has joined #openstack-infra | 07:43 | |
openstackgerrit | Vasyl Saienko proposed openstack-infra/project-config: Add ironic-multinode non-voting job https://review.openstack.org/404070 | 07:46 |
*** yamahata has joined #openstack-infra | 07:46 | |
*** ihrachys has joined #openstack-infra | 07:47 | |
*** chem has quit IRC | 07:47 | |
*** chem has joined #openstack-infra | 07:47 | |
*** andreas_s has joined #openstack-infra | 07:51 | |
*** nherciu has joined #openstack-infra | 07:54 | |
*** baoli has joined #openstack-infra | 07:59 | |
*** saibarspeis has joined #openstack-infra | 08:00 | |
*** Julien-zte has quit IRC | 08:01 | |
*** Julien-zte has joined #openstack-infra | 08:01 | |
*** e0ne has joined #openstack-infra | 08:02 | |
*** abregman has joined #openstack-infra | 08:02 | |
*** gouthamr has joined #openstack-infra | 08:03 | |
*** baoli has quit IRC | 08:04 | |
*** shardy has joined #openstack-infra | 08:07 | |
*** matrohon has joined #openstack-infra | 08:08 | |
*** lezbar has joined #openstack-infra | 08:08 | |
*** ihrachys has quit IRC | 08:10 | |
*** Dong_Zhi has quit IRC | 08:12 | |
*** Julien-zte has quit IRC | 08:14 | |
*** florianf has joined #openstack-infra | 08:15 | |
*** Julien-zte has joined #openstack-infra | 08:15 | |
*** jpich has joined #openstack-infra | 08:16 | |
*** rbuzatu has joined #openstack-infra | 08:17 | |
*** Julien-zte has quit IRC | 08:17 | |
*** ralonsoh has joined #openstack-infra | 08:17 | |
*** lezbar has quit IRC | 08:17 | |
*** yuanying has quit IRC | 08:17 | |
*** Julien-zte has joined #openstack-infra | 08:17 | |
*** florianf has quit IRC | 08:18 | |
*** dtardivel has joined #openstack-infra | 08:18 | |
*** lezbar has joined #openstack-infra | 08:19 | |
*** florianf has joined #openstack-infra | 08:21 | |
*** e0ne has quit IRC | 08:25 | |
*** florianf has quit IRC | 08:30 | |
*** yolanda has quit IRC | 08:31 | |
*** amoralej|off is now known as amoralej | 08:33 | |
*** thorst_ has joined #openstack-infra | 08:34 | |
*** tung_doan is now known as tung_doan_afk | 08:35 | |
*** Hal1 has joined #openstack-infra | 08:35 | |
*** woodster_ has quit IRC | 08:36 | |
*** ijw has quit IRC | 08:38 | |
*** jpena|off is now known as jpena | 08:38 | |
*** thorst_ has quit IRC | 08:41 | |
openstackgerrit | Vasyl Saienko proposed openstack-infra/project-config: Move ironic-multinode non-voting job to check queue https://review.openstack.org/404070 | 08:42 |
*** nadya has quit IRC | 08:42 | |
*** pgadiya has joined #openstack-infra | 08:43 | |
*** yolanda has joined #openstack-infra | 08:43 | |
*** florianf has joined #openstack-infra | 08:43 | |
*** ihrachys has joined #openstack-infra | 08:46 | |
*** dizquierdo has joined #openstack-infra | 08:47 | |
*** ihrachys has quit IRC | 08:49 | |
*** rbuzatu has quit IRC | 08:50 | |
*** shashank_hegde has quit IRC | 08:50 | |
*** dingyichen has quit IRC | 08:51 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Add setup_host.yaml playbook and ansibly gather_host_info https://review.openstack.org/391519 | 08:55 |
*** rcernin has joined #openstack-infra | 08:56 | |
*** aeng has joined #openstack-infra | 08:57 | |
*** rossella_s has joined #openstack-infra | 08:58 | |
*** shashank_hegde has joined #openstack-infra | 08:59 | |
*** shashank_hegde has quit IRC | 08:59 | |
*** zzzeek has quit IRC | 09:00 | |
*** zzzeek has joined #openstack-infra | 09:00 | |
*** baoli has joined #openstack-infra | 09:00 | |
*** baoli has quit IRC | 09:05 | |
*** markus_z has quit IRC | 09:05 | |
*** Hal1 has quit IRC | 09:05 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Add setup_host.yaml playbook and ansibly gather_host_info https://review.openstack.org/391519 | 09:08 |
*** jascott1 has quit IRC | 09:08 | |
*** jascott1 has joined #openstack-infra | 09:09 | |
*** spzala has joined #openstack-infra | 09:10 | |
odyssey4me | yolanda or rcarrillocruz if you have a moment, a review of https://review.openstack.org/403676 would be appreciated | 09:10 |
*** panda|off is now known as panda | 09:11 | |
*** stevemar__ has joined #openstack-infra | 09:12 | |
rcarrillocruz | done | 09:12 |
yolanda | hi, good morning | 09:12 |
yolanda | i need to start with the review queue | 09:12 |
*** jascott1 has quit IRC | 09:14 | |
*** spzala has quit IRC | 09:15 | |
*** stevemar__ has quit IRC | 09:16 | |
openstackgerrit | Merged openstack-infra/project-config: Adjust filters for OpenStack-Ansible trusty/xenial jobs https://review.openstack.org/403676 | 09:17 |
*** Hal1 has joined #openstack-infra | 09:18 | |
*** yamahata has quit IRC | 09:18 | |
*** derekh has joined #openstack-infra | 09:18 | |
*** markus_z has joined #openstack-infra | 09:19 | |
*** nadya has joined #openstack-infra | 09:19 | |
*** rbuzatu has joined #openstack-infra | 09:21 | |
*** rbuzatu has joined #openstack-infra | 09:22 | |
*** kzaitsev_mb has quit IRC | 09:23 | |
*** e0ne has joined #openstack-infra | 09:24 | |
*** markus_z has quit IRC | 09:24 | |
*** lucas-afk is now known as lucasagomes | 09:25 | |
*** arxcruz has quit IRC | 09:25 | |
*** gildub has quit IRC | 09:26 | |
*** rossella_s has quit IRC | 09:31 | |
*** rossella_s has joined #openstack-infra | 09:31 | |
openstackgerrit | Merged openstack-infra/project-config: Fix misconfiguration in Tacker https://review.openstack.org/404025 | 09:32 |
*** senk has joined #openstack-infra | 09:32 | |
*** onovy has quit IRC | 09:32 | |
*** lin_yang has quit IRC | 09:33 | |
openstackgerrit | Merged openstack-infra/project-config: Switch neutronclient functional jobs to xenial https://review.openstack.org/401791 | 09:33 |
*** peterlisak has quit IRC | 09:33 | |
*** flepied has quit IRC | 09:34 | |
*** abregman has quit IRC | 09:35 | |
*** abregman has joined #openstack-infra | 09:35 | |
*** mpaolino has joined #openstack-infra | 09:35 | |
openstackgerrit | Merged openstack-infra/project-config: Add designate charms to gerritbot channels https://review.openstack.org/403955 | 09:36 |
*** yuval has joined #openstack-infra | 09:36 | |
*** mkoderer has joined #openstack-infra | 09:37 | |
*** onovy has joined #openstack-infra | 09:38 | |
*** saibarsp_ has joined #openstack-infra | 09:38 | |
*** peterlisak has joined #openstack-infra | 09:38 | |
*** saibarspeis has quit IRC | 09:38 | |
openstackgerrit | Merged openstack-infra/project-config: Make neutron-fwaas v2 tempest jobs voting https://review.openstack.org/403970 | 09:39 |
openstackgerrit | Merged openstack-infra/project-config: Update jobs in Tricircle project https://review.openstack.org/400493 | 09:39 |
openstackgerrit | Merged openstack-infra/project-config: Add os_searchlight to OpenStack-Ansible https://review.openstack.org/403757 | 09:39 |
*** e0ne has quit IRC | 09:39 | |
*** thorst_ has joined #openstack-infra | 09:39 | |
*** sshnaidm is now known as sshnaidm|afk | 09:39 | |
*** e0ne has joined #openstack-infra | 09:40 | |
*** sshnaidm|afk has quit IRC | 09:40 | |
*** arxcruz has joined #openstack-infra | 09:41 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly fix_etc_hosts https://review.openstack.org/401975 | 09:44 |
*** ihrachys has joined #openstack-infra | 09:44 | |
*** lezbar has quit IRC | 09:44 | |
openstackgerrit | Merged openstack-infra/project-config: Add os_monasca-ui & os_octavia to OpenStack-Ansible https://review.openstack.org/399148 | 09:44 |
openstackgerrit | Merged openstack-infra/project-config: Graph runtimes for jobs that actually run on rh1 https://review.openstack.org/403926 | 09:45 |
*** saibarsp_ has quit IRC | 09:47 | |
openstackgerrit | Merged openstack-infra/project-config: add branch automation to the tag-releases job https://review.openstack.org/403892 | 09:47 |
openstackgerrit | Merged openstack-infra/project-config: remove unused branching script https://review.openstack.org/403893 | 09:47 |
*** thorst_ has quit IRC | 09:47 | |
*** saibarspeis has joined #openstack-infra | 09:47 | |
openstackgerrit | Merged openstack-infra/project-config: add py27 test job to the releases repo https://review.openstack.org/403779 | 09:47 |
*** saibarspeis has quit IRC | 09:47 | |
*** flepied has joined #openstack-infra | 09:48 | |
*** openstackgerrit has quit IRC | 09:48 | |
*** makowals_ has joined #openstack-infra | 09:48 | |
*** openstackgerrit has joined #openstack-infra | 09:48 | |
*** saibarspeis has joined #openstack-infra | 09:49 | |
*** john-davidge has joined #openstack-infra | 09:51 | |
*** makowals has quit IRC | 09:51 | |
*** e0ne has quit IRC | 09:51 | |
*** e0ne has joined #openstack-infra | 09:52 | |
*** yolanda has quit IRC | 09:55 | |
*** electrofelix has joined #openstack-infra | 09:55 | |
*** yolanda has joined #openstack-infra | 09:57 | |
*** nexusz99 has joined #openstack-infra | 09:57 | |
*** Hal1 has quit IRC | 09:58 | |
*** jschwarz has quit IRC | 09:59 | |
*** s-shiono_ has quit IRC | 10:01 | |
*** baoli has joined #openstack-infra | 10:01 | |
*** zhurong has quit IRC | 10:05 | |
*** baoli has quit IRC | 10:06 | |
*** isaacb has joined #openstack-infra | 10:07 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly BASE folder creation https://review.openstack.org/402107 | 10:09 |
*** jascott1 has joined #openstack-infra | 10:09 | |
*** jschwarz has joined #openstack-infra | 10:10 | |
*** jascott1 has quit IRC | 10:14 | |
*** stakeda has quit IRC | 10:14 | |
*** apuimedo has joined #openstack-infra | 10:15 | |
*** erlon-airlong has joined #openstack-infra | 10:15 | |
apuimedo | yolanda: SergeyLukjanov: could you please check https://review.openstack.org/#/c/404124/ ? We'd like to have another pre 1.0 release | 10:16 |
*** martinkopec has joined #openstack-infra | 10:16 | |
*** Julien-zte has quit IRC | 10:16 | |
*** senk has quit IRC | 10:18 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack-infra/tripleo-ci: WIP TLS everywhere job https://review.openstack.org/391738 | 10:18 |
*** diga has joined #openstack-infra | 10:19 | |
*** saibars__ has joined #openstack-infra | 10:19 | |
*** arxcruz has quit IRC | 10:19 | |
*** sambetts|afk is now known as sambetts | 10:19 | |
*** arxcruz has joined #openstack-infra | 10:19 | |
*** saibarspeis has quit IRC | 10:20 | |
*** saibars__ has quit IRC | 10:20 | |
*** yanyanhu has quit IRC | 10:21 | |
*** saibarspeis has joined #openstack-infra | 10:21 | |
amrith | g'morning infra. does anyone know what the current plan(s) are re: devstack-vm-gate and neutron? https://review.openstack.org/#/c/398611/ | 10:22 |
amrith | we depend on that in trove for our neutron stuff and i'm wondering when that'll merge | 10:22 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly BASE folder creation https://review.openstack.org/402107 | 10:23 |
*** kzaitsev_mb has joined #openstack-infra | 10:23 | |
*** nadya has quit IRC | 10:25 | |
AJaeger | apuimedo: releases are handled by the release team - #openstack-release is the appropriate channel | 10:26 |
apuimedo | AJaeger: right. Sorry. I forgot :/ | 10:27 |
*** apetrich has quit IRC | 10:29 | |
*** ldnunes has joined #openstack-infra | 10:30 | |
*** esikachev has quit IRC | 10:30 | |
*** senk has joined #openstack-infra | 10:31 | |
*** esikachev has joined #openstack-infra | 10:31 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the start of fresh logging https://review.openstack.org/402208 | 10:33 |
*** tpsilva has joined #openstack-infra | 10:34 | |
*** esikachev has quit IRC | 10:35 | |
*** e0ne has quit IRC | 10:40 | |
*** e0ne_ has joined #openstack-infra | 10:40 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the setup of stack user https://review.openstack.org/403664 | 10:40 |
*** senk has quit IRC | 10:41 | |
*** knangia has quit IRC | 10:44 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the setup of the tempest user https://review.openstack.org/403727 | 10:45 |
*** thorst_ has joined #openstack-infra | 10:45 | |
openstackgerrit | Michal Dulko proposed openstack-infra/devstack-gate: Introduce roles into the feature matrix https://review.openstack.org/386072 | 10:46 |
*** tosky has joined #openstack-infra | 10:48 | |
*** sreeram_v has quit IRC | 10:48 | |
*** sreeram_v has joined #openstack-infra | 10:49 | |
*** nadya has joined #openstack-infra | 10:51 | |
*** sshnaidm has joined #openstack-infra | 10:51 | |
*** thorst_ has quit IRC | 10:51 | |
*** sreeram_v has quit IRC | 10:53 | |
*** Hal1 has joined #openstack-infra | 10:53 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack-infra/project-config: networking-midonet: Merge templates for v2 and ml2 https://review.openstack.org/404146 | 10:55 |
openstackgerrit | YAMAMOTO Takashi proposed openstack-infra/project-config: networking-midonet: Merge templates for v2 and ml2 https://review.openstack.org/404146 | 10:57 |
*** rfolco has joined #openstack-infra | 10:57 | |
*** gouthamr has quit IRC | 10:58 | |
vsaienk0 | dtantsur: could you please review https://review.openstack.org/#/c/404070/ make ironic-multinode job non voting. This job uses multitenancy, so I think after some time when we consider it as stable we may replace current single node multitenat job by multinode-multitenant :) | 11:01 |
*** baoli has joined #openstack-infra | 11:02 | |
openstackgerrit | YAMAMOTO Takashi proposed openstack-infra/project-config: networking-midonet: Merge templates for v2 and ml2 https://review.openstack.org/404146 | 11:02 |
*** abregman has quit IRC | 11:03 | |
*** tqtran has joined #openstack-infra | 11:03 | |
*** mhickey has joined #openstack-infra | 11:03 | |
*** gildub has joined #openstack-infra | 11:05 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly adding vz group to stack user https://review.openstack.org/404151 | 11:05 |
*** baoli has quit IRC | 11:07 | |
*** tqtran has quit IRC | 11:07 | |
*** dtantsur|afk is now known as dtantsur | 11:10 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the start of fresh logging https://review.openstack.org/402208 | 11:12 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly BASE folder creation https://review.openstack.org/402107 | 11:12 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Add setup_host.yaml playbook and ansibly gather_host_info https://review.openstack.org/391519 | 11:12 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly fix_etc_hosts https://review.openstack.org/401975 | 11:12 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the setup of stack user https://review.openstack.org/403664 | 11:12 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the setup of the tempest user https://review.openstack.org/403727 | 11:12 |
electrofelix | any core reviewers for git-review? have a few changes that have been around for a while: https://review.openstack.org/312056, https://review.openstack.org/312885, https://review.openstack.org/312885 | 11:13 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly adding vz group to stack user https://review.openstack.org/404151 | 11:16 |
*** dizquierdo has quit IRC | 11:18 | |
*** esikachev has joined #openstack-infra | 11:21 | |
*** flepied has quit IRC | 11:22 | |
*** jtomasek has joined #openstack-infra | 11:26 | |
*** lennyb has joined #openstack-infra | 11:27 | |
*** mmandel has joined #openstack-infra | 11:30 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the copy of mirror config https://review.openstack.org/403732 | 11:30 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly adding vz group to stack user https://review.openstack.org/404151 | 11:30 |
*** esikachev has quit IRC | 11:31 | |
*** ociuhandu has joined #openstack-infra | 11:31 | |
*** psachin has quit IRC | 11:32 | |
*** sshnaidm has quit IRC | 11:34 | |
*** mmandel has quit IRC | 11:35 | |
*** psachin has joined #openstack-infra | 11:35 | |
*** sshnaidm has joined #openstack-infra | 11:35 | |
*** vikrant has quit IRC | 11:37 | |
*** nicolasbock has joined #openstack-infra | 11:38 | |
*** saibarspeis has quit IRC | 11:40 | |
*** esikachev has joined #openstack-infra | 11:42 | |
*** vikrant has joined #openstack-infra | 11:43 | |
*** nexusz99_ has joined #openstack-infra | 11:44 | |
*** yamamot__ has quit IRC | 11:46 | |
*** esikachev has quit IRC | 11:47 | |
*** nexusz99 has quit IRC | 11:47 | |
openstackgerrit | Alexandra Settle proposed openstack-infra/project-config: Update deploy-guide gate jobs for newton inclusion https://review.openstack.org/404170 | 11:48 |
*** thorst_ has joined #openstack-infra | 11:49 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack-infra/project-config: Update deploy-guide gate jobs for newton inclusion https://review.openstack.org/404170 | 11:51 |
odyssey4me | asaprykin AJaeger do we want to have the publishing going to a non-capitalised folder? | 11:55 |
odyssey4me | ie openstack-ansible instead of OpenStack-Ansible | 11:55 |
*** andymaier has joined #openstack-infra | 11:55 | |
*** aviau has quit IRC | 11:55 | |
odyssey4me | asettle ^ | 11:55 |
odyssey4me | apologies asaprykin | 11:55 |
*** aviau has joined #openstack-infra | 11:55 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the start of fresh logging https://review.openstack.org/402208 | 11:56 |
asettle | odyssey4me: I went for the non-caps as that tends to be the way we document in the index files, but just my thoughts? | 11:56 |
odyssey4me | asettle sure, but at the moment it's published to a capitalised folder name | 11:56 |
*** thorst_ has quit IRC | 11:57 | |
*** andymaier has quit IRC | 11:57 | |
asettle | odyssey4me: ohhhh I did *not* see that, okay. I'll go fix that one up. | 11:57 |
asettle | Okay, done | 11:58 |
AJaeger | odyssey4me: for install-guides we use indeed non-capitalized | 11:58 |
AJaeger | asettle: this needs updating in project-config/jenkins/jobs/projects.yaml | 11:59 |
odyssey4me | AJaeger I thought as much, and I think conf.py indicates where it gets published, right? | 11:59 |
AJaeger | odyssey4me: conf.py is not used for publishing | 12:00 |
odyssey4me | oh, where does it come from then? | 12:00 |
AJaeger | I mean: There are no values in there that say where it gets published. | 12:00 |
AJaeger | odyssey4me: project-config/jenkins/jobs/projects.yaml | 12:00 |
AJaeger | http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/projects.yaml#n8693 is the exactl line | 12:01 |
asettle | Woah three convos in three channels is getting confusing. | 12:01 |
asettle | AJaeger: what do I need to update in the projects.yaml file? | 12:01 |
odyssey4me | ah of course - that makes sense | 12:01 |
asettle | I've updated all the patches with depends-on, so they should domino, hopefully. | 12:01 |
AJaeger | asettle: change line 8693 | 12:01 |
asettle | AJaeger: thank you | 12:01 |
odyssey4me | asettle change http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/projects.yaml#n8693 to have service: openstack-ansible | 12:02 |
odyssey4me | asettle want me to edit https://review.openstack.org/#/c/404170/ for you? | 12:02 |
*** baoli has joined #openstack-infra | 12:03 | |
*** esikachev has joined #openstack-infra | 12:03 | |
asettle | odyssey4me: I"m going to add the project.yaml to that patch, I can do it :) thanks! | 12:03 |
odyssey4me | sure thing | 12:03 |
AJaeger | asettle: will review the complete pipeline later ;) Coming along nicely | 12:03 |
*** isaacb has quit IRC | 12:04 | |
openstackgerrit | Alexandra Settle proposed openstack-infra/project-config: Update deploy-guide gate jobs for newton inclusion https://review.openstack.org/404170 | 12:05 |
asettle | odyssey4me: could you check I got that right please? :) | 12:05 |
AJaeger | bbl | 12:05 |
odyssey4me | asettle looking | 12:06 |
asettle | Thanks AJaeger | 12:06 |
*** isaacb_ has joined #openstack-infra | 12:06 | |
odyssey4me | asettle looking | 12:06 |
*** abregman has joined #openstack-infra | 12:06 | |
openstackgerrit | Alexandra Settle proposed openstack-infra/project-config: Update deploy-guide gate jobs for newton inclusion https://review.openstack.org/404170 | 12:06 |
*** isaacb_ has quit IRC | 12:07 | |
asettle | (just updated the commit, nothing exciting) | 12:07 |
*** esikachev has quit IRC | 12:07 | |
*** baoli has quit IRC | 12:07 | |
*** dizquierdo has joined #openstack-infra | 12:08 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the setup of stack user https://review.openstack.org/403664 | 12:08 |
*** nunchuck has quit IRC | 12:08 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the setup of the tempest user https://review.openstack.org/403727 | 12:08 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly adding vz group to stack user https://review.openstack.org/404151 | 12:09 |
*** sdake has joined #openstack-infra | 12:09 | |
*** rtheis has joined #openstack-infra | 12:10 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the copy of mirror config https://review.openstack.org/403732 | 12:10 |
odyssey4me | asettle AJaeger ok, that all LGTM | 12:11 |
asettle | sweet as :D | 12:11 |
asettle | That wasn't too hard, here I was, thinking I was going down a very dark path | 12:11 |
*** jascott1 has joined #openstack-infra | 12:12 | |
*** wolverineav has joined #openstack-infra | 12:14 | |
*** tuanluong has quit IRC | 12:14 | |
*** jascott1 has quit IRC | 12:17 | |
openstackgerrit | Michal Dulko proposed openstack-infra/devstack-gate: Introduce roles into the feature matrix https://review.openstack.org/386072 | 12:17 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack-infra/tripleo-ci: WIP TLS everywhere job https://review.openstack.org/391738 | 12:18 |
*** sreeram_v has joined #openstack-infra | 12:22 | |
*** esikachev has joined #openstack-infra | 12:23 | |
*** senk has joined #openstack-infra | 12:24 | |
*** BobBall_AWOL is now known as BobBall | 12:25 | |
*** gildub has quit IRC | 12:25 | |
*** sreeram_v has quit IRC | 12:27 | |
*** esikachev has quit IRC | 12:28 | |
*** EricGonczer_ has joined #openstack-infra | 12:28 | |
openstackgerrit | Antoni Segura Puimedon proposed openstack-infra/project-config: kuryr-kubernetes: Add CI job that tests installation https://review.openstack.org/404191 | 12:29 |
apuimedo | AJaeger: yolanda: please review ^^ | 12:30 |
*** tung_doan_afk has quit IRC | 12:30 | |
*** tung_doan has joined #openstack-infra | 12:33 | |
*** senk has quit IRC | 12:33 | |
*** rbuzatu_ has joined #openstack-infra | 12:36 | |
*** esikachev has joined #openstack-infra | 12:38 | |
*** rbuzatu has quit IRC | 12:40 | |
*** rbuzatu_ has quit IRC | 12:40 | |
*** xionchen_ has joined #openstack-infra | 12:41 | |
*** gouthamr has joined #openstack-infra | 12:42 | |
*** flepied has joined #openstack-infra | 12:43 | |
*** stevemar__ has joined #openstack-infra | 12:44 | |
*** ldnunes has quit IRC | 12:45 | |
*** wolverineav has quit IRC | 12:46 | |
*** shardy is now known as shardy_lunch | 12:47 | |
*** vikrant has quit IRC | 12:48 | |
*** tung_doan__ has joined #openstack-infra | 12:49 | |
*** thorst_ has joined #openstack-infra | 12:49 | |
*** tung_doan has quit IRC | 12:51 | |
*** lucasagomes is now known as lucas-hungry | 12:52 | |
*** dprince has joined #openstack-infra | 12:54 | |
*** esikachev has quit IRC | 12:55 | |
*** tlian has joined #openstack-infra | 12:55 | |
*** snarwade has quit IRC | 12:57 | |
*** senk has joined #openstack-infra | 12:59 | |
*** vikrant has joined #openstack-infra | 13:00 | |
*** senk has quit IRC | 13:02 | |
*** trown|outtypewww is now known as trown | 13:03 | |
*** weshay_pto is now known as weshay | 13:03 | |
*** baoli has joined #openstack-infra | 13:03 | |
*** jtomasek has quit IRC | 13:04 | |
*** amoralej is now known as amoralej|lunch | 13:08 | |
*** baoli has quit IRC | 13:08 | |
*** edmondsw has joined #openstack-infra | 13:11 | |
*** mpaolino has quit IRC | 13:12 | |
*** bhavik1 has joined #openstack-infra | 13:12 | |
*** pgadiya has quit IRC | 13:14 | |
*** apetrich has joined #openstack-infra | 13:15 | |
*** panda is now known as panda|off | 13:17 | |
*** stevemar__ has quit IRC | 13:19 | |
*** stevemar__ has joined #openstack-infra | 13:20 | |
*** yamamoto has joined #openstack-infra | 13:20 | |
*** yamamoto_ has joined #openstack-infra | 13:22 | |
*** jcoufal has joined #openstack-infra | 13:22 | |
*** esikachev has joined #openstack-infra | 13:23 | |
*** andymaier has joined #openstack-infra | 13:23 | |
*** stevemar__ has quit IRC | 13:24 | |
*** yamamoto has quit IRC | 13:25 | |
*** diga has quit IRC | 13:25 | |
*** spzala has joined #openstack-infra | 13:26 | |
*** esikache1 has joined #openstack-infra | 13:26 | |
*** srobert has joined #openstack-infra | 13:26 | |
*** rlandy has joined #openstack-infra | 13:27 | |
openstackgerrit | Harry Rybacki proposed openstack-infra/tripleo-ci: Update role path for collect-logs https://review.openstack.org/403896 | 13:28 |
*** shardy_lunch is now known as shardy | 13:28 | |
*** andymaier has quit IRC | 13:29 | |
*** esikachev has quit IRC | 13:29 | |
*** EricGonc_ has joined #openstack-infra | 13:29 | |
*** spzala has quit IRC | 13:30 | |
*** EricGonczer_ has quit IRC | 13:30 | |
*** rossella_s has quit IRC | 13:31 | |
*** rossella_s has joined #openstack-infra | 13:31 | |
*** jcoufal_ has joined #openstack-infra | 13:31 | |
*** markus_z has joined #openstack-infra | 13:32 | |
*** gordc has joined #openstack-infra | 13:34 | |
*** jcoufal has quit IRC | 13:34 | |
*** jpena is now known as jpena|lunch | 13:35 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack-infra/project-config: TripleO: Test Barbican in scenario002 https://review.openstack.org/404217 | 13:37 |
*** flepied has quit IRC | 13:38 | |
*** kgiusti has joined #openstack-infra | 13:38 | |
*** sreeram_v has joined #openstack-infra | 13:39 | |
*** DS has joined #openstack-infra | 13:39 | |
DS | hi | 13:39 |
DS | i am facing this issue shown in this link http://paste.openstack.org/show/590801/ | 13:40 |
DS | anyone know this issue please help me | 13:40 |
*** jtomasek has joined #openstack-infra | 13:40 | |
*** wolverineav has joined #openstack-infra | 13:43 | |
*** fguillot has joined #openstack-infra | 13:43 | |
*** dave-mccowan has joined #openstack-infra | 13:43 | |
*** wolverin_ has joined #openstack-infra | 13:43 | |
*** rbuzatu has joined #openstack-infra | 13:44 | |
openstackgerrit | Sagi Shnaidman proposed openstack-infra/project-config: Add experimental TripleO CI job for containers https://review.openstack.org/403721 | 13:44 |
*** wolverineav has quit IRC | 13:47 | |
*** mdrabe_ has joined #openstack-infra | 13:48 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci: CI test - never merge https://review.openstack.org/404225 | 13:51 |
*** rbuzatu_ has joined #openstack-infra | 13:51 | |
*** rbuzatu has quit IRC | 13:52 | |
*** rbuzatu_ has quit IRC | 13:52 | |
*** zz_dimtruck is now known as dimtruck | 13:53 | |
*** lucas-hungry is now known as lucasagomes | 13:54 | |
*** rbuzatu has joined #openstack-infra | 13:54 | |
*** thorst_ has quit IRC | 13:54 | |
*** thorst_ has joined #openstack-infra | 13:54 | |
amrith | mordred, yt? was wondering what the plan is for https://review.openstack.org/#/c/398611/ | 13:55 |
*** ralonsoh_ has joined #openstack-infra | 13:56 | |
*** ralonsoh has quit IRC | 13:57 | |
*** Qiming has quit IRC | 13:57 | |
*** jheroux has joined #openstack-infra | 13:58 | |
*** mhickey has quit IRC | 13:59 | |
*** Qiming has joined #openstack-infra | 13:59 | |
*** jkilpatr has quit IRC | 14:01 | |
*** lezbar has joined #openstack-infra | 14:01 | |
srobert | Good Morning Infra ! | 14:02 |
srobert | Can anyone review https://review.openstack.org/402223 | 14:02 |
srobert | We need this to be part of Ironic for CI testing | 14:03 |
srobert | Thanks ! | 14:03 |
*** baoli has joined #openstack-infra | 14:03 | |
*** senk has joined #openstack-infra | 14:05 | |
AJaeger | srobert: I don't understand - that is a new repository that is not an official part of Ironic. | 14:06 |
*** xyang1 has joined #openstack-infra | 14:06 | |
*** tobybot11 has joined #openstack-infra | 14:07 | |
*** Goneri has joined #openstack-infra | 14:09 | |
jroll | AJaeger: it will be in the future, but not yet | 14:09 |
*** abregman is now known as abregman|afk | 14:13 | |
srobert | AJaeger: sorry, yes, we are working on several propositions. We have a WIP to have it in devstack as a lib for testing. | 14:13 |
fungi | sort of strange to add a probationary repo | 14:13 |
srobert | under the umbrella of Ironic | 14:13 |
srobert | and responsibility of Ironic-core | 14:13 |
fungi | it's just a couple of lines in a governance change to declare it's an effort the itonic team are working on | 14:13 |
*** senk has quit IRC | 14:13 | |
*** bhavik1 has quit IRC | 14:14 | |
jroll | fungi: it's an effort to test our SNMP driver in the infra CI systems, I want to see it proven before the ironic team takes responsibility for it | 14:14 |
jroll | (was the thought there) | 14:14 |
*** jascott1 has joined #openstack-infra | 14:14 | |
fungi | curious what the ramifications of "taking responsibility" for it are even if you end up deciding it's a dead end | 14:15 |
jroll | the expectations that it works, that we maintain it, etc | 14:16 |
*** jkilpatr has joined #openstack-infra | 14:16 | |
*** stevemar__ has joined #openstack-infra | 14:17 | |
fungi | up to you, but i don't think most teams expect their repos to be fully working and indefinitely supported before they declare it's a team effort | 14:17 |
*** DS has quit IRC | 14:17 | |
*** jamesdenton has joined #openstack-infra | 14:17 | |
*** abregman|afk is now known as abregman | 14:17 | |
fungi | easy to declare it no longer a team effort later, or even retire it completely once it proves untenable | 14:17 |
amrith | fungi, ping. trove/neutron. we've narrowed the issue down to something that appears specific to osic's cloud. we are able to pass our tests consistently when we test with a private neutron based cloud (we operate in rax). we have live deployments with neutron. What is failing is when we run the CI in osic. the same CI jobs pass in rax. we need some infra help to figure out what is going on here. I've sent email to you | 14:18 |
amrith | and some infra folks just now with more details. | 14:18 |
*** zul has quit IRC | 14:18 | |
fungi | there are no deprecation guarantees or release obligations unless you declare those explicitly | 14:18 |
amrith | peterstac dougshelley66 ^^ | 14:18 |
*** rbuzatu_ has joined #openstack-infra | 14:18 | |
*** daemontool has joined #openstack-infra | 14:19 | |
*** jascott1 has quit IRC | 14:19 | |
jroll | fungi: yeah, not completely opposed to it, but I see no reason to bring it into ironic now either | 14:19 |
fungi | amrith: haven't caught up on e-mail yet, but is this still the networking issue in devstack from before? presumably it's still that neutron wants to take over routing for the local ipv4 connectivity in osic because it makes poor assumptions about what networks are safe to reuse | 14:20 |
kairat | infra-cores, could you please help with reviewing puppet app catalog patches: https://review.openstack.org/#/c/396314/ and https://review.openstack.org/#/c/400321/ ? | 14:20 |
AJaeger | jroll: I find it really strange for a non-official project to share ACLs this way: https://review.openstack.org/#/c/402223/4/gerrit/acls/openstack/virtualpdu.config . So, is it part of ironic or not? That setup screams "I'm part of ironic" | 14:20 |
amrith | fungi, likely yes | 14:20 |
fungi | at least i hadn't heard that was solved yet | 14:20 |
amrith | but we've moved things around a fair bit that I wanted to reset our understanding of what is going on under the covers | 14:20 |
jroll | AJaeger: agree, that acl is not right for an unofficial project (I didn't review the patch yet) | 14:20 |
fungi | jroll: AJaeger: oh, right please don't reuse official team acls for unofficial projects | 14:21 |
amrith | ok. in that case, till such time that it is fixed, the trove CI is dead in the water. | 14:21 |
ttx | fungi: Hi! We need to approve https://review.openstack.org/#/c/395660/ ASAP as the newest governance changes are now published to the new location | 14:22 |
*** wolverin_ has quit IRC | 14:22 | |
*** rbuzatu has quit IRC | 14:22 | |
jroll | AJaeger: left a review there | 14:22 |
AJaeger | jroll: It would help a lot if you or somebody from ironic would review that change and bless it going forward since you consider making it part of ironic. I'm reviewing right now as well and will leave comments... | 14:22 |
ttx | fungi: you might want to check on static.opentsacj.org that we have the right things in /srv/static/tc first | 14:22 |
fungi | amrith: was anyone on the trove team working on a solution? the details i remember are that a feature was added to devstack to support some internal routing needed by trove when used with neutron, but it was implemented in such a way that it doesn't work correctly everywhere | 14:22 |
ttx | static.openstack.org I mean | 14:23 |
jroll | AJaeger: it *may* become part of ironic later, that is not currently the plan (and hasn't even been proposed as a plan) | 14:23 |
amrith | fungi, please see email. we have all of the trove stuff working and it passes if the jobs run on rax | 14:23 |
amrith | they fail if they run on osic | 14:23 |
fungi | amrith: so if we revert that support to stop breaking ipv4 routing for nodes in osic, then trove still can't be tested in conjunction with neutron | 14:23 |
*** jamesdenton has quit IRC | 14:23 | |
*** amoralej|lunch is now known as amoralej | 14:23 | |
amrith | fungi, I don't understand | 14:23 |
amrith | the routing needed by trove appears to work in rax | 14:23 |
amrith | what is materially different in osic; we know not | 14:24 |
fungi | amrith: right! and not in osic because ot | 14:24 |
fungi | it's poorly designed | 14:24 |
AJaeger | jroll: I got a different perception on what the plan is - ok. | 14:24 |
fungi | amrith: a solution that only works some places is not a solution | 14:24 |
jroll | AJaeger: I'm not sure who gave you that perception, but it likely wasn't anyone from ironic-core :) | 14:24 |
amrith | fungi, the solution isn't (I believe) up in trove | 14:24 |
amrith | we are running in a devstack environment | 14:24 |
amrith | and if a guest instance | 14:24 |
amrith | spawned by nova | 14:25 |
fungi | amrith: the solution to the problem of being able to use trove with neutron in devstack was added in devstack | 14:25 |
amrith | can't talk to us, how's that supposed to be something that trove fixes? | 14:25 |
amrith | fungi, has that "solution" merged? | 14:25 |
fungi | and it was designed with shortsighted assumptions about what networks were safe to hard-code for local neutron routes | 14:25 |
amrith | fungi, what is that solution (change set)? is that what monty was working on? | 14:25 |
AJaeger | amrith: what about sending that email to openstack-infra mailing list instead of a long CC list? | 14:26 |
amrith | AJaeger, ok | 14:26 |
fungi | amrith: i think mordred and clarkb were taking a stab at a possible fix, but ultimately whoever added that feature in devstack isn't stepping up to reimplement it correctly which is what i find unfortunate | 14:26 |
srobert | AJaeger, jroll: haha, sorry, I may have skipped forward a bit :-) | 14:27 |
AJaeger | jroll: your comment from earlier "it will be in the future, but not yet" | 14:27 |
srobert | Thanks for the review | 14:27 |
openstackgerrit | Merged openstack-infra/project-config: Add zookeeper-servers to nodepool.yaml https://review.openstack.org/403990 | 14:27 |
amrith | fungi, let me cut to the chase here; what is it that we (trove) can do to help? | 14:27 |
jroll | AJaeger: sorry, should have been more clear, I would like it to be in the future if everything works out the way I want it to :) | 14:27 |
fungi | amrith: fix devstack? | 14:27 |
fungi | amrith: the devstack patch we recommended reverting, which you said "please don't, that's needed to be able to use trove with neutron" needs to be redesigned | 14:28 |
*** krtaylor has quit IRC | 14:28 | |
AJaeger | jroll: no worries ;) | 14:28 |
fungi | amrith: i don't have the url for the change in question handy, so i don't know who wrote it, but maybe they'd be willing to rewrite it | 14:28 |
amrith | fungi, is there a specific patch you can point me at; maybe we can see what they are doing and hack our way around it. | 14:28 |
amrith | AJaeger, email sent to openstack-infra list | 14:29 |
*** fguillot has quit IRC | 14:29 | |
*** mriedem has quit IRC | 14:29 | |
fungi | amrith: i'll see if i can track down the patch that introduced the regression so we have a better point of reference here | 14:29 |
*** srobert has quit IRC | 14:29 | |
amrith | fungi, thanks | 14:30 |
fungi | amrith: looks like it was the one which added pool support | 14:30 |
fungi | subnet pool support | 14:30 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the copy of mirror config https://review.openstack.org/403732 | 14:30 |
jroll | amrith: this is the bug tracking it fwiw https://bugs.launchpad.net/devstack/+bug/1629133 | 14:30 |
openstack | Launchpad bug 1629133 in OpenStack DBaaS (Trove) "New neutron subnet pool support breaks multinode testing." [Undecided,In progress] | 14:30 |
*** jamesdenton has joined #openstack-infra | 14:30 | |
openstackgerrit | Merged openstack-infra/system-config: Add iptables rule for zookeeper on nodepool.o.o https://review.openstack.org/403986 | 14:30 |
fungi | yeah, that's the one i'm looking through for a reference to the original implementation, but i may just resort to git log | 14:30 |
fungi | maybe https://review.openstack.org/356026 ? | 14:31 |
*** sreeram_v has quit IRC | 14:32 | |
jroll | fungi: yeah, believe that's the one | 14:32 |
amrith | fungi, thanks. looking at the bug | 14:32 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the network sanity check https://review.openstack.org/404243 | 14:32 |
ianychoi | AJaeger, I have a question: http://logs.openstack.org/98/397098/2/check/gate-i18n-specs-python27-ubuntu-xenial/1ccb444/console.html#_2016-11-29_14_29_30_404122 => could you suggest how the error will be dealt? The change is for initial support on i18n-specs: https://review.openstack.org/#/c/397098/ | 14:33 |
*** inc0 has joined #openstack-infra | 14:33 | |
fungi | amrith: so anyway, the gist is that subnetpool support in devstack relies on a fixed ipv4 assignment and chooses one which overlaps with local networking in some providers (namely osic) which is why you see it break there | 14:34 |
amrith | fungi, and your current understanding is that this needs to be fixed in which one of these? devstack, devstack-gate, or trove | 14:35 |
openstackgerrit | Merged openstack-infra/system-config: Add kazoo logger for nodepool-builder https://review.openstack.org/403997 | 14:35 |
amrith | I'm assuming devstack? | 14:35 |
fungi | amrith: devstack, yes | 14:35 |
amrith | oh brother | 14:35 |
fungi | aiui, this is devstack support for a neutron feature trove needs | 14:35 |
fungi | so maybe one of the devstack experts in trove's circle of devs would have some time to spend on it | 14:36 |
amrith | ok, will ping mvandijk and see what light he can shed on this. hi jroll | 14:36 |
amrith | anyway, we are now dead in the water. | 14:36 |
*** krtaylor has joined #openstack-infra | 14:36 | |
*** dizquierdo has quit IRC | 14:36 | |
amrith | until someone can figure out how to get around this. | 14:37 |
*** wolverineav has joined #openstack-infra | 14:37 | |
*** jascott1 has joined #openstack-infra | 14:37 | |
jroll | there's lots of recommendations in that bug report | 14:37 |
jroll | and a few patches | 14:37 |
AJaeger | ianychoi: your tox.ini file is not complete, add a commands line to testenv | 14:37 |
fungi | i assume this became a problem for trove either when it switched from redstack to devstack or when it switched from nova network to neutron (maybe both?) | 14:37 |
jroll | (as far as how to *actually* fix it) | 14:37 |
amrith | redstack was a wrapper on devstack. so not the former | 14:38 |
AJaeger | ianychoi: run "tox -e py27" locally... | 14:38 |
amrith | it was the latter | 14:38 |
ianychoi | AJaeger, I see, thanks for your comment ! | 14:38 |
*** tobybot11 has quit IRC | 14:38 | |
ianychoi | (I just copied from specs-cookiecutter but it did not work after upgrading into tox 2.5.0 .. IMO) | 14:38 |
*** mhickey has joined #openstack-infra | 14:39 | |
AJaeger | ianychoi: so, please fix specs-cookiecutter so that it works for the next person ;) | 14:39 |
*** dasm has quit IRC | 14:39 | |
ianychoi | AJaeger, yep I will :) | 14:39 |
*** rhallisey has joined #openstack-infra | 14:39 | |
fungi | amrith: anyway, the reason you see infra team members stepping in and trying to help, albeit inconsistently because we're stretched really thin, is because nobody in the related set of projects (trove, neutron, devstack) seems so far to want to put time into coming up with a thorough solution | 14:39 |
amrith | fungi, i am (and peterstac has) happy to put in the time. we don't know what the underlying issues are, and with some help I'm sure we can fix the issue. could someone from infra be the designated point person we could contact for this? | 14:40 |
*** wolverineav has quit IRC | 14:41 | |
fungi | amrith: i'm willing to be, though clarkb may be better able to articulate the finer points of the problem as he's the one who ultimately ended up investigating it when nobody else seemed to want to take responsibility for all the job failures and decided to just blame it on osic and ipv6 | 14:41 |
mordred | fungi, amrith: wait - I thought https://review.openstack.org/#/c/398012/ would fix it? | 14:42 |
*** vikrant has quit IRC | 14:42 | |
*** jascott1 has quit IRC | 14:42 | |
amrith | mordred, that has merged | 14:42 |
amrith | but it doesn't fix it | 14:42 |
*** jpena|lunch is now known as jpena | 14:43 | |
jroll | perhaps it isn't the same bug then? | 14:43 |
fungi | mordred: will it? needs 398611 which seems to still have some (unrelated?) job failures | 14:43 |
peterstac | mordred, amrith: it will, but we also need https://review.openstack.org/#/c/398611/ | 14:43 |
peterstac | fungi, right | 14:43 |
amrith | peterstac, I was asking about monty's patch which you reference | 14:43 |
openstackgerrit | Monty Taylor proposed openstack-infra/devstack-gate: Consume new variable IPV4_ADDRS_SAFE_TO_USE https://review.openstack.org/398611 | 14:43 |
mordred | I just fixed the review comment on 398611 | 14:44 |
fungi | i'll keep an eye on 398611 and approve if it seems to work with grenade | 14:44 |
openstackgerrit | Antoni Segura Puimedon proposed openstack-infra/project-config: kuryr-kubernetes: Add CI installation test job https://review.openstack.org/404191 | 14:44 |
jroll | amrith: so it does work on other clouds, just not osic, right? | 14:44 |
amrith | jroll, it works with neutron on RAX just fine | 14:45 |
mordred | jroll: it happens to work on other clouds | 14:45 |
amrith | so far it doesn't work on osic | 14:45 |
mordred | jroll: the issue is overlapping ip address ranges | 14:45 |
jroll | ok cool | 14:45 |
fungi | jroll: well, the problem it's trying to fix is only exhibited in osic because that's the only place with local networking that falls into teh range neutron is trying to take over | 14:45 |
openstackgerrit | Paul Belanger proposed openstack-infra/nodepool: Test rotation of builds in nodepool-builder https://review.openstack.org/400004 | 14:45 |
jroll | mordred: I was thinking it could be an issue with neutron not allowing control plane <-> instance networking, rather than this subnetpool bug | 14:45 |
fungi | someone could make a throwaway trove change that depends-on: Ic6720677a4a496d246a8f9be5ede1a53821f56dc and see if the formerly failing job succeeds | 14:46 |
amrith | fungi, we already used that patch | 14:46 |
amrith | and it works | 14:47 |
amrith | what i wanted to know was whether that patch was scheduled to merge | 14:47 |
amrith | or not | 14:47 |
*** [HeOS] has quit IRC | 14:47 | |
amrith | and if so, when | 14:47 |
*** mrtenio has joined #openstack-infra | 14:47 | |
fungi | amrith: as soon as it's working sufficiently to pass its defined jobs | 14:47 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Re-add metadata to image in non-strict mode https://review.openstack.org/404250 | 14:47 |
amrith | fungi, mordred's change works for us. we need it. if we could get it merged, we would be out of the woods. | 14:48 |
amrith | I refer to Ic6720677a4a496d246a8f9be5ede1a53821f56dc | 14:48 |
amrith | or https://review.openstack.org/398611 | 14:48 |
mordred | amrith: woot! hopefully the latest version of it will pass tests | 14:48 |
fungi | looks like the last patchset was incompatible with earlier branches of devstack, hence failed grenade. hopefully the latest patchset will be good | 14:48 |
mordred | jeblair, Shrews: ^^ this shade patch fixes the regression noted in the nodepool review | 14:48 |
*** mmandel has joined #openstack-infra | 14:49 | |
*** mtanino has joined #openstack-infra | 14:51 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Fix 'variable access via ... ' deprecated messages https://review.openstack.org/404251 | 14:51 |
openstackgerrit | Paul Belanger proposed openstack-infra/nodepool: Test rotation of builds in nodepool-builder https://review.openstack.org/400004 | 14:52 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the network sanity check https://review.openstack.org/404243 | 14:53 |
*** wolverineav has joined #openstack-infra | 14:53 | |
*** abregman is now known as abregman|afk | 14:54 | |
*** edmondsw has quit IRC | 14:55 | |
*** pilgrimstack1 has quit IRC | 14:56 | |
*** mriedem has joined #openstack-infra | 14:57 | |
*** trown is now known as trown|brb | 14:57 | |
*** dimtruck is now known as zz_dimtruck | 15:00 | |
openstackgerrit | Ian Y. Choi proposed openstack-dev/specs-cookiecutter: Specify placeholder testenv command for tox>=2.5 https://review.openstack.org/404256 | 15:00 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the network sanity check https://review.openstack.org/404243 | 15:00 |
mordred | rcarrillocruz: first patch in that stack looks great! in the second patch, can you also go ahead and delete the fix_etc_hosts function? | 15:00 |
rcarrillocruz | i haven't? | 15:01 |
rcarrillocruz | argh | 15:01 |
rcarrillocruz | ofc | 15:01 |
rcarrillocruz | i deleted the call | 15:01 |
rcarrillocruz | NOT the function | 15:01 |
rcarrillocruz | thx | 15:01 |
rcarrillocruz | ! | 15:01 |
mordred | :) | 15:01 |
mordred | I'm excited about this series | 15:01 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly fix_etc_hosts https://review.openstack.org/401975 | 15:01 |
* rcarrillocruz wonders if git-review could be configured somehow to not change the topic name when there's already a patch, so I don't have to remember to pass -t <topic> | 15:03 | |
*** rlandy is now known as rlandy|fallout_s | 15:04 | |
*** rlandy|fallout_s is now known as rlandy|fallout | 15:04 | |
openstackgerrit | Merged openstack-infra/system-config: Fix 'variable access via ... ' deprecated messages https://review.openstack.org/404251 | 15:04 |
*** spzala has joined #openstack-infra | 15:04 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/nodepool: Re-enable test: test_list_nodes https://review.openstack.org/400955 | 15:04 |
openstackgerrit | David Shrewsbury proposed openstack-infra/nodepool: Re-enable test: test_image_upload_fail https://review.openstack.org/400970 | 15:04 |
openstackgerrit | David Shrewsbury proposed openstack-infra/nodepool: Fix nits in test_image_upload_fail https://review.openstack.org/404257 | 15:04 |
openstackgerrit | Flavio Percoco proposed openstack/diskimage-builder: Show team and repo badges on README https://review.openstack.org/402576 | 15:04 |
*** tqtran has joined #openstack-infra | 15:05 | |
*** wolverineav has quit IRC | 15:06 | |
*** spzala has quit IRC | 15:06 | |
*** spzala has joined #openstack-infra | 15:06 | |
*** spzala has quit IRC | 15:06 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly BASE folder creation https://review.openstack.org/402107 | 15:06 |
*** spzala has joined #openstack-infra | 15:06 | |
*** spzala has quit IRC | 15:07 | |
*** bin_ has joined #openstack-infra | 15:07 | |
*** jaosorior has quit IRC | 15:07 | |
*** spzala has joined #openstack-infra | 15:07 | |
*** spzala has quit IRC | 15:07 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the start of fresh logging https://review.openstack.org/402208 | 15:08 |
*** jaosorior has joined #openstack-infra | 15:08 | |
*** spzala has joined #openstack-infra | 15:08 | |
*** spzala has quit IRC | 15:08 | |
*** nadya has quit IRC | 15:08 | |
*** rbuzatu_ has quit IRC | 15:09 | |
*** spzala has joined #openstack-infra | 15:09 | |
*** spzala has quit IRC | 15:09 | |
*** tqtran has quit IRC | 15:09 | |
*** Jeffrey4l has quit IRC | 15:09 | |
*** spzala has joined #openstack-infra | 15:09 | |
*** spzala has quit IRC | 15:10 | |
*** spzala has joined #openstack-infra | 15:10 | |
*** spzala has quit IRC | 15:10 | |
*** spzala has joined #openstack-infra | 15:11 | |
*** EricGonc_ has quit IRC | 15:11 | |
*** spzala has quit IRC | 15:11 | |
*** spzala has joined #openstack-infra | 15:12 | |
*** spzala has quit IRC | 15:12 | |
*** EricGonczer_ has joined #openstack-infra | 15:12 | |
*** spzala has joined #openstack-infra | 15:12 | |
*** spzala has quit IRC | 15:13 | |
*** spzala has joined #openstack-infra | 15:13 | |
*** spzala has quit IRC | 15:13 | |
*** spzala has joined #openstack-infra | 15:14 | |
*** spzala_ has joined #openstack-infra | 15:14 | |
*** spzala_ has quit IRC | 15:14 | |
*** garyk1 has quit IRC | 15:15 | |
*** ldnunes has joined #openstack-infra | 15:15 | |
*** dasm_away has joined #openstack-infra | 15:15 | |
*** spzala has joined #openstack-infra | 15:15 | |
*** trown|brb is now known as trown | 15:15 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the setup of stack user https://review.openstack.org/403664 | 15:15 |
openstackgerrit | Merged openstack-infra/jenkins-job-builder: Fix plot publisher tests https://review.openstack.org/400375 | 15:15 |
*** wolverineav has joined #openstack-infra | 15:15 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the setup of the tempest user https://review.openstack.org/403727 | 15:16 |
*** EricGonczer_ has quit IRC | 15:16 | |
*** mmandel has quit IRC | 15:17 | |
*** srobert has joined #openstack-infra | 15:18 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly adding vz group to stack user https://review.openstack.org/404151 | 15:18 |
*** rbrndt has joined #openstack-infra | 15:18 | |
*** mmandel has joined #openstack-infra | 15:18 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Fix typo in nodepool-builder.logging.conf https://review.openstack.org/404270 | 15:18 |
*** dasm_away is now known as dasm | 15:18 | |
pabelanger | mordred: rcarrillocruz: fungi: Mind a quick +2A on ^, typo in nodepool-builder logging.conf | 15:19 |
rcarrillocruz | done | 15:19 |
pabelanger | danke | 15:19 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the copy of mirror config https://review.openstack.org/403732 | 15:19 |
*** wolverineav has quit IRC | 15:20 | |
*** senk has joined #openstack-infra | 15:20 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack-infra/tripleo-ci: WIP TLS everywhere job https://review.openstack.org/391738 | 15:21 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the network sanity check https://review.openstack.org/404243 | 15:21 |
*** hongbin has joined #openstack-infra | 15:22 | |
*** mmandel has quit IRC | 15:22 | |
*** pilgrimstack has joined #openstack-infra | 15:23 | |
*** pilgrimstack has left #openstack-infra | 15:24 | |
*** nadya has joined #openstack-infra | 15:25 | |
*** tung_doan_ has quit IRC | 15:25 | |
*** abregman|afk is now known as abregman | 15:25 | |
*** rajinir has joined #openstack-infra | 15:26 | |
*** smarcet has joined #openstack-infra | 15:27 | |
*** chlong has joined #openstack-infra | 15:27 | |
*** zz_dimtruck is now known as dimtruck | 15:28 | |
*** mriedem is now known as mriedem_meeting | 15:29 | |
*** ldnunes has quit IRC | 15:32 | |
openstackgerrit | Merged openstack-infra/nodepool: Re-enable test: test_list_nodes https://review.openstack.org/400955 | 15:32 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the network sanity check https://review.openstack.org/404243 | 15:33 |
*** esikache1 has quit IRC | 15:33 | |
openstackgerrit | Merged openstack-infra/system-config: Fix typo in nodepool-builder.logging.conf https://review.openstack.org/404270 | 15:33 |
*** eharney has joined #openstack-infra | 15:34 | |
*** mmandel has joined #openstack-infra | 15:34 | |
*** sshnaidm is now known as sshnaidm|mtg | 15:35 | |
*** wolverineav has joined #openstack-infra | 15:35 | |
openstackgerrit | Stephane Robert proposed openstack-infra/project-config: New CI service - Virtual PDU https://review.openstack.org/402223 | 15:36 |
srobert | Thanks for the review. I removed all Ironic stuff from the initial project creation/import ^^^ | 15:37 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the start of fresh logging https://review.openstack.org/402208 | 15:37 |
*** zul has joined #openstack-infra | 15:38 | |
*** senk has quit IRC | 15:38 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the setup of stack user https://review.openstack.org/403664 | 15:40 |
*** wolverineav has quit IRC | 15:40 | |
*** psachin has quit IRC | 15:40 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the setup of the tempest user https://review.openstack.org/403727 | 15:42 |
*** ricardoas has left #openstack-infra | 15:42 | |
*** dizquierdo has joined #openstack-infra | 15:42 | |
electrofelix | anyone to review/approve patches to git-review about? have a few patches hanging around a while - https://review.openstack.org/312885, https://review.openstack.org/312056, https://review.openstack.org/389701 | 15:44 |
*** Jeffrey4l has joined #openstack-infra | 15:44 | |
dmsimard | Hi cores, I'm still looking for a second +2 on an improvement to logs.o.o on gzipped content (successfully tested on logs-dev) https://review.openstack.org/#/c/397773/ | 15:44 |
*** tlian has quit IRC | 15:46 | |
*** oanson has quit IRC | 15:46 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly adding vz group to stack user https://review.openstack.org/404151 | 15:46 |
*** fguillot has joined #openstack-infra | 15:47 | |
rajinir | Zuul problem, need help: There is a change item in the queue that says "Unknown Project" and zuul is throwing exception. How do I fix it? | 15:48 |
*** ricardoas has joined #openstack-infra | 15:49 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the copy of mirror config https://review.openstack.org/403732 | 15:49 |
*** bnemec has joined #openstack-infra | 15:49 | |
*** hrybacki is now known as hrybacki|mtg | 15:50 | |
*** Jeffrey4l has quit IRC | 15:51 | |
openstackgerrit | Stephane Robert proposed openstack-infra/project-config: New CI service - Virtual PDU https://review.openstack.org/402223 | 15:51 |
*** Jeffrey4l has joined #openstack-infra | 15:51 | |
*** sreeram_v has joined #openstack-infra | 15:52 | |
rajinir | Zuul: Is there a way to dequeue a pending job that has this "Unknown Project" problem so I don't have to restart Zuul | 15:52 |
openstackgerrit | Isaac Beckman proposed openstack-infra/project-config-example: Remove reference to node-devstack https://review.openstack.org/404291 | 15:52 |
openstackgerrit | David Shrewsbury proposed openstack-infra/nodepool: DNM: Debug of uploading https://review.openstack.org/404292 | 15:52 |
openstackgerrit | Merged openstack-infra/project-config: Update deploy-guide gate jobs for newton inclusion https://review.openstack.org/404170 | 15:52 |
openstackgerrit | Merged openstack-infra/project-config: TripleO: Test Barbican in scenario002 https://review.openstack.org/404217 | 15:53 |
openstackgerrit | Merged openstack-infra/project-config: Move ironic-multinode non-voting job to check queue https://review.openstack.org/404070 | 15:53 |
*** tlian has joined #openstack-infra | 15:53 | |
openstackgerrit | Merged openstack-infra/project-config: Add new project: fuel-ccp-rally https://review.openstack.org/401220 | 15:54 |
*** baoli has quit IRC | 15:55 | |
*** john-davidge has quit IRC | 15:55 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the network sanity check https://review.openstack.org/404243 | 15:55 |
openstackgerrit | Merged openstack-infra/project-config: Add publishing jobs to Almanach (docs) https://review.openstack.org/403840 | 15:55 |
*** baoli has joined #openstack-infra | 15:55 | |
*** adrian_otto has joined #openstack-infra | 15:55 | |
*** ldnunes has joined #openstack-infra | 15:56 | |
*** xarses has joined #openstack-infra | 15:56 | |
openstackgerrit | Merged openstack-infra/project-config: Add fuel-plugin-rally project https://review.openstack.org/359076 | 15:56 |
mordred | rcarrillocruz: I've got a callback plugin patch coming for you | 15:57 |
rajinir | Zuul queue seems to be stuck, can someone help me to unblock this issue? | 15:57 |
*** xarses_ has joined #openstack-infra | 15:57 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/nodepool: DNM: Debug of uploading https://review.openstack.org/404292 | 15:57 |
rcarrillocruz | cool, i guess for getting sane output in d-g runs | 15:57 |
mordred | yah | 15:57 |
rajinir | Zuul Stuck on unknown project issue https://usercontent.irccloud-cdn.com/file/GcsbO8iM/ZuulStuck | 15:58 |
*** jascott1 has joined #openstack-infra | 15:59 | |
openstackgerrit | Monty Taylor proposed openstack-infra/devstack-gate: Add ansible callback plugin to make output nicer https://review.openstack.org/404295 | 15:59 |
mordred | rcarrillocruz: ^^ | 15:59 |
mordred | rcarrillocruz: I tested locally, but there could be issues with what directory we're in | 15:59 |
*** madorn has quit IRC | 15:59 | |
rcarrillocruz | i'll check it out, thanks | 15:59 |
openstackgerrit | Paul Belanger proposed openstack-infra/elastic-recheck: Add query for nodepool database drop issue bug 1645766 https://review.openstack.org/404296 | 16:00 |
*** yuval has quit IRC | 16:00 | |
openstack | bug 1645766 in OpenStack-Gate "nodepool fails to drop database for testing" [Undecided,New] https://launchpad.net/bugs/1645766 | 16:00 |
*** mriedem_meeting is now known as mriedem | 16:00 | |
pabelanger | jeblair: clarkb: ^ elastic-recheck query for our database drop issue in nodepool | 16:00 |
pabelanger | should help cut down on manual rechecks | 16:00 |
*** xarses has quit IRC | 16:01 | |
*** csomerville has joined #openstack-infra | 16:02 | |
mordred | clarkb: ^^ you may also want to look at my devstack-gate patch above | 16:02 |
mordred | clarkb: it addresses your conversation with rcarrillocruz from yesterday | 16:02 |
*** strigazi_AFK is now known as strigazi | 16:02 | |
rcarrillocruz | clarkb: yeah, when you're around, the patch series should be good now | 16:03 |
mordred | (also, it has a neat sideeffect of printing out the entire set of ansible facts) | 16:03 |
rcarrillocruz | they're now self-testing | 16:03 |
*** rcernin has quit IRC | 16:03 | |
rcarrillocruz | and fixed a few issues that caused red | 16:03 |
rcarrillocruz | also just amended gather_facts where it makes sense | 16:03 |
*** jascott1 has quit IRC | 16:03 | |
clarkb | rcarrillocruz: mordred ok | 16:03 |
rcarrillocruz | clarkb: chain starts at https://review.openstack.org/#/c/391519/ | 16:04 |
rcarrillocruz | brb | 16:04 |
rcarrillocruz | coffee and cake | 16:04 |
clarkb | mordred: is your chain in rcarrillocruz's? | 16:04 |
*** jaosorior has quit IRC | 16:05 | |
pleia2 | got my new license plate the other day, figured you all would enjoy it https://www.flickr.com/photos/pleia2/30442058184/ | 16:05 |
pleia2 | (it's a 7, not a Z, but EVERY TIME I SEE IT) | 16:05 |
rcarrillocruz | lol | 16:06 |
rcarrillocruz | that's superawesome pleia2 :D | 16:06 |
*** huanxie has quit IRC | 16:06 | |
*** anilvenkata has joined #openstack-infra | 16:06 | |
anilvenkata | clarkb, ping | 16:06 |
clarkb | anilvenkata: hello | 16:06 |
*** chlong has quit IRC | 16:07 | |
anilvenkata | clarkb, I am frequently rebasing this change https://review.openstack.org/#/c/383742/ | 16:07 |
anilvenkata | clarkb, again I need to rebase :) | 16:07 |
mordred | clarkb: yes, it's the second in the chain - I made it depend on rcarrillocruz's first patch so that it would show the modificaiton of the output | 16:07 |
*** tojuvone has quit IRC | 16:07 | |
mordred | clarkb: https://review.openstack.org/404295 | 16:07 |
anilvenkata | clarkb, can you please review it once I submit a new patchset | 16:08 |
*** tojuvone has joined #openstack-infra | 16:08 | |
clarkb | anilvenkata: there are many other project-config reviewers... I can review it, but not sure why I keep getting singled out | 16:08 |
*** ldnunes has quit IRC | 16:08 | |
anilvenkata | clarkb, sorry for that, I remember we discussed this in neutron design summits and was taking your help in the initail patchsets | 16:10 |
anilvenkata | clarkb, so was waiting for you :) | 16:10 |
clarkb | anilvenkata: definitely don't wait for me if you have other reviewers, I will try to get it reviewed when rebased though. | 16:10 |
anilvenkata | clarkb, sure, thanks clarkb | 16:11 |
clarkb | mordred: also why is it so impossible for ansible to just ship an output formatter that isn't terrible? | 16:11 |
openstackgerrit | Monty Taylor proposed openstack-infra/nodepool: Remove unused function make_image_dict https://review.openstack.org/404306 | 16:11 |
openstackgerrit | Monty Taylor proposed openstack-infra/nodepool: Move to using properties instead of metadata https://review.openstack.org/404307 | 16:11 |
clarkb | mordred: it seems bad that we keep needing to rewrite this wheel everywhere we use ansible | 16:11 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-nodepool: Add SSH public key to nodepool-builder https://review.openstack.org/404309 | 16:12 |
clarkb | mordred: rcarrillocruz does ansible know to magically lookfor the ansible.cfg in the same dir as the inventory file? | 16:13 |
clarkb | or is it looking in pwd? | 16:13 |
mordred | clarkb: there are like 20 output formatters | 16:14 |
mordred | clarkb: pwd | 16:14 |
clarkb | mordred: last I checked none of them had those fancy things called timestamps | 16:14 |
mordred | clarkb: the output formatter 'minimal' is mostly what this is and is pretty good - only thing I added were the timestamps | 16:14 |
clarkb | right timestamps... | 16:14 |
mordred | clarkb: we could totally submit this one to upstream | 16:14 |
*** winggundamth_ has joined #openstack-infra | 16:15 | |
openstackgerrit | Markos Chandras proposed openstack/diskimage-builder: elements: zypper-minimal: Add ca-certificates-mozilla package https://review.openstack.org/404315 | 16:15 |
*** yamahata has joined #openstack-infra | 16:17 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-openstackci: Add SSH public key to nodepool-builder https://review.openstack.org/404317 | 16:18 |
*** dizquierdo has quit IRC | 16:18 | |
*** winggundamth_ has quit IRC | 16:18 | |
*** eharney has quit IRC | 16:19 | |
openstackgerrit | Paul Belanger proposed openstack-infra/system-config: Add SSH public key to nodepool-builder https://review.openstack.org/404319 | 16:20 |
openstackgerrit | venkata anil proposed openstack-infra/project-config: Create experimental Neutron DVR+HA multinode job https://review.openstack.org/383742 | 16:20 |
*** chlong has joined #openstack-infra | 16:20 | |
openstackgerrit | Monty Taylor proposed openstack-infra/nodepool: Flag uploaded images as being managed by nodepool https://review.openstack.org/404322 | 16:21 |
*** ldnunes has joined #openstack-infra | 16:21 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/nodepool: DNM: Debug of uploading https://review.openstack.org/404292 | 16:22 |
openstackgerrit | Monty Taylor proposed openstack-infra/nodepool: Flag uploaded images as being managed by nodepool https://review.openstack.org/404322 | 16:23 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-nodepool: Add SSH public key to nodepool-builder https://review.openstack.org/404309 | 16:24 |
*** bhavik1 has joined #openstack-infra | 16:24 | |
*** e0ne_ has quit IRC | 16:24 | |
openstackgerrit | Merged openstack-infra/tripleo-ci: Enable consuming packages for a feature branch https://review.openstack.org/399562 | 16:25 |
openstackgerrit | Merged openstack-infra/tripleo-ci: Consume TripleO CI scenarios envs from THT https://review.openstack.org/402131 | 16:25 |
*** dimtruck is now known as zz_dimtruck | 16:26 | |
*** zz_dimtruck is now known as dimtruck | 16:28 | |
*** smarcet has quit IRC | 16:29 | |
openstackgerrit | Merged openstack-infra/nodepool: Re-enable test: test_image_upload_fail https://review.openstack.org/400970 | 16:30 |
*** rbrndt_ has joined #openstack-infra | 16:30 | |
*** fernnest has quit IRC | 16:30 | |
*** rbrndt has quit IRC | 16:30 | |
*** rbuzatu has joined #openstack-infra | 16:30 | |
*** jschwarz has quit IRC | 16:32 | |
openstackgerrit | Monty Taylor proposed openstack-infra/nodepool: Re-enable alien-image-list command and tests https://review.openstack.org/400836 | 16:32 |
*** armax has joined #openstack-infra | 16:32 | |
*** andreas_s has quit IRC | 16:32 | |
*** smarcet has joined #openstack-infra | 16:32 | |
*** esikache1 has joined #openstack-infra | 16:33 | |
*** jschwarz has joined #openstack-infra | 16:35 | |
*** sreeram_v has quit IRC | 16:35 | |
*** pcaruana has quit IRC | 16:36 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/nodepool: Add znode stat structure to build/upload objects https://review.openstack.org/404292 | 16:39 |
openstackgerrit | David Shrewsbury proposed openstack-infra/nodepool: DNM: Debug of uploading https://review.openstack.org/404335 | 16:39 |
*** mtani____ has joined #openstack-infra | 16:39 | |
*** mtanino has quit IRC | 16:40 | |
clarkb | rcarrillocruz: can you double check when you have a chance, but gerrit is claiming that the base change in the stack has gotten detached from the others (they all depend on patchset 16 of first change btu it has 17 patchsets) | 16:41 |
openstackgerrit | Monty Taylor proposed openstack-infra/nodepool: Add build and upload information to image metadata https://review.openstack.org/404337 | 16:41 |
clarkb | rcarrillocruz: likely just need to rebase to reattach to latest patchset there | 16:41 |
pabelanger | clarkb: mordred: jeblair: rcarrillocruz: Do you mind adding https://review.openstack.org/#/q/topic:zuulv3-builder to your review queue? Fixes an issue with SSH public key for zuul on nb01.o.o | 16:42 |
rcarrillocruz | back | 16:42 |
*** esikache1 has quit IRC | 16:42 | |
rcarrillocruz | clarkb: ack | 16:43 |
clarkb | rcarrillocruz: maybe you want to put mordred's chagne in your stack too | 16:43 |
rcarrillocruz | let me see | 16:43 |
rcarrillocruz | i should probably also put mordred change on the chain | 16:43 |
clarkb | rcarrillocruz: that way all the subsequent changes will get tested with it (right now its a tree with mordred off on its own leaf) | 16:43 |
rcarrillocruz | btw, does git restack help with rebasing dependent changes? | 16:44 |
rcarrillocruz | i'm right now doing git rebase --onto new_parent old_parent, whenever i change anything in the root of the tree | 16:44 |
rcarrillocruz | which is a bit of a pain | 16:44 |
*** jamesdenton has quit IRC | 16:45 | |
openstackgerrit | sebastian marcet proposed openstack-infra/system-config: Updated OpenstackId Dev configuration to use LV 5.x https://review.openstack.org/404339 | 16:45 |
clarkb | rcarrillocruz: my workflow tends to be edit things at end of tree (leaves), commit them with message like "squash this", git rebase -i HEAD~commitsback, reorder to where I want to squash, rebase. git restack handles the git rebase -i HEAD~commitsback part mroe smartly aiui | 16:45 |
mordred | rcarrillocruz: I usually just do thing like git rebase -i $sha | 16:45 |
jeblair | rcarrillocruz: it does an interactive rebase onto the base of the stack you are working on, without rebasing on the head of the remote branch if the remote branch has moved since you started. | 16:45 |
clarkb | but that way I never have a tree that is out of date | 16:45 |
*** hrybacki|mtg is now known as hrybacki | 16:45 | |
*** esikache1 has joined #openstack-infra | 16:46 | |
clarkb | because every time I commit I udpate the entire tree as necessary | 16:46 |
jeblair | clarkb: yeah, i do that too, and git restack helps with that as you say | 16:46 |
mordred | rcarrillocruz: so in this case, i'd 'git review -d 404295 ; git rebase -i 72f680a4b4c63e3f14f7c231fea4eaaff628b397' | 16:46 |
rcarrillocruz | hmm k, let me play with it | 16:47 |
mordred | but then my git workflow should almost _never_ be copied by other people - as I tend to use reset --hard instead of branches way too often | 16:47 |
*** sshnaidm|mtg is now known as sshnaidm | 16:47 | |
*** jascott1 has joined #openstack-infra | 16:47 | |
*** trown is now known as trown|lunch | 16:47 | |
*** anilvenkata has quit IRC | 16:48 | |
openstackgerrit | John L. Villalovos proposed openstack-infra/devstack-gate: Set HOME when doing sudo pip install by using 'sudo -H' https://review.openstack.org/399165 | 16:48 |
jeblair | i also often hit 'c' in gertty to check out a change, and then amend it, then hit x on each of the changes i want to stack on top of it, then git-review the stack | 16:48 |
*** vhosakot has joined #openstack-infra | 16:49 | |
Zara | mordred: hahaha, now I feel less bad about (ab)using git reset --hard so much... | 16:49 |
tosky | infra-core, this small but (I think) useful change of mine for devstack-gate is waiting for a while (and with a +2 already): https://review.openstack.org/#/c/362696/ | 16:49 |
jeblair | (it's nice to be able to say "this one, then this one, then this one, go") | 16:49 |
* clarkb wanders downstairs for caffeine and will return to start reviewing all the things | 16:50 | |
*** esikache1 has quit IRC | 16:52 | |
openstackgerrit | Monty Taylor proposed openstack-infra/nodepool: Add build and upload information to image metadata https://review.openstack.org/404337 | 16:52 |
*** mtanino has joined #openstack-infra | 16:52 | |
*** mtani____ has quit IRC | 16:53 | |
*** jamesdenton has joined #openstack-infra | 16:54 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the network sanity check https://review.openstack.org/404243 | 16:55 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the start of fresh logging https://review.openstack.org/402208 | 16:55 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly BASE folder creation https://review.openstack.org/402107 | 16:55 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the copy of mirror config https://review.openstack.org/403732 | 16:55 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly fix_etc_hosts https://review.openstack.org/401975 | 16:55 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the setup of stack user https://review.openstack.org/403664 | 16:55 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the setup of the tempest user https://review.openstack.org/403727 | 16:55 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly adding vz group to stack user https://review.openstack.org/404151 | 16:55 |
*** smarcet has quit IRC | 16:55 | |
openstackgerrit | Sagi Shnaidman proposed openstack-infra/tripleo-ci: Copy deploy and validate args to one place https://review.openstack.org/403868 | 16:55 |
*** eharney has joined #openstack-infra | 16:55 | |
openstackgerrit | Monty Taylor proposed openstack-infra/nodepool: Re-enable alien-image-list command and tests https://review.openstack.org/400836 | 16:56 |
*** rbrndt__ has joined #openstack-infra | 16:56 | |
rcarrillocruz | i wip the network sanity check cos frankly i'm not super happy with the set_fact and envvars handling | 16:56 |
rcarrillocruz | the rest of the chain should be good i think | 16:56 |
*** isaacb has joined #openstack-infra | 16:57 | |
*** rbrndt_ has quit IRC | 16:57 | |
*** hashar is now known as hasharAWay | 16:57 | |
mordred | rcarrillocruz: woot! I'm excited | 16:58 |
rcarrillocruz | i'm happy to take a stab at ansiblying the setup_workspace | 16:59 |
rcarrillocruz | or whatever other d-g pieces of bash code | 17:00 |
openstackgerrit | John L. Villalovos proposed openstack-infra/devstack-gate: WIP/DNM/DNR: Testing stuff. https://review.openstack.org/404344 | 17:01 |
*** adrian_otto has quit IRC | 17:01 | |
*** markus_z has quit IRC | 17:01 | |
*** fernnest has joined #openstack-infra | 17:01 | |
*** hamzy has quit IRC | 17:02 | |
*** shashank_hegde has joined #openstack-infra | 17:02 | |
openstackgerrit | Sagi Shnaidman proposed openstack-infra/tripleo-ci: DONT REVIEW: tempest tests https://review.openstack.org/404345 | 17:03 |
*** sdake_ has joined #openstack-infra | 17:03 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Re-add metadata to image in non-strict mode https://review.openstack.org/404250 | 17:04 |
*** dtantsur is now known as dtantsur|afk | 17:04 | |
mordred | Shrews, rcarrillocruz: ^^ sorry, missed updating a unit test | 17:04 |
*** xionchen_ has quit IRC | 17:04 | |
*** baoli has quit IRC | 17:05 | |
*** sdake has quit IRC | 17:06 | |
*** asettle has quit IRC | 17:08 | |
*** abregman has quit IRC | 17:09 | |
*** chlong has quit IRC | 17:10 | |
*** isaacb has quit IRC | 17:10 | |
*** wolverineav has joined #openstack-infra | 17:11 | |
*** chandankumar is now known as chandankumar|off | 17:12 | |
*** baoli has joined #openstack-infra | 17:12 | |
*** shashank_hegde has quit IRC | 17:12 | |
*** adrian_otto has joined #openstack-infra | 17:13 | |
*** raildo has quit IRC | 17:15 | |
*** Hal1 has quit IRC | 17:15 | |
*** fernnest has quit IRC | 17:15 | |
*** shashank_hegde has joined #openstack-infra | 17:16 | |
*** fernnest has joined #openstack-infra | 17:16 | |
ihrachys | fungi: traditional ping re: https://review.openstack.org/#/c/382621/ and more importantly https://review.openstack.org/#/c/381979/ (support for versions in bindep) | 17:17 |
ihrachys | I believe the first is too easy to sit in the queue | 17:18 |
*** xarses_ has quit IRC | 17:19 | |
*** drifterza has quit IRC | 17:20 | |
clarkb | mriedem: does nova support config drive + live migration yet? I think that work was in progress last cycle | 17:20 |
*** honza has quit IRC | 17:20 | |
*** zzzeek has quit IRC | 17:20 | |
clarkb | mriedem: asking beacuse if it does I think we may want to update our multinode jobs to stop explicitly turning it off uncoditionally | 17:21 |
*** jpich has quit IRC | 17:21 | |
*** nadya has quit IRC | 17:22 | |
*** knangia has joined #openstack-infra | 17:22 | |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: Add configurable mtu to --mulitnode-setup https://review.openstack.org/385162 | 17:23 |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: Add --setup-nodepool-files option https://review.openstack.org/385160 | 17:23 |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: Add 3 node multinode job https://review.openstack.org/397441 | 17:23 |
*** honza has joined #openstack-infra | 17:23 | |
*** smarcet has joined #openstack-infra | 17:23 | |
*** honza is now known as Guest24 | 17:23 | |
*** chlong has joined #openstack-infra | 17:24 | |
*** zzzeek has joined #openstack-infra | 17:24 | |
*** dtardivel has quit IRC | 17:24 | |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-nodepool: Add SSH public key to nodepool-builder https://review.openstack.org/404309 | 17:25 |
mriedem | clarkb: i thought so, would have to check, pkoniszewski or tdurakov might know for sure | 17:25 |
clarkb | rcarrillocruz: re https://review.openstack.org/#/c/404151/ I thought openvz wasn't used anywhere? did you find a place where we needed that? | 17:25 |
*** makowals_ has quit IRC | 17:25 | |
rcarrillocruz | well, mriedem said some 3rd party apparently may depend on openvz | 17:25 |
rcarrillocruz | thus i wip'd the change to remove it | 17:25 |
rcarrillocruz | and migrated it to ansible for now | 17:25 |
clarkb | huh | 17:26 |
mordred | that still seems like something that should be handled in the devstack plugin for the driver using openvz | 17:26 |
*** matrohon has quit IRC | 17:26 | |
mriedem | mordred: same for libvirt and xen then? | 17:26 |
clarkb | mordred: +averylargenumber | 17:26 |
clarkb | mriedem: libvirt and xen already work that way I think | 17:26 |
mriedem | there is libvirt and xen specific conditionals all over devstack | 17:27 |
mordred | mriedem: yah. devstack-gate should only be about the interface between devstack and the specifics of the CI environment - devstack is the thing that should hold the real logic about setting something up | 17:27 |
mriedem | s/is/are/ | 17:27 |
*** vhosakot has quit IRC | 17:27 | |
clarkb | mriedem: yup but not devstack-gate | 17:27 |
clarkb | mriedem: we are saying put this in devstack or a devstack plugin, it has no reason to be in devstack gate | 17:27 |
mriedem | which patch are we talking about? | 17:27 |
mordred | there's nothing special about the CI environment as it relates to the stack user needing to be in the vz group | 17:27 |
clarkb | mriedem: https://review.openstack.org/#/c/404151/7/functions.sh | 17:27 |
clarkb | rcarrillocruz: my vote would be to remvoe it now because otherwise we will never get this cleaned out | 17:28 |
mriedem | ok i didn't realize that was d-g | 17:28 |
mriedem | i agree that should be in devstack | 17:28 |
mordred | \o/ | 17:28 |
clarkb | rcarrillocruz: and if it breaks anyone apologize and point them at devstack/devstack plugion | 17:28 |
mriedem | i'll let the virtuozzo guys know | 17:28 |
rcarrillocruz | ok, amrith said they don't use it | 17:29 |
rcarrillocruz | so if mriedem is cool | 17:29 |
rcarrillocruz | i'll amend the chain | 17:29 |
*** krtaylor has quit IRC | 17:29 | |
mriedem | i pointed out https://review.openstack.org/#/c/404151/7/functions.sh to mnestratov | 17:29 |
mriedem | and added him | 17:29 |
*** agarner has joined #openstack-infra | 17:29 | |
clarkb | rcarrillocruz: http://logs.openstack.org/19/391519/17/check/gate-tempest-dsvm-neutron-full-ubuntu-xenial/7786234/logs/devstack-gate-setup-host.txt.gz looks much better thanks | 17:29 |
*** mnestratov has joined #openstack-infra | 17:30 | |
mordred | clarkb: http://logs.openstack.org/95/404295/1/check/gate-tempest-dsvm-full-ubuntu-trusty-liberty-nv/6433e7e/logs/devstack-gate-setup-host.txt.gz is the change with the new output format - what do we think about the inclusion of the discovered facts? | 17:30 |
clarkb | oh huh there are rhel7 kernels with openvz support | 17:30 |
*** vhosakot has joined #openstack-infra | 17:30 | |
*** zara_the_lemur has joined #openstack-infra | 17:30 | |
mordred | jeblair, rcarrillocruz: ^^ same question to y'all | 17:31 |
openstackgerrit | David Shrewsbury proposed openstack-infra/nodepool: Fix test_image_delete https://review.openstack.org/404356 | 17:31 |
clarkb | mordred: I like it and we can probably remove some of the redundant info printing if we go with that. We probably don't also need the facter facts though | 17:31 |
*** zara_the_lemur is now known as zara_the_lemur__ | 17:31 | |
mordred | clarkb: well, they just show up if facter is installed - if facter isn't installed, they won't | 17:31 |
mordred | we can, of course, filter them | 17:32 |
rcarrillocruz | i like it | 17:32 |
fungi | mordred: clarkb: 398611 just failed out on gate-tempest-dsvm-neutron-full-ubuntu-xenial in the gate after passing in check | 17:32 |
rcarrillocruz | i prefer getting everything rather than doing a random debug statement | 17:33 |
clarkb | mordred: rcarrillocruz I like that it gives us a bunch of the info we were already collecting + more potentially useful stuff. so we can simplify our code and get more out of it | 17:33 |
clarkb | fungi: looking | 17:33 |
rcarrillocruz | clarkb: ++ | 17:33 |
mordred | clarkb: want me to take a stab at filtering out facter? | 17:33 |
mnestratov | hi all, I'm from Virtuozzo | 17:33 |
clarkb | mordred: sure | 17:33 |
amrith | rcarrillocruz, I don't think we use it :) | 17:34 |
clarkb | mnestratov: hey long story short we would like to stop doing a bunch of openvs related setup in openstack-infra/devstack-gate. We think that belongs in devstack or a devstack plugin | 17:34 |
fungi | mordred: clarkb: looks like it bombed on tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port | 17:34 |
mnestratov | clarkb: openvz for rhel7 is a bit another beast | 17:34 |
clarkb | mnestratov: rcarrillocruz should have a good idea of the specific things we would like to remove from devstack-gate, was there a wip change encompassing it all? | 17:34 |
rcarrillocruz | mnestratov , clarkb : https://review.openstack.org/#/c/403858/ | 17:34 |
*** cody-somerville has joined #openstack-infra | 17:35 | |
*** cody-somerville has joined #openstack-infra | 17:35 | |
clarkb | fungi: looks like it was an api connectio nfailure? | 17:36 |
*** ldnunes has quit IRC | 17:36 | |
fungi | keystoneauth1.exceptions.connection.ConnectFailure | 17:37 |
clarkb | fungi: at http://logs.openstack.org/11/398611/3/gate/gate-tempest-dsvm-neutron-full-ubuntu-xenial/aec102a/logs/screen-n-api.txt.gz?level=TRACE#_2016-11-29_17_13_42_870 | 17:37 |
*** csomerville has quit IRC | 17:37 | |
fungi | "ConnectFailure: Unable to establish connection to https://15.184.69.170:9696/... | 17:38 |
clarkb | mordred: rcarrillocruz so ya my vote would be to try to remove the facter facts as those are likely mostly redundant and to remove the bits like kernel reporting and cpu count and so on from our logs that are no longer required. Looks like we still need a distinct locale report | 17:38 |
rcarrillocruz | k | 17:39 |
*** cody-somerville has quit IRC | 17:39 | |
*** daemontool has quit IRC | 17:39 | |
fungi | clarkb: looks like maybe httplib was unhappy with the tls socket there? | 17:39 |
fungi | abnormal proxy termination? | 17:40 |
mnestratov | cody-somerville: I think it's safe just to remove it | 17:41 |
clarkb | fungi: [Tue Nov 29 17:13:42.862230 2016] [ssl:info] [pid 6235:tid 140493220415232] (70014)End of file found: [client 15.184.69.170:45298] [frontend 15.184.69.170:9292] AH01991: SSL input filter read failed. | 17:41 |
clarkb | fungi: I think ^ is the proxy side error | 17:41 |
fungi | agreed | 17:41 |
*** cody-somerville has joined #openstack-infra | 17:41 | |
*** cody-somerville has quit IRC | 17:41 | |
*** cody-somerville has joined #openstack-infra | 17:41 | |
fungi | just found that as well | 17:41 |
clarkb | er wait 9292 isn't keystone though | 17:41 |
fungi | neutron? | 17:42 |
clarkb | glance? | 17:42 |
clarkb | (btw this is why I don't like having special ports for everything) | 17:42 |
clarkb | ya thats glance | 17:43 |
openstackgerrit | xiaodongwang991481 proposed openstack-infra/project-config: add multinode tempest test coverage in networking-sfc https://review.openstack.org/391979 | 17:43 |
*** matrohon has joined #openstack-infra | 17:43 | |
fungi | glance has a security-groups implementation? | 17:43 |
* fungi shows his ignorance of openstack service internals again | 17:44 | |
*** xarses has joined #openstack-infra | 17:44 | |
clarkb | fungi: nope, I think that error is unrelated | 17:44 |
clarkb | unless glance breaking is side effecting other connectiosn in the proxy somehow | 17:44 |
*** xarses has quit IRC | 17:44 | |
*** martinkopec has quit IRC | 17:44 | |
*** xarses has joined #openstack-infra | 17:45 | |
*** zzzeek has quit IRC | 17:45 | |
*** markvoelker has quit IRC | 17:45 | |
clarkb | the request doesn't show up in http://logs.openstack.org/11/398611/3/gate/gate-tempest-dsvm-neutron-full-ubuntu-xenial/aec102a/logs/apache/tls-proxy_access.txt.gz at all | 17:46 |
clarkb | [Tue Nov 29 17:13:42.764802 2016] [ssl:info] [pid 6236:tid 140493312734976] [client 15.184.69.170:35186] [frontend 15.184.69.170:9696] AH01964: Connection to child 75 established (server 127.0.0.1:9696) appears to be the connection but it doesn't end up proxied | 17:48 |
*** lucasagomes is now known as lucas-afk | 17:48 | |
*** zzzeek has joined #openstack-infra | 17:48 | |
smarcet | fungi: afternoon, i just submitted this patch https://review.openstack.org/#/c/404339/ but its seems to be failing on trusty test, its pretty simple change, just adding some setting to openstackid dev configuration, but no clue what is wrong, so wondering if u have some time to doublecheck on it, bc i have no clue what is wrong there :) | 17:49 |
*** florianf has quit IRC | 17:49 | |
*** markvoelker has joined #openstack-infra | 17:50 | |
*** dprince has quit IRC | 17:50 | |
*** dprince has joined #openstack-infra | 17:50 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack-infra/tripleo-ci: WIP TLS everywhere job https://review.openstack.org/391738 | 17:51 |
fungi | clarkb: i'm not finding any instances of test_port_security_macspoofing_port failing in any jobs for the past week according to logstash. i have a feeling whatever the underlying failure it's not specific to that test | 17:51 |
*** sshnaidm has quit IRC | 17:51 | |
AJaeger | project-config cores, could you review a change of mine to remove the special searchlight setup for unit tests, please? https://review.openstack.org/399169 | 17:51 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the network sanity check https://review.openstack.org/404243 | 17:51 |
*** shashank_hegde has quit IRC | 17:51 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Ansibly the copy of mirror config https://review.openstack.org/403732 | 17:51 |
*** derekh has quit IRC | 17:51 | |
clarkb | fungi: what appears to be happening is python requests establishes tcp connection to apache frontend, then connection is closed without properly setting up tls hence that bad status line error | 17:51 |
clarkb | fungi: possibly apache is running out of workers/threads/connections to service that and is just closing it? | 17:52 |
fungi | clarkb: right, that's what i found looking for other similar causes of the badstatusline "" exceptions | 17:52 |
clarkb | fungi: ya I think the error is more generic proxy fail and not test specific | 17:52 |
fungi | mostly just want to rule out that we're not about to recheck some new sinister breakage in with 398611 | 17:52 |
rcarrillocruz | clarkb , mordred : can you review https://review.openstack.org/#/c/403858 , mnestratov gave the ok | 17:52 |
clarkb | fungi: I don't think so | 17:52 |
*** adrian_otto has quit IRC | 17:53 | |
AJaeger | armax, njohnston: Are you fine with https://review.openstack.org/#/c/383742/ ? | 17:53 |
njohnston | checking | 17:54 |
*** strigazi is now known as strigazi_AFK | 17:54 | |
* armax looks | 17:54 | |
AJaeger | rcarrillocruz: could you review https://review.openstack.org/399169 , please? | 17:54 |
clarkb | rcarrillocruz: done | 17:55 |
rcarrillocruz | thanks | 17:55 |
clarkb | fungi: like we want to bump up the mpm event worker numbers there | 17:55 |
mnestratov | rcarrillocruz: i hope sometime we will add virtuozzo to d-g :) | 17:55 |
rcarrillocruz | ++ | 17:55 |
njohnston | Everything in it looks correct to me, and I think that it is likely to be all right since it's experimental and we can make sure it works that way... but I defer to armax's opinion | 17:56 |
AJaeger | thanks, rcarrillocruz | 17:56 |
AJaeger | njohnston: yeah, looks good and we should try it ;) Just waiting for a neutron +1 before I +2A | 17:56 |
*** yamahata has quit IRC | 17:57 | |
clarkb | fungi: default is 400 which seems like it should be enough but EOPENSTACK? | 17:57 |
fungi | tempest does exercise things fairly heavily sometimes | 17:58 |
clarkb | (serverlimit 16 * threadcount of 25) | 17:58 |
fungi | no idea if that should be sufficient or not | 17:58 |
openstackgerrit | Monty Taylor proposed openstack-infra/devstack-gate: Add ansible callback plugin to make output nicer https://review.openstack.org/404295 | 17:58 |
AJaeger | pleia2: COOL ;) | 17:58 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Remove unused openvz code from d-g https://review.openstack.org/403858 | 17:58 |
openstackgerrit | Merged openstack-infra/puppet-nodepool: Add SSH public key to nodepool-builder https://review.openstack.org/404309 | 17:58 |
mordred | clarkb, rcarrillocruz, jeblair: ok - I cleaned up and trimmed the output a little bit more | 17:58 |
fungi | smarcet: "Invalid parameter laravel_version on Class[Openstack_project::Openstackid_dev]" http://logs.openstack.org/39/404339/1/check/gate-infra-puppet-apply-ubuntu-trusty/1c24c15/puppetapplytest54.final.out.FAILED | 17:59 |
mordred | rcarrillocruz: I'd wait until we land that patch before rebasing again :) | 17:59 |
rcarrillocruz | heh | 17:59 |
smarcet | fungi: oh ok, thx | 17:59 |
*** Hal has joined #openstack-infra | 18:00 | |
pleia2 | AJaeger: maybe 7OOL :) | 18:00 |
openstackgerrit | Merged openstack-infra/puppet-openstackci: Add SSH public key to nodepool-builder https://review.openstack.org/404317 | 18:00 |
*** Hal is now known as Guest7625 | 18:01 | |
mordred | clarkb, rcarrillocruz, jeblair: I did a few more things to squish extra verbosity - like making the facts output in yaml format rather than json, and by having debug messages just print the message instead of printing a dict that has a single key 'msg' | 18:01 |
fungi | smarcet: i left a comment to that effect on the change as well | 18:01 |
*** asettle has joined #openstack-infra | 18:01 | |
clarkb | rcarrillocruz: mordred one thing on the first chagne in that stack | 18:01 |
fungi | smarcet: the "trick" with those apply jobs is to look at the job log filenames for one (or more) ending in .final.out.FAILED | 18:02 |
AJaeger | pleia2: ;) | 18:02 |
*** rodrigods is now known as rodrigods_ | 18:02 | |
smarcet | fungi: ok got it :) | 18:02 |
*** Apoorva has joined #openstack-infra | 18:02 | |
*** ralonsoh_ has quit IRC | 18:02 | |
*** morgan_ is now known as morganfainberg | 18:03 | |
AJaeger | clarkb, fungi: could either of you review https://review.openstack.org/399169 , please? That way we get rid of the searchlight special setup and can test it out today with the team... | 18:03 |
*** morganfainberg is now known as morgan | 18:04 | |
openstackgerrit | Merged openstack-infra/system-config: Add SSH public key to nodepool-builder https://review.openstack.org/404319 | 18:04 |
*** Guest7625 has quit IRC | 18:05 | |
*** ijw has joined #openstack-infra | 18:05 | |
*** jgriffith_away is now known as jgriffith | 18:05 | |
jeblair | mordred: those all sound cool | 18:06 |
jeblair | mordred: can you keep the topic as zuulv3 please? | 18:06 |
*** rodrigods_ is now known as rodrigods | 18:06 | |
openstackgerrit | sebastian marcet proposed openstack-infra/system-config: Updated OpenstackId Dev configuration to use LV 5.x https://review.openstack.org/404339 | 18:07 |
*** rodrigods has quit IRC | 18:07 | |
*** rodrigods has joined #openstack-infra | 18:07 | |
mordred | jeblair: oh - sorry | 18:07 |
*** rbuzatu has quit IRC | 18:08 | |
clarkb | mordred: and reviewed your logging change | 18:08 |
jeblair | mordred: wow, 404306 failed 3 jobs with unreachable mirrors in two different regions | 18:08 |
*** nadya has joined #openstack-infra | 18:08 | |
*** rbuzatu has joined #openstack-infra | 18:08 | |
*** jpena is now known as jpena|off | 18:10 | |
jeblair | they seem to be working now | 18:10 |
openstackgerrit | Merged openstack-infra/project-config: Create experimental Neutron DVR+HA multinode job https://review.openstack.org/383742 | 18:12 |
*** mkoderer has quit IRC | 18:13 | |
*** zul has quit IRC | 18:13 | |
*** baoli has quit IRC | 18:13 | |
*** baoli has joined #openstack-infra | 18:14 | |
*** rbuzatu has quit IRC | 18:14 | |
clarkb | AJaeger: crinkle do you have a suse machine with apache installed handy? (trying to update devstack's apache connection tuning and looks like devstack supports suse with apache currently) | 18:14 |
clarkb | AJaeger: crinkle specifically looking for what dir would be best to put mpm_worker/mpm_event config file | 18:15 |
AJaeger | clarkb: I can install apache on my machine ;) | 18:15 |
clarkb | AJaeger: I can do that too, but was hoping to avoid needing to do that | 18:15 |
clarkb | (but also not entirely sure how close tumbleweed is to suse proper) | 18:15 |
AJaeger | clarkb: tumpleweed is very close on the config files | 18:15 |
AJaeger | clarkb: what do you need exactly? /etc/apache2/ ? | 18:16 |
clarkb | AJaeger: ya what config dirs are included in /etc/apache2/ | 18:16 |
*** rbuzatu has joined #openstack-infra | 18:17 | |
AJaeger | clarkb: http://paste.openstack.org/show/590863/ | 18:17 |
clarkb | debuntu appears to do sites-available/sites-enabled for vhost and conf-available/conf-enabled for other config | 18:17 |
*** smarcet has quit IRC | 18:18 | |
clarkb | AJaeger: thanks, looks like conf.d is what I need for suse | 18:18 |
AJaeger | clarkb: yeah, that should work | 18:18 |
*** xarses has quit IRC | 18:18 | |
AJaeger | for a config file | 18:18 |
*** kzaitsev_mb has quit IRC | 18:19 | |
fungi | clarkb: are you rc+1 on 386281 if your comments get addressed in a followup change? | 18:21 |
*** shashank_hegde has joined #openstack-infra | 18:21 | |
*** zul has joined #openstack-infra | 18:21 | |
*** trown|lunch is now known as trown | 18:22 | |
openstackgerrit | Merged openstack-infra/infra-specs: Gerrit upgrade https://review.openstack.org/388190 | 18:23 |
*** crinkle has quit IRC | 18:23 | |
*** [HeOS] has joined #openstack-infra | 18:24 | |
*** smarcet has joined #openstack-infra | 18:24 | |
*** nadya has quit IRC | 18:24 | |
clarkb | fungi: ya, I abstained from voting because I wasn't sure how strongly others would feel about my comments | 18:24 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Add setup_host.yaml playbook and ansibly gather_host_info https://review.openstack.org/391519 | 18:24 |
*** shashank_hegde has quit IRC | 18:25 | |
*** dprince has quit IRC | 18:25 | |
*** dprince has joined #openstack-infra | 18:26 | |
*** inc0 has quit IRC | 18:26 | |
*** tosky has quit IRC | 18:26 | |
openstackgerrit | Monty Taylor proposed openstack-infra/devstack-gate: Add ansible callback plugin to make output nicer https://review.openstack.org/404295 | 18:27 |
*** ihrachys has quit IRC | 18:27 | |
mordred | clarkb: that takes care of your review comments - thanks! also added printing the task names so that we can annotate things | 18:27 |
*** dimtruck is now known as zz_dimtruck | 18:28 | |
*** crinkle has joined #openstack-infra | 18:28 | |
rcarrillocruz | clarkb: i reverted back the set -o xtrace ^ | 18:29 |
mordred | clarkb, rcarrillocruz: http://paste.openstack.org/show/590867/ is the output from the latest patch | 18:30 |
*** makowals has joined #openstack-infra | 18:30 | |
rcarrillocruz | awww, yaml ftw | 18:31 |
*** rbrndt__ has quit IRC | 18:31 | |
fungi | clarkb: as it stands i was going to approve it since there are no objections reflected in roll-call votes | 18:31 |
*** rossella_s has quit IRC | 18:32 | |
fungi | but wanted some clarity on whether you'd be okay with a followup patch for those clarifications | 18:32 |
openstackgerrit | Joshua Harlow proposed openstack-infra/project-config: Remove cue oslo master periodic job https://review.openstack.org/404375 | 18:33 |
*** yamahata has joined #openstack-infra | 18:33 | |
*** allanice001 has joined #openstack-infra | 18:33 | |
jeblair | mordred: the second time we use that callback plugin, are we going to get all the facts printed again? | 18:34 |
*** shardy has quit IRC | 18:34 | |
jeblair | mordred: and are we about to make a callback plugin that we use only once, more or less to replace 3 lines of shell script? | 18:35 |
mordred | jeblair: the facts being printed is due to the first step of the playbook - so no, it'll only be printed at the top of the playbook | 18:35 |
mordred | jeblair: it _will_ print the facts every time ansible executes the task to gather the facts - but we should really only be doing that once per run anyway | 18:35 |
jeblair | mordred: i thought i saw facts being used in further playbooks | 18:36 |
jeblair | mordred: yeah, 401975 does it | 18:36 |
mordred | jeblair: yes - but we execute that in d-g via setup_host | 18:37 |
*** e0ne has joined #openstack-infra | 18:37 | |
mordred | hrm | 18:37 |
mordred | rcarrillocruz: why is setup_host a list of playbook includes rather than just a list of roles? | 18:38 |
mordred | rcarrillocruz, jeblair: it's because the unit of re-use in v3 is playbook, right? a job would list one or more playbooks to compose? | 18:39 |
*** annegentle has joined #openstack-infra | 18:39 | |
rcarrillocruz | in order to make it more easily reviewable, we agreed to have one playbook per role. Eventually yeah, we should just have setup_host just calling the roles | 18:39 |
*** pvaneck has joined #openstack-infra | 18:39 | |
rcarrillocruz | i think that was the reason, jeblair ? | 18:39 |
*** jgriffith is now known as jgriffith_away | 18:40 | |
rcarrillocruz | we had that conversation with pabelanger on Friday at the summit iirc | 18:40 |
jeblair | mordred: no, we are decomposing into roles here, with the intent of ending up with, in v3, a playbook that uses all those roles | 18:40 |
mordred | great | 18:40 |
jeblair | having said that, i believe i did ask that we have one playbook per role now, to make these reviewable | 18:40 |
rcarrillocruz | yeah | 18:41 |
rcarrillocruz | so we can land, and i follow up with a refactor ? | 18:41 |
jeblair | because it's not at all certain that we will end up with everything being in a single playbook | 18:41 |
mordred | yah. so how about this ... | 18:41 |
mordred | how about we have the callback plugin not output the fact gathering | 18:41 |
mordred | and if we want to output facts, we just add a debug task that does so | 18:41 |
*** inc0 has joined #openstack-infra | 18:41 | |
jeblair | (we don't have to do the playbook include thing though -- asking for one playbook per role was just so that we can make independent changes and invoke each of the roles at the point where the old shell function was happening) | 18:42 |
jeblair | mordred: i like that | 18:42 |
mordred | k. patch coming | 18:44 |
mordred | (see, we're learning things :) ) | 18:44 |
jeblair | and if we want to go ahead and have a single setup_host playbook, let's go ahead and put roles in there. in other words, multiple playbooks for multiple invocations of ansible-playbook, but within a single playbook, just use roles. don't use include. | 18:45 |
mordred | ++ | 18:45 |
*** krtaylor has joined #openstack-infra | 18:46 | |
clarkb | fungi: mriedem https://review.openstack.org/404383 is a stab at addressing the tls proxy connection issues | 18:47 |
openstackgerrit | David Shrewsbury proposed openstack-infra/nodepool: Re-enable alien-image-list command and tests https://review.openstack.org/400836 | 18:47 |
openstackgerrit | Merged openstack-infra/nodepool: Remove unused function make_image_dict https://review.openstack.org/404306 | 18:48 |
mriedem | clarkb: cool | 18:49 |
mriedem | it's greek to me, but cool nonetheless | 18:49 |
mriedem | i'm working on fixing ceph gate failures atm | 18:49 |
mriedem | so high five for fixing bugs | 18:49 |
*** sshnaidm has joined #openstack-infra | 18:49 | |
*** shashank_hegde has joined #openstack-infra | 18:50 | |
openstackgerrit | Merged openstack-infra/project-config: Remove special searchlight unit test setup https://review.openstack.org/399169 | 18:51 |
*** bhavik1 has quit IRC | 18:51 | |
clarkb | rcarrillocruz: not sure how https://review.openstack.org/#/c/391519/17..18/devstack-vm-gate-wrap.sh snuck in | 18:51 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/infra-specs: add gerrit-upgrade to priority efforts query https://review.openstack.org/388202 | 18:51 |
openstackgerrit | Thomas Bechtold proposed openstack-infra/project-config: Add rpm-packaging job to renderspec https://review.openstack.org/404386 | 18:52 |
rcarrillocruz | hmm, odd... | 18:52 |
clarkb | rcarrillocruz: we want the copy links to stay :) | 18:52 |
*** e0ne has quit IRC | 18:52 | |
openstackgerrit | Michael Johnson proposed openstack-infra/project-config: Consolidate neutron-lbaas API tests https://review.openstack.org/386245 | 18:53 |
*** tqtran has joined #openstack-infra | 18:54 | |
openstackgerrit | Merged openstack-infra/devstack-gate: Consume new variable IPV4_ADDRS_SAFE_TO_USE https://review.openstack.org/398611 | 18:54 |
*** zz_dimtruck is now known as dimtruck | 18:54 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Add setup_host.yaml playbook and ansibly gather_host_info https://review.openstack.org/391519 | 18:55 |
fungi | amrith: peterstac: now that 398611 has merged ^ you should be able to recheck open trove changes to pick that up | 18:55 |
amrith | fungi, just saw it flip by | 18:55 |
rcarrillocruz | so, mordred jeblair , should I switch setup_host.yaml to just call roles then ^ ? | 18:55 |
amrith | will do that. | 18:55 |
*** electrofelix has quit IRC | 18:55 | |
rcarrillocruz | if so, do I remove the playbooks definitions for each role? | 18:55 |
openstackgerrit | Merged openstack-infra/nodepool: Fix nits in test_image_upload_fail https://review.openstack.org/404257 | 18:56 |
*** rkukura has quit IRC | 18:57 | |
jeblair | rcarrillocruz: yes. we should have one playbook for each invocation of ansible-playbook. each of those playbooks can contain multiple roles. so if you have adjacent roles in setup_host, they can go in the same playbook. | 18:57 |
*** baoli has quit IRC | 18:57 | |
jhesketh | Morning | 18:57 |
rcarrillocruz | k | 18:58 |
rcarrillocruz | patch incoming | 18:58 |
openstackgerrit | Merged openstack-infra/infra-specs: add gerrit-upgrade to priority efforts query https://review.openstack.org/388202 | 18:59 |
fungi | it's that (weekly infra team meeting) time again! find us in #openstack-meeting for the next hour | 19:00 |
pabelanger | oh | 19:00 |
pabelanger | thanks | 19:00 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/devstack-gate: Add setup_host.yaml playbook and ansibly gather_host_info https://review.openstack.org/391519 | 19:02 |
*** xarses has joined #openstack-infra | 19:04 | |
rcarrillocruz | wow, meeting time already | 19:04 |
*** Hal has joined #openstack-infra | 19:05 | |
*** xarses_ has joined #openstack-infra | 19:05 | |
*** Hal is now known as Guest8748 | 19:05 | |
*** xarses_ has quit IRC | 19:05 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/puppet-lodgeit: Add ability to expire pastes https://review.openstack.org/391304 | 19:05 |
*** xarses_ has joined #openstack-infra | 19:05 | |
openstackgerrit | Monty Taylor proposed openstack-infra/devstack-gate: Add ansible callback plugin to make output nicer https://review.openstack.org/404295 | 19:06 |
mordred | jeblair, rcarrillocruz: ^^ that filters out the automatic fact printing - but also special-cases debug commands that print gathered facts | 19:07 |
*** abregman has joined #openstack-infra | 19:08 | |
*** xarses has quit IRC | 19:08 | |
*** abregman has quit IRC | 19:09 | |
openstackgerrit | Matt Riedemann proposed openstack-infra/devstack-gate: Remove setting CEPH_LOOPBACK_DISK_SIZE https://review.openstack.org/404392 | 19:09 |
*** abregman has joined #openstack-infra | 19:10 | |
*** Guest8748 has quit IRC | 19:10 | |
*** hamzy has joined #openstack-infra | 19:11 | |
*** rbrndt has joined #openstack-infra | 19:11 | |
*** baoli has joined #openstack-infra | 19:11 | |
*** e0ne has joined #openstack-infra | 19:12 | |
*** jkilpatr has quit IRC | 19:12 | |
*** raildo has joined #openstack-infra | 19:13 | |
*** matrohon has quit IRC | 19:14 | |
*** skelso has joined #openstack-infra | 19:14 | |
openstackgerrit | Monty Taylor proposed openstack-infra/nodepool: Re-enable alien-image-list command and tests https://review.openstack.org/400836 | 19:14 |
*** inc0 has quit IRC | 19:15 | |
openstackgerrit | Merged openstack-infra/infra-specs: Zuul v3: Add section on secrets https://review.openstack.org/386281 | 19:15 |
*** rbuzatu has quit IRC | 19:16 | |
*** inc0 has joined #openstack-infra | 19:18 | |
*** esikache1 has joined #openstack-infra | 19:19 | |
*** lindsayk_ has joined #openstack-infra | 19:20 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Fix ansible skips for deploy guide https://review.openstack.org/404395 | 19:20 |
AJaeger | asettle, odyssey4me, the change above is also needed for testing deploy-guide ^ | 19:20 |
openstackgerrit | Thomas Bechtold proposed openstack-infra/project-config: Add rpm-packaging job to renderspec https://review.openstack.org/404386 | 19:21 |
*** amoralej is now known as amoralej|off | 19:21 | |
openstackgerrit | Jerry Zhao proposed openstack-infra/puppet-openstackci: fix the default gerrit_ssh_host_key and known_hosts_content https://review.openstack.org/403963 | 19:22 |
openstackgerrit | James E. Blair proposed openstack/gertty: Support multiple sort options https://review.openstack.org/404396 | 19:23 |
openstackgerrit | James E. Blair proposed openstack/gertty: Add option to sort by project https://review.openstack.org/404397 | 19:23 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/infra-specs: Finish addding gerrit-upgrade to priority efforts https://review.openstack.org/404398 | 19:23 |
fungi | zaro: ^ i'm approving that now too | 19:23 |
*** nadya has joined #openstack-infra | 19:25 | |
*** asselin_ has joined #openstack-infra | 19:25 | |
*** nadya has quit IRC | 19:26 | |
*** nadya has joined #openstack-infra | 19:26 | |
*** bin_ has quit IRC | 19:27 | |
*** oanson has joined #openstack-infra | 19:27 | |
*** ijw has quit IRC | 19:28 | |
inc0 | pabelanger, hey, https://review.openstack.org/#/c/401462/ <- I take it that we have all we need from your side guys? We can start working on publishing stuff there? | 19:29 |
pabelanger | inc0: yes, http://tarballs.openstack.org/kolla/images/ exists | 19:30 |
*** e0ne has quit IRC | 19:30 | |
inc0 | cool, I'll start playing around:) | 19:30 |
pabelanger | inc0: so, add your tar.gz things to $WORKSPACE/images, then check-experimental | 19:30 |
pabelanger | once we see uploads, we can move it to a post job | 19:30 |
inc0 | cool, thanks a lot! | 19:31 |
pabelanger | sure, ping me with issues | 19:31 |
*** jerryz has joined #openstack-infra | 19:31 | |
*** e0ne has joined #openstack-infra | 19:32 | |
jerryz | clarkb: about https://review.openstack.org/#/c/403963/, is there anybody using ip address? if so, they can set gerrit_server to ip address | 19:32 |
openstackgerrit | Merged openstack-infra/infra-specs: Finish addding gerrit-upgrade to priority efforts https://review.openstack.org/404398 | 19:33 |
*** fguillot has quit IRC | 19:33 | |
clarkb | jerryz: I don't know, but your chagne is a regression for anyone that is | 19:33 |
*** mdrabe_ has quit IRC | 19:33 | |
clarkb | jerryz: just update it to not have that regression, but also how is it failing? | 19:33 |
clarkb | jerryz: we should clearly document what the issue is, not just that there is an issue | 19:34 |
jerryz | clarkb: the fingerprint won't work for me | 19:34 |
*** fguillot has joined #openstack-infra | 19:34 | |
clarkb | jerryz: you should include those details in the change. is it an ssh client version issue? | 19:34 |
clarkb | what is the error etc | 19:34 |
jerryz | clarkb: the error that you would see if review.o.o is not included in zuul user's known_hosts | 19:35 |
jerryz | clarkb: i remember there are already some people asking about job not triggered by zuul some were caused by this | 19:36 |
clarkb | jerryz: ya I don't doubt there is an issue, but more info would be good to prevent us changing it back in the future wondering why we chagned it in the first place | 19:36 |
clarkb | jerryz: which is another reason I want to avoid regressing on the ip addresses beacuse first thing I would do is just revert the chagne in that case | 19:36 |
clarkb | so ideally we would understand the problem upfront, and avoid regressions to prevent ^ and being more confused later :) | 19:37 |
*** nadya has quit IRC | 19:37 | |
*** arxcruz has quit IRC | 19:38 | |
jerryz | clarkb: i saw in upstream ci the ip is still old, so i assume not any people care. 3rd party ci may be different | 19:38 |
clarkb | jerryz: for exampel I wonder if you just add ssh-rsa after the name/ips will that fix it for you? | 19:38 |
clarkb | review.openstack.org,23.253.232.87,2001:4800:7815:104:3bc3:d7f6:ff03:bf5d ssh-rsa b8:3c:72:82:d5:9e:59:43:54:11:ef:93:40:1f:6d:a5 | 19:39 |
*** lin_yang has joined #openstack-infra | 19:40 | |
*** mdrabe has joined #openstack-infra | 19:41 | |
clarkb | jerryz: or maybe we need to include the port info? | 19:41 |
clarkb | either way understanding the actual issue and avoiding potential regressions would be good | 19:42 |
*** kzaitsev_mb has joined #openstack-infra | 19:43 | |
jerryz | clarkb: as i tested, port is not needed | 19:45 |
jerryz | clarkb: adding ssh-rsa didn't work for me | 19:46 |
clarkb | jerryz: what version of openssh do you have? | 19:47 |
*** lezbar has quit IRC | 19:47 | |
*** nadya has joined #openstack-infra | 19:48 | |
clarkb | (regardless updating to add the IPs back in to prevent regressions would be good) | 19:48 |
jerryz | clarkb: 1:6.6p1-2ubuntu1 | 19:48 |
rcarrillocruz | mordred: i've just been told about https://www.kiss.cloud/ | 19:49 |
clarkb | actually 28:c6:42:b7:44:d2:48:64:c1:3f:31:d8:1b:6e:3b:63 is the current fingerprint according to gerrit | 19:49 |
rcarrillocruz | infra-root really ^ | 19:49 |
clarkb | jerryz: and the IP addresses are old, so I think thats the fix | 19:49 |
rcarrillocruz | the return! | 19:49 |
clarkb | jerryz: you just need to update the details | 19:49 |
mordred | clarkb, rcarrillocruz, jeblair: http://logs.openstack.org/95/404295/4/check/gate-tempest-dsvm-full-ubuntu-trusty-liberty-nv/45282e9/logs/devstack-gate-setup-host.txt.gz has the latest output | 19:50 |
mordred | rcarrillocruz: fascinating | 19:50 |
pabelanger | rcarrillocruz: woah | 19:51 |
*** nadya has quit IRC | 19:51 | |
rcarrillocruz | not really HPE, but still :-) | 19:51 |
*** wolverineav has quit IRC | 19:51 | |
clarkb | I wonder if keeping it simple stupid means no more silly cpu throttling | 19:51 |
shashank_hegde | Hi… Can someone help me delete a tag that I accidentally pushed for the repository that I maintain? | 19:52 |
*** ldnunes has joined #openstack-infra | 19:52 | |
jerryz | clarkb: as i understand, known_hosts should include the public key of the host not fingerprint, i also tested the new fingerprint in known_hosts, it didn't work | 19:52 |
*** wolverineav has joined #openstack-infra | 19:52 | |
jeblair | who is equium holding bv? | 19:52 |
mordred | jeblair: "some guy" | 19:53 |
*** ociuhandu has quit IRC | 19:53 | |
*** xarses_ has quit IRC | 19:53 | |
*** rkukura has joined #openstack-infra | 19:53 | |
*** tanvirt has joined #openstack-infra | 19:54 | |
mordred | btw - if you make an account, it'll take you to a completely useless web portal | 19:54 |
mordred | there is a horizon instance though if you click the link to go to "Helion Portal" | 19:54 |
clarkb | jerryz: ah it does sshd(8) confirms. so the fix here is to update the fingerprint to the key and update the ip addresses | 19:55 |
clarkb | jeblair: and possibly add in port 29418 because port 22 is different | 19:55 |
*** jgriffith_away is now known as jgriffith | 19:56 | |
fungi | shashank_hegde: http://docs.openstack.org/infra/manual/creators.html#deletion-of-tags | 19:56 |
clarkb | er jeblair that was for jerryz | 19:57 |
shashank_hegde | @fungi Oops… I guess I’ll just have to push a new tag. Thanks for pointing it out | 19:57 |
fungi | shashank_hegde: yeah, best to treat accidental tags as a lesson learned and increment your versioning | 19:58 |
*** rfolco has quit IRC | 19:58 | |
mrmartin | fungi: can you give me a recent backup of ask.o.o db? I would like to test it in a clean instance with recent puppet scripts. | 19:58 |
*** kgiusti has left #openstack-infra | 19:58 | |
EmilienM | pabelanger: do we have progress on creating volumes for https://review.openstack.org/#/c/253616/ ? | 19:59 |
fungi | mrmartin: yep, i'll start exporting it now | 19:59 |
mmedvede | hello infra, could someone with puppet familiarity (other than clarkb ) take a look at puppet-mysql_backup patch https://review.openstack.org/#/c/333619/ ? | 19:59 |
pabelanger | EmilienM: thanks for the reminder | 19:59 |
openstackgerrit | John L. Villalovos proposed openstack-infra/meetbot: Provide __str__ method for Topic and Link https://review.openstack.org/404407 | 19:59 |
*** senk has joined #openstack-infra | 20:00 | |
jlvillal | fungi: ^^^ I noticed this when you did a #undo for the infra meeting. | 20:00 |
pabelanger | EmilienM: I'll follow up with fungi to help guide me on the increase | 20:00 |
EmilienM | pabelanger: ack, thx! | 20:00 |
*** xarses has joined #openstack-infra | 20:00 | |
*** xarses has quit IRC | 20:01 | |
*** xarses has joined #openstack-infra | 20:01 | |
*** jascott1 has quit IRC | 20:01 | |
*** rockyg has joined #openstack-infra | 20:02 | |
*** rockyg has quit IRC | 20:04 | |
*** rockyg has joined #openstack-infra | 20:04 | |
*** jascott1 has joined #openstack-infra | 20:05 | |
*** ociuhandu has joined #openstack-infra | 20:05 | |
fungi | mrmartin: i've copied the most recent nightly db backup from ask.o.o into your homedir on ask-staging | 20:06 |
*** senk has quit IRC | 20:06 | |
mrmartin | thnx | 20:06 |
fungi | mrmartin: thank you for looking into this! | 20:06 |
mrmartin | fungi: is it enough to check it tomorrow? | 20:07 |
fungi | lmk if you need a copy of the static file tarball too | 20:07 |
fungi | mrmartin: sure, whenever you have time | 20:07 |
ianw | pabelanger: so from your research, did you basically find you need a newer jetty version that sends its logs to a standard tool like log4j? | 20:07 |
mrmartin | ok, super. I'll grab the backup. | 20:07 |
*** wolverineav has quit IRC | 20:07 | |
ianw | it looks like the rotation is implemented as a "open a new file on a new day". so a cron-based gzip & find rm would seem to work | 20:08 |
*** allanice001 has quit IRC | 20:09 | |
*** wolverineav has joined #openstack-infra | 20:10 | |
*** Goneri has quit IRC | 20:11 | |
*** wolverineav has quit IRC | 20:15 | |
*** matt-borland has joined #openstack-infra | 20:15 | |
*** ldnunes has quit IRC | 20:16 | |
asettle | AJaeger: just saw your change +1 | 20:16 |
*** rbuzatu has joined #openstack-infra | 20:17 | |
openstackgerrit | Paul Belanger proposed openstack-infra/nodepool: Stop running DIB usage report https://review.openstack.org/404409 | 20:17 |
clarkb | mordred: see comment on https://review.openstack.org/#/c/404295/4 I think its really close, just need to tweak the timestamp formatting | 20:18 |
mordred | clarkb: how about just return str(datetime.datetime.now())[:-3] ? | 20:20 |
clarkb | mordred: oh wow that works too | 20:21 |
clarkb | mordred: ++ | 20:21 |
*** gildub has joined #openstack-infra | 20:21 | |
openstackgerrit | Monty Taylor proposed openstack-infra/devstack-gate: Add ansible callback plugin to make output nicer https://review.openstack.org/404295 | 20:22 |
AJaeger | project-config cores, could you review https://review.openstack.org/#/c/404395/ - to fix a building of ansible's deploy-guide | 20:23 |
*** baoli has quit IRC | 20:23 | |
pabelanger | Fun fact | 20:23 |
pabelanger | 2016-11-29 20:02:50,106 INFO nodepool.image.build.ubuntu-xenial: dib-run-parts Tue Nov 29 20:02:50 UTC 2016 50-cache-pkgs 1672.540 | 20:23 |
*** baoli has joined #openstack-infra | 20:23 | |
pabelanger | it takes 27mins for us to loop over git repos to read bindep.txt | 20:24 |
pabelanger | we should think about optimizing that | 20:24 |
AJaeger | 27mins? Wow ;( | 20:24 |
pabelanger | our build times today are 60mins | 20:24 |
pabelanger | so, almost 50% of the time looping directories | 20:24 |
pabelanger | clarkb: fungi^ | 20:24 |
*** wolverineav has joined #openstack-infra | 20:24 | |
clarkb | pabelanger: is it using the already cached repos/ | 20:25 |
AJaeger | pabelanger: rewrite in go;) | 20:25 |
*** adriant has joined #openstack-infra | 20:25 | |
AJaeger | clarkb: "for REPO in /opt/git/*/* " | 20:25 |
fungi | pabelanger: maybe a glob like `cat /opt/git/*/*/bindep.txt` instead? | 20:26 |
pabelanger | so, we could start filtering projects | 20:26 |
fungi | pabelanger: oh, wait, we need all the branches too though | 20:26 |
pabelanger | ya | 20:26 |
AJaeger | fungi: correct | 20:26 |
fungi | that's the challenge | 20:26 |
fungi | and why i wrote the loop the way i did | 20:27 |
AJaeger | so, let's retire liberty to speed up the loop ;) | 20:27 |
AJaeger | pabelanger: how often do we go throught his loop? Once a day? Or for X images? Can we cache some content? | 20:28 |
pabelanger | AJaeger: once every 25 hours, but for trusty and xenial | 20:29 |
pabelanger | 24* | 20:29 |
pabelanger | we don't cache on other images, since we don't tests bindep.txt for other OSes | 20:29 |
clarkb | mordred: I think if we wanted to be more scientific we would do proper rounding but this works | 20:29 |
*** wolverineav has quit IRC | 20:29 | |
AJaeger | pabelanger: so, twice a day. We could cache some of it to reduce it from 27mins times 2 to something like 30 mins... | 20:30 |
clarkb | so we could jsut stop caching packaging | 20:31 |
*** hasharAWay is now known as hashar | 20:31 | |
clarkb | we have local mirrors in every region | 20:31 |
clarkb | maybe that gives us the freedom to simplify our images a little | 20:31 |
*** Swami has joined #openstack-infra | 20:32 | |
openstackgerrit | Jerry Zhao proposed openstack-infra/puppet-openstackci: fix the default gerrit_ssh_host_key and known_hosts_content https://review.openstack.org/403963 | 20:32 |
*** nexusz99_ has quit IRC | 20:32 | |
pabelanger | clarkb: Ya, I'd be open to trying that | 20:32 |
fungi | wfm | 20:32 |
pabelanger | k | 20:32 |
fungi | might shrink our images a bit too | 20:32 |
pabelanger | let me check a patch up | 20:32 |
clarkb | jerryz: that is still a backward incompatbile change because the variable content requirements change | 20:32 |
clarkb | jerryz: I think you want to keep it the way it was just update the data in the variable | 20:33 |
fungi | we'd want to pay close attention to execution time for jobs and any potential increases in failure rates when we start pumping up the amount of data they're downloading. also keep a close eye on bandwidth utilization and load on our mirror caches | 20:33 |
*** pvaneck has quit IRC | 20:33 | |
*** pvaneck has joined #openstack-infra | 20:34 | |
*** wolverineav has joined #openstack-infra | 20:35 | |
pabelanger | ++ | 20:38 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Remove cache-bindep from DIB elements https://review.openstack.org/404414 | 20:38 |
clarkb | mordred: rcarrillocruz ok I am +2 on the first of those d-g changes. Maybe we double check the log output content as soon as the second is done with tests then approve if we are happy with it | 20:38 |
clarkb | rcarrillocruz: then the rest of the stack can be rebased and reviewed | 20:38 |
*** pvaneck has quit IRC | 20:38 | |
mordred | clarkb: ++ | 20:38 |
pabelanger | fungi: clarkb: ^ just dropped cache-bindep from nodepool.yaml, will get a follow-up to remove element | 20:39 |
pabelanger | in case we revert | 20:39 |
*** sambetts is now known as sambetts|afk | 20:39 | |
mordred | pabelanger: I support this experiment | 20:39 |
fungi | pabelanger: doesn't that element also install bindep? | 20:40 |
*** wolverineav has quit IRC | 20:40 | |
pabelanger | fungi: Oh, I didn't check | 20:40 |
pabelanger | 1 saec | 20:40 |
rcarrillocruz | cool, mordred mind approving https://review.openstack.org/#/c/391519/ then? | 20:40 |
rcarrillocruz | then you restack your change based on ^, i will amend the rest of the chain | 20:40 |
pabelanger | fungi: yes, it does | 20:40 |
pabelanger | okay, let me rework | 20:40 |
* fungi -1'd for safety | 20:41 | |
* clarkb wanders off to find lunch | 20:41 | |
*** allanice001 has joined #openstack-infra | 20:41 | |
clarkb | intend on diving head first into reviews afterwards though | 20:41 |
clarkb | so many things to review today | 20:41 |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: Remove 50-cache-pkgs from cache-bindep https://review.openstack.org/404414 | 20:42 |
pabelanger | okay | 20:42 |
pabelanger | should be better | 20:42 |
openstackgerrit | Jerry Zhao proposed openstack-infra/puppet-openstackci: fix the default gerrit_ssh_host_key https://review.openstack.org/403963 | 20:42 |
mordred | rcarrillocruz: +A | 20:42 |
rcarrillocruz | Thx | 20:42 |
mordred | rcarrillocruz: mine is alread stacked on it ... but let's wait to see the test runs from my latest before you restack - just in case | 20:42 |
clarkb | oh before I disappear, ianw sc68cal mtreinish and jeblair https://review.openstack.org/#/c/404383/ is a devstack change that I think will make tls proxying more reliable | 20:42 |
rcarrillocruz | Ah cool | 20:43 |
jerryz | clarkb: https://review.openstack.org/#/c/403963/4 | 20:43 |
*** oanson has quit IRC | 20:43 | |
clarkb | jerryz: thanks, will double check the host key value after lunch and +2 if it matches | 20:44 |
* sc68cal looks | 20:44 | |
AJaeger | rcarrillocruz, pabelanger : Could you review a project config change for me, please? Fixes openstack-ansible: https://review.openstack.org/#/c/404395/ | 20:44 |
*** wolverineav has joined #openstack-infra | 20:45 | |
*** pvaneck has joined #openstack-infra | 20:45 | |
mtreinish | clarkb: so just tuning the number of threads, processes, and clients for apache? | 20:45 |
AJaeger | thanks, pabelanger | 20:46 |
*** allanice001 has quit IRC | 20:46 | |
clarkb | mtreinish: yup | 20:47 |
*** pvaneck has quit IRC | 20:49 | |
*** wolverineav has quit IRC | 20:50 | |
*** rbuzatu has quit IRC | 20:51 | |
*** nadya has joined #openstack-infra | 20:51 | |
*** dimtruck is now known as zz_dimtruck | 20:52 | |
*** abregman has quit IRC | 20:53 | |
sc68cal | clarkb: looks like you're all set on 404383 | 20:54 |
pabelanger | fungi: mind reviewing https://review.openstack.org/#/c/404414/ again | 20:55 |
fungi | already had it up, just waiting for the tc meeting to conclude | 20:55 |
pabelanger | ah, danke | 20:55 |
*** nadya has quit IRC | 20:56 | |
*** matrohon has joined #openstack-infra | 20:57 | |
*** pvaneck has joined #openstack-infra | 20:57 | |
*** asselin_ has quit IRC | 20:58 | |
*** raildo has quit IRC | 20:58 | |
*** rocky_g has joined #openstack-infra | 20:59 | |
openstackgerrit | Merged openstack-infra/nodepool: Stop running DIB usage report https://review.openstack.org/404409 | 20:59 |
AJaeger | armax: could you review 393979 again, please? | 20:59 |
*** rbuzatu has joined #openstack-infra | 20:59 | |
*** rockyg has quit IRC | 21:00 | |
*** adrian_otto has joined #openstack-infra | 21:00 | |
*** pvaneck has quit IRC | 21:01 | |
fungi | ttx: i've approved https://review.openstack.org/395660 now so should take effect shortly | 21:01 |
mtreinish | clarkb: my only question there is whether that's tuning we feel is sufficiently universal to be the default | 21:03 |
ttx | fungi: I'll check it tomorrow. When it kicks in we should see zun and octavia under http://governance.openstack.org/reference/projects/index.html | 21:03 |
*** Goneri has joined #openstack-infra | 21:04 | |
clarkb | mtreinish: ya its possible that we need a way to tweak the tuning but I exect only experience will tell us | 21:04 |
*** mhickey has quit IRC | 21:04 | |
clarkb | and tls proxy is not default anyways its still opt in | 21:04 |
*** wolverineav has joined #openstack-infra | 21:05 | |
mordred | clarkb, rcarrillocruz: http://logs.openstack.org/95/404295/5/check/gate-tempest-dsvm-neutron-full-ubuntu-trusty-liberty-nv/f16e2ef/logs/devstack-gate-setup-host.txt.gz is the latest output | 21:05 |
mtreinish | well default-ish, the plan was to eventually make tls the default right? | 21:05 |
*** adrian_otto1 has joined #openstack-infra | 21:06 | |
mordred | also - the pile of output there has a ton of fun info in it | 21:06 |
clarkb | mtreinish: thats the plan but slow going as centos doesnt even work yet | 21:06 |
nibalizer | infra-root bluebox would like to have a downtime to upgrade our bluebox cloud http://paste.openstack.org/show/590892/ | 21:06 |
*** ijw has joined #openstack-infra | 21:06 | |
nibalizer | er IBM BlueMix Private Cloud | 21:06 |
* nibalizer straightens tie | 21:06 | |
*** dave-mccowan has quit IRC | 21:06 | |
clarkb | mtreinish: so I think we can tweak this now and see how it does and maybe add in more knobs based on ehat we learn | 21:06 |
*** adrian_otto has quit IRC | 21:07 | |
mordred | nibalizer: nice tie! | 21:07 |
*** fguillot has quit IRC | 21:07 | |
*** ijw has quit IRC | 21:07 | |
openstackgerrit | Merged openstack-infra/system-config: Use /srv/static/tc as governance.o.o docroot https://review.openstack.org/395660 | 21:07 |
pabelanger | nibalizer: wfm | 21:08 |
*** ijw has joined #openstack-infra | 21:08 | |
clarkb | mordred: that lookd about right to me | 21:08 |
mordred | nibalizer: I believe that should be fine - looking at the release notes I believe none of them apply to us, which is good :) | 21:09 |
*** inc0 has quit IRC | 21:09 | |
*** zz_dimtruck is now known as dimtruck | 21:09 | |
nibalizer | yay | 21:09 |
*** wolverineav has quit IRC | 21:09 | |
*** zara_the_lemur__ has left #openstack-infra | 21:10 | |
*** gouthamr has quit IRC | 21:11 | |
fungi | nibalizer: tell me it's a blue tie | 21:11 |
fungi | also, downtime for our bluebox^H^H^Hmix cloud should be fine. it's not a huge chunk of our overall quota anyway | 21:12 |
*** srobert has quit IRC | 21:13 | |
*** smarcet has quit IRC | 21:15 | |
nibalizer | cool | 21:16 |
*** jschwarz has quit IRC | 21:16 | |
openstackgerrit | Monty Taylor proposed openstack-infra/nodepool: Re-enable alien-image-list command and tests https://review.openstack.org/400836 | 21:16 |
nibalizer | ok i told them to go for it | 21:16 |
*** ajo has quit IRC | 21:16 | |
*** jcoufal_ has quit IRC | 21:17 | |
nibalizer | should we plan on spinning it down in nodepool or just let it be dead for a little while? | 21:17 |
*** sdake_ has quit IRC | 21:17 | |
*** jschwarz has joined #openstack-infra | 21:17 | |
*** ajo has joined #openstack-infra | 21:17 | |
clarkb | probably just let it be dead unless it goes away gor prolonged period, zuul will restart jobs that fail if the VMs die | 21:18 |
*** apetrich has quit IRC | 21:18 | |
*** jkilpatr has joined #openstack-infra | 21:19 | |
*** esikache1 has quit IRC | 21:20 | |
openstackgerrit | Jim Rollenhagen proposed openstack-infra/project-config: Load ironic tempest plugin for ironic-inspector https://review.openstack.org/404422 | 21:21 |
fungi | yeah, we design for providers falling offline (though it has caused issues in the past attempting to restart nodepool with a provider offline, or hampered image updates if uploads are getting queued for an offline glance) | 21:22 |
openstackgerrit | Merged openstack-infra/nodepool: Fix test_image_delete https://review.openstack.org/404356 | 21:23 |
openstackgerrit | Merged openstack-infra/nodepool: Add pause support for diskimages https://review.openstack.org/403780 | 21:23 |
*** wolverineav has joined #openstack-infra | 21:25 | |
*** krtaylor has quit IRC | 21:26 | |
*** jschwarz has quit IRC | 21:26 | |
*** jschwarz has joined #openstack-infra | 21:27 | |
ianw | mrmartin: well best as i can tell, to get gzipped rotating logs for jetty we need to have a log4j binding to slf4j installed and configured for jetty, which i assume is the standard debian package brought in from solr. this seems to fall fairly quickly into the too hard basket | 21:28 |
mrmartin | nice | 21:28 |
*** inc0 has joined #openstack-infra | 21:29 | |
*** wolverineav has quit IRC | 21:29 | |
*** e0ne has quit IRC | 21:31 | |
*** sdake has joined #openstack-infra | 21:32 | |
*** adrian_otto1 has quit IRC | 21:32 | |
ianw | i think a cron job to zip day old logs and remove the old ones (because once we rename it, i don't think the jetty rotation handler will figure out how to delete the old ones) will be the simplest thing | 21:32 |
*** rbuzatu has quit IRC | 21:32 | |
ianw | logrotate might be able to be taught to do it, but we don't need any of it's features really | 21:32 |
*** pvaneck has joined #openstack-infra | 21:33 | |
*** adrian_otto has joined #openstack-infra | 21:33 | |
*** Jeffrey4l has quit IRC | 21:35 | |
*** spzala has quit IRC | 21:35 | |
*** spzala has joined #openstack-infra | 21:36 | |
openstackgerrit | Ian Wienand proposed openstack-infra/nodepool: [DNM] test https://review.openstack.org/404428 | 21:36 |
*** spzala has joined #openstack-infra | 21:36 | |
*** spzala has quit IRC | 21:37 | |
*** rhallisey has quit IRC | 21:37 | |
*** spzala has joined #openstack-infra | 21:37 | |
*** spzala has quit IRC | 21:37 | |
*** spzala has joined #openstack-infra | 21:38 | |
*** spzala has quit IRC | 21:38 | |
*** spzala has joined #openstack-infra | 21:38 | |
*** spzala has quit IRC | 21:38 | |
*** sdake_ has joined #openstack-infra | 21:38 | |
*** spzala has joined #openstack-infra | 21:39 | |
*** spzala has quit IRC | 21:39 | |
openstackgerrit | James E. Blair proposed openstack-infra/system-config: Add nb01.openstack.org to cacti https://review.openstack.org/404430 | 21:39 |
*** spzala has joined #openstack-infra | 21:40 | |
*** spzala has quit IRC | 21:40 | |
*** spzala has joined #openstack-infra | 21:40 | |
*** spzala has quit IRC | 21:40 | |
*** sdake has quit IRC | 21:41 | |
*** spzala has joined #openstack-infra | 21:41 | |
rcarrillocruz | mordred: looks awesome | 21:41 |
*** spzala has quit IRC | 21:41 | |
*** spzala has joined #openstack-infra | 21:42 | |
*** spzala has quit IRC | 21:42 | |
*** spzala has joined #openstack-infra | 21:42 | |
*** spzala has quit IRC | 21:43 | |
*** ajo has quit IRC | 21:43 | |
*** spzala has joined #openstack-infra | 21:43 | |
*** spzala has quit IRC | 21:43 | |
*** spzala has joined #openstack-infra | 21:44 | |
*** spzala has quit IRC | 21:44 | |
*** wolverineav has joined #openstack-infra | 21:44 | |
*** spzala has joined #openstack-infra | 21:45 | |
*** spzala has quit IRC | 21:45 | |
*** spzala has joined #openstack-infra | 21:45 | |
*** spzala has quit IRC | 21:46 | |
openstackgerrit | Sagi Shnaidman proposed openstack-infra/project-config: Add experimental TripleO CI job for containers https://review.openstack.org/403721 | 21:46 |
*** ajo has joined #openstack-infra | 21:46 | |
*** spzala has joined #openstack-infra | 21:46 | |
*** e0ne has joined #openstack-infra | 21:46 | |
*** spzala has quit IRC | 21:46 | |
*** e0ne has quit IRC | 21:47 | |
*** Jeffrey4l has joined #openstack-infra | 21:47 | |
*** spzala has joined #openstack-infra | 21:47 | |
*** spzala has quit IRC | 21:47 | |
*** sdake has joined #openstack-infra | 21:47 | |
*** spzala has joined #openstack-infra | 21:48 | |
openstackgerrit | Anusha Unnam proposed openstack-infra/devstack-gate: Do not merge: Patch to test multi api setup https://review.openstack.org/394659 | 21:48 |
openstackgerrit | Paul Belanger proposed openstack-infra/nodepool: Use diskimage-builder checksum files https://review.openstack.org/404432 | 21:48 |
*** spzala has quit IRC | 21:48 | |
*** spzala has joined #openstack-infra | 21:48 | |
*** spzala has quit IRC | 21:48 | |
*** wolverineav has quit IRC | 21:49 | |
*** ijw has quit IRC | 21:49 | |
*** spzala has joined #openstack-infra | 21:49 | |
*** spzala has quit IRC | 21:49 | |
*** spzala has joined #openstack-infra | 21:50 | |
*** ijw has joined #openstack-infra | 21:50 | |
*** spzala has quit IRC | 21:50 | |
*** annegentle has quit IRC | 21:50 | |
*** spzala has joined #openstack-infra | 21:51 | |
*** annegentle has joined #openstack-infra | 21:51 | |
*** spzala has quit IRC | 21:51 | |
*** sdake_ has quit IRC | 21:51 | |
*** spzala has joined #openstack-infra | 21:51 | |
*** spzala has quit IRC | 21:51 | |
*** spzala has joined #openstack-infra | 21:52 | |
*** spzala has quit IRC | 21:52 | |
*** rtheis has quit IRC | 21:52 | |
openstackgerrit | Anusha Unnam proposed openstack-infra/devstack-gate: Do not merge: Patch to test multi api setup https://review.openstack.org/394659 | 21:53 |
*** spzala has joined #openstack-infra | 21:53 | |
openstackgerrit | Merged openstack-infra/system-config: Add nb01.openstack.org to cacti https://review.openstack.org/404430 | 21:53 |
*** spzala has quit IRC | 21:53 | |
*** nadya has joined #openstack-infra | 21:53 | |
*** jkilpatr has quit IRC | 21:53 | |
*** spzala has joined #openstack-infra | 21:54 | |
*** matrohon has quit IRC | 21:54 | |
*** spzala has quit IRC | 21:54 | |
*** spzala has joined #openstack-infra | 21:54 | |
*** matrohon has joined #openstack-infra | 21:54 | |
*** spzala has quit IRC | 21:55 | |
*** tpsilva has quit IRC | 21:55 | |
*** ijw has quit IRC | 21:55 | |
*** spzala has joined #openstack-infra | 21:55 | |
*** spzala has quit IRC | 21:55 | |
*** rodrigods is now known as rodrigods_ | 21:56 | |
*** spzala has joined #openstack-infra | 21:56 | |
*** spzala has quit IRC | 21:56 | |
armax | AJaeger: ack | 21:56 |
*** askb has joined #openstack-infra | 21:57 | |
*** spzala has joined #openstack-infra | 21:57 | |
*** spzala has quit IRC | 21:57 | |
*** spzala has joined #openstack-infra | 21:57 | |
*** ihrachys has joined #openstack-infra | 21:57 | |
*** spzala has quit IRC | 21:57 | |
*** rbuzatu has joined #openstack-infra | 21:58 | |
*** nadya has quit IRC | 21:58 | |
*** spzala has joined #openstack-infra | 21:58 | |
*** spzala has quit IRC | 21:58 | |
*** spzala has joined #openstack-infra | 21:59 | |
*** spzala has quit IRC | 21:59 | |
*** spzala has joined #openstack-infra | 21:59 | |
*** masuberu has joined #openstack-infra | 22:00 | |
*** spzala has quit IRC | 22:00 | |
*** trown is now known as trown|outtypewww | 22:00 | |
*** spzala has joined #openstack-infra | 22:00 | |
*** spzala has quit IRC | 22:00 | |
*** spzala has joined #openstack-infra | 22:01 | |
*** spzala has quit IRC | 22:01 | |
*** spzala has joined #openstack-infra | 22:02 | |
*** spzala has joined #openstack-infra | 22:03 | |
*** spzala has quit IRC | 22:03 | |
*** masber has quit IRC | 22:03 | |
*** spzala has joined #openstack-infra | 22:03 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/nodepool: Make build/upload worker sleep time configurable https://review.openstack.org/404438 | 22:03 |
*** spzala has quit IRC | 22:03 | |
*** spzala has joined #openstack-infra | 22:04 | |
*** spzala has quit IRC | 22:04 | |
*** wolverineav has joined #openstack-infra | 22:04 | |
*** spzala has joined #openstack-infra | 22:05 | |
*** masuberu has quit IRC | 22:05 | |
*** spzala has joined #openstack-infra | 22:05 | |
*** spzala has joined #openstack-infra | 22:06 | |
*** spzala has quit IRC | 22:06 | |
*** spzala has joined #openstack-infra | 22:07 | |
mriedem | getting https://review.openstack.org/#/c/404392/ in would help move along a gate fix for some ceph job NoValidHost issues | 22:07 |
*** spzala has quit IRC | 22:07 | |
clarkb | mriedem: I will take a look in a few | 22:07 |
mriedem | clarkb: thanks, it's this guy http://status.openstack.org//elastic-recheck/index.html#1645530 | 22:07 |
*** spzala has joined #openstack-infra | 22:08 | |
*** spzala has quit IRC | 22:08 | |
*** masuberu has joined #openstack-infra | 22:08 | |
*** jtomasek has quit IRC | 22:08 | |
mordred | infra-root, Shrews: I'd like to cut a shade release to pick up the fix for the image metadata regression | 22:08 |
clarkb | mordred: sounds good | 22:08 |
mordred | oh. wait. it didn't land ... | 22:08 |
*** spzala has joined #openstack-infra | 22:08 | |
*** spzala has quit IRC | 22:09 | |
clarkb | mordred: lets be sure to get nodepoold restarted not too long after it is released though just so that any possible regressions are caught early | 22:09 |
* mordred rechecks | 22:09 | |
*** wolverineav has quit IRC | 22:09 | |
mordred | once it lands, I'd like to release shade :O | 22:09 |
*** spzala has joined #openstack-infra | 22:09 | |
*** spzala has quit IRC | 22:09 | |
*** rocky_g has quit IRC | 22:10 | |
*** spzala has joined #openstack-infra | 22:10 | |
clarkb | mriedem: ++ to using more generic vars like volume backing size then having backends do the right thing with that info | 22:10 |
*** spzala has quit IRC | 22:10 | |
mriedem | \o/ | 22:10 |
*** spzala has joined #openstack-infra | 22:11 | |
*** tlian2 has joined #openstack-infra | 22:11 | |
jeblair | pabelanger, mordred: so we have python-openssl installed on nb01, apparently due to rax base image, and we don't want it there | 22:11 |
*** spzala has joined #openstack-infra | 22:11 | |
jeblair | should we add an ensure=>absent to puppet-nodepool? | 22:12 |
*** spzala has quit IRC | 22:12 | |
mordred | jeblair: ++ | 22:12 |
*** chlong has quit IRC | 22:12 | |
pabelanger | jeblair: ya, lets do that | 22:12 |
clarkb | jeblair: mordred pabelanger why don't we want it there? | 22:12 |
*** spzala has joined #openstack-infra | 22:12 | |
mordred | clarkb: it breaks python requests | 22:12 |
clarkb | (I mean other than leaky cloud provided images being leak) | 22:12 |
*** spzala has quit IRC | 22:12 | |
pabelanger | OpenStackCloudException: Error fetching image list: 'X509' object has no attribute '_x509' | 22:12 |
pabelanger | is the error we have right now | 22:13 |
clarkb | that sounds like requests is broken | 22:13 |
mordred | nope. it's a broken old version of pyopenssl and has been fixed | 22:13 |
*** spzala has joined #openstack-infra | 22:13 | |
*** spzala has quit IRC | 22:13 | |
pabelanger | https://github.com/kennethreitz/requests/issues/3701 | 22:13 |
pabelanger | 0.14 is the new dependency | 22:13 |
clarkb | but requests uses cryptography now I thought | 22:13 |
jeblair | i'm guessing that requests is using pyopenssl if it finds it, and something else (what?) if it isn't there... | 22:13 |
jeblair | i guess cryptography is the answer to that question? | 22:13 |
mordred | yah | 22:13 |
*** spzala has joined #openstack-infra | 22:14 | |
*** spzala has quit IRC | 22:14 | |
jeblair | so perhaps uses pyopenssl if available, falling back on cryptography if not? | 22:14 |
*** tlian has quit IRC | 22:14 | |
jeblair | (that sounds backwards) | 22:14 |
*** spzala has joined #openstack-infra | 22:14 | |
*** spzala has quit IRC | 22:15 | |
mordred | if I install requests[security] into a virtualenv, I get | 22:15 |
mordred | Successfully installed cffi-1.9.1 cryptography-1.6 enum34-1.1.6 idna-2.1 ipaddress-1.0.17 pyOpenSSL-16.2.0 pyasn1-0.1.9 pycparser-2.17 six-1.10.0 | 22:15 |
clarkb | oh so its both | 22:15 |
*** jamesdenton has quit IRC | 22:15 | |
*** spzala has joined #openstack-infra | 22:15 | |
*** tlian2 has quit IRC | 22:15 | |
*** spzala has quit IRC | 22:15 | |
mordred | in any case, intsalling some libs from distro packages and some from pip is a known badness | 22:15 |
mordred | and we should avoid it for things we care about | 22:15 |
*** mmandel has quit IRC | 22:15 | |
mordred | because it pretty much always breaks in some way or another | 22:16 |
jeblair | clarkb: there is no pyopenssl on nodepool.o.o | 22:16 |
*** spzala has joined #openstack-infra | 22:16 | |
clarkb | oh now I am even more confuzzled | 22:16 |
*** spzala has quit IRC | 22:16 | |
clarkb | yay python deps? | 22:16 |
mordred | 'security': ['pyOpenSSL>=0.14', 'cryptography>=1.3.4', 'idna>=2.0.0'], | 22:16 |
mordred | those are the deps for requets[security] | 22:16 |
clarkb | oh so its only if you install securiry and its the insecure stdlib otherwise | 22:17 |
*** spzala has joined #openstack-infra | 22:17 | |
mordred | yah | 22:17 |
clarkb | which is what the annoying error messages are about | 22:17 |
mordred | yah | 22:17 |
*** spzala has quit IRC | 22:17 | |
*** esikache1 has joined #openstack-infra | 22:17 | |
jeblair | we have cryptography in both places though | 22:17 |
mordred | so we should probably _also_ add requests[security] to the install on nodepool - or to the shade requirements | 22:17 |
mordred | jeblair: pyOpenSSL is a separate depend | 22:17 |
*** spzala has joined #openstack-infra | 22:17 | |
*** spzala has quit IRC | 22:18 | |
jeblair | mordred: i don't understand 22:17 < mordred> jeblair: pyOpenSSL is a separate depend | 22:18 |
*** spzala has joined #openstack-infra | 22:18 | |
*** eharney has quit IRC | 22:18 | |
*** spzala has quit IRC | 22:18 | |
mordred | jeblair: pyopenssl isn't just a depend from cryptography - it's a directly declared dependency of requests[security] | 22:19 |
*** spzala has joined #openstack-infra | 22:19 | |
jroll | were there known issues with osic mirrors earlier today? | 22:19 |
*** spzala has quit IRC | 22:19 | |
jeblair | mordred: i would be surprised if pyopenssl is a dependency of cryptography since cryptography is installed on nodepool.o.o but pyopenssl is not | 22:19 |
mordred | yah | 22:20 |
jeblair | mordred: i'm wondering how we get cryptograhpy, which seems sufficient alone. | 22:20 |
*** spzala has joined #openstack-infra | 22:20 | |
*** spzala has quit IRC | 22:20 | |
*** inc0 has quit IRC | 22:20 | |
*** spzala has joined #openstack-infra | 22:20 | |
*** spzala has quit IRC | 22:20 | |
mordred | jeblair: probably a transitive depend of one of the openstack libs? | 22:21 |
*** spzala has joined #openstack-infra | 22:21 | |
*** spzala has quit IRC | 22:21 | |
*** esikache1 has quit IRC | 22:22 | |
*** spzala has joined #openstack-infra | 22:22 | |
*** spzala has quit IRC | 22:22 | |
*** matrohon has quit IRC | 22:22 | |
clarkb | jeblair: fungi pabelanger when ^ is done being worked out https://review.openstack.org/#/c/404295/5 is ready for review I think | 22:22 |
*** spzala has joined #openstack-infra | 22:23 | |
*** spzala has quit IRC | 22:23 | |
jeblair | well, i don't know how to figure that out. so i'm still just left with maybe we stick an ensure->absent in there | 22:23 |
*** spzala has joined #openstack-infra | 22:24 | |
*** spzala has quit IRC | 22:24 | |
openstackgerrit | Merged openstack-infra/devstack-gate: Add setup_host.yaml playbook and ansibly gather_host_info https://review.openstack.org/391519 | 22:24 |
*** spzala has joined #openstack-infra | 22:24 | |
*** spzala has quit IRC | 22:24 | |
mordred | jeblair: I also don't have a better suggestion than that | 22:25 |
jeblair | clarkb: are you okay with that? | 22:25 |
clarkb | ya | 22:25 |
clarkb | I still think thats likely a requests bug | 22:25 |
*** spzala has joined #openstack-infra | 22:25 | |
clarkb | if cryptography is present I am not sure why its bothering with the other thing | 22:25 |
*** spzala has quit IRC | 22:25 | |
mordred | clarkb: who knows | 22:25 |
clarkb | but maybe it needs both and for nodepool.o.o it ignores both | 22:25 |
jeblair | yeah, but i'm pretty burned out on dealing with requests and ssl | 22:26 |
mordred | yup | 22:26 |
*** spzala has joined #openstack-infra | 22:26 | |
*** spzala has joined #openstack-infra | 22:26 | |
mordred | jeblair: I'll make the puppet patch, unless you already have | 22:27 |
*** spzala has quit IRC | 22:27 | |
jeblair | mordred: that sounds great, thx | 22:27 |
*** spzala has joined #openstack-infra | 22:27 | |
*** spzala has quit IRC | 22:28 | |
mordred | pabelanger: does just removing python-openssl on nb01 make it happier? | 22:28 |
*** spzala has joined #openstack-infra | 22:28 | |
*** spzala has quit IRC | 22:28 | |
*** spzala has joined #openstack-infra | 22:29 | |
*** spzala has quit IRC | 22:29 | |
*** spzala has joined #openstack-infra | 22:30 | |
openstackgerrit | Monty Taylor proposed openstack-infra/puppet-nodepool: Ensure python-openssl is not present https://review.openstack.org/404444 | 22:30 |
openstackgerrit | Adam Gandelman proposed openstack-infra/zuul: Enable test_post https://review.openstack.org/404445 | 22:31 |
*** adrian_otto has quit IRC | 22:31 | |
*** spzala has joined #openstack-infra | 22:31 | |
*** spzala has quit IRC | 22:31 | |
*** rcernin has joined #openstack-infra | 22:31 | |
openstackgerrit | Yih Leong Sun proposed openstack-infra/irc-meetings: Change PWG regional meeting time from UTC 0200 to 0600. https://review.openstack.org/404446 | 22:31 |
clarkb | pabelanger: mordred probably worth double checking that before we merge ^ | 22:31 |
pabelanger | mordred: I haven't tested | 22:31 |
*** rfolco has joined #openstack-infra | 22:31 | |
pabelanger | I can do that now | 22:31 |
*** spzala has joined #openstack-infra | 22:31 | |
*** spzala has quit IRC | 22:32 | |
*** skelso has quit IRC | 22:32 | |
*** spzala has joined #openstack-infra | 22:32 | |
pabelanger | k, removed | 22:32 |
*** spzala has quit IRC | 22:32 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci: cleanup: remove scenario004 bits https://review.openstack.org/404447 | 22:33 |
pabelanger | doing a test | 22:33 |
*** spzala has joined #openstack-infra | 22:33 | |
*** spzala has quit IRC | 22:33 | |
*** skelso has joined #openstack-infra | 22:33 | |
*** rbuzatu has quit IRC | 22:34 | |
*** wolverineav has joined #openstack-infra | 22:34 | |
*** spzala has joined #openstack-infra | 22:34 | |
pabelanger | mordred: jeblair: clarkb: yes, a quick test of requests shows things better | 22:34 |
*** spzala has joined #openstack-infra | 22:35 | |
*** spzala has quit IRC | 22:35 | |
mordred | pabelanger: woot | 22:35 |
mordred | pabelanger: then https://review.openstack.org/404444 should make things happy | 22:35 |
*** dprince has quit IRC | 22:35 | |
*** spzala has joined #openstack-infra | 22:35 | |
*** spzala has quit IRC | 22:35 | |
*** spzala has joined #openstack-infra | 22:36 | |
clarkb | looking into the elasticsearch cluster's yellow state more closely the 5 unassigned shards have all had their allocations fail | 22:36 |
*** spzala has quit IRC | 22:36 | |
clarkb | I think this may be another case of that annoying internal deadlock that we have seen in the past | 22:36 |
clarkb | whcih requires cluster restart to clear | 22:36 |
*** spzala has joined #openstack-infra | 22:36 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/project-config: tripleo: update scenarios https://review.openstack.org/404449 | 22:36 |
clarkb | I don't necessarily think that performing this restart is incredibly urgent, but I am willing to walk volunteers through the process if people want to learn. | 22:36 |
*** spzala has quit IRC | 22:37 | |
pabelanger | +3 | 22:37 |
*** spzala has joined #openstack-infra | 22:37 | |
*** spzala has quit IRC | 22:37 | |
*** spzala has joined #openstack-infra | 22:38 | |
*** spzala has quit IRC | 22:38 | |
*** spzala has joined #openstack-infra | 22:38 | |
*** spzala has quit IRC | 22:38 | |
pabelanger | nodepool-builder restarted on nb01.o.o | 22:38 |
openstackgerrit | Ian Wienand proposed openstack-infra/nodepool: Fail on bad options to fake-image-create https://review.openstack.org/291516 | 22:38 |
*** wolverineav has quit IRC | 22:38 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci: Add scenario004 to logs https://review.openstack.org/404450 | 22:38 |
*** spzala has joined #openstack-infra | 22:39 | |
*** spzala has quit IRC | 22:39 | |
*** jschwarz has quit IRC | 22:39 | |
*** spzala has joined #openstack-infra | 22:39 | |
clarkb | speaking of things related to the builder did we update the snapshot count for zk yet? | 22:39 |
*** spzala has quit IRC | 22:39 | |
*** ajo has quit IRC | 22:40 | |
*** jschwarz has joined #openstack-infra | 22:40 | |
*** spzala has joined #openstack-infra | 22:40 | |
openstackgerrit | Ian Wienand proposed openstack-infra/nodepool: Fail on bad options to fake-image-create https://review.openstack.org/404452 | 22:40 |
asselin | clarkb, can you review this? https://review.openstack.org/#/c/398010/1/manifests/site.pp it would be nice to get some CI for single-node-ci. | 22:40 |
*** spzala has quit IRC | 22:40 | |
*** spzala has joined #openstack-infra | 22:41 | |
*** ajo has joined #openstack-infra | 22:41 | |
*** spzala has quit IRC | 22:41 | |
openstackgerrit | Manjeet Singh Bhatia proposed openstack-infra/project-config: Move grenade-networking-odl job to check queue https://review.openstack.org/393979 | 22:41 |
openstackgerrit | Merged openstack-infra/puppet-nodepool: Ensure python-openssl is not present https://review.openstack.org/404444 | 22:41 |
*** spzala has joined #openstack-infra | 22:42 | |
*** spzala has quit IRC | 22:42 | |
*** spzala has joined #openstack-infra | 22:42 | |
*** spzala has quit IRC | 22:43 | |
*** spzala has joined #openstack-infra | 22:43 | |
pabelanger | clarkb: no, I was going to do that | 22:44 |
pabelanger | should be expose in puppet-zookeeper today | 22:44 |
*** spzala has joined #openstack-infra | 22:44 | |
openstackgerrit | Andrew Kuhlmann proposed openstack-infra/jenkins-job-builder: Add matching parameter to throttle concurrent jobs https://review.openstack.org/404454 | 22:44 |
*** spzala has quit IRC | 22:44 | |
*** jheroux has quit IRC | 22:45 | |
*** spzala has joined #openstack-infra | 22:45 | |
*** gyee has joined #openstack-infra | 22:45 | |
*** spzala has joined #openstack-infra | 22:46 | |
*** spzala has quit IRC | 22:46 | |
*** icey has quit IRC | 22:46 | |
*** spzala has joined #openstack-infra | 22:46 | |
*** spzala has quit IRC | 22:47 | |
clarkb | asselin: reviewed | 22:47 |
*** spzala has joined #openstack-infra | 22:47 | |
ianw | the problem with forcing packages like python-openssl out is when something you want depends on it ... although the reverse dependencies seems ok atm | 22:47 |
*** spzala has quit IRC | 22:47 | |
asselin | clarkb, good point. thanks. | 22:48 |
*** mriedem has quit IRC | 22:48 | |
*** spzala has joined #openstack-infra | 22:48 | |
*** spzala has joined #openstack-infra | 22:49 | |
*** spzala has quit IRC | 22:49 | |
fungi | jeblair: were you able to apt-get remove (or purge) python-openssl without it removing other packages? i'm guessing we already do something to remove python-requests since it is/was a dependency of cloud-init (i think) | 22:49 |
*** xyang1 has quit IRC | 22:50 | |
*** spzala has joined #openstack-infra | 22:50 | |
fungi | also if memory serves, the cryptography library has an optional dependency on pyopenssl | 22:50 |
*** spzala has quit IRC | 22:50 | |
*** tlian has joined #openstack-infra | 22:50 | |
*** spzala has joined #openstack-infra | 22:51 | |
jeblair | fungi: mordred verified nothing depends on it | 22:51 |
*** spzala has quit IRC | 22:51 | |
*** ijw has joined #openstack-infra | 22:51 | |
*** spzala has joined #openstack-infra | 22:51 | |
ianw | yeah, the devstack experience though is that something else brings it back when you least expect it :) | 22:52 |
fungi | oh, hrm, cryptography seems to build against libssl so i guess it _shouldn't_ need pycrypto for that | 22:52 |
*** baoli has quit IRC | 22:52 | |
*** spzala has joined #openstack-infra | 22:52 | |
*** spzala has quit IRC | 22:52 | |
*** thorst_ has quit IRC | 22:53 | |
*** spzala_ has joined #openstack-infra | 22:53 | |
*** wolverineav has joined #openstack-infra | 22:53 | |
*** spzala_ has quit IRC | 22:53 | |
fungi | requests 2.12.1 release note is "Bugfixes: Updated setuptools 'security' extra for the new PyOpenSSL backend in urllib3." | 22:54 |
*** spzala_ has joined #openstack-infra | 22:54 | |
*** spzala_ has quit IRC | 22:54 | |
*** ijw has quit IRC | 22:54 | |
clarkb | fungi: its the other way around pyopenssl depends on cryptography now iirc | 22:55 |
*** ijw has joined #openstack-infra | 22:55 | |
fungi | fun | 22:55 |
*** spzala_ has joined #openstack-infra | 22:55 | |
clarkb | fungi: and pyopenssl uses cryptography in order to remove their old bindings | 22:55 |
*** spzala_ has quit IRC | 22:55 | |
*** spzala has joined #openstack-infra | 22:56 | |
fungi | oh, hrm the change in 2.12.1 was just to change pyOpenSSL>=0.13 to >=0.14 | 22:56 |
*** mmandel has joined #openstack-infra | 22:56 | |
*** spzala has joined #openstack-infra | 22:56 | |
*** spzala has quit IRC | 22:56 | |
*** slagle has quit IRC | 22:57 | |
*** spzala has joined #openstack-infra | 22:57 | |
*** dimtruck is now known as zz_dimtruck | 22:57 | |
*** spzala has quit IRC | 22:57 | |
*** spzala has joined #openstack-infra | 22:58 | |
*** spzala has quit IRC | 22:58 | |
*** tanvirt has quit IRC | 22:58 | |
*** wolverineav has quit IRC | 22:58 | |
*** spzala has joined #openstack-infra | 22:59 | |
fungi | aha, here's the pr from sigmavirus that added it https://github.com/kennethreitz/requests/pull/2195 | 22:59 |
*** spzala has quit IRC | 22:59 | |
*** spzala has joined #openstack-infra | 22:59 | |
*** spzala has quit IRC | 22:59 | |
*** hashar has quit IRC | 23:00 | |
*** spzala has joined #openstack-infra | 23:00 | |
*** spzala_ has joined #openstack-infra | 23:00 | |
*** spzala_ has quit IRC | 23:00 | |
*** spzala_ has joined #openstack-infra | 23:01 | |
*** spzala_ has quit IRC | 23:01 | |
*** rcernin has quit IRC | 23:01 | |
*** spzala_ has joined #openstack-infra | 23:02 | |
*** spzala_ has quit IRC | 23:02 | |
*** spzala_ has joined #openstack-infra | 23:02 | |
*** spzala has quit IRC | 23:02 | |
*** spzala_ has quit IRC | 23:03 | |
*** skelso has quit IRC | 23:03 | |
*** rcernin has joined #openstack-infra | 23:03 | |
*** mdrabe has quit IRC | 23:03 | |
*** matt-borland has quit IRC | 23:03 | |
*** spzala has joined #openstack-infra | 23:03 | |
*** wolverineav has joined #openstack-infra | 23:03 | |
*** spzala has quit IRC | 23:03 | |
*** rcernin has quit IRC | 23:04 | |
*** rcernin has joined #openstack-infra | 23:04 | |
*** spzala has joined #openstack-infra | 23:04 | |
*** spzala has quit IRC | 23:04 | |
*** rfolco has quit IRC | 23:04 | |
*** spzala has joined #openstack-infra | 23:05 | |
*** spzala has quit IRC | 23:05 | |
*** quade has quit IRC | 23:05 | |
*** spzala has joined #openstack-infra | 23:06 | |
*** spzala has quit IRC | 23:06 | |
*** zz_dimtruck is now known as dimtruck | 23:06 | |
*** spzala has joined #openstack-infra | 23:06 | |
*** spzala has quit IRC | 23:06 | |
*** spzala has joined #openstack-infra | 23:07 | |
*** spzala has quit IRC | 23:07 | |
*** spzala has joined #openstack-infra | 23:08 | |
*** spzala has quit IRC | 23:08 | |
*** asettle has quit IRC | 23:08 | |
*** wolverineav has quit IRC | 23:08 | |
*** spzala has joined #openstack-infra | 23:09 | |
*** spzala has quit IRC | 23:09 | |
fungi | mordred: clarkb: i +2'd 404295 but didn't approve (yet) noting that there is a significantly different license for the file being added than we provide the rest of devstack-gate under. should we update the README.rst with some licensing info, or add a LICENSE.rst file or something? | 23:09 |
*** spzala has joined #openstack-infra | 23:09 | |
*** spzala has quit IRC | 23:09 | |
mordred | fungi: that's a good question | 23:10 |
*** spzala has joined #openstack-infra | 23:10 | |
*** spzala has quit IRC | 23:10 | |
clarkb | extra documentation won't hurt though its not viral in this case | 23:11 |
clarkb | because its in a subprocess | 23:11 |
*** spzala has joined #openstack-infra | 23:11 | |
*** spzala has quit IRC | 23:11 | |
fungi | right, i don't personally object to gplv3 files in that repo and this would almost certainly just be a case of aggregation, and http://governance.openstack.org/reference/licensing.html says we're clear to use any osi-approved license(s) | 23:11 |
fungi | but we might ought to be clear that we're doing so | 23:12 |
*** spzala has joined #openstack-infra | 23:12 | |
*** spzala has quit IRC | 23:12 | |
clarkb | ya | 23:12 |
*** spzala has joined #openstack-infra | 23:12 | |
*** ijw has quit IRC | 23:13 | |
*** spzala has quit IRC | 23:13 | |
fungi | i mean, even if it weren't just aggregation we'd be covered since gplv3 is at least apache-compatible | 23:13 |
fungi | (unlike gplv2) | 23:13 |
*** ihrachys has quit IRC | 23:13 | |
*** spzala has joined #openstack-infra | 23:13 | |
*** spzala has quit IRC | 23:13 | |
openstackgerrit | Adam Gandelman proposed openstack-infra/zuul: Enable test_post* https://review.openstack.org/404466 | 23:13 |
*** spzala has joined #openstack-infra | 23:14 | |
*** spzala has quit IRC | 23:14 | |
*** mriedem has joined #openstack-infra | 23:14 | |
*** spzala has joined #openstack-infra | 23:15 | |
*** spzala has joined #openstack-infra | 23:15 | |
*** spzala has quit IRC | 23:15 | |
mordred | fungi: perhaps just a mention in the README at the end of the contributions section? | 23:16 |
fungi | mordred: that would be plenty i think | 23:16 |
*** yuanying has joined #openstack-infra | 23:16 | |
*** mmandel has quit IRC | 23:16 | |
mordred | fungi: I'll do it in a follow up, if that' sok | 23:16 |
*** spzala has joined #openstack-infra | 23:16 | |
*** spzala has quit IRC | 23:16 | |
fungi | wfm. all set to approve 404295 now? | 23:16 |
mordred | ++ | 23:16 |
*** rodrigods_ is now known as rodrigods | 23:17 | |
*** mmandel has joined #openstack-infra | 23:17 | |
fungi | oh, rcarrillocruz had to recheck it anyway | 23:17 |
rcarrillocruz | yes, cos almost 3h and it failed on last job | 23:17 |
rcarrillocruz | sigh | 23:17 |
*** spzala has joined #openstack-infra | 23:17 | |
fungi | failed gate-tempest-dsvm-neutron-full-ubuntu-xenial | 23:17 |
* rcarrillocruz waves fist | 23:17 | |
*** spzala has quit IRC | 23:17 | |
mordred | sigh | 23:17 |
fungi | wonder if it's the same proxy disconnect we saw on that job for another d-g change earlier today | 23:17 |
*** ijw has joined #openstack-infra | 23:17 | |
mordred | fungi: I was looking at it earlier and it seemed to just be a REALLY slow node | 23:18 |
*** spzala has joined #openstack-infra | 23:18 | |
*** spzala has quit IRC | 23:18 | |
rcarrillocruz | yeah, i was checking the job live, uber slow node | 23:18 |
*** esikache1 has joined #openstack-infra | 23:18 | |
fungi | ahh | 23:18 |
openstackgerrit | Monty Taylor proposed openstack-infra/devstack-gate: Add note to README about GPL in callback plugin https://review.openstack.org/404469 | 23:18 |
*** spzala has joined #openstack-infra | 23:18 | |
mordred | fungi: hows' that? | 23:19 |
*** spzala has quit IRC | 23:19 | |
* fungi shakes fist at rax-ord | 23:19 | |
openstackgerrit | Armando Migliaccio proposed openstack-infra/project-config: Add grafana dashboard for neutron-lib https://review.openstack.org/404470 | 23:19 |
*** spzala has joined #openstack-infra | 23:19 | |
fungi | mordred: thanks, lgtm! | 23:20 |
*** spzala has joined #openstack-infra | 23:20 | |
*** spzala has quit IRC | 23:20 | |
*** gordc has quit IRC | 23:21 | |
*** mmandel has quit IRC | 23:21 | |
*** spzala has joined #openstack-infra | 23:21 | |
*** spzala has joined #openstack-infra | 23:22 | |
*** spzala has quit IRC | 23:22 | |
*** ijw has quit IRC | 23:22 | |
*** stevemar__ has quit IRC | 23:22 | |
*** spzala has joined #openstack-infra | 23:22 | |
*** esikache1 has quit IRC | 23:22 | |
*** smarcet has joined #openstack-infra | 23:23 | |
*** spzala has quit IRC | 23:23 | |
*** stevemar__ has joined #openstack-infra | 23:23 | |
*** spzala has joined #openstack-infra | 23:23 | |
*** spzala has quit IRC | 23:23 | |
*** spzala has joined #openstack-infra | 23:24 | |
*** spzala has quit IRC | 23:24 | |
*** kzaitsev_mb has quit IRC | 23:24 | |
*** spzala has joined #openstack-infra | 23:25 | |
*** mmandel has joined #openstack-infra | 23:25 | |
EmilienM | pabelanger: fyi, we're are switching puppet-openstack-ingeration to run ansible tasks instead of bash scripts, will be easier to move to zuulv3 then | 23:25 |
*** spzala has quit IRC | 23:25 | |
*** mmandel has quit IRC | 23:25 | |
pabelanger | EmilienM: nice | 23:25 |
EmilienM | pabelanger: https://review.openstack.org/404471 really WIP | 23:25 |
*** smarcet has quit IRC | 23:25 | |
*** mmandel has joined #openstack-infra | 23:25 | |
*** spzala has joined #openstack-infra | 23:25 | |
*** wolverineav has joined #openstack-infra | 23:25 | |
*** spzala has quit IRC | 23:25 | |
*** spzala has joined #openstack-infra | 23:26 | |
*** spzala has quit IRC | 23:26 | |
*** spzala has joined #openstack-infra | 23:27 | |
*** spzala has quit IRC | 23:27 | |
*** stevemar__ has quit IRC | 23:27 | |
*** spzala has joined #openstack-infra | 23:28 | |
*** spzala has quit IRC | 23:29 | |
*** spzala has joined #openstack-infra | 23:29 | |
*** annegentle has quit IRC | 23:29 | |
*** spzala has quit IRC | 23:29 | |
*** mmandel has quit IRC | 23:30 | |
*** spzala has joined #openstack-infra | 23:30 | |
*** wolverineav has quit IRC | 23:30 | |
*** spzala has quit IRC | 23:30 | |
*** spzala has joined #openstack-infra | 23:31 | |
rcarrillocruz | EmilienM: that's super awesome :-) | 23:31 |
*** spzala has quit IRC | 23:31 | |
clarkb | fwiw you can still run bash with zuulv3 | 23:31 |
clarkb | (if anyone out there is feaking out and thinking they have to rewrite things) | 23:31 |
*** spzala has joined #openstack-infra | 23:32 | |
*** spzala has quit IRC | 23:32 | |
*** vhosakot has quit IRC | 23:32 | |
*** spzala has joined #openstack-infra | 23:32 | |
*** spzala has quit IRC | 23:32 | |
EmilienM | clarkb: right, thx for clarifying | 23:33 |
EmilienM | clarkb: also one of the benefits we found is the capacity to use ARA | 23:33 |
*** spzala has joined #openstack-infra | 23:33 | |
*** annegentle has joined #openstack-infra | 23:33 | |
EmilienM | which makes debug a bit easier | 23:33 |
*** spzala has quit IRC | 23:33 | |
*** spzala has joined #openstack-infra | 23:34 | |
*** spzala has quit IRC | 23:34 | |
*** spzala has joined #openstack-infra | 23:34 | |
*** spzala has quit IRC | 23:35 | |
*** spzala has joined #openstack-infra | 23:35 | |
*** spzala has quit IRC | 23:35 | |
*** spzala has joined #openstack-infra | 23:36 | |
*** spzala has quit IRC | 23:36 | |
*** spzala has joined #openstack-infra | 23:37 | |
*** rcernin has quit IRC | 23:41 | |
*** thorst_ has joined #openstack-infra | 23:42 | |
*** lindsayk has quit IRC | 23:42 | |
*** inc0 has joined #openstack-infra | 23:45 | |
openstackgerrit | Paul Belanger proposed openstack/diskimage-builder: Improve checksum performance for images https://review.openstack.org/400311 | 23:46 |
*** thorst_ has quit IRC | 23:46 | |
ianw | wow py-bt is the greatest thing, possibly ever | 23:46 |
openstackgerrit | John L. Villalovos proposed openstack-infra/project-config: Disable devstack plugin for builder 'ironic-grenade' https://review.openstack.org/404479 | 23:47 |
openstackgerrit | Ian Wienand proposed openstack-infra/nodepool: Activate virtualenv before running dib https://review.openstack.org/403966 | 23:48 |
clarkb | ianw: oh neat tahts pdb bt in gdb | 23:49 |
openstackgerrit | Armando Migliaccio proposed openstack-infra/project-config: Move gate-tempest-dsvm-neutron-linuxbridge to devstack check/gate queues https://review.openstack.org/404480 | 23:49 |
ianw | clarkb: yep. we may not want to do 403966 but it made me understand the problem was with the logging | 23:50 |
ianw | (i'm pretty sure, anyway :) | 23:50 |
openstackgerrit | Paul Belanger proposed openstack/diskimage-builder: Improve checksum performance for images https://review.openstack.org/400311 | 23:51 |
ianw | logging + forking == badness it seems | 23:53 |
*** nadya has joined #openstack-infra | 23:54 | |
ianw | clarkb: should we add this trusty platform job for sanity? updown is not using trusty anymore -> https://review.openstack.org/#/c/397996/ | 23:54 |
*** Swami_ has joined #openstack-infra | 23:54 | |
*** thorst_ has joined #openstack-infra | 23:56 | |
*** Swami has quit IRC | 23:57 | |
*** thorst_ has quit IRC | 23:58 | |
*** s-shiono has joined #openstack-infra | 23:58 | |
*** nadya has quit IRC | 23:58 | |
clarkb | ianw: fine by me, probably more a question of what devstack wants/needs | 23:58 |
*** ijw has joined #openstack-infra | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!