You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set admin password (to avoid issues later)
juju change-user-password
Create a new user (so I don't need to act as admin all the time). (Log out as admin)
juju add-user erik-lonroth
juju grant erik-lonroth superuser
juju logout
juju login -u erik-lonroth
@erik78se you should never have to deploy this charm. Juju 3.0+ automatically deploys it as required (in the controller model). In fact, I'm surprised you were allowed to deploy it, I thought Juju would block you from doing so.
I'm trying to deploy a controller as a replacement for JaaS since its about to be decommissioned and we need a replacement. Going to juju 3.0 is not possible for us yet so we need to get something up to migrate into.
When I deployed this charm, I had to do the following to get it to work in a public cloud.
Bootstrap
juju bootstrap my.controller.com aws/eu-north-1
Set admin password (to avoid issues later)
juju change-user-password
Create a new user (so I don't need to act as admin all the time). (Log out as admin)
juju add-user erik-lonroth
juju grant erik-lonroth superuser
juju logout
juju login -u erik-lonroth
Enable ha (spawns 2 more machines)
enable-ha
Deploy the charm on-to the machines.
juju deploy juju-controller --to 0
juju add-unit juju-controller --to 1
juju add-unit juju-controller --to 2
Now, I don't know is it matters setting the controller-url config. The docs doesn't say. Perhaps I should...
The text was updated successfully, but these errors were encountered: