*** e0ne has joined #openstack-loci | 04:40 | |
*** e0ne has quit IRC | 04:40 | |
*** e0ne has joined #openstack-loci | 04:53 | |
*** e0ne has quit IRC | 04:55 | |
hrw | ok. nova built too | 06:55 |
---|---|---|
hrw | next steps: finding out why Debian images do not use CEPH_URL location, add Linaro repo for aarch64 (newer libvirt etc) | 06:56 |
*** ispp has joined #openstack-loci | 07:05 | |
openstackgerrit | Marcin Juszkiewicz proposed openstack/loci master: requirements.sh: install numpy and scipy on AArch64 https://review.openstack.org/583727 | 07:18 |
hrw | SamYaple: comment left in review about change | 07:19 |
*** e0ne has joined #openstack-loci | 08:15 | |
*** ispp has quit IRC | 08:30 | |
*** pbourke has quit IRC | 08:36 | |
*** pbourke has joined #openstack-loci | 08:37 | |
*** ispp has joined #openstack-loci | 08:38 | |
evrardjp | portdirect: good to know. I tried the procedure of OSH of the latest docs, and I didn't get many loci images, it looked like self baked + kolla images. Maybe the self-baked ones are loci based ? | 09:54 |
evrardjp | It's probably a conversation for #openstack-helm : ) | 09:54 |
*** e0ne has quit IRC | 10:27 | |
*** e0ne has joined #openstack-loci | 10:32 | |
*** e0ne has quit IRC | 10:40 | |
hrw | loci needs some way of handling repositories and signing keys ;( | 10:59 |
portdirect | evrardjp: yes, the ones in docker.io/openstackhelm are loci images | 11:28 |
portdirect | Built from scripts here: https://github.com/openstack/openstack-helm/tree/master/tools/images/openstack | 11:29 |
*** e0ne has joined #openstack-loci | 11:53 | |
*** e0ne has quit IRC | 11:58 | |
*** e0ne has joined #openstack-loci | 12:07 | |
ispp | Hello SamYaple, does this look good to you ? https://review.openstack.org/#/c/584279/ | 12:16 |
*** ispp has quit IRC | 12:39 | |
*** ispp has joined #openstack-loci | 12:59 | |
SamYaple | hrw: maybe. maybe not. the commit where i implemented those bases was specifically for loci infra. everyone else could use them as a template. I definetely recommend people maintain thier own base image with thier own repos and keys | 13:44 |
hrw | SamYaple: ok, right. | 13:45 |
SamYaple | for me, we use diskimagebuilder for our openstack vm images and the docker base used to build our LOCI images | 13:45 |
hrw | SamYaple: https://pastebin.com/7UuhTubE is on my list of things to push | 13:47 |
hrw | SamYaple: install.sh runs requirements.sh - no need to update packages/system/install patch again | 13:48 |
SamYaple | hrw: youve found leftover code before requirements shared the same base as the rest of the projects! congrats! | 13:49 |
SamYaple | :D | 13:49 |
hrw | ;d | 13:49 |
hrw | changed numpy/scipy again. | 13:49 |
hrw | now first make wheel, then install it and go with rest | 13:49 |
hrw | hope it will save some time | 13:50 |
SamYaple | yea i reviewed it. | 13:52 |
SamYaple | the change is mostly isolated. as we see the differences the arch might require we will think of some better solutions | 13:52 |
hrw | ~curse pip for being single threaded | 13:53 |
hrw | NPY_NUM_BUILD_JOBS=8 to the rescue :D | 13:57 |
hrw | will all eight cores used it will be faster for sure ;D | 14:01 |
hrw | marked numpy patch as wip just to make sure that it will not get merged before I test local changes ;D | 14:04 |
hrw | looks like new way works. now have to build nova image (once requirements finish) | 14:40 |
SamYaple | +1 | 14:59 |
SamYaple | ispp: hey sorry, just saw your message. missed it when i got on | 15:00 |
ispp | SamYaple, no porb :) | 15:01 |
SamYaple | ispp: those arent quite right. is your end goal to have a, for example, 'loci-keystone' and 'loci-keystone-queens'? | 15:02 |
SamYaple | (i know weve talked before, just want clarity) | 15:02 |
ispp | SamYaple, yes, I would like to have for each project an stable/queen image and master one too | 15:08 |
SamYaple | that will require some changes to .zuul.d/* files | 15:09 |
SamYaple | start with loci-keystone and clone it | 15:09 |
ispp | But is not possible to create a job specifying the branch as I am doing? Because if not we will have to clone all of the files .zull.d/* I wanted to do something cleaner if possible | 15:13 |
SamYaple | ispp: no, because we don't have a stable/queens branch of loci. master builds all versions from Newton up | 15:14 |
SamYaple | but like i said, start with one gate first | 15:16 |
ispp | Aham, you are right, wouldn't be possible to create different branches like in another projects? | 15:16 |
SamYaple | possible yes, desired, no. | 15:16 |
ispp | Is there any reason why you want to have it only in master? | 15:16 |
SamYaple | I would prefer to maintain a few extra files in .zuul.d rather than 5-6 branches of backports | 15:18 |
SamYaple | among other things | 15:19 |
*** ispp has quit IRC | 15:26 | |
*** ispp has joined #openstack-loci | 15:41 | |
ispp | SamYaple, ok great, so I will push a new change there :), thanks | 15:41 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/loci master: requirements.sh: install numpy and scipy on AArch64 https://review.openstack.org/583727 | 15:47 |
openstackgerrit | Marcin Juszkiewicz proposed openstack/loci master: requirements: drop package install phase https://review.openstack.org/585408 | 15:47 |
hrw | SamYaple: now I can build nova too ;D | 15:48 |
hrw | SamYaple: all 3 packages are ready for review+merge | 15:48 |
hrw | I will now concentrate on making loci-base image | 15:48 |
SamYaple | +1 | 15:54 |
hrw | hm. in theory I could just use linaro/debian-source-base from kolla | 15:59 |
hrw | all repos are there already :D | 15:59 |
SamYaple | hrw: i have recommended an approach like that before :) | 16:00 |
hrw | SamYaple: I know. just looking at skipping work on loci-base ;D | 16:00 |
SamYaple | hrw: its really basic stuff. it doesnt need to be generic | 16:00 |
SamYaple | its only generic enough so the gate can override mirrors | 16:01 |
*** ispp has quit IRC | 16:04 | |
*** e0ne has quit IRC | 16:10 | |
openstackgerrit | Paul Bourke (pbourke) proposed openstack/loci master: [WIP] Add a profile for kolla keystone https://review.openstack.org/583255 | 16:22 |
*** e0ne has joined #openstack-loci | 17:30 | |
hrw | kolla image already has groups which loci wants to add so it fails. will do fresh one | 17:39 |
*** e0ne has quit IRC | 18:14 | |
*** Raj__ has joined #openstack-loci | 23:49 | |
Raj__ | HELP | 23:49 |
Raj__ | Can I build image with local copy of OS ? | 23:50 |
*** Raj__ has quit IRC | 23:52 | |
*** raj__ has joined #openstack-loci | 23:52 | |
*** raj__ has quit IRC | 23:52 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!