Blog

You can become a superhero of automation and development by learning and practicing. This is our blog from our learnings and practice.

We are consultants and trainers in Cloud Foundry, devops automation and continous delivery. We have the best jobs in the world helping you have the best job in the world.

Your first BOSH Release

When I joined the team at Stark & Wayne, one of my first tasks was to create a BOSH release for MariaDB. I found the Cloud Foundry documentation is excellent for getting the big picture but I still managed to hit a few sticking points along the way. Fortunately, Stark & Wayne has deployed many

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝
Making Support happy: aggregating Cloud Foundry component logs

It was three full days into a five day training course when suddenly the students – Support staff – became very animated and excited. They were watching all the aggregated Cloud Foundry component logs & events from across the entire system. "Oh I wish you’d shown us this on day one!" Ahh blessed Support people

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝
Upgrading TryCF for Power Users

The primary purpose of TryCF is to have a dedicated Cloud Foundry running inside an AWS m3.xlarge VM. But there is so much more you can do with it: target and explore the underlying bosh-lite upload new bosh-lite/warden stemcells upgrade CF versions, from bundled v170 to latest v176 add CF services, such as MariaDB/Galera try

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝
Using mdpress and deck2pdf for Presentations

Recently we had a bit of a conundrum – we were going to give a presentation where the client wanted access to the slides, but had no access to Google Drive on their corporate network, and also wanted PDFs of the slides for note taking/printed copies. Our solution? HMTL5/JavaScript slides and a little app that

Quintessence Anx Profile Image

Posted by:
Quintessence Anx

Read More ➝
Running one-time tasks in Cloud Foundry

Deploying and maintaining web applications, APIs and mobile backends may require you to do one-off tasks -migrate a database, run a report, debug an application, etc. Currently Pivotal Web Services, PivotalCF, IBM BlueMix & Open Source Cloud Foundry do not have a native way to run one-off tasks. There is now a way with cf-ssh

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝
Hey Windows Users – You Too Can Haz SSH!

I have a confession to make: I used to be a .NET developer. Yup, I said it. I used to run Visual Studio. Windows was my primary operating system. Then I started writing code for those "other" platforms – Things like Ruby and Go. This mandated that I change my errant ways and adopt a

Jeremy R Budnack Profile Image

Posted by:
Jeremy R Budnack

Read More ➝
Automatic resurrection with Binary BOSH

The exciting idea of Binary BOSH (see setup tutorial) is to take non-highly available BOSH and make it highly available – by monitoring and resurrecting it with a Meta BOSH. Here’s a great 3min video showing how it works!

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝
Highly available BOSH with Binary BOSHes

[updated with Lessons from the Real World section] One great feature of BOSH is it can resurrect dead servers. AWS kills a VM and then sends you the warning email afterwards? BOSH will spot the VM missing and recreate it. Awesome. But who is resurrecting BOSH? Well, another BOSH or Micro BOSH. But who resurrects

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝
Bosh-lite on bare-metal

I have been thinking about doing somthing usefull with my lab server for a while now, but today I finally did. By using it as a bare-metal bosh-lite box. Why bare-metal? I wanted to see if cutting out the virtualisation layer would make the whole setup more stable. Which would mean being able to test

Ruben Koster Profile Image

Posted by:
Ruben Koster

Read More ➝