charm-helpers fetch apt_install optimization

2014-11-19 Thread Jay Wren
Greetings, I wanted to bring attention to a pending MR https://code.launchpad.net/~evarlast/charm-helpers/use-no-install-recommends/+merge/242270 which I feel can help charm-helpers. By not installing recommended packages, charms will install packages faster, with less unneeded packages. This le

Re: PSA: Written a test for charms? Please read

2015-11-30 Thread Jay Wren
It may be worth mentioning that even if you didn't create the charm or write the amulet tests this may effect you. If you are trying to update a charm, even with an entirely unrelated feature, your proposed changes will not be accepted until tests pass. It is up to us as the unrelated feature auth

jujucharms.com not able to ingest charms and bundles at this time.

2016-01-11 Thread Jay Wren
. If you have any questions please don't hesitate to ping me on irc (jrwren) or via email and I will do my best to help in any way I can. Thank you all for your patience and understanding. -- Jay Wren Juju UI Engineering -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubs

Re: jujucharms.com not able to ingest charms and bundles at this time.

2016-01-11 Thread Jay Wren
again. On Mon, Jan 11, 2016 at 12:24 PM, Jay Wren wrote: > This morning the Juju UI Engineering team noticed that ingestion from > launchpad.net to jujucharms.com has not been working since December > 17th. > > The issue is critical and the team is investigating immediately. At > th

Re: Does sftp eliminate the need to check sha1sum?

2016-01-13 Thread Jay Wren
StrictHostKeyChecking and shipping the public key of the ssh host with the charm does seem to meet the criteria of verifying the intended source. On Wed, Jan 13, 2016 at 1:46 PM, Matt Bruzek wrote: > I recently reviewed a charm that is using sftp to download the binary files > with a username an

Re: Anyone working on HTTP/2 in apache2 charm?

2016-05-09 Thread Jay Wren
. For non-production use, the ondrej/apache2 PPA works very well. -- Jay Wren On Mon, May 9, 2016 at 12:22 PM, Robin Winslow wrote: > I spent the weekend playing around with getting mod_http2 > <https://httpd.apache.org/docs/2.4/mod/mod_http2.html> working in Apache2 &g

Re: error with mariadb

2016-06-06 Thread Jay Wren
Clicking that URL and reading the InRelease file, you can see that the mirror at http://ftp.osuosl.org/pub/mariadb/repo/5.5/ubuntu/ does not have ppc64el packages. A quick search at packages.ubuntu.com shows that trusty has mariadb 5.5 packaged. http://packages.ubuntu.com/search?keywords=mariadb&s

Re: TLS Terminated Etcd (If you use etcd this affects you)

