Category: Main

  • Multi-Cloud DNS delegated Sub domain with Terraform Cloud

    DNS in a multi-cloud world As companies transition to multi-cloud deployments, creating a common way to deploy solutions has become a requirement, this is also easily achieved by using Terraform to create your immutable infrastructure. The challenge you face is that the infrastructure in a cloud deployment is dynamic in nature and so you can’t…

  • Setting up GOOGLE_CREDENTIALS for Terraform Cloud

    The getting stared guides for using Terraform with Google Cloud Platform (GCP) https://cloud.google.com/community/tutorials/getting-started-on-gcp-with-terraform All suggest using code like this to provide credentials  // Configure the Google Cloud provider provider “google” {  credentials = “${file(“CREDENTIALS_FILE.json”)}”  project     = “flask-app-211918”  region      = “us-west1” } This works well when you are just learning Terraform. Once you…

  • Bongo Admin UI Images

    I have uploaded some images of the new UI so you can see what it looks like without installing it. Please let me know what you think.      

  • Building the new Bongo Admin UI

    A while ago Alex (so_solid_moo to the IRC channel) created a php binding for the Bongo API. He also created the start of the new UI that we are working towards. We started with the admin ui for now as we have created a user interface with the roundcube project that Alex also integrated with.…

  • Learning Ruby and rBongo with WeBongo

    This post should have been written quite a while ago as I wanted to start documenting my efforts to learn to program using Ruby. As most of you know I have been trying for a while to teach myself to programe. I started my efforts with a course in c# at a company in London,…

  • Bongo-Project.org Needs To Be Renamed

    The Bongo-Project needs to be renamed Now before you fall of your chair or swallow your phone while reading this let me explain why. I have been wanting to create this post for sometime now and have been holding off as we are almost ready for our 1.0 release. The problem I have is that…

  • Standing up and being counted.

    I have for some time now been wondering how many people actually use Bongo. The reason for this is that we have had images available for a while and I am still non the wiser as to how many people actually use them. I faithfully spend hours and hours building packages and getting them out…

  • Great News About rPath Images

    I have great news about the images on the rPath system. I have been able to get Bongo 0.6.1 to build on the rPath system with a json patch from Alex. I have promoted it to the QA and RELEASE repo’s so it should be available for you guys. Please test and let me know…

  • Bongo rPath Images

    I have been trying to get the latest 0.6.1 release of Bongo onto the rPath images. This unfortunately has not been possible due to our reliance on a newer version of Python than what is available on the rPath system. This is a sad moment as I have been doing that for quite some time…

  • Images for Bongo 0.6.0

    I have been working on the images in the Suse Studio environment as I mentioned in my blog post  here. I started the investigations to find that our RPM repository was in need of a bit of work. I wanted to create a new repository in my own name that would allow me to build…