Re: How to get started on JAAS with Azure?

2017-11-24 Thread Uros Jovanovic
Hi Merlijn, You're right that the experience in the GUI is far from intuitive or easy. Unfortunately a lot of it comes from the current limitation on Azure where 3rd party clients (like JAAS and Juju client) can't yet get access to list all your subscriptions to choose from. This is also the reaso

Re: Is there a universal interface I can use?

2017-11-24 Thread Tilman Baumann
On 22.11.2017 23:26, Haw Loeung wrote: > Hi Tilman, > > On Wed, Nov 22, 2017 at 04:02:08PM +0100, Tilman Baumann wrote: >> However, that doesn't seem to work. Juju complains the relation doesn't >> exist. >> $ juju add-relation cassandra-backup:database cassandra:database >> ERROR no relations fou

Re: Is there a universal interface I can use?

2017-11-24 Thread Tilman Baumann
On 22.11.2017 18:51, Cory Johns wrote: > However, I see that you also want to retrieve relation data that the > cassandra charm provides using the "cassandra" interface protocol.  Here > it becomes important to note that whether a relation is subordinate or > not is independent of the interface

Re: Is there a universal interface I can use?

2017-11-24 Thread Tilman Baumann
Hey John, apart from those fields missing. (BTW check usage section of https://jujucharms.com/cassandra/36 for a list of fields) interface.yaml calls this interface elasticsearch. I was able to use this after I changed that. ;-) Cheers Tilman On 23.11.2017 11:39, Tilman Baumann wrote: > Cool.