Posted in .NET, Iron Foundry, Cloud Foundry, ยท April 17, 2014
It's an exciting and interesting time for the Iron Foundry project. This blog post will detail some of the ongoing activities in Iron Foundry, and talk a bit about the near term roadmap for the project.
Step one of the changes happened late in February, when IronFoundry V2 entered into the CloudFoundry Incubation Program. Jared posted about this earlier, and we're still working closely with the developers at CloudFoundry to make this a successful collaboration.
As part of that work, we had created branches off CloudFoundry v1.61 for our own version of the DEA, Warden, and Directory Server. We're maintaining this as our own fork, since that codeline in CF is going to be retired shortly. The Pivotal folks are making a pretty big architectural change to something called , which is going to both rearchitect how staging and execution happen and replace a bunch of ruby code with golang.
Towards that end, one of the main collaborators on Iron Foundry traveled to San Francisco last week and paired with the Cloud Foundry developers to begin development of .NET extensions to Diego. Developers from the two projects are trying to work together closely to ensure that the extension points into the architecture that the CF devs built will work when implemented in a windows environment. The end goal of this is to allow Iron Foundry to be released as a full member of the Diego architecture at the same time, or closely thereafter, it is released by Cloud Foundry.
As a result of the ongoing work on Iron Foundry V2, we have created some new repositories and moved around some of the others. Here is a listing of the current repositories and what they're used for:
cloudfoundry-buildpack-clr: The infrastructure used by Cloud Foundry to run .NET applications.
warden: This is our forked version of Cloud Foundry's warden repository. Will be retired with Diego.
eventmachine: Our fork of the eventmachine repo, fixing some .NET-specific issues. Will also be retired with Diego.
if_release: This single repository contains all other needed repositories as submodules. By cloning this and then running 'git submodule update --init', you can pull all of the Iron Foundry code out of github into a single source tree. The README.md for this repository also has the instructions describing how to install Iron Foundry onto a running windows VM.
if-service-broker: A .NET service broker to support provisioning SQL Server as a service for your application. The README.md file has the installation instructions for how to deploy this. Information about how to manage the service inside Cloud Foundry can be found in their documentation.
We will be retiring all V1 Iron Foundry repos into our attic organization immediately to prevent confusion over what is current. They will still be available from there, but this will allow us to separate repositories with active development from those which are no longer in use.
One of the next things we're going to work on is upgrading ironfoundry.me from Cloud Foundry V1 to a very recent version of Cloud Foundry V2. You'll see updates to the web site and a new instance of Cloud Foundry and Iron Foundry available at ironfoundry.me sometime soon. There are a number of steps that we're going to take to make this happen:
As before, support will be offered through github issues in either the if_release or SQL Server broker and through emails to the . We intend to revive the original public trello board as a way to share what the Iron Foundry team is working on now and what is next on the road map. On that board, we welcome your input and your voting on future features.
We are very excited about a number of things revolving around the past, present, and future of Iron Foundry, including the progress we've made on Iron Foundry over the past couple of months, the collaboration we've started with Pivotal on the DEA and warden pieces we've been working on in the new Diego architecture and other projects moving forward, and the future of Iron Foundry and ironfoundry.me down the road.
But even with all those things going on, we still need the help of the Iron Foundry community. In fact, especially with all these things going on, we need the community's help. Download Iron Foundry, use it, tell us what you think, add some new feature to it and send us a pull request, and maybe even tell your friends about it. It's going to take our entire community to make this project successful, so please join in!