Cory Johns

Results 63 comments of Cory Johns

You could fall back to querying the machine agent, like [charmhelpers does](https://github.com/juju/charm-helpers/blob/master/charmhelpers/core/hookenv.py#L1287).

@chipaca It's not exactly the same. The `Dependency` proposal is more about collecting a group of conditions together with a cleaner UX where the individual conditions (at least all the...

In addition to the discussion about the new endpoint association feature for ports, it hasn't been mentioned that `open-port` also accepts a protocol for the port(s) in question, so that...

All of [these calls to `juju`](https://github.com/conjure-up/spells/blob/master/canonical-kubernetes/steps/05_logging/after-deploy#L12-L22) need to include `-m $JUJU_CONTROLLER:$JUJU_MODEL`

I don't suppose you still have the `~/.cache/conjure-up/conjure-up.log` file from this deployment? It's very strange to see the machines up and running without any applications or units; it suggests there...

Hrm. Actually, it seems this breaks how newlines are handled, leading to rendering of literal `\n` sequences.

Your charm should provide a README.md file for the charm store to use, which would take precedence over any provided by a base layer. You could also use the [ignore...

I'm leaning toward having a specific ReadmeTactic to disable inheriting that file from a base layer entirely and forcing the charm author to provide one.

The templates are intended as a starting point and you are expected to have to make changes to it before it can be considered a functional charm, so it doesn't...

So, `charm create` is now deprecated in favor of [`charmcraft init`](https://github.com/canonical/charmcraft), which will get you started with a charm based on the [Operator framework for charms](https://github.com/canonical/operator/) which is the replacement...