juju
juju copied to clipboard
Orchestration engine that enables the deployment, integration and lifecycle management of applications at any scale, on any infrastructure (Kubernetes or otherwise).
This PR adds confirmation to the following juju commands: - `juju remove-machine` - `juju remove-application` - ... ## Checklist - [ ] Code style: imports ordered, good names, simple structure,...
This PR applies changes for the Equinix provider: * sets the default firewall policy to drop (follow-up to https://github.com/juju/juju/pull/13695#issuecomment-1206010419) (borrows from rackspace provider) * filter flavors that are not available...
The initial spiking for Dqlite integration added a worker that started the Dqlite node, and was responsible for supplying `DB` instances to other workers and for clustering. This neglected the...
This change starts to introduce the necessary steps needed for compiling jujud with dqlite built in using CGO. The change in this PR is for integrating the compilation step with...
There's a long-running bug in charmhub where if an effective channel implicitly resolves to the track 'latest', the track itself will be left out We, however, always want a track...
The charm repo is locked stepped with the current juju package. For example: v11: juju-3.3 v12: juju-3.4 v13: juju-4.0 This causes problems as v13 has now blocked any new releases...
Continues on moving packages to the internal package structure. This is one more package that shouldn't be exposed as a public API. This one is a simple change because a...
We know directly if the auth tag is a user, we don't need to jump through hoops to find out if it's a tag from state. Instead, we'll directly speak...
This PR adds schema for secrets.  ## QA steps ## Documentation changes ## Links **Launchpad bug:** https://bugs.launchpad.net/juju/+bug/ **Jira card:** JUJU-
The changeset adds draining from file-backed storage to S3-backed storage, without creating a new controller and migrating the model. By starting the controller as file-backed storage, you can enable S3...