Aggregate all bundle.yaml | API endpoint

2018-06-04 Thread Ilias Tsoumas
these "bundle.yaml" files? Are there some api endpoint? This work is funding from the European Union’s Horizon 2020 research and innovation program under grant agreement No 761898 project Matilda. Kind regards, Ilias Tsoumas -- Juju mailing list Juju@lists.ubuntu.com Modify settings or u

Re: Aggregate all bundle.yaml | API endpoint

2018-06-05 Thread Ilias Tsoumas
les in the Juju store: > https://api.jujucharms.com/charmstore/v5/list?type=bundle > > Cleaning up the data will be the hard part probably, since there are a lot > of unused/broken bundles in the store. I've used the downloads/month metric > to figure out what charms are actu

Re: Aggregate all bundle.yaml | API endpoint

2018-06-26 Thread Ilias Tsoumas
y of application graph. The ':' isn't denotes the edge between two charms? If yes, why - wordpress:db and - mariadb:db? There us someone who knows the annotation method of relations? Could you explain? BR, Ilias On Tue, Jun 5, 2018 at 2:11 PM Ilias Tsoumas wrote: > Hi Merlijn,

Re: Aggregate all bundle.yaml | API endpoint

2018-07-05 Thread Ilias Tsoumas
gt; I think that covers most of the strange quirks, let me know if you have > more questions. > > On Tue, 26 Jun 2018, 05:37 Ilias Tsoumas, wrote: > >> Hello Merlijn and all, >> >> I developed a python script which fetching all the bundle.yml. >> Here is the repo:

Re: Aggregate all bundle.yaml | API endpoint

2018-07-05 Thread Ilias Tsoumas
PM Merlijn Sebrechts < merlijn.sebrec...@gmail.com> wrote: > There is nothing preventing directed cycles in the graph, although I'm not > sure how common they are in real bundles. > > On Thu, 5 Jul 2018, 05:57 Ilias Tsoumas, wrote: > >> Merlijn thank you for your reply. It

Re: Aggregate all bundle.yaml | API endpoint

2018-07-14 Thread Ilias Tsoumas
> > a Juju > interface has the idea of a provider and a consumer, which I think is > the directionality Ilias is looking for. > Hello Mark, For the sake of clarification, let's try to explain my thoughts. I want to understand if I can use juju's bundles as directed (acyclic) graphs. Is there the