sdake | pabelanger did you end up with a mirror of centos in the gates? | 00:02 |
---|---|---|
sdake | with this bindep thing or is that something else | 00:03 |
pabelanger | sdake: not yet. once we finish bindep, I'm going to start on it again | 00:04 |
sdake | cool | 00:04 |
pabelanger | sdake: I hope to have it ready by the summit | 00:04 |
sdake | any idea when it will be ready? | 00:04 |
sdake | cool | 00:04 |
sdake | reading my mind again ;) | 00:04 |
*** ZZelle has quit IRC | 00:04 | |
pabelanger | Ya, I might setup a hacking session in austin | 00:04 |
sdake | if you could let me know or le tthe ml know it would rock | 00:04 |
pabelanger | ya, I'll send out an email to openstack-infra ML once finished | 00:05 |
sdake | mirrorss o the distro speed up our gates 35% | 00:05 |
pabelanger | wheel mirror was done last week for centos7, so you can use that now too | 00:05 |
sdake | where is it | 00:05 |
pabelanger | http://mirror.ord.rax.openstack.org/wheel/centos-7-x86_64/ for example | 00:06 |
sdake | got any pointers or an announcement email? | 00:06 |
pabelanger | but we set it by default with pip.conf for config_mirrors.sh in nodepool | 00:06 |
sdake | so pip will just know about it then? | 00:07 |
*** thorst has joined #openstack-infra | 00:07 | |
sdake | the issue is we use pip in our containers | 00:07 |
sdake | i'll ssee how its done with ubuntu atm | 00:07 |
clarkb | copy thr hosts pip.conf or bind mount it | 00:07 |
pabelanger | that | 00:07 |
clarkb | I think kolla already copies it fwiw | 00:07 |
sdake | for ubuntu | 00:07 |
sdake | but not for centos woudl be my guess | 00:08 |
sdake | i'll read the code | 00:08 |
clarkb | its not distro specific | 00:08 |
sdake | https://github.com/openstack/kolla/blob/master/tools/setup_gate.sh#L28 | 00:09 |
sdake | this then? | 00:09 |
clarkb | ya | 00:10 |
sdake | ya then thats generic | 00:10 |
sdake | we also have per-distro setup but this is the generic setup | 00:10 |
sdake | so looks like we already are using it | 00:10 |
sdake | thanks! | 00:11 |
*** thorst has quit IRC | 00:15 | |
*** tphummel has quit IRC | 00:16 | |
*** tphummel has joined #openstack-infra | 00:17 | |
*** tphummel has quit IRC | 00:18 | |
*** briancline has joined #openstack-infra | 00:22 | |
sdake | clarkb looks like zuul shows the gate mostly passing now | 00:22 |
sdake | so yay ;) | 00:22 |
sdake | its not ideal but our gate scripts are not designed to be run outside of oepnstack infrastructure | 00:23 |
clarkb | its more likely that docker or testr updated I think since we havent touched the devstack-centos7 images | 00:24 |
clarkb | but I still dont have a link to the fail so dunno | 00:24 |
*** jerryz has quit IRC | 00:25 | |
*** Daviey has quit IRC | 00:25 | |
sdake | clarkb someone mentioned the images were updated which is why i thought thatwas teh cause | 00:25 |
sdake | clarkb http://logs.openstack.org/87/297987/2/check/gate-kolla-dsvm-build-centos-binary/c957005/console.html#_2016-03-26_20_44_04_187 | 00:27 |
clarkb | so thats jumping out of the venv and not finding testr | 00:28 |
*** amitgandhinz has joined #openstack-infra | 00:28 | |
clarkb | PATH isnt being preserved? | 00:29 |
sdake | -E preseves the environment when passed to sudo | 00:29 |
sdake | testr isn't installed in the images | 00:29 |
sdake | its only in the tox environment | 00:29 |
sdake | and sudo doens't knwo about that | 00:29 |
clarkb | yes | 00:29 |
sdake | it was previously isntalled in the images | 00:30 |
clarkb | excoet that tox isnt a shell and may not pass envthings to sudo properly | 00:30 |
clarkb | I dont knkw that it was previously installed in images | 00:30 |
clarkb | devstack-centos7 has not changed | 00:30 |
sdake | we are using dvsm | 00:30 |
sdake | is that devstack-centos? | 00:30 |
clarkb | yes | 00:31 |
sdake | ok | 00:31 |
clarkb | you can see the node name at the beginning of your job | 00:31 |
clarkb | I suppose its possible we pulled it in transitively | 00:31 |
clarkb | and stopped doing so recently | 00:32 |
*** achanda has quit IRC | 00:32 | |
clarkb | but devstack nodes should not have it preinstalled intentionally | 00:32 |
sdake | clarkb mordred suggested this whic hI guess worked and I thought it didn't originally | 00:32 |
sdake | https://review.openstack.org/#/c/297945/1/tox.ini | 00:32 |
clarkb | ya thats what I would do | 00:33 |
clarkb | that explicitly uses the venc | 00:33 |
*** briancline has quit IRC | 00:36 | |
sdake | if you toggle ci and check the gate jobs for 1 though it fails | 00:37 |
sdake | patch set one | 00:37 |
sdake | http://logs.openstack.org/45/297945/1/check/gate-kolla-dsvm-build-centos-binary/fc68cdb/console.html#_2016-03-26_14_15_05_006 | 00:37 |
sdake | no subunit module | 00:37 |
sdake | so ya that attempt definately failed | 00:38 |
sdake | open to using mordred's solution if can get it to work | 00:39 |
sdake | but it looks like something is being damaged with the running it that way | 00:39 |
sdake | so i removed sudo | 00:39 |
sdake | entirely | 00:39 |
sdake | and just changed permissions on docker.sock to 666 | 00:39 |
sdake | so anyone can write to it | 00:39 |
sdake | (that is on the local node) | 00:40 |
*** amitgandhinz has quit IRC | 00:42 | |
fungi | is it possible we recently changed /etc/sudoers in our images to start sanitizing the environment (more)? | 00:42 |
pabelanger | Ah, didn't think of that | 00:43 |
pabelanger | personally, I'd drop sudo if possible. Which sounds like what sdake did | 00:44 |
clarkb | fungi: oh yes! | 00:44 |
pabelanger | sdake: can you not add the jenkins user to the docker group instead of chmod | 00:45 |
clarkb | the safe path thing | 00:45 |
clarkb | ugh | 00:45 |
fungi | my work is done here | 00:45 |
fungi | on to cartoons and sleep | 00:45 |
clarkb | mystery solved | 00:45 |
pabelanger | somebody always knows | 00:46 |
sdake | pabelanger yes i did that but the shell doesn't absorb it | 00:46 |
fungi | and knowing's half the battle | 00:46 |
clarkb | was it kolla that requested it too? | 00:46 |
clarkb | someone did | 00:46 |
sdake | requested which | 00:46 |
pabelanger | ansible team I think | 00:46 |
clarkb | the sudo safepath thing | 00:46 |
sdake | we pretty much need sudo to be wide open | 00:47 |
clarkb | securepath? | 00:47 |
sdake | wasn't kolla ;) | 00:47 |
*** pfallenop has quit IRC | 00:47 | |
clarkb | so that shouldnt require any perms or group changes if thats it | 00:50 |
clarkb | just use explicit path? | 00:50 |
sdake | how do you do that | 00:51 |
*** Goneri has joined #openstack-infra | 00:51 | |
*** torandu has joined #openstack-infra | 00:51 | |
sdake | i dont like the sudo -E thing anyway | 00:51 |
sdake | i prefer to get rid of it | 00:51 |
clarkb | its the change you wrote thst mordred suggested | 00:52 |
clarkb | ya you shouldnt need -E | 00:52 |
sdake | ya that didnt' work tho - it couldn't find any of its dependencies | 00:52 |
clarkb | since the path is getting reset regardless | 00:52 |
clarkb | you may need to also set pythonpath | 00:52 |
clarkb | not sure | 00:52 |
sdake | i dont ike running testr with sudo tbh ;) | 00:53 |
pabelanger | ++ | 00:53 |
sdake | but its what we implemented originally | 00:53 |
*** esker has joined #openstack-infra | 00:55 | |
sdake | wel thakns folks for the hep ;) | 00:56 |
sdake | I'm off to play some diablo | 00:56 |
*** jerryz has joined #openstack-infra | 00:58 | |
*** briancline has joined #openstack-infra | 00:59 | |
*** claudiub has joined #openstack-infra | 00:59 | |
*** esker has quit IRC | 01:00 | |
*** claudiub|2 has quit IRC | 01:02 | |
*** clsacramento has quit IRC | 01:03 | |
*** clsacramento has joined #openstack-infra | 01:03 | |
*** briancline has quit IRC | 01:06 | |
*** rguillebert has quit IRC | 01:07 | |
*** mescanef_ has joined #openstack-infra | 01:07 | |
*** armax has joined #openstack-infra | 01:10 | |
*** thorst has joined #openstack-infra | 01:12 | |
*** armax has quit IRC | 01:15 | |
*** baoli_ has joined #openstack-infra | 01:18 | |
*** mescanef has quit IRC | 01:18 | |
*** mescanef_ has quit IRC | 01:18 | |
*** thorst has quit IRC | 01:19 | |
*** claudiub has quit IRC | 01:19 | |
*** baoli has quit IRC | 01:19 | |
*** briancline has joined #openstack-infra | 01:21 | |
*** mescanef has joined #openstack-infra | 01:29 | |
*** achanda has joined #openstack-infra | 01:32 | |
*** briancline has quit IRC | 01:34 | |
*** achanda has quit IRC | 01:37 | |
*** esker has joined #openstack-infra | 01:37 | |
*** amitgandhinz has joined #openstack-infra | 01:38 | |
*** Jeffrey4l has joined #openstack-infra | 01:38 | |
*** briancline has joined #openstack-infra | 01:39 | |
*** esker has quit IRC | 01:42 | |
*** mescanef has quit IRC | 01:43 | |
*** pfallenop has joined #openstack-infra | 01:45 | |
*** amitgandhinz has quit IRC | 01:52 | |
*** amrith is now known as _amrith_ | 01:53 | |
*** baoli_ has quit IRC | 01:58 | |
*** jerryz has quit IRC | 01:58 | |
*** ayoung has joined #openstack-infra | 02:00 | |
sdake | hate ot be a bother | 02:04 |
sdake | but rax.org seems super flakey | 02:04 |
sdake | is it just me | 02:05 |
sdake | or is that infrastructure having troubles | 02:05 |
sdake | ord | 02:05 |
sdake | http://logs.openstack.org/45/297945/22/check/gate-kolla-dsvm-build-ubuntu-source/540b89d/console.html#_2016-03-27_01_05_52_577 | 02:05 |
*** achanda has joined #openstack-infra | 02:06 | |
sdake | http://logs.openstack.org/45/297945/22/check/gate-kolla-dsvm-deploy-ubuntu-source/6bb735d/console.html#_2016-03-27_01_11_28_690 | 02:09 |
sdake | always seems to be ubuntu on rax.ord | 02:09 |
sdake | centos seems to work fine | 02:09 |
clarkb | centos doesnt use apt | 02:11 |
*** baoli has joined #openstack-infra | 02:13 | |
*** thorst has joined #openstack-infra | 02:17 | |
*** esker has joined #openstack-infra | 02:19 | |
*** cody-somerville has quit IRC | 02:19 | |
*** moravec has joined #openstack-infra | 02:20 | |
*** asettle has joined #openstack-infra | 02:21 | |
*** baoli has quit IRC | 02:22 | |
*** esker has quit IRC | 02:23 | |
*** moravec has quit IRC | 02:24 | |
*** thorst has quit IRC | 02:25 | |
*** moravec has joined #openstack-infra | 02:25 | |
*** mylu has quit IRC | 02:26 | |
*** baoli has joined #openstack-infra | 02:26 | |
*** baoli has quit IRC | 02:29 | |
*** fedexo has quit IRC | 02:31 | |
*** baoli has joined #openstack-infra | 02:31 | |
*** cody-somerville has joined #openstack-infra | 02:32 | |
*** krtaylor has quit IRC | 02:34 | |
*** denisra has quit IRC | 02:34 | |
*** denisra has joined #openstack-infra | 02:35 | |
*** |-paul-| has quit IRC | 02:36 | |
*** asettle has quit IRC | 02:38 | |
*** baoli has quit IRC | 02:39 | |
*** baoli has joined #openstack-infra | 02:40 | |
*** baoli has quit IRC | 02:41 | |
*** baoli has joined #openstack-infra | 02:42 | |
*** krtaylor has joined #openstack-infra | 02:45 | |
*** baoli has quit IRC | 02:48 | |
*** amitgandhinz has joined #openstack-infra | 02:48 | |
*** salv-orlando has joined #openstack-infra | 02:56 | |
*** esker has joined #openstack-infra | 03:00 | |
*** salv-orlando has quit IRC | 03:01 | |
*** amitgandhinz has quit IRC | 03:01 | |
*** Daisy has joined #openstack-infra | 03:02 | |
*** mescanef has joined #openstack-infra | 03:04 | |
*** esker has quit IRC | 03:05 | |
*** Daisy has quit IRC | 03:05 | |
*** mescanef has quit IRC | 03:13 | |
*** mescanef has joined #openstack-infra | 03:13 | |
*** achanda has quit IRC | 03:13 | |
*** Douhet has joined #openstack-infra | 03:18 | |
*** knikolla has quit IRC | 03:20 | |
*** esker has joined #openstack-infra | 03:22 | |
*** mescanef has quit IRC | 03:22 | |
*** mescanef_ has joined #openstack-infra | 03:22 | |
*** thorst has joined #openstack-infra | 03:22 | |
*** baoli has joined #openstack-infra | 03:25 | |
*** esker has quit IRC | 03:26 | |
*** mescanef has joined #openstack-infra | 03:26 | |
*** thorst has quit IRC | 03:29 | |
*** baoli has quit IRC | 03:30 | |
*** dimtruck is now known as zz_dimtruck | 03:31 | |
*** mescanef has quit IRC | 03:37 | |
*** esker has joined #openstack-infra | 03:42 | |
*** jiggalanator has quit IRC | 03:47 | |
*** netsin has joined #openstack-infra | 03:47 | |
*** esker has quit IRC | 03:47 | |
*** mescanef has joined #openstack-infra | 03:47 | |
*** moravec has quit IRC | 03:49 | |
*** ramishra has quit IRC | 03:49 | |
*** ramishra has joined #openstack-infra | 03:51 | |
*** mescanef has quit IRC | 03:54 | |
*** moravec has joined #openstack-infra | 03:56 | |
*** amitgandhinz has joined #openstack-infra | 03:58 | |
*** Nikolay_St has quit IRC | 03:59 | |
*** Nikolay_St has joined #openstack-infra | 03:59 | |
*** salv-orlando has joined #openstack-infra | 04:03 | |
*** mescanef has joined #openstack-infra | 04:04 | |
*** ayoung has quit IRC | 04:04 | |
*** Daisy has joined #openstack-infra | 04:06 | |
*** mescanef has quit IRC | 04:11 | |
*** amitgandhinz has quit IRC | 04:11 | |
*** achanda has joined #openstack-infra | 04:14 | |
*** salv-orlando has quit IRC | 04:15 | |
*** achanda has quit IRC | 04:19 | |
*** mescanef_ has joined #openstack-infra | 04:20 | |
*** moravec has quit IRC | 04:22 | |
*** mescanef_ has quit IRC | 04:23 | |
*** Daisy has quit IRC | 04:23 | |
*** esker has joined #openstack-infra | 04:24 | |
*** thorst has joined #openstack-infra | 04:26 | |
*** esker has quit IRC | 04:29 | |
*** thorst has quit IRC | 04:34 | |
*** moravec has joined #openstack-infra | 04:35 | |
*** achanda has joined #openstack-infra | 04:37 | |
*** mescanef has joined #openstack-infra | 04:41 | |
*** oanson has joined #openstack-infra | 04:44 | |
*** esker has joined #openstack-infra | 04:45 | |
*** Goneri has quit IRC | 04:45 | |
*** mescanef has quit IRC | 04:45 | |
*** esker has quit IRC | 04:50 | |
*** mescanef has joined #openstack-infra | 04:50 | |
*** mylu has joined #openstack-infra | 04:51 | |
*** mylu has quit IRC | 04:53 | |
*** mylu has joined #openstack-infra | 04:53 | |
*** mescanef has quit IRC | 04:57 | |
*** moravec has quit IRC | 05:00 | |
*** moravec has joined #openstack-infra | 05:03 | |
*** moravec has quit IRC | 05:04 | |
*** amitgandhinz has joined #openstack-infra | 05:08 | |
*** mescanef has joined #openstack-infra | 05:11 | |
*** mescanef has quit IRC | 05:18 | |
*** amitgandhinz has quit IRC | 05:21 | |
*** salv-orlando has joined #openstack-infra | 05:27 | |
*** thorst has joined #openstack-infra | 05:31 | |
*** Sukhdev has joined #openstack-infra | 05:32 | |
*** abregman has joined #openstack-infra | 05:32 | |
*** mescanef has joined #openstack-infra | 05:34 | |
*** salv-orlando has quit IRC | 05:36 | |
*** thorst has quit IRC | 05:39 | |
*** esker has joined #openstack-infra | 05:47 | |
*** esker has quit IRC | 05:52 | |
*** tphummel has joined #openstack-infra | 05:53 | |
*** tqtran has joined #openstack-infra | 06:05 | |
*** tqtran has quit IRC | 06:10 | |
*** jerryz has joined #openstack-infra | 06:15 | |
*** tphummel has quit IRC | 06:18 | |
*** amitgandhinz has joined #openstack-infra | 06:18 | |
*** mescanef has quit IRC | 06:24 | |
*** mescanef has joined #openstack-infra | 06:24 | |
*** amitgandhinz has quit IRC | 06:31 | |
*** infra-red has joined #openstack-infra | 06:34 | |
*** thorst has joined #openstack-infra | 06:37 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints https://review.openstack.org/288849 | 06:42 |
*** hieulq has joined #openstack-infra | 06:42 | |
*** Daisy has joined #openstack-infra | 06:43 | |
*** thorst has quit IRC | 06:44 | |
*** Daisy has quit IRC | 06:51 | |
*** Daisy has joined #openstack-infra | 06:52 | |
*** Daisy has quit IRC | 06:54 | |
*** Daisy has joined #openstack-infra | 06:54 | |
*** nmagnezi has joined #openstack-infra | 06:57 | |
*** Daisy has quit IRC | 06:57 | |
*** Daisy has joined #openstack-infra | 06:58 | |
*** Sukhdev has quit IRC | 06:58 | |
*** Sukhdev has joined #openstack-infra | 06:58 | |
*** salv-orlando has joined #openstack-infra | 07:03 | |
*** Daisy has quit IRC | 07:07 | |
*** mylu has quit IRC | 07:08 | |
*** Daisy has joined #openstack-infra | 07:08 | |
*** salv-orlando has quit IRC | 07:10 | |
*** Daisy has quit IRC | 07:12 | |
*** salv-orlando has joined #openstack-infra | 07:18 | |
*** salv-orlando has quit IRC | 07:22 | |
*** jerryz has quit IRC | 07:25 | |
*** amitgandhinz has joined #openstack-infra | 07:28 | |
*** esker has joined #openstack-infra | 07:30 | |
*** Sukhdev has quit IRC | 07:32 | |
*** esker has quit IRC | 07:34 | |
*** asettle has joined #openstack-infra | 07:37 | |
*** Sukhdev has joined #openstack-infra | 07:38 | |
*** hieulq has quit IRC | 07:39 | |
*** amitgandhinz has quit IRC | 07:41 | |
*** asettle has quit IRC | 07:42 | |
*** thorst has joined #openstack-infra | 07:44 | |
*** yamamoto has joined #openstack-infra | 07:46 | |
*** thorst has quit IRC | 07:50 | |
*** denisra has quit IRC | 07:50 | |
*** Cormite has joined #openstack-infra | 07:59 | |
*** sshnaidm has quit IRC | 08:01 | |
*** sshnaidm has joined #openstack-infra | 08:01 | |
*** yamamoto has quit IRC | 08:02 | |
*** mescanef has quit IRC | 08:02 | |
*** yamamoto has joined #openstack-infra | 08:05 | |
*** esker has joined #openstack-infra | 08:11 | |
*** claudiub has joined #openstack-infra | 08:12 | |
*** yamamoto has quit IRC | 08:13 | |
*** claudiub|2 has joined #openstack-infra | 08:15 | |
*** esker has quit IRC | 08:16 | |
*** claudiub has quit IRC | 08:17 | |
*** salv-orlando has joined #openstack-infra | 08:22 | |
*** achanda has quit IRC | 08:23 | |
*** achanda has joined #openstack-infra | 08:27 | |
*** sdake_ has joined #openstack-infra | 08:28 | |
*** achanda has quit IRC | 08:30 | |
*** sdake has quit IRC | 08:31 | |
*** salv-orlando has quit IRC | 08:31 | |
AJaeger | I just noticed failures to connect to git.openstack.org, last two were to rax-ord, one example http://logs.openstack.org/08/298008/1/check/gate-openstack-manuals-tox-checkniceness/984dac8/console.html | 08:31 |
AJaeger | and http://logs.openstack.org/08/298008/1/gate/gate-openstack-manuals-tox-doc-publish-checkbuild/28eab5e/console.html | 08:31 |
*** achanda has joined #openstack-infra | 08:32 | |
AJaeger | infra-root, is rax-ord broken? | 08:32 |
*** hieulq has joined #openstack-infra | 08:36 | |
*** amitgandhinz has joined #openstack-infra | 08:38 | |
*** achanda has quit IRC | 08:41 | |
*** hieulq has quit IRC | 08:44 | |
*** thorst has joined #openstack-infra | 08:47 | |
*** amitgandhinz has quit IRC | 08:51 | |
*** thorst has quit IRC | 08:54 | |
*** mescanef has joined #openstack-infra | 09:04 | |
*** salv-orlando has joined #openstack-infra | 09:04 | |
*** mescanef has quit IRC | 09:06 | |
*** salv-orlando has quit IRC | 09:12 | |
*** yamamoto has joined #openstack-infra | 09:13 | |
*** esker has joined #openstack-infra | 09:14 | |
*** esker has quit IRC | 09:19 | |
*** yamamoto has quit IRC | 09:21 | |
*** yamamoto has joined #openstack-infra | 09:35 | |
*** matrohon has joined #openstack-infra | 09:41 | |
*** achanda has joined #openstack-infra | 09:41 | |
*** maishsk has joined #openstack-infra | 09:42 | |
*** achanda has quit IRC | 09:46 | |
*** amitgandhinz has joined #openstack-infra | 09:48 | |
*** akaszuba has joined #openstack-infra | 09:49 | |
*** thorst has joined #openstack-infra | 09:53 | |
*** thorst has quit IRC | 10:00 | |
*** amitgandhinz has quit IRC | 10:01 | |
*** yamamoto has quit IRC | 10:02 | |
*** oanson has quit IRC | 10:03 | |
*** darvon has quit IRC | 10:04 | |
*** darvon has joined #openstack-infra | 10:07 | |
*** tqtran has joined #openstack-infra | 10:07 | |
*** yamamoto has joined #openstack-infra | 10:10 | |
*** tqtran has quit IRC | 10:12 | |
*** tlbr has quit IRC | 10:13 | |
*** e0ne has joined #openstack-infra | 10:21 | |
*** asettle has joined #openstack-infra | 10:22 | |
*** kzaitsev_mb has joined #openstack-infra | 10:23 | |
*** e0ne has quit IRC | 10:24 | |
*** asettle has quit IRC | 10:27 | |
*** ociuhandu has joined #openstack-infra | 10:27 | |
*** tlbr has joined #openstack-infra | 10:27 | |
*** ociuhandu has quit IRC | 10:33 | |
*** Sukhdev has quit IRC | 10:36 | |
*** yamamoto has quit IRC | 10:43 | |
*** salv-orlando has joined #openstack-infra | 10:44 | |
*** ociuhandu has joined #openstack-infra | 10:44 | |
*** _amrith_ is now known as amrith | 10:46 | |
*** SergK has quit IRC | 10:46 | |
*** dkaigarodsev has quit IRC | 10:46 | |
*** salv-orlando has quit IRC | 10:48 | |
*** e0ne has joined #openstack-infra | 10:49 | |
*** e0ne has quit IRC | 10:50 | |
*** SergK has joined #openstack-infra | 10:50 | |
*** dkaigarodsev has joined #openstack-infra | 10:52 | |
*** matrohon has quit IRC | 10:54 | |
*** thorst has joined #openstack-infra | 10:57 | |
*** amitgandhinz has joined #openstack-infra | 10:57 | |
*** rguillebert has joined #openstack-infra | 11:01 | |
*** thorst has quit IRC | 11:04 | |
*** amitgandhinz has quit IRC | 11:11 | |
abregman | hello | 11:11 |
*** e0ne has joined #openstack-infra | 11:13 | |
*** achanda has joined #openstack-infra | 11:14 | |
*** HeOS has joined #openstack-infra | 11:15 | |
*** yamamoto has joined #openstack-infra | 11:17 | |
*** yamamoto has quit IRC | 11:19 | |
*** achanda has quit IRC | 11:19 | |
*** baoli has joined #openstack-infra | 11:22 | |
*** masayukig has quit IRC | 11:22 | |
*** infra-red has quit IRC | 11:22 | |
*** asettle has joined #openstack-infra | 11:25 | |
*** baoli has quit IRC | 11:27 | |
*** masayukig has joined #openstack-infra | 11:27 | |
*** e0ne has quit IRC | 11:28 | |
*** e0ne has joined #openstack-infra | 11:28 | |
*** kzaitsev_mb has quit IRC | 11:29 | |
*** thorst has joined #openstack-infra | 11:35 | |
*** e0ne has quit IRC | 11:39 | |
*** kzaitsev_mb has joined #openstack-infra | 11:41 | |
*** baoli has joined #openstack-infra | 11:41 | |
*** thorst has quit IRC | 11:42 | |
*** thorst has joined #openstack-infra | 11:42 | |
*** baoli has quit IRC | 11:43 | |
*** baoli has joined #openstack-infra | 11:49 | |
*** thorst has quit IRC | 11:51 | |
*** Cormite has quit IRC | 11:53 | |
*** |-paul-| has joined #openstack-infra | 12:03 | |
*** baoli has quit IRC | 12:04 | |
*** yamamoto has joined #openstack-infra | 12:04 | |
*** amitgandhinz has joined #openstack-infra | 12:07 | |
*** |-paul-| has quit IRC | 12:19 | |
*** amitgandhinz has quit IRC | 12:21 | |
*** infra-red has joined #openstack-infra | 12:23 | |
*** infra-red has quit IRC | 12:28 | |
*** Nikolay_St has quit IRC | 12:34 | |
*** anthonyper has quit IRC | 12:39 | |
*** anthonyper has joined #openstack-infra | 12:41 | |
fungi | AJaeger: i don't see anything reported to https://status.rackspace.com/ for ord networking, but i know rackspace has been doing disruptive network maintenance over the past week | 12:42 |
*** asettle has quit IRC | 12:44 | |
*** thorst has joined #openstack-infra | 12:48 | |
*** thorst has quit IRC | 12:55 | |
*** sdake has joined #openstack-infra | 12:56 | |
AJaeger | fungi ,thanks. Let's see whether we get more reports... | 12:58 |
*** sdake_ has quit IRC | 12:58 | |
AJaeger | Infra-root, one more thing: There's a project-config job since 3h in the fate - waiting for nodes for fedora23 and precise (layout check) | 12:59 |
*** akaszuba has quit IRC | 13:00 | |
*** asettle has joined #openstack-infra | 13:00 | |
*** asettle has quit IRC | 13:05 | |
*** markvoelker has joined #openstack-infra | 13:11 | |
*** markvoelker has quit IRC | 13:17 | |
*** achanda has joined #openstack-infra | 13:17 | |
*** amitgandhinz has joined #openstack-infra | 13:17 | |
*** baoli has joined #openstack-infra | 13:19 | |
*** achanda has quit IRC | 13:23 | |
*** infra-red has joined #openstack-infra | 13:24 | |
*** baoli has quit IRC | 13:24 | |
*** infra-red has quit IRC | 13:30 | |
*** amitgandhinz has quit IRC | 13:31 | |
pabelanger | Blue box leaked all fips again, so just cleaned it up | 13:35 |
pabelanger | checking osic while I am here | 13:36 |
*** salv-orlando has joined #openstack-infra | 13:37 | |
pabelanger | AJaeger: not sure why zuul didn't pick them up, have we have nodes online. I just delete the oldest precise and fedora-23 nodes to kickstart it again | 13:41 |
*** yamamoto has quit IRC | 13:42 | |
pabelanger | Ya, something not right. We had 3 bare-precise nodes ready but our min-ready is set to 1 | 13:43 |
*** Nikolay_St has joined #openstack-infra | 13:45 | |
*** salv-orlando has quit IRC | 13:48 | |
pabelanger | AJaeger: fungi: Okay, part of the issue is I didn't properly delete ready nodes for jenkins02 when I shut it down on Friday. So we have a few ready images that were mucking our demand count | 13:53 |
*** thorst has joined #openstack-infra | 13:53 | |
pabelanger | I should work on https://review.openstack.org/#/c/83980/ again: Delete surplus ready nodes if greater then min_ready | 13:54 |
openstackgerrit | Merged openstack-infra/project-config: Add new project "performa" https://review.openstack.org/291657 | 13:54 |
pabelanger | I had that problem back in 2014, but never finished the patch | 13:54 |
*** yamamoto has joined #openstack-infra | 13:56 | |
*** achanda has joined #openstack-infra | 13:57 | |
*** thorst has quit IRC | 14:00 | |
*** maishsk_ has joined #openstack-infra | 14:02 | |
*** maishsk has quit IRC | 14:03 | |
*** maishsk_ is now known as maishsk | 14:03 | |
*** mtanino has joined #openstack-infra | 14:06 | |
*** achanda has quit IRC | 14:08 | |
AJaeger | thanks, pabelanger | 14:09 |
*** tqtran has joined #openstack-infra | 14:09 | |
pabelanger | AJaeger: np | 14:10 |
pabelanger | and time to make some chili. bbiab | 14:11 |
*** tqtran has quit IRC | 14:14 | |
*** nadya has joined #openstack-infra | 14:14 | |
fungi | it's possible those nodes were assigned to a jenkins master which was having problems, and so never picked up any jobs | 14:21 |
fungi | usually when i'm finding a need to delete some number of seemingly stale ready nodes, i check to see if there's a correlation to the same jenkins master | 14:22 |
fungi | more often than not, there is | 14:24 |
abregman | what is a "blue box" exactly? | 14:26 |
*** infra-red has joined #openstack-infra | 14:26 | |
*** amitgandhinz has joined #openstack-infra | 14:27 | |
pabelanger | abregman: http://grafana.openstack.org/dashboard/db/nodepool-blue-box | 14:30 |
pabelanger | fungi: Ah, good thought. I can check the masters and see what is going on with them | 14:30 |
abregman | pabelanger: thanks :) | 14:30 |
*** salv-orlando has joined #openstack-infra | 14:30 | |
*** infra-red has quit IRC | 14:30 | |
*** Nikolay_St has quit IRC | 14:34 | |
fungi | abregman: ibm donates one of these to us https://www.blueboxcloud.com/ | 14:34 |
fungi | we're getting about 40 workers worth of test capacity out of it at present | 14:35 |
pabelanger | jenkins06 looks to be at 3,574 threads | 14:35 |
*** salv-orlando has quit IRC | 14:35 | |
pabelanger | all others appear normal | 14:35 |
fungi | any idea if that's where the "problem" nodes were assigned? | 14:37 |
pabelanger | actually, jenkins05 doesn't look happy either. | 14:37 |
pabelanger | I can check backscrool | 14:37 |
pabelanger | scroll* | 14:37 |
*** nadya has quit IRC | 14:38 | |
pabelanger | looks like jenkins05 had a few attached to it | 14:38 |
pabelanger | and nodepool is currently not using it for some reason | 14:39 |
pabelanger | sorry, that is not correct. 1 slave is attached | 14:40 |
*** kzaitsev_mb has quit IRC | 14:40 | |
*** amitgandhinz has quit IRC | 14:41 | |
*** kzaitsev_mb has joined #openstack-infra | 14:41 | |
*** kashyap has quit IRC | 14:41 | |
pabelanger | Odd, jenkins02 appears to be in shutdown mode | 14:41 |
fungi | that can happen if the automated restart over the weekend is underway (or if it failed miserably) | 14:42 |
fungi | given that it has no jobs running, that's probably the latter | 14:42 |
pabelanger | should I continue with the restart of it? | 14:42 |
fungi | also it could have accounted for ready nodes not picking up any jobs, if it started entering shutdown while nodepool was still in the process of building new nodes targeting it | 14:42 |
fungi | yeah, delete remaining slaves in the webui (since there aren't many) and stop it completely, make sure there are no java processes still running on the server, then start jenkins again | 14:43 |
pabelanger | fungi: okay, coming back online | 14:46 |
fungi | thanks! | 14:47 |
*** piet has joined #openstack-infra | 14:48 | |
pabelanger | Going to do jenkins05 too, as I think we are getting 500 Server error back from it | 14:49 |
pabelanger | Oh | 14:54 |
pabelanger | jenkins05 is out of HDD | 14:55 |
openstackgerrit | Monty Taylor proposed openstack-infra/nodepool: Stop json-encoding the nodepool metadata https://review.openstack.org/297950 | 14:56 |
*** maishsk has quit IRC | 14:58 | |
*** baoli has joined #openstack-infra | 14:58 | |
*** thorst has joined #openstack-infra | 14:59 | |
*** baoli has quit IRC | 15:03 | |
pabelanger | fungi: so, logging is pretty insane on jenkins05 ATM | 15:03 |
pabelanger | 15gb jenkins.log file | 15:04 |
pabelanger | with a 40GB hdd | 15:04 |
*** thorst has quit IRC | 15:05 | |
*** achanda has joined #openstack-infra | 15:09 | |
pabelanger | and jenkins03 is full too | 15:09 |
pabelanger | cleaning it up | 15:09 |
pabelanger | guess we need to get logrotate working here | 15:09 |
*** piet has quit IRC | 15:13 | |
*** sc68cal has joined #openstack-infra | 15:14 | |
*** achanda has quit IRC | 15:14 | |
amrith | anybody having issue connecting to gerrit? I get a screen about errors in openid auth | 15:14 |
amrith | "Provider is not supported, or was incorrectly entered." | 15:15 |
pabelanger | amrith: I see that too | 15:16 |
pabelanger | let me check logs | 15:16 |
amrith | pabelanger, thanks | 15:16 |
amrith | no hurry on my part, I'll just go back to drinking beer or something higher priority like that :) | 15:17 |
pabelanger | amrith: I think launchpad.net might be down | 15:17 |
*** infra-red has joined #openstack-infra | 15:17 | |
pabelanger | well, the SSO from launchpad.net | 15:18 |
pabelanger | https://launchpad.net/+login | 15:18 |
amrith | sounds good, I'll try again later. Thanks for confirming that it isn't my end that's broken. | 15:18 |
amrith | have a good weekend | 15:18 |
mordred | yah. it's down again | 15:18 |
*** kzaitsev_mb has quit IRC | 15:19 | |
*** Goneri has joined #openstack-infra | 15:25 | |
pabelanger | okay, I think everything is back to normal with the jenkins masters | 15:27 |
*** dims has quit IRC | 15:27 | |
*** dims has joined #openstack-infra | 15:34 | |
pabelanger | email sent to ML | 15:36 |
pabelanger | and now I afk for a it | 15:36 |
pabelanger | bit*' | 15:36 |
*** salv-orlando has joined #openstack-infra | 15:36 | |
*** amitgandhinz has joined #openstack-infra | 15:37 | |
*** nmagnezi has quit IRC | 15:40 | |
*** kzaitsev_mb has joined #openstack-infra | 15:41 | |
*** salv-orlando has quit IRC | 15:42 | |
*** asettle has joined #openstack-infra | 15:47 | |
*** mylu has joined #openstack-infra | 15:50 | |
*** amitgandhinz has quit IRC | 15:50 | |
*** asettle has quit IRC | 15:52 | |
*** infra-re_ has joined #openstack-infra | 15:55 | |
*** infra-red has quit IRC | 15:59 | |
*** abregman has quit IRC | 15:59 | |
*** abregman has joined #openstack-infra | 15:59 | |
*** akshai has joined #openstack-infra | 15:59 | |
*** baoli has joined #openstack-infra | 16:00 | |
openstackgerrit | Merged openstack-infra/project-config: Silence distro package install a bit https://review.openstack.org/297961 | 16:01 |
*** thorst has joined #openstack-infra | 16:03 | |
*** IlyaG has quit IRC | 16:04 | |
*** baoli has quit IRC | 16:04 | |
*** Goneri has quit IRC | 16:07 | |
*** salv-orlando has joined #openstack-infra | 16:09 | |
*** thorst has quit IRC | 16:10 | |
*** achanda has joined #openstack-infra | 16:11 | |
*** salv-orlando has quit IRC | 16:12 | |
*** achanda has quit IRC | 16:16 | |
*** nadya has joined #openstack-infra | 16:19 | |
*** thorst has joined #openstack-infra | 16:20 | |
*** infra-re_ has quit IRC | 16:21 | |
*** thorst has quit IRC | 16:24 | |
*** thorst has joined #openstack-infra | 16:25 | |
*** kzaitsev_mb has quit IRC | 16:26 | |
*** thorst has quit IRC | 16:29 | |
*** lucasagomes has quit IRC | 16:30 | |
*** lucasagomes has joined #openstack-infra | 16:35 | |
*** jerryz has joined #openstack-infra | 16:38 | |
*** kzaitsev_mb has joined #openstack-infra | 16:42 | |
*** mylu has quit IRC | 16:44 | |
*** mylu has joined #openstack-infra | 16:45 | |
*** amitgandhinz has joined #openstack-infra | 16:47 | |
krotscheck | fungi: Heya- some reading material for ya. I don't think we're vulnerable, since our publish pipeline bounces through our own tarballs and doesn't execute the scripts, but it's good to keep in mind for the future: http://news.softpedia.com/news/node-js-package-manager-vulnerable-to-malicious-worm-packages-502216.shtml | 16:51 |
mordred | krotscheck: I believe that issue exists in pip, gem, rpm and deb as well | 16:54 |
krotscheck | mordred: Oh yes. | 16:54 |
mordred | :) | 16:54 |
krotscheck | I think npm might be a bit more vulnerable though, given how fast and loose dependency management ususally is. | 16:55 |
*** sputnik13 has joined #openstack-infra | 16:55 | |
*** sputnik13 has quit IRC | 16:55 | |
*** Jeffrey4l has quit IRC | 16:56 | |
mordred | possibly ... not so sure mr. saccone actually disclosed a thing as much as described a known feature of distributed packaging systems as it relates to the trust model between users and packagers | 16:56 |
mordred | however, I totally agree it's quality of them that we should all be very aware of | 16:57 |
mordred | and is a good article to link to when peope want us to include random repos in the gate :) | 16:57 |
*** amitgandhinz has quit IRC | 17:00 | |
mordred | sdake: I have deleted your branches | 17:02 |
*** IlyaG has joined #openstack-infra | 17:04 | |
*** piet has joined #openstack-infra | 17:07 | |
clarkb | krotscheck: where did your py34 info come from in that recent blog post? I am pretty sure it isnt quite accurate. Many projects run a basic does it import py34 test job and thats about it | 17:08 |
clarkb | they dont actually function under py3k | 17:08 |
*** nadya has quit IRC | 17:11 | |
clarkb | this packaginh issue is why we build package in untrusted env then copy artifact via trusted env | 17:11 |
mordred | clarkb: btw ... zomg vilanova | 17:12 |
clarkb | I was too busy barbequing to watch but kansas got owned? | 17:14 |
mordred | clarkb: well, not owned so much as defeated | 17:15 |
mordred | clarkb: but even that I think it impressive at this point | 17:15 |
mordred | today's ACC semi-finals amuse me | 17:15 |
*** asettle has joined #openstack-infra | 17:16 | |
openstackgerrit | Paul Belanger proposed openstack-infra/project-config: [WIP] Add ubuntu-xenial DIB to nodepool https://review.openstack.org/297981 | 17:18 |
krotscheck | clarkb: I pulled it from the tox envs. | 17:19 |
krotscheck | clarkb: I'm guessing I should generate that from whether or not they have a py34 job and/or whether it's voting? | 17:20 |
*** asettle has quit IRC | 17:20 | |
clarkb | even voting may not tell the whole story as many of them run a small subset of the tests | 17:20 |
clarkb | its really a does it compile check | 17:21 |
clarkb | using the trove data is probably best right now | 17:21 |
AJaeger | krotscheck: thanks for sharing the npm issue. Yes, that is a broader issue. Some of that can be avoided with how you build - like in chroot or VM without networking access - but this as to be analyzed and worked around on the build systems. | 17:21 |
AJaeger | krotscheck: just have a look at tox.ini of swift, it invokes a far smaller set of tests for py34 than for testenv | 17:22 |
krotscheck | clarkb: Trove data? | 17:23 |
sdake | mordredthanks :) | 17:23 |
sdake | happy easter everyone | 17:23 |
clarkb | krotscheck: the package info for python packages it often tells you which versions are supported | 17:23 |
*** maishsk has joined #openstack-infra | 17:23 | |
krotscheck | clarkb: Ooh, good idea. | 17:23 |
krotscheck | clarkb, AJaeger: I'll go ahead and update the table tomorrow morning when I'm on the clock. | 17:23 |
* krotscheck is also going to compose a step-by-step how not to be silly guide when publishing npm modules. | 17:24 | |
*** thorst has joined #openstack-infra | 17:26 | |
*** mylu_ has joined #openstack-infra | 17:26 | |
*** mylu has quit IRC | 17:26 | |
mordred | krotscheck: ++ | 17:26 |
*** SumitNaiksatam has quit IRC | 17:28 | |
*** piet has quit IRC | 17:29 | |
*** SumitNaiksatam has joined #openstack-infra | 17:29 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Go ahead and admit that we return Munch objects https://review.openstack.org/282908 | 17:30 |
*** nadya has joined #openstack-infra | 17:31 | |
*** thorst has quit IRC | 17:33 | |
*** esker has joined #openstack-infra | 17:33 | |
*** lucasagomes has quit IRC | 17:34 | |
krotscheck | mordred: Random thought, maybe I should remove my publishign rights to our various NPM packages... | 17:38 |
openstackgerrit | Merged openstack-infra/system-config: Start namespacing ansible group_vars https://review.openstack.org/284318 | 17:38 |
mordred | krotscheck: ah. good thought | 17:38 |
mordred | krotscheck: I should do the same for the pypi packages I can publish | 17:39 |
mordred | that openstack also can publish | 17:39 |
*** lucasagomes has joined #openstack-infra | 17:40 | |
openstackgerrit | Monty Taylor proposed openstack-infra/system-config: Remove old un-namespaced variables https://review.openstack.org/284319 | 17:41 |
*** kzaitsev_mb has quit IRC | 17:43 | |
*** kzaitsev_mb has joined #openstack-infra | 17:45 | |
AJaeger | project-config cores, here's an older cleanup patch of mine that could use some review love, please: https://review.openstack.org/#/c/287414/ | 17:47 |
openstackgerrit | Monty Taylor proposed openstack-infra/ansible-puppet: Consume namespaced default values https://review.openstack.org/284320 | 17:50 |
*** afazekas has quit IRC | 17:52 | |
*** afazekas has joined #openstack-infra | 17:52 | |
*** mylu_ has quit IRC | 17:57 | |
*** amitgandhinz has joined #openstack-infra | 17:57 | |
AJaeger | thanks, mordred ! | 17:59 |
mordred | AJaeger: sure nuff! | 18:01 |
openstackgerrit | Merged openstack-infra/project-config: Use ZUUL_REFNAME (1/2) for branch checking https://review.openstack.org/287414 | 18:03 |
EmilienM | I found some timeout on our git servers | 18:05 |
EmilienM | http://logs.openstack.org/13/297413/1/gate/gate-puppet-openstack-integration-3-scenario003-tempest-ubuntu-trusty/938ad18/console.html#_2016-03-27_15_53_38_762 | 18:05 |
EmilienM | if you scroll up, you should notice git servers took lot of time to checkout a repo | 18:05 |
*** yamamoto has quit IRC | 18:05 | |
EmilienM | 2016-03-27 18:05:51.742 | git.openstack.org[1: 2001:4800:7819:103:be76:4eff:fe06:63c]: errno=Network is unreachable | 18:06 |
EmilienM | it's happenning right now | 18:06 |
EmilienM | https://jenkins07.openstack.org/job/gate-puppet-openstack-integration-3-scenario001-tempest-ubuntu-trusty/34/console | 18:06 |
*** markvoelker has joined #openstack-infra | 18:12 | |
*** SumitNaiksatam has quit IRC | 18:12 | |
AJaeger | EmilienM: which cloud and region? rax-ord? | 18:12 |
AJaeger | EmilienM: that information helps a lot ;) | 18:14 |
AJaeger | First one seems vexxhost-ca-ymq, second is rax-ord again ;( | 18:14 |
*** achanda has joined #openstack-infra | 18:14 | |
*** SumitNaiksatam has joined #openstack-infra | 18:15 | |
*** markvoelker_ has joined #openstack-infra | 18:15 | |
*** dims has quit IRC | 18:15 | |
EmilienM | AJaeger: ok, will know for next time ;) | 18:15 |
*** amitgandhinz has quit IRC | 18:15 | |
*** markvoelker has quit IRC | 18:17 | |
*** mylu has joined #openstack-infra | 18:18 | |
*** mylu has quit IRC | 18:19 | |
*** achanda has quit IRC | 18:20 | |
*** dims has joined #openstack-infra | 18:22 | |
*** alexpilotti has quit IRC | 18:24 | |
*** alexpilotti has joined #openstack-infra | 18:24 | |
*** IlyaG has quit IRC | 18:26 | |
*** nadya has quit IRC | 18:28 | |
*** thorst has joined #openstack-infra | 18:31 | |
*** mylu has joined #openstack-infra | 18:32 | |
*** lezbar has joined #openstack-infra | 18:34 | |
*** achanda has joined #openstack-infra | 18:35 | |
*** mylu has quit IRC | 18:36 | |
*** thorst has quit IRC | 18:38 | |
*** mylu has joined #openstack-infra | 18:38 | |
*** piet has joined #openstack-infra | 18:42 | |
*** mylu has quit IRC | 18:47 | |
*** mylu has joined #openstack-infra | 18:47 | |
*** rcarrillocruz has left #openstack-infra | 18:50 | |
*** amitgandhinz has joined #openstack-infra | 18:50 | |
*** kzaitsev_mb has quit IRC | 18:50 | |
*** kzaitsev_mb has joined #openstack-infra | 18:51 | |
*** mylu has quit IRC | 18:51 | |
*** lezbar has quit IRC | 18:53 | |
*** tphummel has joined #openstack-infra | 18:53 | |
*** mylu has joined #openstack-infra | 18:55 | |
*** mylu has quit IRC | 18:57 | |
*** markvoelker has joined #openstack-infra | 18:58 | |
*** markvoel_ has joined #openstack-infra | 18:59 | |
*** mylu has joined #openstack-infra | 19:00 | |
*** markvoelker_ has quit IRC | 19:00 | |
*** mylu has quit IRC | 19:02 | |
*** amitgandhinz has quit IRC | 19:03 | |
*** markvoelker has quit IRC | 19:04 | |
*** markvoel_ has quit IRC | 19:06 | |
*** amitgandhinz has joined #openstack-infra | 19:06 | |
*** yamamoto has joined #openstack-infra | 19:06 | |
*** yamamoto has quit IRC | 19:15 | |
*** rcarrillocruz has joined #openstack-infra | 19:16 | |
*** piet has quit IRC | 19:17 | |
*** sdake has quit IRC | 19:20 | |
*** amitgandhinz has quit IRC | 19:20 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Silence zuul_swift_upload https://review.openstack.org/298059 | 19:24 |
AJaeger | project-config reviewers, please check that we can do this in one step ^ | 19:24 |
*** fedexo has joined #openstack-infra | 19:25 | |
*** IlyaG has joined #openstack-infra | 19:27 | |
*** IlyaG has quit IRC | 19:32 | |
*** thorst has joined #openstack-infra | 19:36 | |
*** thorst has quit IRC | 19:43 | |
*** cj has quit IRC | 19:44 | |
*** mylu has joined #openstack-infra | 19:53 | |
*** Goneri has joined #openstack-infra | 19:55 | |
*** mylu has quit IRC | 19:56 | |
*** mylu has joined #openstack-infra | 19:58 | |
*** mylu has quit IRC | 19:59 | |
*** fedexo has quit IRC | 20:00 | |
*** mylu has joined #openstack-infra | 20:04 | |
*** achanda has quit IRC | 20:06 | |
*** mylu has quit IRC | 20:06 | |
*** |-paul-| has joined #openstack-infra | 20:10 | |
*** mylu has joined #openstack-infra | 20:11 | |
*** mylu has quit IRC | 20:12 | |
*** maishsk has quit IRC | 20:17 | |
*** elo has joined #openstack-infra | 20:17 | |
*** maishsk has joined #openstack-infra | 20:17 | |
*** elo has quit IRC | 20:18 | |
*** amitgandhinz has joined #openstack-infra | 20:19 | |
*** e0ne has joined #openstack-infra | 20:25 | |
*** amitgandhinz has quit IRC | 20:29 | |
*** mikelk has joined #openstack-infra | 20:33 | |
*** e0ne has quit IRC | 20:34 | |
*** mikelk has quit IRC | 20:39 | |
*** thorst has joined #openstack-infra | 20:41 | |
*** thorst has quit IRC | 20:49 | |
*** Goneri has quit IRC | 20:54 | |
*** thorst has joined #openstack-infra | 20:56 | |
*** thorst has quit IRC | 20:58 | |
*** maishsk has quit IRC | 21:00 | |
*** mikelk has joined #openstack-infra | 21:00 | |
*** mylu has joined #openstack-infra | 21:03 | |
*** mikelk has quit IRC | 21:04 | |
*** mikelk has joined #openstack-infra | 21:04 | |
*** mikelk has quit IRC | 21:06 | |
*** Nikolay_St has joined #openstack-infra | 21:09 | |
*** Nikolay_St has quit IRC | 21:14 | |
pabelanger | fungi: clarkb: when you have a moment, if you want to send over the syntax to restart zuul, I can handle that. The gate is pretty clear today | 21:15 |
*** kzaitsev_mb has quit IRC | 21:16 | |
*** cj has joined #openstack-infra | 21:17 | |
*** imcsk8 has quit IRC | 21:21 | |
*** imcsk8 has joined #openstack-infra | 21:21 | |
*** amitgandhinz has joined #openstack-infra | 21:26 | |
*** Nikolay_St has joined #openstack-infra | 21:26 | |
*** Nikolay_St has quit IRC | 21:31 | |
*** tphummel has quit IRC | 21:34 | |
*** mylu has quit IRC | 21:35 | |
*** mylu has joined #openstack-infra | 21:36 | |
*** sdake has joined #openstack-infra | 21:36 | |
*** amitgandhinz has quit IRC | 21:39 | |
*** abregman has quit IRC | 21:39 | |
*** mriedem has joined #openstack-infra | 21:41 | |
*** mriedem_away has quit IRC | 21:42 | |
*** tqtran has joined #openstack-infra | 21:43 | |
*** alexpilotti has quit IRC | 21:45 | |
*** tqtran has quit IRC | 21:46 | |
*** jamesmcarthur has joined #openstack-infra | 21:48 | |
*** _denisra has quit IRC | 21:52 | |
*** thorst has joined #openstack-infra | 21:59 | |
*** elo has joined #openstack-infra | 22:00 | |
*** thorst has quit IRC | 22:08 | |
*** salv-orlando has joined #openstack-infra | 22:09 | |
*** kzaitsev_mb has joined #openstack-infra | 22:13 | |
*** jamesmcarthur has quit IRC | 22:13 | |
*** sdake has quit IRC | 22:18 | |
*** SumitNaiksatam has quit IRC | 22:26 | |
*** SumitNaiksatam has joined #openstack-infra | 22:26 | |
openstackgerrit | Monty Taylor proposed openstack-infra/system-config: Add simple script to help debug shade image uploads https://review.openstack.org/287296 | 22:31 |
*** amitgandhinz has joined #openstack-infra | 22:36 | |
*** achanda has joined #openstack-infra | 22:39 | |
*** kzaitsev_mb has quit IRC | 22:39 | |
*** IlyaG has joined #openstack-infra | 22:43 | |
*** IlyaG has quit IRC | 22:48 | |
openstackgerrit | Monty Taylor proposed openstack-infra/nodepool: Record nodeinfo as ansible facts and inventory https://review.openstack.org/107597 | 22:48 |
openstackgerrit | Monty Taylor proposed openstack-infra/nodepool: Add the ability to use ansible for ready scripts https://review.openstack.org/282895 | 22:48 |
*** amitgandhinz has quit IRC | 22:49 | |
*** ZZelle has joined #openstack-infra | 22:51 | |
*** salv-orl_ has joined #openstack-infra | 22:57 | |
*** salv-orlando has quit IRC | 22:57 | |
*** tphummel has joined #openstack-infra | 22:58 | |
*** baoli has joined #openstack-infra | 23:01 | |
*** thorst has joined #openstack-infra | 23:05 | |
*** tphummel has quit IRC | 23:06 | |
*** mylu has quit IRC | 23:08 | |
*** tphummel has joined #openstack-infra | 23:09 | |
*** mylu has joined #openstack-infra | 23:11 | |
*** baoli has quit IRC | 23:11 | |
*** thorst has quit IRC | 23:13 | |
*** asettle has joined #openstack-infra | 23:19 | |
*** baoli has joined #openstack-infra | 23:23 | |
*** SumitNaiksatam has quit IRC | 23:23 | |
*** SumitNaiksatam has joined #openstack-infra | 23:28 | |
*** tphummel has quit IRC | 23:30 | |
openstackgerrit | Merged openstack-infra/tripleo-ci: Upload the instack qcow image after periodic jobs https://review.openstack.org/285258 | 23:32 |
*** Goneri has joined #openstack-infra | 23:34 | |
*** kzaitsev_mb has joined #openstack-infra | 23:35 | |
*** baoli has quit IRC | 23:37 | |
*** tphummel has joined #openstack-infra | 23:38 | |
*** kzaitsev_mb has quit IRC | 23:40 | |
*** moravec has joined #openstack-infra | 23:43 | |
*** thorst has joined #openstack-infra | 23:45 | |
*** amitgandhinz has joined #openstack-infra | 23:46 | |
*** thorst has quit IRC | 23:46 | |
*** thorst has joined #openstack-infra | 23:47 | |
*** moravec has quit IRC | 23:49 | |
*** cfarquhar has quit IRC | 23:49 | |
*** thorst has quit IRC | 23:55 | |
*** tphummel has quit IRC | 23:56 | |
*** amitgandhinz has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!