Re: one of the charm is not getting listed on charm store

2017-12-13 Thread Uros Jovanovic
Hi Akshay, Indeed, the charm is listed in your namespace https://jujucharms. com/u/vtas-hyperscale-ci and is reachable as stable, revision 14 here https://jujucharms.com/u/vtas-hyperscale-ci/hyperscale-controller and as edge, revision 28 here https://jujucharms.com/u/ vtas-hyperscale-ci/hyperscale

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: telegraf charm confusion in the charm store search

2017-07-12 Thread Uros Jovanovic
Hi Dmitrii, Thanks for the report ... I've created an issue for this to keep track [1]. [1] https://github.com/CanonicalLtd/jujucharms.com/issues/470 On Wed, Jul 12, 2017 at 11:12 AM, Dmitrii Shcherbakov < dmitrii.shcherba...@canonical.com> wrote: > Hi everybody, > > There is currently a 'recom

Re: Juju 2.2-rc2 has been released

2017-06-09 Thread Uros Jovanovic
Quick instructions on how the new azure credentials flow works in Juju 2.2-RC2: # install az client using a snap $ sudo snap install azure-cli --classic --edge # login to azure $ az login # install latest 2.2-rc2 Juju $ sudo snap install juju --classic --candidate # verify version $ juju versio

Re: GUI Props

2017-05-23 Thread Uros Jovanovic
Happy to hear you like the new features in the release, James. You're right, current account page is just a start and we're excited about the things that are yet to come. SSH keys handling is on that list for sure. Thank you and the rest of the community for providing feedback and feature requests

Re: PROPOSAL: stop recording 'executing update-status hook'

2017-05-19 Thread Uros Jovanovic
+1 On Fri, May 19, 2017 at 4:13 AM, Tim Penhey wrote: > Hi folks, > > Currently juju will update the status of any hook execution for any unit > to show that it is busy doing things. This was all well and good until we > do things based on time. > > Every five minutes (or so) each unit will have

Re: Juju 2.2-alpha and conjure-up, are here!

2017-03-16 Thread Uros Jovanovic
Please note, that the experience with "juju login jaas" in 2.2-Alpha1 is still quite broken. The login command will add jaas controller to the controllers.yaml, so the next time you'd like to use it, you'll have to do "juju switch jaas" instead of "juju login jaas". We'll improve the experience by

Re: I still can't upload resources to the Charm store.

2017-02-06 Thread Uros Jovanovic
Hi Merljin, Sorry to hear you're having issues with uploading resources. We've been patching this little by little, but we're aware that it's far from resolved, especially for bigger resources that you're interested in. The team is focused working on the beta at the moment, but we'll commit to sol

Controllers running out of disk space

2016-11-17 Thread Uros Jovanovic
Hi all, I'd like to start a discussion on how to handle storage issues on controller machines, especially what we can do when storage is getting 95% or even 98% full. There are many processes that are storing data, we have at least: - charms and resources in the blobstore - logs in mongo - logs on

Re: Authenticating to model on shared controller

2016-11-04 Thread Uros Jovanovic
Through Identity manager and SSO with macaroons. You'll have them in ~/.go-cookies and ~/.local/share/juju/usso-store-token (or something like that). Feel free to ask in #jaas On Fri, Nov 4, 2016 at 6:51 PM, Tim Van Steenburgh < tim.van.steenbu...@canonical.com> wrote: > If I `juju register` a s

Re: Complex store queries

2016-10-26 Thread Uros Jovanovic
Hi, Thanks for opening up this discussion. I've opened a feature request here [1] for all to track. We'll be looking into ways to make the store more informative especially for charmers and users in the following weeks, so if you have any other ideas that you'd like us to consider, we'd love to ge

Re: Proposal: Make setting bug-url and homepage metadata policy

2016-09-14 Thread Uros Jovanovic
We were thinking of blocking the "recommended" procedure to an entity without those values set. So, you want to have a recommended charm, make sure URLs are set and valid. I don't think we need to make it mandatory for all charms, as it introduces a barrier maybe not everyone wants to cover at the

Controllers with "external" users

2016-09-08 Thread Uros Jovanovic
low anyone with USSO accout to create models on the controller: $juju grant everyone@external addmodel The user having your controller information can on his own machine perform: $ juju login Opening an authorization web page in your browser. If it does not open, please open this URL: * You ar

Re: How to register Mr.Smiths, em, agents to IdM

2016-08-08 Thread Uros Jovanovic
? But it feels like there's some missing help > text around this, as to what it's doing, and when I would want to do this. > Also don't we have commands already to add a user to a controller such as > juju grant and juju register? > > All the best, > > Charles >

How to register Mr.Smiths, em, agents to IdM

2016-08-05 Thread Uros Jovanovic
Store this into mrSmith.json { "owner": "admin@idm", "idpgroups": ["grouplist@idm"], "public_keys": ["DONGKZyGjKI4D4Uw8oGMofFbLPVQkRvllMkE6IL7RHM="] } http PUT http://admin:password@localhost:8081/v1/u/jem-0@admin@idm < mrSmith.json Adopt the names and public keys to your needs defin

Re: Juju 2.0-beta11 is here!

