Skip to content

juju/juju-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e5204f9 · Nov 21, 2024
Nov 21, 2024
Oct 26, 2023
Nov 21, 2024
Nov 21, 2024
Oct 26, 2023
Oct 26, 2023
Jan 8, 2021
Oct 13, 2022
Jan 8, 2021
Oct 13, 2022
Nov 12, 2024
Sep 29, 2021
Nov 21, 2024
Nov 21, 2024
Oct 13, 2022
Jan 12, 2024
Oct 26, 2023
Apr 25, 2022
Nov 9, 2023

Repository files navigation

juju-controller

Description

The Juju controller charm allows charms to interact with the Juju controller via integrations. This charm is automatically deployed in the controller model of every controller for Juju 3.0 or later.

Usage

The controller charm currently supports integrations with juju-dashboard and haproxy.

You can deploy the Juju Dashboard in the controller model:

$ juju switch controller
$ juju deploy juju-dashboard --channel beta
$ juju integrate controller juju-dashboard

or you can deploy it in its own model, and connect to the controller charm via a cross-model integration:

$ juju add-model dashboard
$ juju deploy juju-dashboard --channel beta
$ juju offer juju-dashboard:controller
Application "juju-dashboard" endpoints [controller] available at "admin/dashboard.juju-dashboard"
$ juju switch controller
$ juju integrate controller admin/dashboard.juju-dashboard

Then, run

juju dashboard --browser

and log in using the printed credentials.

About

A Juju controller charm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published