2016-06-15 Thread Jay Wren
On Tue, Jun 14, 2016 at 5:50 PM, Charles Butler < charles.but...@canonical.com> wrote: > - There is currently no way to disable TLS wrapped endpoints on Etcd (we > want to keep our coordination data secure don't we?) > > For our use case, we consider the overhead of establishing a new TLS connecti

Re: TLS Terminated Etcd (If you use etcd this affects you)

2016-06-15 Thread Jay Wren
On Wed, Jun 15, 2016 at 12:08 PM, Casey Marshall < casey.marsh...@canonical.com> wrote: > The overhead of a TLS handshake can be minimal, it just depends on the > algorithm & key lengths used. This should be configurable in the layer, I > think. EC and 2048-bit RSA have reasonable handshake times.

Re: Question for cosmetic and understandability of breadcrumbs in github

2016-06-17 Thread Jay Wren
If it helps, the charm set command supports arbitrary key values to be stored in extra-info in the charm store. e.g. $ charm set cs:~evarlast/trusty/parse-server-0 layer-x=rev1 layer-y=rev2 Then this will be displayed in extrainfo: $ charm show cs:~containers/trusty/swarm extra-info extra-info:

Re: Charm push crashes when uploading big charms

2016-06-20 Thread Jay Wren
Hello Merlijn, I can replicate the problem and I can work around it by using a faster internet connection. At some point, tcp connections have to time out. I can only replicate the issue when that timeout is reached. If you have the means to relocate to a faster internet connection temporarily fo

Re: Charm push crashes when uploading big charms

2016-06-20 Thread Jay Wren
; what exactly goes wrong here? > > Also, now that I think of it, the resource upload command might also be > affected by this, if it uses the same library and similar backend > infrastructure? I'll test this out. > > > Op maandag 20 juni 2016 heeft Jay Wren het > volgend

Re: Charm push crashes when uploading big charms

2016-06-20 Thread Jay Wren
ad, system monitor shows ~400KiB/s. >>>> >>>> This causes me to think there is more at play here then large file + >>>> slow internet... Let me know if I can help to further debug this problem. >>>> >>>> >>>> As an asid

Re: [Review Queue] rlec, nrpe-external, nagios, squid-reverseproxy, ubuntu-repository-cache, ibm-im

2016-06-24 Thread Jay Wren
Could you expand on the resource-get inefficiencies? The resource-get docs say this: If "resource-get" for a resource has not been run before (for the unit) > > then the resource is downloaded from the controller at the revision > > associated with the unit's application. That file is stored in t

Re: Charm push crashes when uploading big charms

2016-07-08 Thread Jay Wren
, -- Jay On Wed, Jun 22, 2016 at 10:30 AM, Stuart Bishop wrote: > On 21 June 2016 at 02:40, Jay Wren wrote: > > Thanks for the further testing. > > > > Now I'm questioning how in the world I was able to see the same error. > > > > I will continue my tes

Re: Increasing the size of VERSION in tabular status output

2016-09-20 Thread Jay Wren
With an accepted minimum value, it seems like $COLUMNS or `stty size` could be used for variable width status output based on the current terminal window. Does the interest in this thread warrant that complexity? On Mon, Sep 19, 2016 at 10:21 PM, Rick Harding wrote: > 15 seems a bit large. Jame

Re: Hide resources from showing on the store

2016-12-02 Thread Jay Wren
+1 its a workaround rather than a feature. Can we allow publishing charms without resources? This simplifies things for the charm author for the cases that the charm resource cannot be uploaded to charmstore. On Fri, Dec 2, 2016 at 11:59 AM, Gabriel Samfira < gsamf...@cloudbasesolutions.com> wrot

Issue replacing the apache2 charm with the haproxy charm in a reverse proxy scenario.

2017-02-14 Thread Jay Wren
Hello, I have recently had the need to replace an apache2 ssl termination and proxy/rewrite reverse proxy system with haproxy. I was hoping I'd be able to configure the haproxy charm to do all the things that we were doing with apache2 and its vhost_https_template config. All seemed to work well (

Re: Cannot update bugs-url of promulgated charm

2017-03-06 Thread Jay Wren
The charm is promulgated and thus its write permissions are set to only "charmers". Will a member of charmers please set bugs-url for Merlijn? Alternatively, you could update a different charm, set its bugs-url and ask for it to be promulgated. -- Jay On Mon, Mar 6, 2017 at 10:55 AM, Merlijn Se

Re: JUJU_UNIT_NAME no longer set in env

2017-05-23 Thread Jay Wren
I was under the impression that `juju run --unit` does run in a hook context. In fact, the help for `juju help run` explicitly says: ``` Commands run for applications or units are executed in a 'hook context' for the unit. ``` A quick test: ``` > juju run --unit u4/0 'echo $JUJU_UNIT_NAME' u4/0

Re: OS X VMS on JAAS

2017-06-02 Thread Jay Wren
I do not understand how this works. Could someone with knowledge of how jujud on a controller communicates with jujud agents on units describe how that is done? My limited understanding must be wrong give that James has this working. This is what I thought: On most cloud providers: add-machine