[18:37] otubo: is RHEL8 NetworkManager only now? [19:02] hi, I'm trying to build a cloud init image from a cloud config file, but I'm on Gentoo and portage doesn't seem to have cloud-image-utils, is there a way to do this without cloud-localds? [19:06] soupyy: just use it outsie of a package. [19:06] https://github.com/canonical/cloud-utils/blob/master/bin/cloud-localds [19:06] soupyy: yeah; it's just a directory turned into an iso image; you can likely pull down the source code and just install the required binaries, [19:06] it uses genisoimage and qemu-img [19:07] oh ok awesome, thanks! [19:34] smoser: does anyone put up simplestreams for centos kvm images? lxd has streams and centos vm images ... can't seem to get sstream-query to read from images.linuxcontainers.org:8443 ; have you queried them directly before ? [19:36] looking [19:43] rharper: sstream-query --max=1 --no-verify --pretty https://images.linuxcontainers.org/streams/v1/images.json os=Centos [19:43] smoser: thanks , I was pointing at 8443 port (which cloud_tests does) [19:44] are you sure that there are vm images there ? [19:44] also works ... hrm [19:44] for centos7/8 on amd64 [19:45] I see, I had the wrong path (needed streams/images.json) [19:45] there are. [19:45] sstream-query --max=1 --pretty https://images.linuxcontainers.org/streams/v1/images.json os=Centos ftype=disk-kvm.img [19:45] so... the reason you aveh to pass the images.json [19:45] is that by default it hits 'streams/v1/index.sjson' (sjson == signed json) [19:46] ah [19:46] but on linuxcontainers.org the signed json points at an *unsigned* streams/v1/images.json [19:47] i just raised that in lxc-dev [19:47] I'm -> <-> close on getting a cloud_test for this chronyd service name change on centos8; but it's been uphill; centos8 has NM only (AFACIT) so we render sysconfig files with NM_CONTROLLED=no; so no networking comes up in centos8 (cloud container images); [19:47] you could also just go to the https://images.linuxcontainers.org/streams/v1/images.json [19:47] rharper: i would not put much stock in anything from linuxcontainers.org [19:48] cpaelzer wrote a nice wrapper around chronyd.service to check if it can adjust time inside a container (awkwardly unpriv containers in lxd expose cap_time_sys but it's actually denied ) [19:48] smoser: image-wise; yes .. it's inconsistent [19:49] but nothing else indexes those images AFAICT ... and cloud_tests doesn't have infra for just wget'ing kvm images from various URLs [19:49] right. whether it has wicked or sysconfig or network manager or 'ip scripts' doesn't mean anything really. [20:13] i'd suggest that http://cloud.centos.org/centos/8/x86_64/images/ are official [20:21] yeah, that's where I've downloaded images before; I don't think they have any sort of stream publishing though, or even daily/8/amd64/current URL pointer [20:46] they dont. [20:53] ugh