openstackgerrit | Tristan Cacqueray proposed openstack/diskimage-builder: Add squashfs output image format https://review.openstack.org/412243 | 00:55 |
---|---|---|
openstackgerrit | Merged openstack/diskimage-builder: Install dracut-generic-config package https://review.openstack.org/411540 | 02:58 |
*** noama has quit IRC | 03:12 | |
*** noama has joined #openstack-dib | 03:12 | |
*** sudipto has joined #openstack-dib | 03:56 | |
*** chhavi has joined #openstack-dib | 04:01 | |
ianw | pabelanger greghaynes : pushed 1.25.2 with the dracut pkg change. i think it builds f25 ok, but i/o is being really slow on my test builder | 04:07 |
openstackgerrit | Merged openstack/diskimage-builder: FIx the DIB_CLOUD_INIT_ALLOW_SSH_PWAUTH variable name in README file https://review.openstack.org/412040 | 04:10 |
openstackgerrit | Merged openstack/diskimage-builder: Fix bootloader element on ppc https://review.openstack.org/411541 | 04:55 |
*** sudipto has quit IRC | 05:18 | |
*** sudipto has joined #openstack-dib | 05:47 | |
*** chhavi__ has joined #openstack-dib | 06:12 | |
*** chhavi has quit IRC | 06:14 | |
*** pmannidi has quit IRC | 06:32 | |
*** chhavi__ has quit IRC | 06:39 | |
*** chhavi__ has joined #openstack-dib | 06:39 | |
*** pmannidi has joined #openstack-dib | 06:49 | |
*** pmannidi has quit IRC | 07:03 | |
*** pmannidi has joined #openstack-dib | 07:05 | |
openstackgerrit | Tristan Cacqueray proposed openstack/diskimage-builder: Add squashfs output image format https://review.openstack.org/412243 | 07:21 |
openstackgerrit | Noam Angel proposed openstack/diskimage-builder: set default DIB_PYTHON_VERSION=2 for rhel7 https://review.openstack.org/412324 | 07:26 |
openstackgerrit | Noam Angel proposed openstack/diskimage-builder: set default DIB_PYTHON_VERSION=2 for rhel7 https://review.openstack.org/412324 | 07:31 |
noama | ianw, greghaynes can you review https://review.openstack.org/412324 small patch to default python2 for rhel7 also | 07:33 |
ianw | oops | 08:00 |
ianw | noama: what's going on with the -nv job failures? | 08:03 |
ianw | did you base that on the opensuse func test patch? | 08:03 |
ianw | oh, https://review.openstack.org/#/c/412064/ merged | 08:04 |
ianw | yeah, the order of depends-on was wrong | 08:04 |
*** remix_tj has joined #openstack-dib | 08:29 | |
yolanda | hi ianw , i rechecked your change of get_elements_path, and i'm getting a new error now | 08:30 |
yolanda | http://logs.openstack.org/86/407386/4/check-tripleo/gate-tripleo-ci-centos-7-ovb-nonha/978d35e/console.html | 08:30 |
yolanda | 2016-12-19 07:52:28.353604 | 2016-12-19 07:52:28.000 | 2016-12-19 07:52:28,255 INFO: ERROR: 2016-12-19 07:52:28,255 -- ELEMENT_PATH entry 'u' is not a directory | 08:30 |
yolanda | do you know where this ELEMENT_PATH come from? shall not be ELEMENTS_PATH? | 08:30 |
*** chhavi__ has quit IRC | 08:37 | |
openstackgerrit | Merged openstack/diskimage-builder: Switch to openSUSE Leap 42.2 release by default https://review.openstack.org/409071 | 08:40 |
noama | ianw it fails again. not seem to be related to my commit.. what do you suggest to do? | 08:45 |
*** noama has quit IRC | 08:48 | |
*** chhavi__ has joined #openstack-dib | 08:52 | |
*** hashar has joined #openstack-dib | 09:12 | |
ianw | yolanda: hmmm | 09:35 |
ianw | noama: it should be ok now, merged the -nv change | 09:35 |
ianw | yolanda: yeah, that's a typo, but it should be still pulling apart ELEMENTS_PATH | 09:38 |
*** chhavi__ has quit IRC | 09:41 | |
yolanda | ianw, i think that for easier compatibility, we shall still publish /usr/share/diskimage-builder/elements on v2 package of dib | 09:42 |
yolanda | there is a constant conflict with that, because also the CI is not picking the right branches of packages | 09:43 |
yolanda | i'd say that in that case, instack-undercloud and instack are being consumed from master, not from the v2 branch | 09:43 |
ianw | yolada: ok, i see the first bug | 09:51 |
yolanda | ianw, which is that? the problem i saw, is ci picking packages from master branch instead of v2... | 09:54 |
ianw | ELEMENT_PATH entry 'u' is not a directory | 09:54 |
ianw | yolanda: ^ that bit | 09:54 |
yolanda | so what's the problem there? | 09:56 |
ianw | it's passing in "dir:dir:dir" but we're assuming it's a python list | 09:58 |
yolanda | ah i see? can you do the fix in dib to support this format? shall be easier than doing on tripleo, with all this branches problem | 09:59 |
ianw | yep, just thinking it through now :) | 10:00 |
yolanda | also i need to take a look at the CI again, because is there is no change in depends-on, it picks package from master insteaf of the desired feature branch | 10:00 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Add get_elements; preserve backwards compat for expand_dependencies https://review.openstack.org/407386 | 10:14 |
ianw | yolanda: ^ that should work better, it maintains compatibility of that call i hope | 10:14 |
yolanda | yep looks better. However i'm afraid of the path /usr/share/diskimage-builder/element, that doesn't exist for v2 branch | 10:16 |
yolanda | and as CI picks instack-undercloud master, it is referencing that | 10:16 |
ianw | yolanda: well, that's really by design ... | 10:16 |
ianw | CI could just symlink, i guess | 10:17 |
yolanda | ideally i'd like that the CI picks the right branch | 10:17 |
*** chhavi__ has joined #openstack-dib | 10:17 | |
yolanda | it does it now, when there is a change referenced on the depends-on and rebuilds it, but if not, it just takes the package from master repo | 10:17 |
ianw | ahh | 10:18 |
ianw | well i can merge v2 into master, will that solve it ;) | 10:18 |
yolanda | risky option :) | 10:19 |
yolanda | we could test with the right v2 branch, adding a dummy change for instack , instack-undercloud... all repos affected | 10:21 |
yolanda | or fix the ci properly, that will be the best option... but i have no time | 10:21 |
*** chhavi__ has quit IRC | 10:38 | |
*** chhavi__ has joined #openstack-dib | 10:42 | |
*** chhavi__ has quit IRC | 11:06 | |
*** chhavi__ has joined #openstack-dib | 11:09 | |
*** sudipto has quit IRC | 11:10 | |
openstackgerrit | yolanda.robla proposed openstack/diskimage-builder: Add get_elements; preserve backwards compat for expand_dependencies https://review.openstack.org/407386 | 11:50 |
*** yolanda has quit IRC | 11:59 | |
*** yolanda has joined #openstack-dib | 12:00 | |
*** chhavi__ has quit IRC | 12:53 | |
*** chhavi__ has joined #openstack-dib | 13:10 | |
*** noama has joined #openstack-dib | 13:36 | |
*** noama has left #openstack-dib | 13:39 | |
*** chhavi__ has quit IRC | 13:57 | |
*** chhavi__ has joined #openstack-dib | 13:59 | |
*** sudipto has joined #openstack-dib | 14:08 | |
*** chhavi__ has quit IRC | 14:31 | |
*** sudipto has quit IRC | 14:59 | |
*** sudipto has joined #openstack-dib | 14:59 | |
*** sudipto has quit IRC | 14:59 | |
*** sudipto has joined #openstack-dib | 14:59 | |
*** sudipto_ has joined #openstack-dib | 15:00 | |
*** sudipto_ has quit IRC | 15:00 | |
*** sudipto has quit IRC | 15:00 | |
*** sudipto has joined #openstack-dib | 15:00 | |
*** sudipto has quit IRC | 15:00 | |
*** sudipto has joined #openstack-dib | 15:01 | |
*** sudipto_ has joined #openstack-dib | 15:01 | |
*** dmarlin has joined #openstack-dib | 15:01 | |
*** dmarlin is now known as dmarlin_ | 15:01 | |
greghaynes | ianw: huh https://review.openstack.org/#/c/412324/ failed -nv | 15:50 |
greghaynes | ianw: even with the recheck | 15:50 |
greghaynes | ianw: also, if were up for it I think we can merge https://review.openstack.org/#/c/411462/1 and its parent. Its just a couple minor fixups which I think are fine as a second commit, otherwise im ready to +2 the block-device patch | 15:52 |
greghaynes | and then we can focus on making an RC | 15:53 |
*** cinerama has joined #openstack-dib | 16:43 | |
*** cinerama has quit IRC | 16:44 | |
*** cinerama has joined #openstack-dib | 16:44 | |
*** hashar has quit IRC | 17:19 | |
*** sudipto has quit IRC | 17:25 | |
*** sudipto_ has quit IRC | 17:25 | |
*** sudipto_ has joined #openstack-dib | 17:25 | |
*** sudipto has joined #openstack-dib | 17:25 | |
*** sudipto_ has quit IRC | 17:51 | |
*** sudipto has quit IRC | 17:51 | |
openstackgerrit | Merged openstack/diskimage-builder: set default DIB_PYTHON_VERSION=2 for rhel7 https://review.openstack.org/412324 | 18:07 |
openstackgerrit | greghaynes proposed openstack/diskimage-builder: Update our package classifiers https://review.openstack.org/412584 | 18:55 |
*** openstack has joined #openstack-dib | 19:14 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder: Add get_elements; preserve backwards compat for expand_dependencies https://review.openstack.org/407386 | 21:19 |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder: Refactor: block-device handling (partitioning) https://review.openstack.org/375261 | 21:39 |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder: Refactor: block-device handling (partitioning) https://review.openstack.org/375261 | 22:43 |
openstackgerrit | Merged openstack/diskimage-builder: Generate ssh-hostkeys on boot for ironic agent https://review.openstack.org/383481 | 22:55 |
pabelanger | ianw: centos-7 DIBs worked great | 23:17 |
pabelanger | thanks for the release | 23:17 |
ianw | oh cool, yeah hadn't checked in on that | 23:17 |
ianw | pabelanger: if you can find a minute for https://review.openstack.org/412240 we can try f25 too | 23:22 |
ianw | i'd like to just get that in before break and clear out f24, just have one running | 23:22 |
openstackgerrit | greghaynes proposed openstack/diskimage-builder: Switch py34 tests to py35 https://review.openstack.org/412648 | 23:22 |
pabelanger | ianw: +3 | 23:29 |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder: Refactor: block-device handling (partitioning) https://review.openstack.org/375261 | 23:44 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!