2016-07-01 Thread Uros Jovanovic
A quick correction: GUI in the simple streams is not compatible with beta 11, however, UI team has prepared GUI 2.1.8 release. In order to use it with new beta 11, you'll have to grab the tarball from: https://github.com/juju/juju-gui/releases/download/2.1.8/jujugui-2.1.8.tar.bz2 And then update

Juju GUI 2.1.8 release for Juju 2.0-beta11

2016-07-01 Thread Uros Jovanovic
A new release of Juju GUI 2.1.8 is available for beta 11 adopters. With the release of Juju 2 beta 11, the APIs changed require an update to the Juju GUI, earlier versions of GUI are not compatible with the beta11 release. GUI 2.1.8 is not in the simplestreams for Juju 2 yet, so to use it you’ll

Charms not appearing in charm store

2016-04-21 Thread Uros Jovanovic
store has also been rerouted to jujucharms.com, so if any clients using juju < 1.24 have experienced connectivity issues when deploying or upgrading a charm, those issues have been resolved. Uros -- Forwarded message -- From: Uros Jovanovic Date: Wed, Apr 20, 2016 at 1:14 PM

Legacy store problems

2016-04-20 Thread Uros Jovanovic
Hi all, We're experiencing problems with the legacy charm store which is blocking the ingestion process, so at the moment no new charms are getting into any of the stores (legacy or jujucharms.com). We're working with IS on resolution, however, if you need any charms to be available immediately,

Re: juju devel 2.0-beta4 is released

2016-04-14 Thread Uros Jovanovic
Great news, kudos all! Please note that although the example states "juju upgrade-gui 2.1.1" we've replaced 2.1.1 version with 2.1.2, which is also the default one that get's installed. Have fun. On Fri, Apr 15, 2016 at 6:38 AM, Curtis Hovey-Canonical < cur...@canonical.com> wrote: > # juju 2.

Re: Unfairly weighted charmstore results

2016-03-19 Thread Uros Jovanovic
Hi Tom, We currently bump the recommended charms over the community ones. The reason other shows is due to using N-grams (3-N) in search and the ranking logic using that puts recommended charms over the non-recommended ones. And we're not only searching over names of charms but a bunch of content

Re: New feature for charmers - min-juju-version

2016-03-18 Thread Uros Jovanovic
We’re looking in how we can identify 1.x Juju client/server in such a way that at the same time we don’t block access to charms for other clients using our HTTP API. On Fri, Mar 18, 2016 at 9:34 AM, Mark Shuttleworth wrote: > On 17/03/16 22:34, Nate Finch wrote: > > Yes, it'll be ignored, and t

Re: Juju GUI 2.0

2016-03-02 Thread Uros Jovanovic
;> >>> Hi Uros, >>> >>> I've deployed this, but `api-info` isn't a command anymore in 2.0 How do >>> we get the admin-secret/password for the admin (or any) user? >>> >>> Marco >>> >>> >>> On Wed, Mar 2, 201

Re: Juju GUI 2.0

2016-03-02 Thread Uros Jovanovic
word for the admin (or any) user? > > Marco > > > On Wed, Mar 2, 2016 at 7:03 AM Uros Jovanovic < > uros.jovano...@canonical.com> wrote: > >> Hey Tom. >> >> You can try the latest in cs:~yellow/trusty/juju-gui ( >> https://jujucharms.com/u/yell

Re: Juju GUI 2.0

2016-03-02 Thread Uros Jovanovic
om/projects/2117053714/saiku-reporting-interactive-report-designer/> >> goal, but you can always help by sponsoring the project >> <http://www.meteorite.bi/products/saiku/sponsorship>) >> >> On 1 March 2016 at 08:39, Uros Jovanovic >> wrote: >> >>>

Re: Juju GUI 2.0

2016-02-28 Thread Uros Jovanovic
Hi Tom, We'll be cutting 2.1 release in the following days. Version 2.1 of GUI supports juju 2.0. I'll try to cut beta today and will let you know. One thing of note, currently GUI does not support LXDs, those will have to be deployed over CLI. Cheers. On Sun, Feb 28, 2016 at 10:40 AM, Tom Barb

Juju GUI 2.0 - public beta

2015-12-23 Thread Uros Jovanovic
I'm really happy to announce availability of the new and shiny beta version of Juju GUI 2.0 with completely redesigned and rewritten user interface and improved user experience. New GUI introduces: - redesigned canvas, relation management and charm handling with the new inspector, - better integrat

Re: 答复: Website 'api.jujucharms.com (162.213.33.122)' unreachable.

2015-12-18 Thread Uros Jovanovic
why? > > > > yuanyou > > > > *发件人:* Uros Jovanovic [mailto:uros.jovano...@canonical.com] > *发送时间:* 2015年12月18日 16:18 > *收件人:* zhangyuanyou > *抄送:* juju@lists.ubuntu.com; artur.tyl...@canonical.com; > billy.ol...@canonical.com; Narinder Gupta; Jiangrui (Henry, R&am

Re: Website 'api.jujucharms.com (162.213.33.122)' unreachable.

2015-12-18 Thread Uros Jovanovic
Hi, Sorry to hear that, however none of the alarms went on and also all the test pass on our side. The URL you've provided is reachable as well (and provides content). We'll investigate. On Fri, Dec 18, 2015 at 9:09 AM, zhangyuanyou wrote: > Hi Narinder Gupta, > > When I excute ./deploy.sh