Fedora cloud image feedback

2015-12-15 Thread Jonathan Lebon
Hi all, > https://fedoraproject.org/wiki/Changes/Local_Test_Cloud Interesting tool. Hadn't seen it before. I've also been working on a similar feature for the Atomic image (although it should work just fine for the Base images as well if we want). Basically, it adds a new boot menu item labeled

Fedora 23 Cloud Atomic Developer Mode Preview

2015-12-23 Thread Jonathan Lebon
Hi all, As some of you may already know, I've been working on adding a new feature to the Fedora 23 Cloud Atomic image called "Developer Mode" (I'm not sure yet if this is the correct name for it). The Trello card is available at [1]. The high-level goal is to make Atomic more accessible by provi

Re: rpm-ostree, failed upgrade, failed rollback

2015-12-23 Thread Jonathan Lebon
- Original Message - > OK part of my confusion is that 'grub2-mkconfig' does not work when > called directly. Doing that results in a malformed grub.cfg. > > What is the correct way, on atomic builds, to recreate the grub.cfg? > How does rpm-ostree do this? Yeah, I've been confused by tha

Re: Fedora 23 Cloud Atomic Developer Mode Preview

2016-01-05 Thread Jonathan Lebon
- Original Message - > I tried devmode this afternoon and it worked very well. I discussed a few > nits with jlebon on #atomic, but thought I would mention them here. > > - The generated root password can include similar characters l (letter L), 1 > (number 1), O (upper-case letter O), 0

Re: Fedora 23 Cloud Atomic Developer Mode Preview

2016-01-05 Thread Jonathan Lebon
- Original Message - > On Mon, Jan 4, 2016 at 11:35 AM, Colin Walters wrote: > > On Wed, Dec 23, 2015, at 11:50 AM, Jonathan Lebon wrote: > >> Hi all, > >> > >> As some of you may already know, I've been working on adding > >> a new

Re: Fedora 23 Cloud Atomic Developer Mode Preview

2016-01-06 Thread Jonathan Lebon
- Original Message - > One other idea: > > We simply do this by default for all cloud images, without a timeout - if no > cloud-init metadata is provided, you can log in to the hypervisor console > and see an autogenerated root password. I like that. So just to make sure I understand what

Re: Fedora 23 Cloud Atomic Developer Mode Preview

2016-01-08 Thread Jonathan Lebon
I looked into this a bit more. Cloud-init provides an easy way to give a fallback datasource when all other sources fail. It tries multiple networked datasources before that. For each of them, there is a 'timeout' and a 'max_wait' field. The former is the timeout per connection attempt, and the la

Re: Fedora 23 Cloud Atomic Developer Mode Preview

2016-01-11 Thread Jonathan Lebon
Just uploaded a newer image (available at [1]) which addresses some of the feedback received: - The generated passwords should now be easier to type, with no easily misidentified letters. - Helper message to explicitly say how to log into Cockpit. - New tmux terminals and ea

Re: F24 Change? Re: Fedora 23 Cloud Atomic Developer Mode Preview

2016-01-20 Thread Jonathan Lebon
Hi Joe, Just wrote the change proposal for this[1]. I haven't yet tagged it in the relevant categories. Since it's my first change proposal, I wanted to run it by you (and others) to see if it's all in order. Thanks, Jonathan [1] https://fedoraproject.org/wiki/Changes/Atomic_Developer_Mode

Re: Fedora Atomic Host Two Week Release Announcement

2016-02-24 Thread Jonathan Lebon
- Original Message - > A new update of Fedora Cloud Atomic Host has been released and can be > downloaded at: Does anyone know which kickstart files are used when creating these images? I thought they came from the spin-kickstarts repo, but e.g. the kickstart edit from commit 6641de0 doesn

Re: Fedora Atomic Host Two Week Release Announcement

2016-03-09 Thread Jonathan Lebon
- Original Message - > Can we get a blog post of this which explains what's in it, especially > Developer Mode? I had a blog post PR ready to go for the website, but I see now that it needs a rebase. Will ping you once I do that. ___ cloud mailin

Re: ATTN: Beta Blocker - docker is broken running F-24 on F-24

