Cory Johns

Results 63 comments of Cory Johns

Can you provide the `~/.cache/conjure-up/conjure-up.log` file for that failure?

Summarizing discussion from IRC yesterday: * juju 2.3-rc2 supports bundle merging out of the box, but conjure-up does not yet use it * The out-of-the-box bundle merging has the fragments'...

In a similar vein to this, but a bit more limited in scope, when a deployment to JaaS fails and ends up with zero machines in the model, there's no...

This should have been [fixed](https://github.com/juju/python-libjuju/blob/0.5.3/juju/client/connection.py#L195) in python-libjuju [0.5.3](https://pythonhosted.org/juju/#id1). Was this not included in conjure-up 2.2.2?

It seems like it [should have been](https://github.com/conjure-up/conjure-up/blob/2.2.2/requirements.txt#L4). This doesn't make any sense.

After more discussion and investigation, it turns out that this is an instance of the case where an active client RPC call has been made and is awaiting an ack...

During the very early design discussions for the operator framework, there was talk about creating an implicit peer relation in Juju since, as far as I am aware, one does...

I vote for a more comprehensive check of the layer spec to catch more issues. Specifically, I managed to create a layer with an empty string for `command` and it...

@petevg > If a charm sets a "blocked" status, that means it has run into a situation that needs human intervention. If we have charms that are routinely setting blocked...

@sed-i I agree that "get up and running" part of the life-cycle will require a single handler that may take inputs from several or many different Juju hook events, but...