| openstackgerrit | Merged openstack/diskimage-builder master: Updated from global requirements https://review.openstack.org/474798 | 00:33 |
|---|---|---|
| *** farosas_ has quit IRC | 01:14 | |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Remove centos and rhel elements https://review.openstack.org/478344 | 02:27 |
| ianw | greghaynes / yolanda: ^ probably too much in the commit message, but was useful for me to think about where we're heading with these... | 02:28 |
| tonyb_ | ianw: what would cleaning up the centos confusion look like? rename centos to centos6? | 02:28 |
| tonyb_ | Oh what I see your chnage now .... | 02:28 |
| ianw | centos6 won't build, as we've got no coverage for python2.6 bits | 02:29 |
| ianw | i don't think we want to rename ... too much confusion. but we can avoid creating the problem again in the centos8 time frame | 02:29 |
| *** cmurphy has quit IRC | 02:34 | |
| *** cmurphy has joined #openstack-dib | 02:36 | |
| *** tonyb_ is now known as tonyb | 02:40 | |
| tonyb | ianw: Fair enough. Now I've looked at your change it makse more sense | 02:41 |
| ianw | tonyb: it's ok, by centos 9 we'll have it all sorted out :) | 02:43 |
| tonyb | ianw: LOL | 02:43 |
| tonyb | This may be more of a tripleo question as the element that is failing comes from tripleo-image-elements but .... | 02:43 |
| tonyb | os-refresh-config is failing to install as there isn't a wheel for ppc64le and when it tries to build the sdist it fail 'cause gcc isn't installed | 02:44 |
| ianw | hmm, that would be right on the minimal elements | 02:45 |
| tonyb | so I guess I'd like to create a DIB element that installs build-essential and then removes it before we "bless the image | 02:45 |
| tonyb | is that a thing I can do? | 02:45 |
| ianw | hmm, yes ... | 02:45 |
| tonyb | ianw: So if I used centos-minimal rather than centos it might work (assuming no other issues?) | 02:45 |
| ianw | but i wonder about corner cases. this element would be incompatible with leaving gcc on the system? | 02:46 |
| tonyb | ianw: Yeah I guess I hadn't got that far yet | 02:47 |
| ianw | i think probably the element needs to depend on build-essential, because obviously it does if installing from pip | 02:47 |
| ianw | having just a separate cleanup element that purges thing seems like a separate thing to that, however | 02:48 |
| ianw | ideally i guess you'd have some global garbage collection where we can decide what's needed or not, but we don't ... | 02:48 |
| tonyb | .... where do we copy .../$distro}-minmal/yum.repos.d TMP_HOOKS_PATH ? | 03:36 |
| ianw | tonyb: umm ... | 03:37 |
| ianw | see DIB_YUM_MINIMAL_BOOTSTRAP_REPOS | 03:38 |
| tonyb | Can I manipulate that in an environment.d script? | 03:41 |
| tonyb | something like: if [ -z DIB_YUM_MINIMAL_BOOTSTRAP_REPOS -a ARCH =~ 'ppc64le' ]] && export DIB_YUM_MINIMAL_BOOTSTRAP_REPOS=centos-minimal/altarch/yum.repos.d ? | 03:42 |
| tonyb | only without syntax errors and workign fro arm too | 03:42 |
| ianw | tonyb: as long as we take the default form the environment, i think yes | 03:43 |
| tonyb | \o/ | 03:43 |
| ianw | it's used to use the infra mirrors during the build | 03:43 |
| tonyb | Thanks | 03:43 |
| tonyb | If there's one in the environment I'd just use that. It's just trying to get the right one for altarch on centos7 | 03:44 |
| tonyb | ... 'cause mirrorlist isn't supported on altarch | 03:44 |
| ianw | right, seems sane, and if you somehow have a mirror you can use it | 03:46 |
| tonyb | Yup | 03:46 |
| *** andreas-f has joined #openstack-dib | 04:43 | |
| *** lennyb has quit IRC | 05:09 | |
| *** lennyb has joined #openstack-dib | 05:21 | |
| *** isaacb has joined #openstack-dib | 05:51 | |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Additional mount order unit test https://review.openstack.org/476340 | 06:09 |
| *** isaacb has quit IRC | 06:31 | |
| *** isaacb has joined #openstack-dib | 08:37 | |
| *** hashar has joined #openstack-dib | 08:47 | |
| openstackgerrit | Markos Chandras (hwoarang) proposed openstack/diskimage-builder master: elements: openstack-ci-mirrors: Use openSUSE mirrors for gating jobs https://review.openstack.org/478443 | 08:56 |
| *** aparnav has joined #openstack-dib | 08:59 | |
| openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Remove mirror create https://review.openstack.org/478445 | 09:00 |
| *** aparnav has quit IRC | 09:05 | |
| *** aparnav has joined #openstack-dib | 09:06 | |
| *** aparnav has quit IRC | 09:08 | |
| *** aparnav has joined #openstack-dib | 09:10 | |
| *** aparnav has quit IRC | 09:12 | |
| *** aparnav has joined #openstack-dib | 09:12 | |
| *** aparnav has quit IRC | 10:00 | |
| *** aparnav has joined #openstack-dib | 10:01 | |
| openstackgerrit | Markos Chandras (hwoarang) proposed openstack/diskimage-builder master: bindep.txt: Fix gnupg2 package name for openSUSE https://review.openstack.org/478479 | 11:03 |
| *** aparnav has quit IRC | 11:16 | |
| *** aparnav has joined #openstack-dib | 11:18 | |
| *** aparnav has quit IRC | 11:23 | |
| *** aparnav has joined #openstack-dib | 11:23 | |
| *** arne_r has joined #openstack-dib | 11:49 | |
| *** aparnav has quit IRC | 12:08 | |
| hwoarang | ianw: i will have a look on adding the infra mirrors to opensuse so we can promote the jobs. but right now the experimental jobs are failing | 12:24 |
| hwoarang | ianw: i will submit patches for everything that I fix and will CC dirk there too | 12:24 |
| openstackgerrit | Markos Chandras (hwoarang) proposed openstack/diskimage-builder master: bindep.txt: Fix gnupg2 package name for openSUSE https://review.openstack.org/478479 | 12:26 |
| *** farosas_ has joined #openstack-dib | 12:33 | |
| openstackgerrit | Markos Chandras (hwoarang) proposed openstack/diskimage-builder master: DNM - bindep.txt: Fix gnupg2 package name for openSUSE https://review.openstack.org/478479 | 12:46 |
| greghaynes | ianw: removing those makes sense - it might be good to see if anyone is using them in a nodepool setup somewhere | 13:42 |
| greghaynes | or at least mention 'hey youre going to break if youre doing ci with these elements' | 13:42 |
| greghaynes | (on ML) | 13:42 |
| *** arne_r has quit IRC | 13:46 | |
| openstackgerrit | Markos Chandras (hwoarang) proposed openstack/diskimage-builder master: bindep.txt: Fix gnupg2 package name for openSUSE https://review.openstack.org/478479 | 14:15 |
| *** isaacb has quit IRC | 14:58 | |
| *** Sukhdev_ has joined #openstack-dib | 15:59 | |
| *** Sukhdev_ has quit IRC | 16:25 | |
| *** hashar has quit IRC | 16:48 | |
| *** greghaynes has quit IRC | 16:59 | |
| openstackgerrit | Markos Chandras (hwoarang) proposed openstack/diskimage-builder master: elements: pip-and-virtualenv: Use common packages for openSUSE https://review.openstack.org/478565 | 17:00 |
| *** greghaynes has joined #openstack-dib | 17:11 | |
| *** andreas-f has quit IRC | 17:52 | |
| *** Sukhdev_ has joined #openstack-dib | 18:20 | |
| *** andreas-f has joined #openstack-dib | 18:25 | |
| *** Sukhdev_ has quit IRC | 18:38 | |
| *** andreas-f has quit IRC | 19:09 | |
| *** Guest28796 is now known as mgagne | 19:19 | |
| *** mgagne has quit IRC | 19:19 | |
| *** mgagne has joined #openstack-dib | 19:19 | |
| *** andreas-f has joined #openstack-dib | 19:55 | |
| openstackgerrit | Dirk Mueller proposed openstack/diskimage-builder master: Avoid hanging endlessly on unreachable cache urls https://review.openstack.org/476981 | 20:15 |
| openstackgerrit | Dirk Mueller proposed openstack/diskimage-builder master: elements: openstack-ci-mirrors: Use openSUSE mirrors for gating jobs https://review.openstack.org/478443 | 20:18 |
| openstackgerrit | Markos Chandras (hwoarang) proposed openstack/diskimage-builder master: elements: openstack-ci-mirrors: Use openSUSE mirrors for gating jobs https://review.openstack.org/478443 | 20:20 |
| hwoarang | dirk: you around? | 20:20 |
| dirk | hwoarang: yes | 20:22 |
| hwoarang | dirk: check experimental on opensuse+python3 is broken with a strange issue http://logs.openstack.org/79/478479/3/experimental/gate-dib-dsvm-functests-python3-opensuse-422-nv/dfc27ce/console.html#_2017-06-28_13_00_48_303932 | 20:22 |
| hwoarang | almost sounds like related to python-xml but it isn't... | 20:22 |
| hwoarang | just wanted to let you know as i haven't managed to find a solution yet | 20:23 |
| hwoarang | i can't reproduce it with locally built dib images. i suspect one of the nodepool/infra elements messes up with python3 | 20:23 |
| openstackgerrit | Markos Chandras (hwoarang) proposed openstack/diskimage-builder master: bindep.txt: Exclude gnupg2 package on openSUSE https://review.openstack.org/478479 | 20:28 |
| dirk | hwoarang: yeah, I seen the issues with python3 elsewhere | 20:32 |
| dirk | hwoarang: I believe something is installing pip and virtualenv from source, and that one breaks it | 20:40 |
| dirk | hwoarang: http://logs.openstack.org/79/478479/3/experimental/gate-dib-dsvm-functests-python3-opensuse-422-nv/dfc27ce/console.html#_2017-06-28_13_00_48_303782 | 20:40 |
| dirk | hwoarang: notice the python2.7 in that path and pip-9* in there | 20:40 |
| dirk | the distro provided version is much older | 20:41 |
| dirk | hwoarang: what we could do is upload a change that adds some additional debug print and then we can stare at the debug log | 20:41 |
| *** bkero has quit IRC | 20:49 | |
| *** bkero has joined #openstack-dib | 20:50 | |
| hwoarang | yeah.. | 20:59 |
| hwoarang | dirk: i believe that the cache-devstack element might be the problem: nodepool/elements/cache-devstack/source-repository-pip | 21:04 |
| hwoarang | that one seems to be installing pip from source | 21:04 |
| hwoarang | :/ | 21:04 |
| hwoarang | i can't immediately think why that would break python-xml though | 21:04 |
| *** farosas_ has quit IRC | 21:07 | |
| openstackgerrit | Markos Chandras (hwoarang) proposed openstack/diskimage-builder master: elements: pip-and-virtualenv: Install python3 on openSUSE if necessary https://review.openstack.org/478648 | 21:34 |
| clarkb | hwoarang: I left a thought on ^ I don't actually knwo if it is is a problem though | 21:39 |
| openstackgerrit | Markos Chandras (hwoarang) proposed openstack/diskimage-builder master: elements: pip-and-virtualenv: Install python3 on openSUSE if necessary https://review.openstack.org/478648 | 21:42 |
| *** andreas-f has quit IRC | 21:44 | |
| hwoarang | clarkb: yeah not sure either... let me sleep on it | 21:53 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!