Adam Stokes
8 posts
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
This cycle is aimed at bringing you closer to your cloud provider of choice, advanced configuration options, and to Just Do More with addons.
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.
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
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
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?
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
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