Skip to main content
Adam Stokes

Adam Stokes

8 posts

conjure-up dev summary: you like LXD? we like LXD. Put your floaties on and step up to the Helm!

LXDWe’ve taken some preliminary steps in providing the user better feedback when wanting to deploy onto the localhost provider. If conjure-up isn’t able to talk to the same API endpoints Juju can then our probability of success is next to none.We do some fancy realtime UI updates so

conjure-up dev summary: aws native integration, vsphere <3, and ADDONS

This cycle is aimed at bringing you closer to your cloud provider of choice, advanced configuration options, and to Just Do More with addons.

Conjure-up dev summary highlights: screen ordering and improved deploy

In this latest update we’ve moved all steps to be completed prior to any of those longer blocking tasks and made deployments more resilient.

Conjure-up dev summary: Week 25

With conjure-up 2.2.2 out the door we bring a whole host of improvements!sudo snap install conjure-up --classic Improved LocalhostWe recently switched over to using a bundled LXD and with that change came a few hiccups in deployments. We’ve been monitoring the error reports coming in and

conjure-up Canonical Kubernetes under LXD today!

We’ve just added the Localhost (LXD) cloud type to the list of supported cloud type on which you can deploy The Canonical Distribution of Kubernetes. What does this mean? Just like with our OpenStack offering you can now have Kubernetes deployed and running all on a single machine. All moving parts are confined inside their

What’s the easiest way to start using big software? Meet Conjure-up

Have a big software project you want to get in front of users with the least amount of barriers? Maybe it has a lot of dependencies, target runtimes, and/or micro-service type relationships. Don’t feel like writing a book’s worth of install and configuration documentation? Wish you could just tell folks to just conjure-up your project?

Juju plugin: search charmstore

Sometimes it is just quicker to type a few commands on the cli than opening your browser window, going to jujucharms.com and typing out a search term to see what is available to you. So I wrote a tiny plugin to speed that up a bit. Install the plugin Currently supports Trusty, Vivid, and Wily

Extending Juju, Plugin basics in Go

This is a quick introduction on extending Juju with plugins written in Go. What we’ll cover:Setting up your Go environmentGetting the Juju source codeWriting a basic plugin named juju-lyaplugin short for (juju-learnyouaplugin)End result will be a