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.

Introducing BUCC (BOSH, UAA Credhub and Concourse)

Everybody has been talking about BOSH 2.0, and how it will solve all your problems. But what is this BOSH 2.0 thing, and where can I get me one of those? Unfortunately BOSH 2.0 is not one thing, it’s a combination of features, technologies and ideas, which together form the future of BOSH. Since talking

Ruben Koster Profile Image

Posted by:
Ruben Koster

Read More ➝
Habitat boshrelease

So you have familiarized your self with habitatbut your tired of spinning up docker containers manually and just want to use bosh to handle it all? Well that’s why I have build a generic bosh release for habitat that should be able to deploy all habitat services that are currently available. Please note that this

Ramon Makkelie Profile Image

Posted by:
Ramon Makkelie

Read More ➝
Testing distributed systems thru failure/down time scenarios with Delmo

For the last year or so, at Stark & Wayne we’ve been developing production-grade data services that support highly available failover and automatic disaster recovery. We are planning for these data platforms to run 1000s of databases, so every failover and every user’s requirement for disaster recovery needs to work every time and without human

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝
Use Shield to backup and restore Redis in Habitat

In a recent blog post I briefly discussed how to build, export and run a service packaged via a Habitat plan. In this post we will take a look at running Redis and backing it up via Shield. Running Redis To play around with the starkandwayne/redis release you can bring it up in the habitat

Justin Carter Profile Image

Posted by:
Justin Carter

Read More ➝
Automating Cloud Foundry @ OpenStack summit

Stark & Wayne was fortunate to participate in OpenStack summit (Boston 2017). We’ve spent a lot of time coming up with internal best practices for automating Cloud Foundry and related services on different IaaS. Our codex documentation referenced in the talk can be found @ https://github.com/starkandwayne/codex See Xiujiao Gao speak about Automating Cloud Foundry on

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝
Troubleshooting Cloud Foundry @ OpenStack Summit

Stark & Wayne was fortunate to participate in OpenStack summit (Boston 2017). With significant experience managing and deploying Cloud Foundry on various OpenStack flavors we were happy to talk about our experiences. See Bill Chapman speak about troubleshooting Cloud Foundry on OpenStack. Troubleshooting Cloud Foundry on OpenStack

Ashley Gerwitz Profile Image

Posted by:
Ashley Gerwitz

Read More ➝
The all new concourse bosh2 errand resource

Sometimes you want to run a BOSH errand from you concourse pipeline. For example after deploying Cloud Foundry using cf-deployment, you might want to make sure it is actually working by running the smoke-tests errand. The bosh-errand-resource has been available for some time but it uses the old Ruby CLI. Which in its self is

Ruben Koster Profile Image

Posted by:
Ruben Koster

Read More ➝
Verifying Cloud Foundry Routes

Occasionally you may run into an issue where the routes between the routers and nats are not in a consistent state. To detect this issue log onto a server with connectivity to your BOSH director and copy the following Bash script onto it: #!/usr/bin/env bash DEPLOYMENT=$1 RUSER=$2 RPASSWORD=$3 if [[ -z ${DEPLOYMENT} ]]; then echo

Chris Weibel Profile Image

Posted by:
Chris Weibel

Read More ➝
Mini Tour of Habitat

This is a hands on introduction to habitat.sh. It is a relatively new tool in the world of config management and aims to simplify many aspects of packaging / deploying and operating any kind of distributed systems regardless of the intended deploy target. Some of the features that I have found particularly useful are: Simple

Justin Carter Profile Image

Posted by:
Justin Carter

Read More ➝