I’m trying to deploy a charm as below image and encounter a weird problem I can’t get my head around.
Despite defining “disco” in the metadata.yaml and the charm builds perfectly, juju complains when I try to deploy it. I’ve managed to get it deploying before but now I’m most probably doing something trivial that just mess up.
This is my metadata.yaml
name: realmd-ubuntu
summary: Joins Microsof Active Directory with realmd.
maintainer: Erik
description: |
This charm joins a unit to Active Directory with realmd.
tags:
- misc
subordinate: true
series:
- disco
requires:
juju-info:
interface: juju-info
scope: container
To clarify Juju tracks the life spans of each series and if you’re out of the supported window (which to be fair is 10 years in an LTS) it’ll throw an error at you. You can work through it using the --force flag to the deploy/etc commands but it’s a big warning that this really shouldn’t be run in supported infrastructure at this point.