2016-04-22 Thread Jonathan Lebon
- Original Message - > We do have F24 Atomic images, autocloud just fails to notice them. > fedora_nightlies finds them just fine: > > https://www.happyassassin.net/nightlies.html When I boot the latest F24 Atomic qcow2 image there (right now "Fedora-Atomic-24-20160422.n.0.x86_64.qcow2"),

Re: No RPM DB in latest Fedora 23 atomic images

2016-06-13 Thread Jonathan Lebon
- Original Message - > The tests are failing for the latest Fedora 23 atomic images: > > https://pagure.io/atomic-images/issue/36 > > There seems to be no rpm db inside the image: > > -bash-4.3# rpm -qa > -bash-4.3# echo $? > 0 Seems like /usr/share/rpm does indeed have the rpmdb: # mv

Re: Fedora 24 Atomic: Issue with /etc/os-release VARIANT_ID not being updated on Fedora 23 upgrade.

2016-07-27 Thread Jonathan Lebon
This is probably related: https://pagure.io/fedora-atomic/issue/6 - Original Message - > Hi all, > > I just upgraded to the latest Fedora Atomic 24 Host with today's release and > it seems that the recent commit still hasn't updated /etc/os-release: > > [fedora@atomic ~]$ sudo atomic hos

Re: Current Fedora 25 Atomic images are failing to boot

2016-10-04 Thread Jonathan Lebon
Just an update on this. We're passed the kernel panic issue now that dracut-fips was backed out, but we're now getting a reboot loop due to: https://bugzilla.redhat.com/show_bug.cgi?id=1290659 - Original Message - > > > On 10/03/2016 02:47 AM, Trishna Guha wrote: > > On Wed, Sep 28, 201

Re: [atomic-devel] Fedora 26 change: using overlayfs as default

2016-12-15 Thread Jonathan Lebon
The Docker docs also has a breakdown of incompatibilities: https://docs.docker.com/engine/userguide/storagedriver/overlayfs-driver/#/overlayfs-compatibility Notably, there's the open(2) issue that has already been mentioned. The second issue is that rename(2) can fail if trying to move a dir acro

[fedora-atomic] PR #54 `manifest: Change the ref/branch name to be fedora/.../atomic-host`

2017-02-17 Thread Jonathan Lebon
jlebon commented on the pull-request: `manifest: Change the ref/branch name to be fedora/.../atomic-host` that you are following: `` That looks nice to me. I'll let @dustymabe take a look and do the merge. `` To reply, visit the link below or just reply to this email https://pagure.io/fedora-ato

Re: Meeting with Openstack magnum team today

2017-02-24 Thread Jonathan Lebon
> - pre-loading containers on system startup > * there is a need for being able to load containers on system > startup into the container runtime. I think jlebon already > worked on something like this maybe. Either way the idea is that > we have a service that looks in a cert

Re: Meeting with Openstack magnum team today

2017-02-24 Thread Jonathan Lebon
> cool. seems like we got most of the way there but never integrated it > into atomic host? Is it in any shipped version of atomic host that we > produce? It was more of a POC. If we want to get this into Fedora, it might be worth integrating into the projectatomic/atomic codebase, rather than a s

Re: Many new dependencies in f25 updates-testing

2017-04-26 Thread Jonathan Lebon
I traced it down to: http://pkgs.fedoraproject.org/cgit/rpms/atomic.git/commit/?h=f25&id=7d15e4a0be2db29deda4b92a039a041d81bbe205 http://pkgs.fedoraproject.org/cgit/rpms/atomic.git/commit/?h=f25&id=cb845639e7388bb9aa3b5aef7dabffa3434b1ae1 I.e. atomic needs to build RPMs for the system container w

[fedora-atomic] PR #59: f26: add back in kube/storage clients for now

2017-05-17 Thread Jonathan Lebon
jlebon commented on the pull-request: `f26: add back in kube/storage clients for now` that you are following: `` > Basically: > ``` > rpm-ostree rebase fedora/27/x86_64/atomic-host > rpm-ostree install kubernetes > ``` Just in case this ticket yields documentation/blog posts or gets referred to

Requesting freeze exception for atomic in F26 to drop rpm-build deps

2017-05-30 Thread Jonathan Lebon
Hi, If I understand correctly, in its current state, F26 AH will be shipping with the atomic package which added the rpm-build deps. The update that removes it again is blocked in testing: https://bodhi.fedoraproject.org/updates/FEDORA-2017-ac1919a04b Double-checking the current state: $ ostree

