*** boris-42 has quit IRC | 00:02 | |
*** markvoelker has joined #openstack-infra | 00:02 | |
*** nijaba_ has joined #openstack-infra | 00:03 | |
*** nijaba_ has joined #openstack-infra | 00:03 | |
*** enikanorov2 has quit IRC | 00:03 | |
*** nijaba has quit IRC | 00:03 | |
*** DericHorn-HP has joined #openstack-infra | 00:04 | |
jeblair | apparently rax centos images come with selinux disabled now | 00:04 |
---|---|---|
*** DericHorn-HP has quit IRC | 00:04 | |
jeblair | which our puppet manifests do not expect | 00:05 |
bknudson | did the process for updating requirements change? https://review.openstack.org/#/c/190405/ | 00:06 |
bknudson | I updated the requirements using update-requirements | 00:07 |
morganfainberg | https://github.com/openstack/requirements/blob/master/global-requirements.txt#L255 this can't be handled by project-requirements-change.py | 00:10 |
morganfainberg | results in pkg_resources.RequirementParseError: Expected ',' or end-of-list in python-ldap>=2.4;python_version=='2.7' at ;python_version=='2.7' | 00:11 |
morganfainberg | the python_version=='2.7' probably needs to be removed for now | 00:11 |
*** dimsum__ has quit IRC | 00:11 | |
bknudson | I reset it from a clean checkout of master and the result is the same | 00:12 |
*** tjones1 has quit IRC | 00:12 | |
bknudson | +python-ldap>=2.4;python_version=='2.7' | 00:12 |
morganfainberg | this is going to hit other projects too | 00:12 |
*** baoli has joined #openstack-infra | 00:12 | |
morganfainberg | if thye use enum, etc | 00:12 |
bknudson | morganfainberg: every project that uses python-ldap! | 00:12 |
bknudson | he he | 00:12 |
*** dimsum__ has joined #openstack-infra | 00:12 | |
morganfainberg | https://github.com/openstack/requirements/blob/master/global-requirements.txt#L241 | 00:12 |
morganfainberg | there are a number of them | 00:12 |
bknudson | ok, so I don't know which is wrong, the validator or the generator | 00:13 |
*** armax has joined #openstack-infra | 00:13 | |
morganfainberg | yeah pkg_resources doesn't handle this | 00:14 |
morganfainberg | this means lots of things are potentially broken | 00:14 |
*** fallenpegasus has quit IRC | 00:16 | |
*** sdake has joined #openstack-infra | 00:16 | |
jeblair | omg, it's disabled in grub.conf | 00:16 |
jeblair | kernel /boot/vmlinuz-2.6.32-504.3.3.el6.x86_64 ro root=/dev/xvda1 crashkernel=auto SYSFONT=latarcyrheb-sun16 LANG=en_US.UTF-8 KEYTABLE=us | 00:16 |
jeblair | that's what we have on git01-git05 | 00:16 |
morganfainberg | lifeless: ^ [i know it's your weekend time], re pkg_resources and the ;python_version issues we're seeing | 00:16 |
jeblair | kernel /boot/vmlinuz-2.6.32-504.23.4.el6.x86_64 root=/dev/xvda1 rd_NO_LUKS KEYBOARDTYPE=pc KEYTABLE=us LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_NO_LVM rd_NO_DM selinux=0 crashkernel=auto rhgb quiet | 00:16 |
*** pc_m_ has quit IRC | 00:16 | |
jeblair | that's what we have on git06-08 | 00:16 |
jeblair | i hate cloud | 00:17 |
morganfainberg | bknudson: can we drop that change and not explode requirements check? | 00:17 |
morganfainberg | bknudson: just the ldap line | 00:17 |
bknudson | "i hate cloud" should be OpenStack motto | 00:17 |
bknudson | morganfainberg: I'll try it. | 00:17 |
*** xarses has joined #openstack-infra | 00:17 | |
morganfainberg | bknudson: in theory if a line doesn't have a change it should be ok... i hope? | 00:18 |
jeblair | we spend all this time on automation, and when we use it, we find that our cloud provider has helpfully completely changed the underlying images | 00:18 |
morganfainberg | harlowja: ping - you here? | 00:18 |
harlowja | morganfainberg sup | 00:18 |
jeblair | mordred: i am looking forward to the day we run infra servers on our own images and it's not a crapshoot every time we launch one | 00:18 |
morganfainberg | harlowja: are you having explod-y requirements updates for where you added python_version=='2.6' | 00:19 |
morganfainberg | harlowja: or similar? | 00:19 |
morganfainberg | harlowja: keystone is now unable to land requirements updates because ldap has that line. i noticed you added one | 00:19 |
harlowja | likely | 00:19 |
morganfainberg | harlowja: so figured i'd ask | 00:19 |
harlowja | ya, lifeless is working on it ) | 00:19 |
*** sputnik13 has quit IRC | 00:19 | |
* morganfainberg sighs | 00:19 | |
morganfainberg | ok. | 00:20 |
clarkb | just do it without the marker? | 00:20 |
clarkb | iirc that is the workaround | 00:20 |
morganfainberg | clarkb: will things explode if we remove that marker | 00:20 |
morganfainberg | because the files don't match? | 00:20 |
*** _diana_ has quit IRC | 00:20 | |
morganfainberg | or you mean drop the marker from g-r? | 00:20 |
bknudson | got rid of the marker in keystone change https://review.openstack.org/#/c/190405/ | 00:21 |
harlowja | morganfainberg http://lists.openstack.org/pipermail/openstack-dev/2015-June/067823.html and such | 00:21 |
clarkb | drop it from keystone | 00:21 |
morganfainberg | clarkb: ok | 00:21 |
morganfainberg | clarkb: thnx | 00:21 |
morganfainberg | harlowja: yeah i see | 00:22 |
*** SumitNaiksatam has quit IRC | 00:22 | |
morganfainberg | bknudson: ok that should do it for us | 00:22 |
harlowja | so ya. morganfainberg most of the requirements updates i've seen are borking , so ya, afaik lifeless is working on something (or others?) | 00:23 |
harlowja | with stuff like http://logs.openstack.org/82/192382/6/check/gate-oslo.messaging-requirements/4224b94/console.html | 00:24 |
morganfainberg | harlowja: yarp | 00:24 |
*** fitoduarte has quit IRC | 00:24 | |
morganfainberg | harlowja: thats what we have | 00:24 |
morganfainberg | harlowja: thanks | 00:24 |
*** boris-42 has joined #openstack-infra | 00:29 | |
*** esmute__ has quit IRC | 00:32 | |
openstackgerrit | Masayuki Igawa proposed openstack-infra/subunit2sql: Fix misspelled words in some docs https://review.openstack.org/196295 | 00:33 |
*** ChuckC has quit IRC | 00:37 | |
*** dimsum__ has quit IRC | 00:39 | |
*** ivar-laz_ has joined #openstack-infra | 00:39 | |
*** sdake has quit IRC | 00:40 | |
* SpamapS gets glance working finally | 00:41 | |
*** annegentle has joined #openstack-infra | 00:41 | |
*** ivar-lazzaro has quit IRC | 00:42 | |
*** ivar-laz_ has quit IRC | 00:46 | |
*** ivar-lazzaro has joined #openstack-infra | 00:47 | |
*** ivar-lazzaro has quit IRC | 00:47 | |
*** ivar-lazzaro has joined #openstack-infra | 00:47 | |
*** puranamr has quit IRC | 00:54 | |
* SpamapS laughs at himself for thinking just because the first puppet run with neutron exitted 0 that neutron is actually working | 00:56 | |
*** ivar-lazzaro has quit IRC | 00:58 | |
*** davideagnello has quit IRC | 00:58 | |
*** SumitNaiksatam has joined #openstack-infra | 00:59 | |
*** weshay has joined #openstack-infra | 01:03 | |
*** fallenpegasus has joined #openstack-infra | 01:05 | |
*** armax has quit IRC | 01:05 | |
*** puranamr has joined #openstack-infra | 01:05 | |
*** fallenpe_ has joined #openstack-infra | 01:06 | |
*** fallenpegasus has quit IRC | 01:09 | |
*** patrickeast has quit IRC | 01:14 | |
*** rlucio has quit IRC | 01:15 | |
*** rlucio has joined #openstack-infra | 01:15 | |
*** yamahata has quit IRC | 01:16 | |
*** dimsum__ has joined #openstack-infra | 01:23 | |
*** mriedem1 has joined #openstack-infra | 01:24 | |
*** mriedem has quit IRC | 01:25 | |
*** Sukhdev has joined #openstack-infra | 01:25 | |
*** annegentle has quit IRC | 01:27 | |
*** rlucio has quit IRC | 01:28 | |
*** rlucio has joined #openstack-infra | 01:29 | |
*** mdenny has quit IRC | 01:30 | |
*** mdenny has joined #openstack-infra | 01:30 | |
*** alexsyip has joined #openstack-infra | 01:34 | |
*** fallenpe_ has quit IRC | 01:40 | |
*** sarob has quit IRC | 01:41 | |
*** Longgeek has joined #openstack-infra | 01:42 | |
*** Longgeek has quit IRC | 01:55 | |
*** puranamr has quit IRC | 01:56 | |
*** ayoung has quit IRC | 02:01 | |
*** Kennan2 has joined #openstack-infra | 02:02 | |
*** Kennan has quit IRC | 02:02 | |
*** markvoelker has quit IRC | 02:03 | |
*** unicell has quit IRC | 02:03 | |
*** baoli has quit IRC | 02:04 | |
*** alexsyip has quit IRC | 02:04 | |
*** ddieterly has joined #openstack-infra | 02:07 | |
*** ayoung has joined #openstack-infra | 02:14 | |
*** annegentle has joined #openstack-infra | 02:14 | |
*** _diana_ has joined #openstack-infra | 02:15 | |
*** zz_dimtruck is now known as dimtruck | 02:17 | |
*** baoli has joined #openstack-infra | 02:21 | |
*** timrc has quit IRC | 02:23 | |
*** timrc has joined #openstack-infra | 02:24 | |
*** otter768 has quit IRC | 02:26 | |
*** otter768 has joined #openstack-infra | 02:27 | |
*** _diana_ has quit IRC | 02:28 | |
*** sputnik13 has joined #openstack-infra | 02:30 | |
*** _diana_ has joined #openstack-infra | 02:31 | |
*** sdake has joined #openstack-infra | 02:32 | |
*** harlowja_at_home has joined #openstack-infra | 02:32 | |
*** dimsum__ has quit IRC | 02:32 | |
*** otter768 has quit IRC | 02:37 | |
*** dimsum__ has joined #openstack-infra | 02:38 | |
*** davideagnello has joined #openstack-infra | 02:45 | |
*** dimsum__ has quit IRC | 02:46 | |
*** sputnik13 has quit IRC | 02:48 | |
*** enikanorov2 has joined #openstack-infra | 02:48 | |
*** Longgeek has joined #openstack-infra | 02:53 | |
*** cody-somerville has quit IRC | 02:58 | |
greghaynes | nodepool question - if I cut a DIB release are we going to automagically use the new release for tomorrows image builds, or do we also need to kick some tooling to reinstall? | 02:59 |
*** _diana_ has quit IRC | 02:59 | |
greghaynes | clarkb: ^ | 03:00 |
SpamapS | greghaynes: I'm guessing system-config has some answers for you | 03:00 |
greghaynes | heh, likely, deep in the bowels of some puppet code | 03:00 |
fungi | greghaynes: git grep diskimage-builder | 03:01 |
*** sputnik13 has joined #openstack-infra | 03:01 | |
* SpamapS was just doing that | 03:01 | |
fungi | yeah, system-config will be no help here | 03:02 |
fungi | it's dragged in by being in the requirements.txt of nodepool | 03:02 |
*** sdake_ has joined #openstack-infra | 03:02 | |
fungi | so if we pip install -U nodepool source then we'll end up getting new dib the next time we merge a commit to nodepool. looking now to see if we do that | 03:03 |
greghaynes | oh, so there is also a puppet-diskimage_bulider repo (note the underscore) | 03:03 |
greghaynes | is that not used? | 03:03 |
fungi | yeah, in puppet-nodepool you can see there's a pip install -U | 03:03 |
greghaynes | ah | 03:04 |
*** markvoelker has joined #openstack-infra | 03:04 | |
fungi | oh! we do include the diskimage_builder module in the nodepool puppet module | 03:04 |
fungi | good eye | 03:04 |
fungi | and it does install latest diskimage-builder from pypi | 03:05 |
greghaynes | im guessing thats the ensure => latest bit | 03:05 |
fungi | so i think we'll see it update if you just release | 03:05 |
greghaynes | sweet | 03:05 |
*** sputnik13 has quit IRC | 03:05 | |
fungi | i can always check afterward to find out | 03:06 |
*** sdake has quit IRC | 03:06 | |
fungi | when were you planning to tag it? | 03:06 |
greghaynes | right now | 03:06 |
greghaynes | once I load that gpg key.... | 03:06 |
fungi | right on. i've got a nodepool dib element change set wip waiting on a new dib release ;) | 03:06 |
fungi | so i'll un-wip it once that's done | 03:07 |
*** yamamoto has joined #openstack-infra | 03:07 | |
*** _diana_ has joined #openstack-infra | 03:07 | |
*** sputnik13 has joined #openstack-infra | 03:07 | |
*** weshay has quit IRC | 03:09 | |
greghaynes | tag pushed | 03:09 |
*** markvoelker has quit IRC | 03:10 | |
*** davideagnello has quit IRC | 03:11 | |
*** leakypipes has quit IRC | 03:11 | |
*** woodster_ has quit IRC | 03:11 | |
*** boris-42 has quit IRC | 03:12 | |
fungi | i see a 0.1.47 on pypi now | 03:13 |
SpamapS | woot.. neutron at least thinks it is working on baremetal0 :) | 03:13 |
SpamapS | wow we haven't added anything significant enough for 0.2? :-P | 03:13 |
fungi | seems ready for 1.0.0 to me ;) | 03:14 |
SpamapS | I'd think adding new OS's and output formats would lead to minor bump | 03:14 |
greghaynes | I actually think 1.0 is a great idea | 03:14 |
SpamapS | agree | 03:14 |
greghaynes | we have way too many users at this point for 0. | 03:14 |
SpamapS | element interface is stable | 03:14 |
fungi | 0.1 at that | 03:14 |
SpamapS | greghaynes: I choose YOU to propose that to the list. :) | 03:15 |
fungi | s/pikachu/greghaynes/ | 03:15 |
greghaynes | hah, weeee! | 03:15 |
fungi | i love when i miss the l and try to log into nodepoo | 03:15 |
greghaynes | nice | 03:16 |
fungi | nodepool.o.o is at dib 0.1.46 as expected, so on the next puppet run we should hopefully see it update | 03:16 |
fungi | oh, i guess i never set https://review.openstack.org/195650 wip after all. good thing it didn't get approved between when the depends-on patch merged and when you tagged a new dib just now ;) | 03:19 |
greghaynes | ah, right, that | 03:19 |
*** yamamoto has quit IRC | 03:20 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/system-config: Initial effort on a single-node cloud manifest https://review.openstack.org/195276 | 03:20 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/system-config: Add glance to single-node baremetal0 https://review.openstack.org/196333 | 03:20 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/system-config: Add neutron to single node baremetal0 https://review.openstack.org/196334 | 03:20 |
fungi | greghaynes: puppet upgraded dib on nodepool.o.o now | 03:22 |
fungi | greghaynes: did you want me to test a particular image build with it? | 03:22 |
greghaynes | \O/ so in theory we should be able to test dib ubuntu-trusty in rax tomorrow | 03:22 |
greghaynes | The image build is fine, this fixes getting networking on boot | 03:22 |
*** _diana_ has quit IRC | 03:23 | |
greghaynes | and I think we need to actually add an experimental job to run on that image... tomorrow work | 03:23 |
fungi | ahh, right, that. yeah tomorrow | 03:23 |
fungi | i'm just watching old "fist of the north star" episodes and playing around with https://pypi.python.org/pypi/beets but probably best i don't engage in anything important at this hour | 03:24 |
greghaynes | yea, and I am about to go afk for the evening | 03:24 |
fungi | have a good one! | 03:24 |
*** Sukhdev has quit IRC | 03:25 | |
greghaynes | yep, you too | 03:25 |
*** Longgeek has quit IRC | 03:25 | |
* SpamapS backs away from the puppet and tries to engage w/ family a bit | 03:25 | |
Clint | BACK AWAY FROM THE PUPPET | 03:26 |
*** puranamr has joined #openstack-infra | 03:27 | |
*** bdemers_ has joined #openstack-infra | 03:27 | |
*** bdemers has quit IRC | 03:29 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 03:30 | |
*** fifieldt has quit IRC | 03:32 | |
*** bdemers_ has quit IRC | 03:33 | |
*** dboik_ has joined #openstack-infra | 03:34 | |
*** sputnik13 has quit IRC | 03:35 | |
*** bdemers has joined #openstack-infra | 03:36 | |
*** dboik has quit IRC | 03:36 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 03:38 | |
*** puranamr has quit IRC | 03:38 | |
*** sdake_ has quit IRC | 03:41 | |
*** woodster_ has joined #openstack-infra | 03:42 | |
*** annegentle has quit IRC | 03:42 | |
openstackgerrit | Steve Martinelli proposed openstack/requirements: Add oslo.cache https://review.openstack.org/196339 | 03:43 |
*** boris-42 has joined #openstack-infra | 03:50 | |
*** patrickeast has joined #openstack-infra | 03:52 | |
*** harlowja_at_home has quit IRC | 03:55 | |
*** baoli has quit IRC | 03:56 | |
*** davideagnello has joined #openstack-infra | 03:57 | |
*** puranamr has joined #openstack-infra | 03:59 | |
*** DericHorn-HP has joined #openstack-infra | 03:59 | |
nibalizer | SpamapS: too much puppet is linked with a number of medical conditions | 04:00 |
*** puranamr has quit IRC | 04:04 | |
*** sdake has joined #openstack-infra | 04:04 | |
*** davideagnello has quit IRC | 04:05 | |
patrickeast | anyone seeing an issue with zuul like http://paste.openstack.org/show/321511/ ? | 04:06 |
patrickeast | its spewing all over my logsā¦ chewed through 50GB of debug.log very quickly | 04:06 |
*** yamada-h has joined #openstack-infra | 04:06 | |
*** laughterwym has joined #openstack-infra | 04:07 | |
*** ayoung has quit IRC | 04:13 | |
*** yamada-h has quit IRC | 04:13 | |
*** yamada-h_ has joined #openstack-infra | 04:13 | |
*** DericHorn-HP has quit IRC | 04:13 | |
*** achanda has joined #openstack-infra | 04:15 | |
*** dimtruck is now known as zz_dimtruck | 04:17 | |
*** DericHorn-HP has joined #openstack-infra | 04:19 | |
*** yamamoto has joined #openstack-infra | 04:20 | |
*** bhunter71 has quit IRC | 04:23 | |
*** wenlock1 has quit IRC | 04:23 | |
*** yamamoto has quit IRC | 04:26 | |
*** achanda has quit IRC | 04:27 | |
*** otter768 has joined #openstack-infra | 04:38 | |
*** ddieterly has quit IRC | 04:40 | |
*** otter768 has quit IRC | 04:43 | |
*** annegentle has joined #openstack-infra | 04:43 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Adding new repo for security specs https://review.openstack.org/196165 | 04:46 |
*** annegentle has quit IRC | 04:48 | |
*** changbl_ has quit IRC | 04:51 | |
*** DericHorn-HP has quit IRC | 04:51 | |
*** markvoelker has joined #openstack-infra | 04:54 | |
*** enikanorov2 has quit IRC | 04:57 | |
*** markvoelker has quit IRC | 04:58 | |
*** mmedvede has quit IRC | 05:01 | |
*** dannywilson has joined #openstack-infra | 05:02 | |
*** claudiub has quit IRC | 05:04 | |
*** sdake has quit IRC | 05:06 | |
*** sdake has joined #openstack-infra | 05:10 | |
*** changbl has joined #openstack-infra | 05:10 | |
*** changbl has quit IRC | 05:21 | |
*** Longgeek has joined #openstack-infra | 05:22 | |
*** Longgeek has quit IRC | 05:29 | |
*** dannywilson has quit IRC | 05:29 | |
*** patrickeast has quit IRC | 05:29 | |
*** Longgeek has joined #openstack-infra | 05:29 | |
*** jtomasek has joined #openstack-infra | 05:30 | |
*** Longgeek has quit IRC | 05:30 | |
*** Longgeek has joined #openstack-infra | 05:30 | |
*** ddieterly has joined #openstack-infra | 05:41 | |
*** ddieterly has quit IRC | 05:46 | |
*** woodster_ has quit IRC | 05:51 | |
*** jtomasek has quit IRC | 05:51 | |
*** baoli has joined #openstack-infra | 05:56 | |
*** annegentle has joined #openstack-infra | 05:57 | |
*** enikanorov2 has joined #openstack-infra | 05:59 | |
*** baoli has quit IRC | 06:01 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack-infra/project-config: Normalize projects.yaml https://review.openstack.org/196344 | 06:02 |
*** annegentle has quit IRC | 06:03 | |
*** Kennan has joined #openstack-infra | 06:03 | |
*** Kennan2 has quit IRC | 06:03 | |
*** davideagnello has joined #openstack-infra | 06:04 | |
*** sputnik13 has joined #openstack-infra | 06:05 | |
*** mpaolino has joined #openstack-infra | 06:07 | |
*** sdake has quit IRC | 06:08 | |
*** davideag_ has joined #openstack-infra | 06:08 | |
*** davideagnello has quit IRC | 06:11 | |
*** armax has joined #openstack-infra | 06:21 | |
openstackgerrit | Merged openstack-infra/project-config: Normalize projects.yaml https://review.openstack.org/196344 | 06:22 |
lifeless | morganfainberg: the fixes are all proposed and waiting infra and requirements reviews | 06:24 |
lifeless | harlowja: ^ | 06:24 |
*** tma996 has joined #openstack-infra | 06:24 | |
morganfainberg | lifeless: we got it through by dropping the Python version bits. | 06:24 |
lifeless | morganfainberg: where? I hope not in global requirements, cause that will break constraints generation | 06:25 |
morganfainberg | lifeless: in keystone. | 06:25 |
lifeless | ah, ok. | 06:25 |
morganfainberg | Just like the thread said was the workaround :) | 06:25 |
lifeless | yup | 06:26 |
morganfainberg | We were way behind so I didn't want to wait too much longer. | 06:26 |
morganfainberg | But it's all merged now. | 06:26 |
*** davideag_ has quit IRC | 06:27 | |
*** davideagnello has joined #openstack-infra | 06:27 | |
*** davideagnello has quit IRC | 06:28 | |
*** mpaolino has quit IRC | 06:32 | |
*** sputnik1_ has joined #openstack-infra | 06:32 | |
*** Longgeek has quit IRC | 06:34 | |
*** sputnik13 has quit IRC | 06:36 | |
*** tma996 has quit IRC | 06:36 | |
*** Longgeek has joined #openstack-infra | 06:37 | |
*** nihilifer has joined #openstack-infra | 06:39 | |
*** otter768 has joined #openstack-infra | 06:39 | |
*** unicell has joined #openstack-infra | 06:42 | |
*** ddieterly has joined #openstack-infra | 06:42 | |
*** markvoelker has joined #openstack-infra | 06:42 | |
*** otter768 has quit IRC | 06:44 | |
*** unicell1 has joined #openstack-infra | 06:45 | |
*** Longgeek_ has joined #openstack-infra | 06:45 | |
*** unicell has quit IRC | 06:47 | |
*** ddieterly has quit IRC | 06:47 | |
*** markvoelker has quit IRC | 06:47 | |
*** Longgeek has quit IRC | 06:48 | |
*** sputnik1_ has quit IRC | 06:50 | |
*** jtomasek has joined #openstack-infra | 06:53 | |
*** _nadya_ has joined #openstack-infra | 06:56 | |
*** jtomasek has quit IRC | 06:58 | |
*** annegentle has joined #openstack-infra | 06:59 | |
*** annegentle has quit IRC | 07:04 | |
*** sputnik13 has joined #openstack-infra | 07:10 | |
*** sputnik13 has quit IRC | 07:11 | |
*** nihilifer has quit IRC | 07:13 | |
*** ildikov has joined #openstack-infra | 07:16 | |
*** sputnik13 has joined #openstack-infra | 07:16 | |
*** _nadya_ has quit IRC | 07:19 | |
*** _nadya_ has joined #openstack-infra | 07:19 | |
*** yamada-h has joined #openstack-infra | 07:24 | |
*** yamada-h_ has quit IRC | 07:24 | |
*** _nadya_ has quit IRC | 07:24 | |
*** nihilifer has joined #openstack-infra | 07:25 | |
*** shardy has joined #openstack-infra | 07:29 | |
*** cdent has joined #openstack-infra | 07:36 | |
*** tma996 has joined #openstack-infra | 07:37 | |
*** tma996 has quit IRC | 07:42 | |
*** mrmartin has joined #openstack-infra | 07:43 | |
*** ddieterly has joined #openstack-infra | 07:43 | |
*** mrmartin has quit IRC | 07:44 | |
*** armax has quit IRC | 07:44 | |
*** unicell has joined #openstack-infra | 07:46 | |
*** ddieterly has quit IRC | 07:47 | |
*** unicell1 has quit IRC | 07:47 | |
*** yamamoto has joined #openstack-infra | 07:55 | |
yolanda | pabelanger, checking git centos stuff, at some time with less load, and clones fine now. And headers sent are just the same | 07:58 |
*** annegentle has joined #openstack-infra | 07:59 | |
*** sabeen1 has joined #openstack-infra | 08:01 | |
*** ihrachyshka has joined #openstack-infra | 08:02 | |
*** annegentle has quit IRC | 08:04 | |
*** yamamoto has quit IRC | 08:05 | |
*** davideagnello has joined #openstack-infra | 08:16 | |
*** davideagnello has quit IRC | 08:21 | |
*** sergmelikyan has joined #openstack-infra | 08:31 | |
*** markvoelker has joined #openstack-infra | 08:31 | |
*** markvoelker has quit IRC | 08:35 | |
*** tma996 has joined #openstack-infra | 08:38 | |
wznoinsk | fungi: I agree, what I was trying to say is if there's an interest in monitoring already I can be of use if you go with Nagios, I consider myself strong here and I'm dedicated to Openstack, unfortunately not on the infra side hence I can't be commiting daily to monitoring | 08:39 |
*** otter768 has joined #openstack-infra | 08:40 | |
*** tma996 has quit IRC | 08:43 | |
*** ddieterly has joined #openstack-infra | 08:44 | |
*** otter768 has quit IRC | 08:45 | |
*** ddieterly has quit IRC | 08:48 | |
*** tma996 has joined #openstack-infra | 08:54 | |
*** yamamoto has joined #openstack-infra | 08:57 | |
*** nihilifer has quit IRC | 08:57 | |
*** tma996 has quit IRC | 08:59 | |
*** annegentle has joined #openstack-infra | 09:00 | |
*** annegentle has quit IRC | 09:05 | |
*** yamamoto has quit IRC | 09:17 | |
*** sabeen1 has quit IRC | 09:22 | |
*** ihrachyshka has quit IRC | 09:26 | |
*** ddieterly has joined #openstack-infra | 09:45 | |
*** ddieterly has quit IRC | 09:49 | |
*** tma996 has joined #openstack-infra | 09:55 | |
*** tma996 has quit IRC | 09:59 | |
*** annegentle has joined #openstack-infra | 10:01 | |
*** flepied has quit IRC | 10:02 | |
openstackgerrit | Dawid Malinowski proposed openstack-infra/jenkins-job-builder: Adding publisher support to join-trigger plugin https://review.openstack.org/178836 | 10:04 |
*** annegentle has quit IRC | 10:06 | |
*** sdake has joined #openstack-infra | 10:09 | |
*** sputnik13 has quit IRC | 10:10 | |
*** mrmartin has joined #openstack-infra | 10:11 | |
*** sdake_ has joined #openstack-infra | 10:13 | |
*** sdake has quit IRC | 10:17 | |
*** yamamoto has joined #openstack-infra | 10:18 | |
*** _nadya_ has joined #openstack-infra | 10:20 | |
*** markvoelker has joined #openstack-infra | 10:20 | |
*** nihilifer has joined #openstack-infra | 10:20 | |
*** yamamoto has quit IRC | 10:23 | |
*** _nadya_ has quit IRC | 10:25 | |
*** markvoelker has quit IRC | 10:25 | |
*** yamamoto has joined #openstack-infra | 10:25 | |
*** mrmartin has quit IRC | 10:35 | |
*** mrmartin has joined #openstack-infra | 10:36 | |
*** e0ne has joined #openstack-infra | 10:39 | |
*** yamamoto has quit IRC | 10:40 | |
*** binbincong has quit IRC | 10:40 | |
*** otter768 has joined #openstack-infra | 10:41 | |
*** yamada-h has quit IRC | 10:41 | |
*** ddieterly has joined #openstack-infra | 10:45 | |
*** otter768 has quit IRC | 10:46 | |
*** sergmelikyan has quit IRC | 10:47 | |
*** ddieterly has quit IRC | 10:50 | |
*** mrmartin has quit IRC | 10:51 | |
*** e0ne has quit IRC | 10:54 | |
*** tma996 has joined #openstack-infra | 10:56 | |
*** yamamoto has joined #openstack-infra | 10:57 | |
*** baoli has joined #openstack-infra | 10:58 | |
*** tma996 has quit IRC | 11:00 | |
*** enikanorov2_ has joined #openstack-infra | 11:01 | |
*** annegentle has joined #openstack-infra | 11:02 | |
*** baoli has quit IRC | 11:03 | |
*** enikanorov2 has quit IRC | 11:03 | |
*** annegentle has quit IRC | 11:07 | |
*** tma996 has joined #openstack-infra | 11:10 | |
*** mrmartin has joined #openstack-infra | 11:11 | |
*** yamamoto has quit IRC | 11:13 | |
*** tma996 has quit IRC | 11:15 | |
*** tma996 has joined #openstack-infra | 11:16 | |
*** mrmartin has quit IRC | 11:18 | |
*** tma996 has quit IRC | 11:21 | |
*** chlong has joined #openstack-infra | 11:22 | |
*** ddieterly has joined #openstack-infra | 11:33 | |
*** markvoelker has joined #openstack-infra | 11:36 | |
*** markvoelker has quit IRC | 11:40 | |
*** sdake_ has quit IRC | 11:41 | |
*** jokke_ has quit IRC | 11:44 | |
*** chlong has quit IRC | 11:45 | |
*** sergmelikyan has joined #openstack-infra | 11:48 | |
TheJulia | mordred: clarkb: quick question, the pre-cached repo stuffs that I've seen mention to. Where can one find them on disk of a CI node. | 11:49 |
*** sergmelikyan has quit IRC | 11:52 | |
*** jokke_ has joined #openstack-infra | 11:53 | |
*** dimsum__ has joined #openstack-infra | 11:53 | |
*** jokke_ has quit IRC | 11:55 | |
*** jokke_ has joined #openstack-infra | 11:55 | |
*** jokke_ has quit IRC | 11:55 | |
*** jokke_ has joined #openstack-infra | 11:55 | |
*** dims_ has joined #openstack-infra | 11:57 | |
*** dimsum__ has quit IRC | 12:00 | |
*** sdake has joined #openstack-infra | 12:02 | |
*** _nadya_ has joined #openstack-infra | 12:05 | |
*** yamamoto has joined #openstack-infra | 12:09 | |
*** _nadya_ has quit IRC | 12:10 | |
*** _nadya_ has joined #openstack-infra | 12:11 | |
*** _nadya_ has quit IRC | 12:15 | |
*** yamamoto has quit IRC | 12:17 | |
*** tma996 has joined #openstack-infra | 12:17 | |
*** e0ne has joined #openstack-infra | 12:22 | |
*** tma996 has quit IRC | 12:23 | |
*** e0ne has quit IRC | 12:29 | |
*** markvoelker has joined #openstack-infra | 12:36 | |
*** ddieterly has quit IRC | 12:37 | |
fungi | TheJulia: /opt/git | 12:38 |
fungi | TheJulia: e.g. /opt/git/openstack/nova | 12:39 |
*** ddieterly has joined #openstack-infra | 12:41 | |
*** markvoelker has quit IRC | 12:41 | |
*** otter768 has joined #openstack-infra | 12:42 | |
*** tma996 has joined #openstack-infra | 12:46 | |
*** otter768 has quit IRC | 12:47 | |
openstackgerrit | Rob Cresswell proposed openstack-infra/project-config: Add project for Cisco UI (Horizon plugin) https://review.openstack.org/196087 | 12:48 |
*** chlong has joined #openstack-infra | 12:51 | |
*** Hal has joined #openstack-infra | 12:52 | |
*** Hal is now known as Guest49789 | 12:53 | |
*** mriedem has joined #openstack-infra | 12:58 | |
*** mriedem1 has quit IRC | 13:02 | |
*** pblaho has joined #openstack-infra | 13:05 | |
*** dimsum__ has joined #openstack-infra | 13:11 | |
*** dims_ has quit IRC | 13:12 | |
*** chlong has quit IRC | 13:16 | |
*** pblaho has quit IRC | 13:16 | |
*** yamamoto has joined #openstack-infra | 13:19 | |
*** yamamoto has quit IRC | 13:24 | |
*** dims_ has joined #openstack-infra | 13:24 | |
*** dimsum__ has quit IRC | 13:24 | |
openstackgerrit | Somay Jain proposed openstack-infra/jenkins-job-builder: Support for more extensions and options in Git plugin https://review.openstack.org/193177 | 13:31 |
*** changbl has joined #openstack-infra | 13:31 | |
*** Somay has joined #openstack-infra | 13:32 | |
*** dimsum__ has joined #openstack-infra | 13:35 | |
*** dims_ has quit IRC | 13:35 | |
Somay | zaro: If youāre around, could you review some of my open patches - https://review.openstack.org/#/c/191534/ https://review.openstack.org/#/c/187377/ https://review.openstack.org/#/c/191668/ https://review.openstack.org/#/c/189590/ and https://review.openstack.org/#/c/193177/ | 13:35 |
*** puranamr has joined #openstack-infra | 13:37 | |
openstackgerrit | Wayne Warren proposed openstack-infra/jenkins-job-builder: Add support to reverse trigger for job list https://review.openstack.org/196377 | 13:39 |
*** mmedvede has joined #openstack-infra | 13:40 | |
*** ChuckC has joined #openstack-infra | 13:40 | |
*** ChuckC has left #openstack-infra | 13:41 | |
*** ChuckC has joined #openstack-infra | 13:42 | |
*** puranamr_ has joined #openstack-infra | 13:42 | |
*** puranamr has quit IRC | 13:43 | |
*** anthonyper has quit IRC | 13:47 | |
*** dimsum__ has quit IRC | 13:48 | |
*** anthonyper has joined #openstack-infra | 13:48 | |
*** dimsum__ has joined #openstack-infra | 13:48 | |
*** fallenpegasus has joined #openstack-infra | 13:58 | |
*** pblaho has joined #openstack-infra | 14:00 | |
*** dims_ has joined #openstack-infra | 14:03 | |
*** dimsum__ has quit IRC | 14:03 | |
*** radez is now known as radez_g0n3 | 14:04 | |
*** puranamr_ has quit IRC | 14:06 | |
*** puranamr has joined #openstack-infra | 14:07 | |
*** pblaho has quit IRC | 14:08 | |
*** tma996 has quit IRC | 14:15 | |
*** waynr has quit IRC | 14:16 | |
*** achanda has joined #openstack-infra | 14:18 | |
*** sshnaidm has joined #openstack-infra | 14:19 | |
*** yamamoto has joined #openstack-infra | 14:21 | |
*** markvoelker has joined #openstack-infra | 14:25 | |
*** achanda has quit IRC | 14:29 | |
*** markvoelker has quit IRC | 14:29 | |
*** tjones1 has joined #openstack-infra | 14:36 | |
*** tjones1 has left #openstack-infra | 14:36 | |
*** puranamr has quit IRC | 14:37 | |
*** puranamr has joined #openstack-infra | 14:38 | |
openstackgerrit | Steve Martinelli proposed openstack/requirements: Add oslo.cache https://review.openstack.org/196339 | 14:42 |
*** otter768 has joined #openstack-infra | 14:43 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/project-config: puppet: use a macro to allow root ssh connection https://review.openstack.org/196232 | 14:45 |
openstackgerrit | Emilien Macchi proposed openstack-infra/project-config: puppet/upgrade: do not reinstall Puppet https://review.openstack.org/196246 | 14:46 |
EmilienM | fungi: I addressed your comment ^ | 14:47 |
*** otter768 has quit IRC | 14:47 | |
*** sshnaidm has quit IRC | 14:51 | |
*** sputnik13 has joined #openstack-infra | 14:54 | |
*** snake_ has joined #openstack-infra | 14:58 | |
snake_ | hello | 14:59 |
snake_ | i have a probleme with a nova boot | 14:59 |
mordred | EmilienM: looks great! | 14:59 |
mordred | snake_: this is probably not a great place to get help with that - I'd try #openstack | 14:59 |
snake_ | i got alwayes 404 problem ressources not found | 14:59 |
EmilienM | mordred: thx for review :) | 14:59 |
EmilienM | mordred: I'm curious to know. With beaker jobs, we often have issues with fedora mirrors downtime (to download packages from EPEL). Do you hit the same issue in infra ? | 15:00 |
snake_ | but i thnk that EmilienM can have a solution | 15:00 |
*** snake_ has left #openstack-infra | 15:01 | |
EmilienM | I can but if you leave I can't :) | 15:01 |
*** Somay has quit IRC | 15:01 | |
mordred | EmilienM: :) | 15:01 |
mordred | EmilienM: we do our best to pre-cache all of the packages that we're going to need in runs so that we don't have to hit the mirrors | 15:02 |
mordred | because yes, they are never going to be good enough | 15:02 |
EmilienM | mordred: how do you do that? | 15:02 |
EmilienM | you have images I guess | 15:02 |
mordred | EmilienM: we have some plans to make some per-region mirrors of all the things | 15:02 |
EmilienM | cool cool | 15:02 |
openstackgerrit | Somay Jain proposed openstack-infra/jenkins-job-builder: Support for health-report-amplification-factor in junit plugin https://review.openstack.org/196381 | 15:02 |
mordred | we do - part of building our images is running through and calculating everything a devsack run will ever want to do | 15:03 |
EmilienM | I'm tired to do recheck all the time because fedora is down | 15:03 |
mordred | yah | 15:03 |
EmilienM | I'm using dvsm jobs for centos7 | 15:03 |
EmilienM | probably I could add packages that we use in the image? | 15:03 |
mordred | possibly? I'm guessing you're installing a bunch of things from packages that devstack installs with pip, yeah? | 15:04 |
fungi | EmilienM: though also https://review.openstack.org/195187 will add a mechanism for individual repos to claim names of distro packages they want pre-cached on our job workers too | 15:04 |
EmilienM | mordred: right | 15:04 |
mordred | EmilienM: ah! there you go ^^ | 15:04 |
EmilienM | fungi: good morning sir | 15:04 |
fungi | EmilienM: good morning! taking a break from my weekend chores | 15:04 |
EmilienM | fungi: I was about to start mines | 15:05 |
*** woodster_ has joined #openstack-infra | 15:05 | |
EmilienM | fungi, mordred: what do you suggest me to do in the meantime? | 15:05 |
fungi | EmilienM: ask the fedora mirror network maintainers why their mirrors are broken so often? | 15:06 |
mordred | EmilienM: sadly, you're just going to be stuck with rechecks until that lands | 15:06 |
mordred | that too | 15:06 |
mordred | EmilienM: although - you may want to go ahead and start workign on other-requirements.txt files | 15:06 |
mordred | so that when it lands you're ready to go | 15:06 |
*** Somay has joined #openstack-infra | 15:07 | |
EmilienM | good to know | 15:07 |
EmilienM | I'll poke my fedora friends and start looking at other-requirements.txt | 15:07 |
*** annegentle has joined #openstack-infra | 15:07 | |
EmilienM | but before, chores! | 15:07 |
EmilienM | fungi, mordred: thanks for your thoughts, have a great week-end | 15:07 |
*** rfolco has quit IRC | 15:07 | |
fungi | yeah, 195187 is one of several pieces to the puzzle. there's also 195254 which is what will turn it on for our image builds | 15:07 |
fungi | and then i still need to hack up the bits to start using bindep in our jobs | 15:08 |
EmilienM | ok | 15:08 |
mordred | fungi: did we ever get an experimental job going on the new ubuntu-trusty nodes? or shuld I hack one of those up this weekend? | 15:08 |
* EmilienM takes notes | 15:08 | |
fungi | mordred: try switching my experimental nova job to it? | 15:09 |
*** sshnaidm has joined #openstack-infra | 15:09 | |
fungi | mordred: http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/experimental-workers.yaml | 15:09 |
*** unicell1 has joined #openstack-infra | 15:11 | |
*** unicell has quit IRC | 15:12 | |
*** baoli has joined #openstack-infra | 15:13 | |
fungi | EmilienM: mordred: for reference, the next step is that experimental job's base-packages-trusty builder macro will get switched out with a new macro i haven't written yet to run /usr/bindep-env/bin/bindep against an other-requirements.txt (if found) or if not then with the jenkins/data/bindep-fallback.txt from openstack-infra/project-config (possibly either baked into our images or accessed via | 15:13 |
fungi | zuul-cloner, i haven't decided yet) | 15:14 |
fungi | though i'll have to move the gerrit-git-prep macro up to the top of the builders list since the repo needs to be checked out before we check for other-requirements.txt | 15:15 |
fungi | maybe i'll go wild and try swapping gerrit-git-prep out for zuul-cloner while i'm at it | 15:16 |
EmilienM | fungi, mordred: unrelated topic: do we have/plan (to) have a webpage to monitor all Jobs status? instead of manual going to all jenkins nodes and see the job status | 15:16 |
fungi | EmilienM: what do you mean by "job status"? | 15:17 |
EmilienM | fungi: like for a job, the last runs | 15:17 |
EmilienM | and see if the last runs failed or not | 15:17 |
EmilienM | and access to logs | 15:17 |
EmilienM | I remember nibalizer having that for puppetlabs modules | 15:17 |
*** Guest49789 has quit IRC | 15:17 | |
fungi | EmilienM: that might be part of https://review.openstack.org/192253 | 15:18 |
*** baoli has quit IRC | 15:18 | |
*** sshnaidm has quit IRC | 15:18 | |
EmilienM | nice | 15:19 |
fungi | looks like that spec covers the use case you describe, but please leave comments | 15:20 |
EmilienM | I'll | 15:20 |
fungi | would be good to get potential uses explored before we nail down the design | 15:21 |
openstackgerrit | Merged openstack-infra/project-config: puppet: use a macro to allow root ssh connection https://review.openstack.org/196232 | 15:21 |
openstackgerrit | Monty Taylor proposed openstack-infra/project-config: Set up jobs to test new ubuntu-trusty nodes https://review.openstack.org/196382 | 15:22 |
mordred | fungi: ^^ | 15:22 |
mordred | fungi: how does that look? | 15:22 |
*** earthrocker has joined #openstack-infra | 15:24 | |
EmilienM | fungi: I dropped a comment | 15:24 |
*** pcrews has quit IRC | 15:24 | |
openstackgerrit | Merged openstack-infra/project-config: puppet/upgrade: do not reinstall Puppet https://review.openstack.org/196246 | 15:25 |
*** pcrews has joined #openstack-infra | 15:26 | |
fungi | mordred: your edits to projects.yaml aren't necessary. experimental-nova-dsvm-python27 is just a job, not a job-template. however you'll want to rename the job to drop the dsvm from it and probably will need to override it in zuul/openstack_functions.py to expect the new node type | 15:26 |
fungi | mordred: oh, i see, you're adding a devstack job | 15:27 |
*** earthrocker has quit IRC | 15:27 | |
fungi | mordred: anyway, the jobs with dsvm in their name end up on devstack-trusty by default unless you adjust the parameter functions | 15:27 |
*** achanda has joined #openstack-infra | 15:30 | |
*** sputnik13 has quit IRC | 15:33 | |
openstackgerrit | Somay Jain proposed openstack-infra/jenkins-job-builder: Support for post-step-run-condition in Maven projects https://review.openstack.org/191668 | 15:34 |
*** annegentle has quit IRC | 15:37 | |
*** annegentle has joined #openstack-infra | 15:38 | |
mordred | fungi: even with the node parameter? | 15:42 |
mordred | fungi: then why do we even ahve the node parameter? | 15:42 |
fungi | mordred: it tells jenkins what node label(s) to register a job with | 15:43 |
*** annegentle has quit IRC | 15:43 | |
mordred | k. sigh | 15:44 |
fungi | mordred: unfortunately right now, mostly due to jobs we're running on trusty for some branches and precise for others, we're doing non-default node selection | 15:44 |
fungi | i think with icehouse going away now we can possibly untangle/stop all that? | 15:44 |
fungi | juno is all on trusty, right? | 15:44 |
*** _ody has quit IRC | 15:47 | |
openstackgerrit | Monty Taylor proposed openstack-infra/project-config: Set up jobs to test new ubuntu-trusty nodes https://review.openstack.org/196382 | 15:48 |
mordred | fungi: yah | 15:48 |
mordred | fungi: k. theres the update to the thing | 15:48 |
*** sshnaidm has joined #openstack-infra | 15:50 | |
*** Hal has joined #openstack-infra | 15:51 | |
*** Hal is now known as Guest46383 | 15:51 | |
fungi | mordred: still doesn't cover experimental-nova-dsvm-python27 so we either need to rename that job to have -dibtest on the end too or add a conditional match in the parameter function | 15:51 |
*** sdake is now known as steakache | 15:51 | |
*** steakache is now known as sdake | 15:52 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/project-config: puppet: update syntax-future job to test puppet ~> 4.2.0 https://review.openstack.org/196386 | 15:55 |
mordred | nod | 15:56 |
openstackgerrit | Monty Taylor proposed openstack-infra/project-config: Set up jobs to test new ubuntu-trusty nodes https://review.openstack.org/196382 | 15:57 |
mordred | fungi: that should do it :) | 15:57 |
*** Guest46383 has quit IRC | 15:57 | |
fungi | lgtm | 15:58 |
fungi | i wonder how our image builds are doing with the dib release from last night | 15:59 |
mordred | \o/ | 15:59 |
mordred | it's a good question | 15:59 |
fungi | looks like it hasn't finished them yet | 16:00 |
fungi | according to nodepool dib-image-list anyway | 16:00 |
*** sputnik13 has joined #openstack-infra | 16:01 | |
*** DericHorn-HP has joined #openstack-infra | 16:01 | |
*** sputnik13 has quit IRC | 16:06 | |
*** sshnaidm has quit IRC | 16:10 | |
*** markvoelker has joined #openstack-infra | 16:14 | |
*** dimsum__ has joined #openstack-infra | 16:18 | |
*** markvoelker has quit IRC | 16:18 | |
*** sdake_ has joined #openstack-infra | 16:18 | |
*** dims_ has quit IRC | 16:19 | |
*** cdent has quit IRC | 16:20 | |
*** laughterwym has quit IRC | 16:20 | |
*** harlowja_at_home has joined #openstack-infra | 16:21 | |
*** sdake has quit IRC | 16:22 | |
*** sshnaidm has joined #openstack-infra | 16:25 | |
*** achanda has quit IRC | 16:26 | |
*** ddieterly has quit IRC | 16:28 | |
*** armax has joined #openstack-infra | 16:30 | |
greghaynes | ooo ubuntu-trusty job | 16:32 |
*** ChuckC has quit IRC | 16:32 | |
*** boris-42 has quit IRC | 16:32 | |
*** Somay has quit IRC | 16:34 | |
greghaynes | hrm, it may have been nice to just put that image in rax since we already have devstack dib images in hp | 16:38 |
greghaynes | otherwise were going to have to recheck until it gets a rax node | 16:38 |
*** david-ly_ has joined #openstack-infra | 16:38 | |
*** david-lyle has quit IRC | 16:40 | |
*** otter768 has joined #openstack-infra | 16:43 | |
mordred | greghaynes: but the devstack-dib images in hp are not glean-based images | 16:44 |
mordred | greghaynes: they're normal ubuntu + cloud-init images | 16:44 |
mordred | greghaynes: ubuntu-trusty in both providers are the new ubuntu-minimal + glean images - so testing on either will let us know if devstack can run on an ubuntu-minimal node | 16:44 |
greghaynes | oh, right | 16:45 |
greghaynes | good point | 16:45 |
greghaynes | we did change all the things | 16:45 |
mordred | yah | 16:45 |
*** armax has quit IRC | 16:48 | |
*** otter768 has quit IRC | 16:48 | |
openstackgerrit | Monty Taylor proposed openstack-infra/glean: Move init scripts and installation of them in tree https://review.openstack.org/196388 | 16:50 |
mordred | greghaynes: ^^ | 16:50 |
openstackgerrit | Monty Taylor proposed openstack/diskimage-builder: Use the init scripts from the glean package https://review.openstack.org/196389 | 16:52 |
mordred | greghaynes: and the corresponding dib change | 16:52 |
*** armax has joined #openstack-infra | 16:52 | |
*** yamamoto has quit IRC | 16:53 | |
*** yamamoto has joined #openstack-infra | 16:53 | |
openstackgerrit | Monty Taylor proposed openstack-infra/glean: Move init scripts and installation of them in tree https://review.openstack.org/196388 | 16:56 |
*** armax has quit IRC | 16:57 | |
*** yamamoto has quit IRC | 16:57 | |
TheJulia | fungi: Merci! | 17:00 |
*** unicell has joined #openstack-infra | 17:01 | |
*** sshnaidm has quit IRC | 17:01 | |
*** unicell1 has quit IRC | 17:02 | |
*** otter768 has joined #openstack-infra | 17:09 | |
*** Sukhdev has joined #openstack-infra | 17:10 | |
*** DericHorn-HP has quit IRC | 17:11 | |
*** fallenpegasus has quit IRC | 17:12 | |
*** yamamoto has joined #openstack-infra | 17:14 | |
*** ddieterly has joined #openstack-infra | 17:18 | |
fungi | mordred: looks like we successfully uploaded ubuntu-trusty images into hpcloud, but not seeing any in rax yet | 17:20 |
fungi | mordred: scratch that, we have the diskimages built but not uploaded anywhere yet | 17:20 |
*** fallenpegasus has joined #openstack-infra | 17:21 | |
fungi | mordred: the new age field was throwing me off. i expect it's another 90 minutes or so based on the age of what's there from yesterday | 17:21 |
*** otter768 has quit IRC | 17:21 | |
*** hdd has joined #openstack-infra | 17:23 | |
*** otter768 has joined #openstack-infra | 17:28 | |
*** dboik_ has quit IRC | 17:29 | |
*** dboik has joined #openstack-infra | 17:29 | |
*** rm_work is now known as rm_work|away | 17:30 | |
*** baoli has joined #openstack-infra | 17:31 | |
*** _ody has joined #openstack-infra | 17:31 | |
*** sshnaidm has joined #openstack-infra | 17:33 | |
*** davideagnello has joined #openstack-infra | 17:36 | |
*** _ody has quit IRC | 17:36 | |
*** annegentle has joined #openstack-infra | 17:40 | |
*** otter768 has quit IRC | 17:40 | |
mordred | nod | 17:41 |
*** patrickeast has joined #openstack-infra | 17:42 | |
*** davideagnello has quit IRC | 17:43 | |
*** annegentle has quit IRC | 17:45 | |
*** dimsum__ has quit IRC | 17:50 | |
*** annegentle has joined #openstack-infra | 17:51 | |
*** yamamoto has quit IRC | 17:52 | |
*** sshnaidm has quit IRC | 17:53 | |
*** harlowja_at_home has quit IRC | 17:53 | |
*** yamamoto has joined #openstack-infra | 17:53 | |
*** achanda has joined #openstack-infra | 18:01 | |
*** yamamoto has quit IRC | 18:02 | |
*** markvoelker has joined #openstack-infra | 18:03 | |
*** davideagnello has joined #openstack-infra | 18:06 | |
*** markvoelker has quit IRC | 18:07 | |
fungi | mordred: greghaynes: bad news, i'm afraid... http://paste.openstack.org/show/321629/ | 18:07 |
*** sshnaidm has joined #openstack-infra | 18:08 | |
TheJulia | fungi: does the, i guess clous.yaml file, define a tenant? | 18:10 |
TheJulia | heh, its not defined | 18:14 |
fungi | TheJulia: it has a project_id | 18:14 |
TheJulia | https://github.com/openstack-infra/shade/blob/master/shade/__init__.py#L639 | 18:14 |
fungi | http://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/templates/nodepool/clouds.yaml.erb | 18:14 |
*** DericHorn-HP has joined #openstack-infra | 18:15 | |
mordred | sigh | 18:16 |
mordred | it would be GREAT if swift wasn't different | 18:16 |
mordred | I'll track down where/why we're not passing project inforation to swift properly | 18:17 |
*** hdd has quit IRC | 18:17 | |
fungi | my saturday has taken a turn for the cursing gnome devs making pygobject next to impossible to install into a virtualenv | 18:17 |
TheJulia | according to swiftclientpy, line 1208, tenant_name is required for auth to a 2.0 system | 18:17 |
TheJulia | swiftclient/client.py | 18:17 |
mordred | sigh | 18:18 |
*** davideagnello has quit IRC | 18:19 | |
mordred | fungi: yeah - I'll have to sort out why this has suddenly changed/broken | 18:20 |
TheJulia | :( | 18:20 |
*** baoli has quit IRC | 18:28 | |
*** ddieterly has quit IRC | 18:29 | |
*** DericHorn-HP has quit IRC | 18:35 | |
*** achanda has quit IRC | 18:41 | |
*** otter768 has joined #openstack-infra | 18:47 | |
*** patrickeast has quit IRC | 18:47 | |
*** shardy has quit IRC | 18:47 | |
*** shardy has joined #openstack-infra | 18:47 | |
*** _nadya_ has joined #openstack-infra | 18:48 | |
*** ddieterly has joined #openstack-infra | 18:51 | |
*** annegentle has quit IRC | 18:54 | |
*** sshnaidm has quit IRC | 18:54 | |
*** sshnaidm has joined #openstack-infra | 18:55 | |
*** annegentle has joined #openstack-infra | 18:55 | |
*** puranamr has quit IRC | 18:55 | |
*** jyuso1 has quit IRC | 18:56 | |
*** jyuso1 has joined #openstack-infra | 18:56 | |
*** otter768 has quit IRC | 18:59 | |
*** jaypipes has joined #openstack-infra | 19:00 | |
*** yamamoto has joined #openstack-infra | 19:03 | |
*** heyongli has quit IRC | 19:05 | |
*** ajmiller has joined #openstack-infra | 19:07 | |
*** yamamoto has quit IRC | 19:08 | |
*** Sukhdev has quit IRC | 19:10 | |
*** heyongli has joined #openstack-infra | 19:12 | |
*** heyongli has quit IRC | 19:17 | |
*** _ody has joined #openstack-infra | 19:20 | |
*** DericHorn-HP has joined #openstack-infra | 19:22 | |
*** otter768 has joined #openstack-infra | 19:24 | |
*** fallenpegasus has quit IRC | 19:25 | |
*** _ody has quit IRC | 19:25 | |
*** soren has joined #openstack-infra | 19:27 | |
*** ajmiller has quit IRC | 19:28 | |
*** otter768 has quit IRC | 19:29 | |
*** DericHorn-HP has quit IRC | 19:31 | |
*** heyongli has joined #openstack-infra | 19:31 | |
*** otter768 has joined #openstack-infra | 19:32 | |
*** annegentle has quit IRC | 19:36 | |
*** esmute__ has joined #openstack-infra | 19:38 | |
*** soren has quit IRC | 19:39 | |
*** annegentle has joined #openstack-infra | 19:45 | |
*** annegent_ has joined #openstack-infra | 19:46 | |
*** annegentle has quit IRC | 19:51 | |
*** heyongli has quit IRC | 19:51 | |
*** markvoelker has joined #openstack-infra | 19:51 | |
*** heyongli has joined #openstack-infra | 19:52 | |
*** soren has joined #openstack-infra | 19:54 | |
*** markvoelker has quit IRC | 19:56 | |
*** _nadya_ has quit IRC | 19:58 | |
*** _nadya_ has joined #openstack-infra | 19:59 | |
*** heyongli has quit IRC | 20:02 | |
*** _nadya_ has quit IRC | 20:03 | |
*** heyongli has joined #openstack-infra | 20:05 | |
*** esmute__ has quit IRC | 20:05 | |
*** davideagnello has joined #openstack-infra | 20:08 | |
*** puranamr has joined #openstack-infra | 20:10 | |
*** Longgeek_ has quit IRC | 20:12 | |
*** davideagnello has quit IRC | 20:13 | |
*** heyongli has quit IRC | 20:14 | |
*** Hal has joined #openstack-infra | 20:14 | |
*** Hal is now known as Guest65524 | 20:15 | |
*** puranamr has quit IRC | 20:15 | |
*** dimsum__ has joined #openstack-infra | 20:16 | |
*** heyongli has joined #openstack-infra | 20:17 | |
*** Guest65524 has quit IRC | 20:19 | |
*** dimsum__ has quit IRC | 20:19 | |
*** kmartin has quit IRC | 20:19 | |
*** dimsum__ has joined #openstack-infra | 20:20 | |
*** kmartin has joined #openstack-infra | 20:20 | |
*** heyongli has quit IRC | 20:24 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/requirements: Add oslo.cache and oslo.reports to global requirements https://review.openstack.org/195058 | 20:26 |
*** heyongli has joined #openstack-infra | 20:27 | |
*** rossella_s has quit IRC | 20:30 | |
*** rossella_s has joined #openstack-infra | 20:31 | |
*** dimsum__ has quit IRC | 20:31 | |
*** dimsum__ has joined #openstack-infra | 20:31 | |
*** boris-42 has joined #openstack-infra | 20:34 | |
*** annegent_ has quit IRC | 20:37 | |
*** ddieterl_ has joined #openstack-infra | 20:39 | |
*** sdake_ has quit IRC | 20:40 | |
*** ddieterly has quit IRC | 20:42 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-infra/project-config: Avoid RequirementParseError for changes with markers https://review.openstack.org/196401 | 20:43 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-infra/project-config: Avoid RequirementParseError for changes with markers https://review.openstack.org/196401 | 20:43 |
lifeless | dimsum__: :( | 20:44 |
dimsum__ | ah: you are around :) | 20:44 |
dimsum__ | what's a better way lifeless? | 20:44 |
dimsum__ | ack lifeless | 20:45 |
lifeless | dimsum__: get the code I wrote merged? | 20:45 |
dimsum__ | looking | 20:45 |
lifeless | dimsum__: sorry, I'm a bit burnt on this | 20:45 |
* dimsum__ has karma to review, so will do :) | 20:45 | |
dimsum__ | no worries lifeless | 20:46 |
lifeless | we have a discoverability issue with patchs | 20:46 |
lifeless | I'm not sure how to address | 20:46 |
*** markvoelker has joined #openstack-infra | 20:52 | |
*** markvoelker has quit IRC | 20:56 | |
*** dimsum__ has quit IRC | 20:58 | |
*** dimsum__ has joined #openstack-infra | 20:59 | |
*** enikanorov2 has joined #openstack-infra | 20:59 | |
*** enikanorov2_ has quit IRC | 21:01 | |
openstackgerrit | Merged openstack-infra/project-config: Fix leaks of tempdirs. https://review.openstack.org/195815 | 21:05 |
*** davideagnello has joined #openstack-infra | 21:07 | |
*** _ody has joined #openstack-infra | 21:09 | |
*** dims has joined #openstack-infra | 21:10 | |
*** dimsum__ has quit IRC | 21:10 | |
*** davideagnello has quit IRC | 21:10 | |
*** davideagnello has joined #openstack-infra | 21:11 | |
*** davideagnello has quit IRC | 21:11 | |
*** Longgeek has joined #openstack-infra | 21:12 | |
*** dims_ has joined #openstack-infra | 21:13 | |
*** _ody has quit IRC | 21:14 | |
*** dims has quit IRC | 21:15 | |
*** Longgeek has quit IRC | 21:19 | |
openstackgerrit | Dawid Malinowski proposed openstack-infra/jenkins-job-builder: Adding publisher support to join-trigger plugin https://review.openstack.org/178836 | 21:20 |
*** dims_ has quit IRC | 21:22 | |
*** clayton has quit IRC | 21:33 | |
*** nihilifer has quit IRC | 21:35 | |
*** megm has quit IRC | 21:35 | |
*** megm has joined #openstack-infra | 21:37 | |
*** annegentle has joined #openstack-infra | 21:37 | |
lifeless | fungi: thanks | 21:40 |
lifeless | fungi: the top project-config patch needs the reorg patches from requirements landed first | 21:40 |
*** soren has quit IRC | 21:41 | |
*** annegentle has quit IRC | 21:43 | |
*** clayton has joined #openstack-infra | 21:43 | |
*** tjones1 has joined #openstack-infra | 21:48 | |
*** dmellado has quit IRC | 22:03 | |
*** dmellado has joined #openstack-infra | 22:05 | |
*** fallenpegasus has joined #openstack-infra | 22:11 | |
*** armax has joined #openstack-infra | 22:13 | |
*** yfried has joined #openstack-infra | 22:17 | |
*** dims has joined #openstack-infra | 22:23 | |
*** SumitNaiksatam_ has joined #openstack-infra | 22:24 | |
*** SumitNaiksatam has quit IRC | 22:25 | |
*** SumitNaiksatam_ is now known as SumitNaiksatam | 22:25 | |
*** esker has quit IRC | 22:27 | |
*** larainema has quit IRC | 22:31 | |
*** baoli has joined #openstack-infra | 22:36 | |
*** markvoelker has joined #openstack-infra | 22:38 | |
*** annegentle has joined #openstack-infra | 22:39 | |
*** patrickeast has joined #openstack-infra | 22:39 | |
*** markvoelker has quit IRC | 22:43 | |
*** annegentle has quit IRC | 22:44 | |
*** tjones1 has quit IRC | 22:44 | |
*** SumitNaiksatam_ has joined #openstack-infra | 22:45 | |
*** SumitNaiksatam has quit IRC | 22:45 | |
*** SumitNaiksatam_ is now known as SumitNaiksatam | 22:45 | |
*** dims has quit IRC | 22:46 | |
*** dims has joined #openstack-infra | 22:47 | |
*** mwagner_afk has quit IRC | 22:50 | |
*** esmute__ has joined #openstack-infra | 22:51 | |
*** baoli has quit IRC | 22:52 | |
fungi | lifeless: it seemed that way, which is why i paused there. need to look through those next | 22:55 |
*** dims has quit IRC | 22:57 | |
*** _ody has joined #openstack-infra | 22:57 | |
*** _nadya_ has joined #openstack-infra | 22:59 | |
*** davideagnello has joined #openstack-infra | 23:00 | |
*** _ody has quit IRC | 23:03 | |
*** _nadya_ has quit IRC | 23:04 | |
*** davideagnello has quit IRC | 23:05 | |
*** dims has joined #openstack-infra | 23:11 | |
*** SumitNaiksatam_ has joined #openstack-infra | 23:14 | |
*** Longgeek has joined #openstack-infra | 23:15 | |
*** SumitNaiksatam has quit IRC | 23:16 | |
*** SumitNaiksatam_ is now known as SumitNaiksatam | 23:16 | |
*** Longgeek has quit IRC | 23:20 | |
*** Kiall has quit IRC | 23:22 | |
*** dims has quit IRC | 23:27 | |
*** Kiall has joined #openstack-infra | 23:31 | |
*** jamielennox|away is now known as jamielennox | 23:32 | |
*** annegentle has joined #openstack-infra | 23:33 | |
*** markvoelker has joined #openstack-infra | 23:39 | |
*** markvoelker has quit IRC | 23:43 | |
*** fallenpegasus has quit IRC | 23:45 | |
*** esmute__ has quit IRC | 23:47 | |
*** annegentle has quit IRC | 23:56 | |
*** _ody has joined #openstack-infra | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!