Closed SK1Y101 closed 3 months ago
Using sunbeam.commands.utils.juju_login
worked well, except on a failure would output the message:
Error: Deployment not bootstrapped or bootstrap process has not completed succesfully. Please run
sunbeam cluster bootstrap
This implements the same functionality except using the anvil VerifyBootstrappedCheck
which includes sanitation of sunbeam
in error messages.
sunbeam.commands.juju_login
in anvil usinganvil.jobs.checks.VerifyBootstrappedCheck
instead.