Running Fedora Cloud images on KVM

Inspired by Matt’s blog post I’ve decided to make something that is similar but better fits my use case. I plan to do some clustering and routing testing and therefore I need to have similar VMs running side-by-side. These images will be short-lived and I would like to automate as many things I can. Additionally, I found out that the images shipped by Fedora require some changes to work well in my case, for example the default 2GB disk is too small. ...

January 16, 2014 · 2 min

Wrong battery estimate in Fedora on Lenovo ThinkPad 430s

I had a power mangement issue when running Fedora 19 (and later 20) on my Lenovo ThinkPad 430s. When the battery was low - the laptop just powered off itself, without a clean shutdown or even warning me. As you may guess - this wasn’t something I very happy about. Cause I discovered that it happens when the battery is still at 15%. The system reported at that time still about 40 min of available time. ...

January 12, 2014 · 2 min

Even more Docker - Fedora news

It has been a while since my last blog post about recent Docker changes in Fedora. We’ve done some significant work over the last three weeks. Now it’s time to wrap it up. Docker is available in the repositories Now you can enjoy Docker on your Fedora system by executing just one command: yum install docker-io If you’re on RHEL/CentOS you still need to enable epel-testing repository. This shouldn’t be necessary once the lxc package will be available in stable. ...

December 3, 2013 · 2 min

Developing with WildFly, JBoss Developer Studio and Docker

What and why I am always sad seeing all the potential damage done to your local system, just to set up your development environment. Every time you do almost the same thing, every time you mess your system up in almost the same way. It really doesn’t matter in which language you’re wrtiting and what frameworks you use but Java (and Maven) is a pretty good, uhm, example. A development environment is not only about IDE and JDK, in almost all cases we need to have an application server too. We set it up; our application works great on it, but when we deploy it to production we experience deployment issues. Some things changed: we have different JDK, different network interfaces and so on. Everything can affect your application. ...

November 20, 2013 · 6 min

Recent Docker changes in Fedora

Lokesh, the docker-io package maintainer at Fedora, does a damn good job at keeping it up to date. I think it’s a good time to see what changed over the last weeks in the Docker-Fedora world. Why Docker is still not available in Fedora? Simple answer There are some technical issues to overcome :) Longer answer The most important blocker is lack of AUFS support in the kernel (upstream as well as Fedora’s and RHEL’s). Alex Larsson is working on a replacement for AUFS using devicemapper. You can read more about this work in a nice blog post where Alex is covering this area. ...

November 8, 2013 · 2 min · Marek Goldmann

WildFly cluster using Docker on Fedora

In my previous blog post I introduced Docker and its Fedora integration. Now it’s time to do some serious (read: useful) stuff. A few years ago I started a project called CirrAS. It’s dead now, but the main idea behind it was to form a cluster of JBoss AS servers in the cloud, without any unnecessary steps. You just launched the instances, they found and connected to each other and the result was a working cluster. Additionally every cluster node registered itself in a front-end instance which worked as a load balancer and monitoring/management (we used RHQ) node. ...

October 7, 2013 · 10 min · Marek Goldmann

Docker and Fedora

For the last couple of days I have been playing with Docker. Docker is a project that helps you create images and run containers. This sounds like virtualization, but it isn’t. It uses Linux Containers (LXC) under the hood to do all the magic. What kind of magic? Read on. Linux Containers The first question you might ask is: how is Docker/LXC different from virtualization? ...

September 25, 2013 · 7 min · Marek Goldmann

WildFly is approaching Fedora

In April 2013 the JBoss Application Server rename to WildFly was announced at Devoxx. Since then the WildFly team made a couple of Alpha releases. They all start with version 8.0.0 to highlight the fact that WildFly is the successor of JBoss AS. Immediately after the first release of WildFly I’ve started to think about getting it into Fedora. A few days ago I finished upgrading all required components and finally packaged Alpha3 version of WildFly. It’s already available in Rawhide and in Fedora 20 updates-testing repository. ...

September 18, 2013 · 2 min · Marek Goldmann

Domain mode in Fedora's JBoss AS

JBoss Application Server shipped in Fedora makes it easy to run it as a system service. So far you could launch only the standalone mode, there was no easy way to run it in the domain mode. This is going to change. If you’re not familiar with the operating modes, I highly recommend you reading the introduction to it. In short, in domain mode you can launch more than one server on one host easily. But this is not everything – you get a single entry point for management for all these instances. This means that you can deploy applications one all instances by just executing one command! ...

May 24, 2013 · 3 min · Marek Goldmann

GeeCON 2013

I haven’t been giving talks lately. There were various reasons for it; but the most important is that I was busy with the Fedora/JBoss AS stuff for quite some time. The good (?) news is that I’m back to real programming. Since a couple of months I’m helping with TorqueBox, expecially in the messaging space. This is a great opportunity to share this cool stuff with people. I’ve decided to submit my first ever talk to GeeCON and it was accepted, yay! I know the conference pretty well and I enjoy it every time I’m attending. This is also true to the OpenSpaces co-event which is held the day after the main conference (this year it’s 18th May). For more information about the conference please reach out to the conference page. ...

May 9, 2013 · 2 min · Marek Goldmann