openstackgerrit | Merged openstack/diskimage-builder: Fix coverage report https://review.openstack.org/421652 | 00:13 |
---|---|---|
*** aparnav has joined #openstack-dib | 04:57 | |
*** timrc has quit IRC | 05:34 | |
*** timrc has joined #openstack-dib | 05:35 | |
skraynev | greghaynes: ok I finally just removed python3 from local env, and now it installs correct version of requests lib :) | 06:58 |
*** chhavi has joined #openstack-dib | 07:13 | |
*** pmannidi has quit IRC | 08:09 | |
*** hashar has joined #openstack-dib | 09:02 | |
*** openstackgerrit has quit IRC | 09:02 | |
yolanda | greghaynes, ianw , what are the plans for feature/v2 branch? are there plans to land in Ocata? see that integration with tripleo is broken, until some patches land | 09:22 |
*** fzdarsky has joined #openstack-dib | 09:25 | |
ianw | yolanda: i just keep getting sidetracked! | 09:30 |
ianw | i would like to merge to master, probably then get in the block device stuff, and i feel like that's enough | 09:30 |
yolanda | ianw, this cannot land into master until the integration with TripleO is fixed... first thing is to land your patch that fixes the get_dependencies() method | 09:31 |
ianw | oh, yeah i mean that's enough features, and we stabilise | 09:31 |
yolanda | for the block device stuff, i put a -1 today. Because it creates partitions by default, even if you choose baremetal because you want to go with flat partition. Breaking tripleo, and also breaking what Ironic documentation says | 09:31 |
yolanda | ianw, so are there plans to land it for Ocata? | 09:32 |
ianw | well, we haven't really been part of that release schedule before | 09:33 |
yolanda | if there is no tight schedule for it, i'd prefer that it doesn't land ... until we are 100% sure that integration works | 09:34 |
ianw | yolanda: well yeah, i don't want to break the world with it, it's not worth rushing | 09:36 |
yolanda | cool, we are at release times, so i wanted to verify :) | 09:36 |
ianw | yolanda: so you're ok with 407386? | 09:36 |
yolanda | yep, that works ok, let me +1 | 09:37 |
yolanda | i rebased Andreas patch in top of that one, so it could progress more on the ci and image build worked fine | 09:38 |
yolanda | cool, approved :) | 09:43 |
yolanda | the thing is that sometimes is difficult to validate the tripleo builds | 09:43 |
yolanda | ovb tests shall be more stable, so from dib we could rely more on it | 09:44 |
ianw | yeah, that's part of the problem that i never know if a failure is me or just transient | 09:44 |
ianw | even on the master branch | 09:45 |
*** owalsh has quit IRC | 09:59 | |
*** owalsh has joined #openstack-dib | 09:59 | |
*** openstackgerrit has joined #openstack-dib | 10:25 | |
openstackgerrit | Merged openstack/diskimage-builder: Add get_elements; preserve backwards compat for expand_dependencies https://review.openstack.org/407386 | 10:25 |
*** owalsh has quit IRC | 10:30 | |
*** owalsh has joined #openstack-dib | 10:38 | |
openstackgerrit | yolanda.robla proposed openstack/diskimage-builder: Preserve backwards compat for expand_dependencies https://review.openstack.org/407176 | 11:00 |
*** hashar is now known as hasharAway | 11:15 | |
*** fzdarsky is now known as fzdarsky|lunch | 12:06 | |
*** chhavi has quit IRC | 12:23 | |
*** appu103 has joined #openstack-dib | 12:42 | |
*** appu103 has quit IRC | 12:45 | |
*** aparnav has quit IRC | 12:46 | |
*** aparnav has joined #openstack-dib | 12:46 | |
*** hasharAway is now known as hashar | 12:51 | |
*** yolanda has quit IRC | 13:01 | |
*** yolanda has joined #openstack-dib | 13:02 | |
*** chhavi has joined #openstack-dib | 13:21 | |
*** fzdarsky|lunch is now known as fzdarsky | 13:21 | |
*** aparnav has quit IRC | 13:32 | |
prometheanfire | has there been any initiative to add a 'shrink' step to qcow2 generation? I went from 491 to 341 MB because of both grub still needing /usr/portage around (and grub is installed in the post-extract to blockdev phase) | 15:15 |
prometheanfire | and zeroing out unused space | 15:15 |
*** chhavi has quit IRC | 15:17 | |
*** sudipto has joined #openstack-dib | 16:32 | |
*** sudipto_ has joined #openstack-dib | 16:32 | |
*** fzdarsky is now known as fzdarsky|afk | 17:02 | |
greghaynes | prometheanfire: we have a cleanup.d phase | 17:25 |
prometheanfire | greghaynes: that runs before the phase grub runs in | 17:26 |
greghaynes | prometheanfire: for zeroing we have a bit in dib which does that I believe | 17:26 |
greghaynes | ah | 17:26 |
greghaynes | prometheanfire: yea we run an fstrim | 17:28 |
prometheanfire | gentoo/post-install.d/99-cleanup should be in finalize.d | 17:29 |
prometheanfire | still within the chroot | 17:29 |
prometheanfire | I think that's right | 17:29 |
prometheanfire | I'll submit a patch sometime in the next three days | 17:30 |
prometheanfire | where is fstrim run? | 17:31 |
prometheanfire | I greped for it | 17:31 |
prometheanfire | in elements | 17:31 |
greghaynes | its in disk-image-create | 17:32 |
prometheanfire | if [[ ! $IMAGE_ELEMENT =~ no-final-image ]]; then | 17:32 |
prometheanfire | does that get run when doing a qcow2 build? | 17:33 |
prometheanfire | might, need to look | 17:33 |
greghaynes | it should | 17:33 |
prometheanfire | k | 17:33 |
*** aparnav has joined #openstack-dib | 17:36 | |
dmarlin_ | is anyone familiar with using dib to make fedora images for alternate architectures (i.e, aarch64) ? | 17:39 |
dmarlin_ | I tried: DIB_RELEASE=25 disk-image-create vm fedora | 17:39 |
dmarlin_ | but it can't seem to locate the base image; it looks for: | 17:39 |
dmarlin_ | https://cloud.fedoraproject.org/fedora-25.aarch64.qcow2 | 17:39 |
dmarlin_ | If I manually download the base image and set DIB_LOCAL_IMAGE it works: | 17:39 |
dmarlin_ | DIB_RELEASE=25 DIB_LOCAL_IMAGE=Fedora-Cloud-Base-25-1.3.aarch64.qcow2 disk-image-create vm fedora | 17:39 |
prometheanfire | that's one of the things on my eventual todo list for gentoo, but haven't looked into it yet | 17:40 |
greghaynes | dmarlin_: is there an aarch64 image released? | 17:41 |
greghaynes | oh | 17:41 |
dmarlin_ | I found one in: | 17:41 |
greghaynes | so yea, sounds like we just got the naming scheme off | 17:41 |
dmarlin_ | http://dl.fedoraproject.org/pub/fedora-secondary/releases/25/CloudImages/aarch64/images/ | 17:41 |
greghaynes | should be pretty simple to change if you check out the fedora/root.d dir | 17:41 |
dmarlin_ | note: it is in fedora-secondary | 17:41 |
greghaynes | seems like we need to special case that dir if arch==aarch64 | 17:42 |
dmarlin_ | *nod* | 17:42 |
dmarlin_ | greghaynes: or any alt-arch (non-x86) | 17:43 |
greghaynes | SGTM | 17:43 |
*** aparnav has quit IRC | 17:44 | |
dmarlin_ | greghaynes: I'm just not sure the right variables/values to set. | 17:44 |
dmarlin_ | greghaynes: x86 somehow turns https://cloud.fedoraproject.org/fedora-24.x86_64.qcow2 into the right cloud image | 17:44 |
dmarlin_ | greghaynes: or maybe that location only has x86_64 images | 17:45 |
greghaynes | yea possible, I dont really know much other than we munge up to a working url ;) | 17:46 |
dmarlin_ | greghaynes: I could do that, but not sure how robust it would be | 17:47 |
dmarlin_ | greghaynes: since it would not point to something as simple as https://cloud.fedoraproject.org/$DISTRO-$RELEASE.$ARCH | 17:49 |
dmarlin_ | (the image I found is off in dl.fedoraproject.org/pub) | 17:50 |
greghaynes | rigth, but theres still a scheme? http://dl.fedoraproject.org/pub/fedora-secondary/releases/$RELEASE/$ARCH/images/ | 17:50 |
dmarlin_ | true, but the image name is: Fedora-Cloud-Base-25-1.3.aarch64.qcow2 | 17:51 |
greghaynes | where does the 1.3 come from? | 17:51 |
greghaynes | also, is there a -latest or something? | 17:51 |
dmarlin_ | a version number, I suspect | 17:51 |
dmarlin_ | I didn't see one | 17:51 |
greghaynes | hrm, so you may have to do an extra wget in that case | 17:51 |
greghaynes | and check the index or a shas file | 17:51 |
greghaynes | this script may be a good candidate for being written in python | 17:52 |
greghaynes | but thats up to whoever writes it | 17:52 |
dmarlin_ | I was just wondering who maintains cloud.fedoraproject.org... maybe they could support the alternate archs as well | 17:53 |
dmarlin_ | (copy in the latest) | 17:53 |
greghaynes | ianw: ^ might know something about it | 17:53 |
dmarlin_ | or a released version | 17:53 |
dmarlin_ | thansk | 17:53 |
dmarlin_ | thanks | 17:53 |
*** hashar has quit IRC | 18:18 | |
*** sudipto has quit IRC | 18:41 | |
*** sudipto_ has quit IRC | 18:41 | |
*** owalsh is now known as owalsh-brb | 18:42 | |
*** owalsh-brb has quit IRC | 18:48 | |
*** owalsh-brb has joined #openstack-dib | 18:49 | |
*** owalsh-brb is now known as owalsh | 19:47 | |
*** owalsh is now known as owalsh-afk | 20:12 | |
openstackgerrit | Ben Nemec proposed openstack/diskimage-builder: Nothing to see here https://review.openstack.org/423516 | 20:47 |
*** jamielennox is now known as jamielennox|away | 21:28 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder: Refactor: block-device handling (partitioning) https://review.openstack.org/375261 | 22:03 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!