Re: registry.fedoraproject.org/fedora:25 cannot install packages

2017-06-09 Thread Jonathan Lebon
Thanks Adam for the quick resolution. Would it be easy to have an automated workflow to gate these updates on some quick sanity tests? E.g. push to `:next` first, run some tests, and then push to `:latest`? We're starting to rely more and more on this image in upstream tests, which means that any

Re: registry.fedoraproject.org/fedora:25 cannot install packages

2017-06-09 Thread Jonathan Lebon
And of course I didn't finish my sentence :), which is: If yes, then let's log an issue in the atomic-wg perhaps? - Original Message - > Thanks Adam for the quick resolution. Would it be easy to > have an automated workflow to gate these updates on some > quick sanity tests? E.g. push to

[atomic-wg] Issue #282: Atomic Host images omit many common locales that all other flavors include

2017-06-14 Thread Jonathan Lebon
jlebon added a new comment to an issue you are following: `` So just ballparking here, but 137 MB on disk will probably translate to ~35 MB additional space of the qcow2 (based on the same compression ratios I found in https://bugzilla.redhat.com/show_bug.cgi?id=1186757). I think if we're comfo

[fedora-atomic] PR #63: Rename treefile to match ref

2017-06-19 Thread Jonathan Lebon
jlebon commented on the pull-request: `Rename treefile to match ref` that you are following: `` Yup, that makes sense. `` To reply, visit the link below or just reply to this email https://pagure.io/fedora-atomic/pull-request/63 ___ cloud mailing list

[fedora-atomic] PR #63: Rename treefile to match ref

2017-06-19 Thread Jonathan Lebon
jlebon merged a pull-request against the project: `fedora-atomic` that you are following. Merged pull-request: `` Rename treefile to match ref `` https://pagure.io/fedora-atomic/pull-request/63 ___ cloud mailing list -- cloud@lists.fedoraproject.org

[atomic-wg] Issue #282: Atomic Host images omit many common locales that all other flavors include

2017-07-07 Thread Jonathan Lebon
jlebon added a new comment to an issue you are following: `` https://github.com/rhinstaller/anaconda/pull/1122 https://github.com/rhinstaller/lorax/pull/227 https://bugzilla.redhat.com/show_bug.cgi?id=1468619 I take it GA is far too close to have these in on time, but I hope we can get them in d

[atomic-wg] Issue #295: Start using new mailing list/IRC channel around f26 release time

2017-07-19 Thread Jonathan Lebon
jlebon added a new comment to an issue you are following: `` > discussions and troubleshooting Fedora build pipeline/releng (bodhi, punji, > etc.) for Atomic will be on the new channel #fedora-atomic. Content > discussions which start there will get re-directed to #atomic. Sorry if I'm missing

[fedora-atomic] PR #67: rawhide: remove json file symlink

2017-07-24 Thread Jonathan Lebon
jlebon merged a pull-request against the project: `fedora-atomic` that you are following. Merged pull-request: `` rawhide: remove json file symlink `` https://pagure.io/fedora-atomic/pull-request/67 ___ cloud mailing list -- cloud@lists.fedoraproject

[fedora-atomic] PR #67: rawhide: remove json file symlink

2017-07-24 Thread Jonathan Lebon
jlebon commented on the pull-request: `rawhide: remove json file symlink` that you are following: `` LGTM, promise kept. `` To reply, visit the link below or just reply to this email https://pagure.io/fedora-atomic/pull-request/67 ___ cloud mailing lis

[fedora-atomic] PR #68: f26: remove json file symlink

2017-07-24 Thread Jonathan Lebon
jlebon commented on the pull-request: `f26: remove json file symlink` that you are following: `` LGTM. `` To reply, visit the link below or just reply to this email https://pagure.io/fedora-atomic/pull-request/68 ___ cloud mailing list -- cloud@lists.f

[fedora-atomic] PR #68: f26: remove json file symlink

2017-07-24 Thread Jonathan Lebon
jlebon merged a pull-request against the project: `fedora-atomic` that you are following. Merged pull-request: `` f26: remove json file symlink `` https://pagure.io/fedora-atomic/pull-request/68 ___ cloud mailing list -- cloud@lists.fedoraproject.org

[fedora-atomic] PR #27: post: Work around LVM archival conflicting with ostree

2017-07-27 Thread Jonathan Lebon
jlebon commented on the pull-request: `post: Work around LVM archival conflicting with ostree` that you are following: `` Would be nice to see this happen still. I'm sorely reminded of it every time I run `ostree admin config-diff` and have to swim through the output. `` To reply, visit the lin

[fedora-atomic] PR #76: manifest: Add microcode_ctl

2017-08-18 Thread Jonathan Lebon
jlebon merged a pull-request against the project: `fedora-atomic` that you are following. Merged pull-request: `` manifest: Add microcode_ctl `` https://pagure.io/fedora-atomic/pull-request/76 ___ cloud mailing list -- cloud@lists.fedoraproject.org T

[fedora-atomic] PR #77: manifest: Add microcode_ctl

2017-08-18 Thread Jonathan Lebon
jlebon merged a pull-request against the project: `fedora-atomic` that you are following. Merged pull-request: `` manifest: Add microcode_ctl `` https://pagure.io/fedora-atomic/pull-request/77 ___ cloud mailing list -- cloud@lists.fedoraproject.org T

[fedora-atomic] PR #78: post: Re-instate systemd ProtectHome/ProtectSystem and PrivateTmp

2017-08-22 Thread Jonathan Lebon
jlebon commented on the pull-request: `post: Re-instate systemd ProtectHome/ProtectSystem and PrivateTmp` that you are following: `` It seems like the fix made it in systemd v232, which is in F26 as well. We should consider getting this in f26/f27 too, but let's prove it out in rawhide. `` To r

[fedora-atomic] PR #78: post: Re-instate systemd ProtectHome/ProtectSystem and PrivateTmp

2017-08-22 Thread Jonathan Lebon
jlebon merged a pull-request against the project: `fedora-atomic` that you are following. Merged pull-request: `` post: Re-instate systemd ProtectHome/ProtectSystem and PrivateTmp `` https://pagure.io/fedora-atomic/pull-request/78 ___ cloud mailing l

[fedora-atomic] PR #79: post: Re-instate systemd ProtectHome/ProtectSystem and PrivateTmp

2017-08-23 Thread Jonathan Lebon
jlebon commented on the pull-request: `post: Re-instate systemd ProtectHome/ProtectSystem and PrivateTmp` that you are following: `` Just to be sure, you meant the release that already went out today or in the next one in two weeks? Seems like it should be safe to merge now. `` To reply, visit

[fedora-atomic] PR #79: post: Re-instate systemd ProtectHome/ProtectSystem and PrivateTmp

2017-08-23 Thread Jonathan Lebon
jlebon commented on the pull-request: `post: Re-instate systemd ProtectHome/ProtectSystem and PrivateTmp` that you are following: `` Huh, weird. It's on the cloud list at least: https://lists.fedoraproject.org/archives/list/cloud@lists.fedoraproject.org/thread/ABP32B6H3Z25R77A4PZIT56TKV2DC2IU/.

[fedora-atomic] PR #79: post: Re-instate systemd ProtectHome/ProtectSystem and PrivateTmp

2017-08-23 Thread Jonathan Lebon
jlebon merged a pull-request against the project: `fedora-atomic` that you are following. Merged pull-request: `` post: Re-instate systemd ProtectHome/ProtectSystem and PrivateTmp `` https://pagure.io/fedora-atomic/pull-request/79 ___ cloud mailing l

Re: Persistent URLs for images (again :)

2017-08-25 Thread Jonathan Lebon
> FWIW, in the Cockpit project CI/CD bots end up manually scraping layers > index.html URL(s) to find the latest images. > > https://github.com/cockpit-project/cockpit/blob/master/bots/images/scripts/fedora-atomic.bootstrap For Fedora Atomic Host specifically, there are symbolic links you can pul

[fedora-atomic] PR #87: add back in gluster/ceph

2017-09-28 Thread Jonathan Lebon
jlebon merged a pull-request against the project: `fedora-atomic` that you are following. Merged pull-request: `` add back in gluster/ceph `` https://pagure.io/fedora-atomic/pull-request/87 ___ cloud mailing list -- cloud@lists.fedoraproject.org To u