Re: Manual provisioning - feedback wanted

2013-09-15 Thread Andrew Wilkins
10, 2013 at 10:17 AM, Andrew Wilkins andrew.wilk...@canonical.com wrote: On Tue, Sep 10, 2013 at 4:18 PM, Andreas Hasenack andr...@canonical.com wrote: The 10.0.3.53 machine is a new container I brought up manually with lxc-create and lxc-start. lxc-list above shows all containers

Re: Manual provisioning - feedback wanted

2013-09-25 Thread Andrew Wilkins
/meta-data/local-hostname: bad http response 404 Not Found 2013-09-25 14:46:58 ERROR juju.worker.uniter.filter filter.go:117 tomb: dying Thanks Matt On Wed, Sep 18, 2013 at 2:21 AM, Andrew Wilkins andrew.wilk...@canonical.com wrote: On Wed, Sep 18, 2013 at 12:46 AM, Matthew Williams

Re: Charm Ecosystem Status for 30 October

2013-10-31 Thread Andrew Wilkins
On Thu, Oct 31, 2013 at 7:11 PM, Curtis Hovey-Canonical cur...@canonical.com wrote: What bug tag to we use for this? manual-provider? noh-provider? susan? mu On Thu, Oct 31, 2013 at 12:00 AM, John Arbash Meinel j...@arbash-meinel.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash:

Re: Nagios charm

2013-11-18 Thread Andrew Wilkins
On Mon, Nov 18, 2013 at 11:06 PM, Maarten Ectors maarten.ect...@canonical.com wrote: Is there any way to make the Nagios charm work with NRPE in such a way that no relationship needs to be made between Nagios and other charms. NRPE is a subordinate charm hence the Nagios charm should be able

Re: Jenkins and Jenkins-slave charms

2014-01-09 Thread Andrew Wilkins
On Fri, Jan 10, 2014 at 12:05 AM, Steve Powell spow...@gopivotal.comwrote: On 9 Jan 2014, at 12:36, Steve Powell spow...@gopivotal.com wrote: To see the whole of the log so far execute juju debug-log -n 1”, and then ^C out. (“-n 0” is invalid for some reason); ….another one is shot down in

Re: Status of Juju CI 2014-01

2014-01-21 Thread Andrew Wilkins
Awesome work! I hope to look into the Windows issue early next week. It'd be good to know whether the new go.crypto SSH client works any better on Windows. Cheers, Andrew On Wed, Jan 22, 2014 at 6:30 AM, Curtis Hovey-Canonical cur...@canonical.com wrote: Gentles. Last week we added a lot

Re: Juju on existing VM

2014-01-28 Thread Andrew Wilkins
Hi Ibha, There have been a bunch of manual provisioning bugs fixed in 1.17.0 and 1.17.1. I *think* you need to set default-series in your environment for this particular problem. I would recommend moving to 1.17.1, though. Cheers, Andrew On Fri, Jan 24, 2014 at 2:14 PM, Gandhi, Ibha (HP

Re: I WANT YOU, to give me your feedback (Juju docs!)

2014-03-21 Thread Andrew Wilkins
+1 to Markdown. Nice integration with GitHub (edit, preview, etc.), pretty much a de facto standard on there. I'd also like to see us using GitHub Pages for unstable/unreleased versions of Juju. On Sat, Mar 22, 2014 at 1:47 AM, Marco Ceppi marco.ce...@canonical.comwrote: Hi everyone, I'm

Re: OpenStack provider plus Juju not working

2014-03-27 Thread Andrew Wilkins
is getting a wrong url for their tools, as Andrew noticed. Abs, Sebas. 2014-03-28 1:39 GMT-03:00 Andrew Wilkins andrew.wilk...@canonical.com: On Fri, Mar 28, 2014 at 12:24 PM, Hui Xiang hui.xi...@canonical.comwrote: Hi juju community, I hit en error when using juju plus OpenStack provider

Re: OpenStack provider plus Juju not working

2014-03-27 Thread Andrew Wilkins
. For OpenStack, this would typically be a swift container. In Hui's case, it's in the original email: http://10.55.32.149:8080/v1/AUTH_02db550787604a85a3df364b5cdf9ac4/2ae43fe4-eb72-4402-9c5c-4a42749cfee3/ tools Sebas. 2014-03-28 1:57 GMT-03:00 Andrew Wilkins andrew.wilk...@canonical.com: On Fri

Re: Questions about the integration of the Outscale cloud provider into juju-core

2014-05-06 Thread Andrew Wilkins
On Tue, May 6, 2014 at 12:36 PM, John Meinel j...@arbash-meinel.com wrote: I'll also note that Tim had some good ideas about how to change the Local provider to be more consistent with other providers. (Essentially creating a separate process that could implement a Remote Provider sort of

Re: Detecting cowboy'd changes in a Juju Env

2014-05-12 Thread Andrew Wilkins
On Tue, May 13, 2014 at 4:14 AM, Joey STANFORD j...@canonical.com wrote: Hi Juju'ers, I'm curious to know if there is any reliable mechanism to detect a cowboyed change inside a juju environment and then report them. A non-juju synonym of what I'm trying to accomplish would be with puppet

Re: ERROR juju.cmd supercommand.go:300 waited for 10m0s without being able to connect: /var/lib/juju/nonce.txt does not exist

2014-05-13 Thread Andrew Wilkins
On Tue, May 13, 2014 at 4:04 PM, Andrew Wilkins andrew.wilk...@canonical.com wrote: On Tue, May 13, 2014 at 12:41 PM, John Meinel j...@arbash-meinel.comwrote: You might be running into this: http://askubuntu.com/questions/458535/how-to-change-juju-bootstrap-time-from-the-10min-it-gives-you

Re: arch constraint default changed?

2014-05-16 Thread Andrew Wilkins
On Wed, May 14, 2014 at 4:28 AM, William Reade william.re...@canonical.comwrote: We shouldn't ever have to worry about whether or not --upload-tools was used, because it's *already* been used at the point where we pick instances, and the single possible arch is thus already chosen, entirely

Re: resolve dependency between services

2014-05-21 Thread Andrew Wilkins
On Wed, May 21, 2014 at 10:53 PM, Tudor Rogoz ro...@adobe.com wrote: Hi, I'm new to juju and I just started to work on a new charm and I'm not sure how to solve several issues.I will appreciate any advice on this. The topology that I want to achieve is described bellow: My service

Re: proxies and multiplexing

2014-06-15 Thread Andrew Wilkins
On Fri, Jun 13, 2014 at 9:38 PM, Stuart Bishop stuart.bis...@canonical.com wrote: Hi. I'm having some trouble fitting proxy services, such as load balancers, caches, connection pools etc. into the juju world view. I feel that a proxy should seamlessly drop into an existing relation,

Re: juju as a web service

2014-07-09 Thread Andrew Wilkins
Hi Tudor, Juju has a websocket API that you can use to perform the same operations as the CLI can. There are Go and Python client APIs. The Go one is in the core repository, and the Python one is here: https://launchpad.net/python-jujuclient Cheers, Andrew On Wed, Jul 9, 2014 at 5:06 AM, Tudor

Re: Juju-Vagrant boxes: Flaky API connections shortly after booting

2014-07-10 Thread Andrew Wilkins
On Thu, Jul 10, 2014 at 9:06 AM, Abel Deuring abel.deur...@canonical.com wrote: Recent versions of the Juju-Vagrant images (see https://juju.ubuntu.com/docs/config-vagrant.html ) do not work after a reboot because a script that is invoked to configure NAT has difficulties to access the state

Re: Device mappings in EC2

2014-07-17 Thread Andrew Wilkins
On Mon, Jul 14, 2014 at 10:09 PM, Henning Eggers henn...@keeeb.com wrote: Hi, this is a follow-up to these two: http://askubuntu.com/questions/457282/why-do-ec2-instances-provisioned-with-juju-no-longer-include-additional-storage https://bugs.launchpad.net/juju-core/+bug/1280852 The new

Swift middleware subordinate charms?

2014-09-24 Thread Andrew Wilkins
Hi folks, I've just started looking into writing a charm (possibly two charms?) to deploy some middleware to Swift; both the proxy and storage will have middleware added. Today was the first time I've deployed any OpenStack component, so my terminology could be off. I imagine a middleware charm

Re: Swift middleware subordinate charms?

2014-09-24 Thread Andrew Wilkins
On Wed, Sep 24, 2014 at 6:59 PM, Michael Nelson michael.nel...@canonical.com wrote: On Wed, Sep 24, 2014 at 7:52 PM, Andrew Wilkins andrew.wilk...@canonical.com wrote: Hi folks, I've just started looking into writing a charm (possibly two charms?) to deploy some middleware to Swift

Re: Swift middleware subordinate charms?

2014-09-25 Thread Andrew Wilkins
On Fri, Sep 26, 2014 at 12:54 AM, James Page james.p...@ubuntu.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 24/09/14 12:09, Andrew Wilkins wrote: Anyway, normally I think you'd want the primary charm's (swift-proxy's) relevant relation-changed hook to do the restart

Re: SSH host key maintenance, local provider

2014-10-06 Thread Andrew Wilkins
On Fri, Oct 3, 2014 at 4:19 PM, Stuart Bishop stuart.bis...@canonical.com wrote: On 3 October 2014 20:23, Curtis Hovey-Canonical cur...@canonical.com wrote: On Fri, Oct 3, 2014 at 8:30 AM, Simon Davy bloodearn...@gmail.com wrote: On 3 October 2014 13:21, Simon Davy bloodearn...@gmail.com

Re: failed to deploy wordpress via local

2014-10-07 Thread Andrew Wilkins
On Mon, Oct 6, 2014 at 11:31 PM, Vasiliy Tolstov v.tols...@selfip.ru wrote: Hi. I'm try to deploy wordpress on local vps node (kvm virt). i'm install juju stable from ppa, install juju-local and doing bootstrap, switch local when i'm try to get step for single node juju deploy --to 0

Re: proper way to deploy to one server (lxc based)

2014-10-08 Thread Andrew Wilkins
On Tue, Oct 7, 2014 at 10:55 PM, Vasiliy Tolstov v.tols...@selfip.ru wrote: Hello. What is the recommended way to install all-in-one (for example wordpress) and publicly available server? For example i have server with address 85.77.88.99 and want to install wordpress on it via running juju

Re: proper way to deploy to one server (lxc based)

2014-10-08 Thread Andrew Wilkins
On Wed, Oct 8, 2014 at 11:33 AM, Vasiliy Tolstov v.tols...@selfip.ru wrote: 2014-10-08 10:35 GMT+04:00 Andrew Wilkins andrew.wilk...@canonical.com: Not as a first-class citizen in Juju. There's https://github.com/cmars/juju-nat, but I've just spoken to the author who informs me

Re: proper way to deploy to one server (lxc based)

2014-10-09 Thread Andrew Wilkins
On Wed, Oct 8, 2014 at 11:36 PM, Vasiliy Tolstov v.tols...@selfip.ru wrote: 2014-10-08 15:23 GMT+04:00 Andrew Wilkins andrew.wilk...@canonical.com: It is perfectly fine to bootstrap the local host using the manual provider. Thanks =) Last question - how to calculate free resources or how

Re: proper way to deploy to one server (lxc based)

2014-10-09 Thread Andrew Wilkins
On Thu, Oct 9, 2014 at 11:39 AM, Vasiliy Tolstov v.tols...@selfip.ru wrote: 2014-10-09 11:53 GMT+04:00 Andrew Wilkins andrew.wilk...@canonical.com: LXC has options for limiting resources, e.g. to set a limit on memory usage. I don't *think* we expose this option in Juju at the moment. One

Re: lxc options in manual environment

2014-10-19 Thread Andrew Wilkins
Which version of Juju are you using? This was made provider-independent recently, and you can configure it with lxc-clone: true lxc-clone-aufs: true in your environments.yaml Cheers, Andrew On Sun, Oct 19, 2014 at 3:09 AM, Vasiliy Tolstov v.tols...@selfip.ru wrote: Does it possible to

Re: [Review Queue] Tez and Shoutcast

2014-11-03 Thread Andrew Wilkins
On Mon, Nov 3, 2014 at 11:16 PM, Curtis Hovey-Canonical cur...@canonical.com wrote: On Fri, Oct 31, 2014 at 3:48 PM, Whit Morriss whit.morr...@canonical.com wrote: Today I reviewed a bundle and a charm, both from our esteemed Chuck Butler. The tez bundle sets up a framework for doing

Re: [Review Queue] More Trusty Promotions

2014-11-05 Thread Andrew Wilkins
On Thu, Nov 6, 2014 at 6:03 AM, Charles Butler charles.but...@canonical.com wrote: Trusty Promotions rsyslog-forwarder gunicorn dokuwiki postgresql-psql joomla terracotta New icons for services to match jujucharms.com branding: - hdp-hadoop - hdp-hive - hdp-pig - hdp-tez -

Re: Unit-get

2014-11-06 Thread Andrew Wilkins
Hi Sameer, The behaviour changed a few months ago to address a bug: https://bugs.launchpad.net/juju-core/+bug/1353442 Is this causing you problems, or were you just surprised/curious? Cheers, Andrew On Wed, Nov 5, 2014 at 8:09 PM, Sameer Zeidat same...@yahoo.com wrote: Hi, I bootstrapped

Re: Unit-get

2014-11-09 Thread Andrew Wilkins
, Sameer -- From: Andrew Wilkins andrew.wilk...@canonical.com Sent: ‎7/‎11/‎2014 3:25 PM To: Sameer Zeidat same...@yahoo.com Cc: juju juju@lists.ubuntu.com Subject: Re: Unit-get Hi Sameer, The behaviour changed a few months ago to address a bug: https

Re: RFC: unmounting /mnt on AWS instances

2014-11-17 Thread Andrew Wilkins
as of yet. Work has started, but specs and designs are still subject to change. The intention is to have it ready by 15.04. Cheers, Andrew Thanks! Marco Ceppi On Mon Nov 17 2014 at 9:13:45 PM Andrew Wilkins andrew.wilk...@canonical.com wrote: Hi all, I am working on introducing storage

Re: RFC: unmounting /mnt on AWS instances

2014-11-18 Thread Andrew Wilkins
On Tue, Nov 18, 2014 at 10:58 PM, David Britton david.brit...@canonical.com wrote: On Mon, Nov 17, 2014 at 8:25 PM, Marco Ceppi ma...@ondina.co wrote: I have a few charms that expect /mnt to be the ephemeral disk, while it wouldn't be a huge headache and I certainly I'm in the same boat,

Re: RFC: unmounting /mnt on AWS instances

2014-11-18 Thread Andrew Wilkins
On Wed, Nov 19, 2014 at 1:07 PM, Stuart Bishop stuart.bis...@canonical.com wrote: On 19 November 2014 09:50, Andrew Wilkins andrew.wilk...@canonical.com wrote: Ideally that would not be /mnt, because otherwise we're going to end up with a lot of charms that cannot be co-located. My point

Re: unit-get public-address

2014-11-26 Thread Andrew Wilkins
Hi Mike, Sounds like you're hitting https://bugs.launchpad.net/juju-core/+bug/1308374 . There's a workaround described in the bug description: use an external DNS. Alternatively, you could (temporarily) do something EC2-specific in your charm: $(ec2metadata --public-ipv4) Cheers, Andrew

Re: Dynamic osd-devices selection for Ceph charm

2014-11-30 Thread Andrew Wilkins
On Sun, Nov 30, 2014 at 12:25 AM, John McEleney john.mcele...@netservers.co.uk wrote: Hi all, I've been working on the Ceph charm with the intention of making it much more powerful when it comes to the selection of OSD devices. I wanted to knock a few ideas around to see what might be

Re: unit-get public-address

2014-12-03 Thread Andrew Wilkins
in 1.21. The workarounds I mentioned should only be used as a stop gap. On Wed Nov 26 2014 at 10:10:35 PM Andrew Wilkins andrew.wilk...@canonical.com wrote: Hi Mike, Sounds like you're hitting https://bugs.launchpad.net/juju-core/+bug/1308374. There's a workaround described in the bug

Re: Handling IP address change

2014-12-08 Thread Andrew Wilkins
On Tue, Dec 9, 2014 at 10:31 AM, Stuart Bishop stuart.bis...@canonical.com wrote: Hi. Does juju handle IP address changes of units yet? If so, what hooks can I expect to be invoked? From 1.21 onwards, config-changed will be fired whenever the unit's addresses change. - config-changed?

Re: Handling IP address change

2014-12-09 Thread Andrew Wilkins
On Tue, Dec 9, 2014 at 8:20 PM, Kapil Thangavelu kapil.thangav...@canonical.com wrote: On Mon, Dec 8, 2014 at 9:53 PM, Andrew Wilkins andrew.wilk...@canonical.com wrote: On Tue, Dec 9, 2014 at 10:31 AM, Stuart Bishop stuart.bis...@canonical.com wrote: Hi. Does juju handle IP address

Re: Doubt in choosing environment type

2014-12-14 Thread Andrew Wilkins
On Sat, Dec 13, 2014 at 8:06 PM, Danial Behzadi dani.be...@ubuntu.com wrote: Hi there, I recently got an Ubuntu VPS and want to setup some services like Open-VPN and remotely use them via juju charms to learn more about juju. I'm in doubt which environment type I should choose, local(lxc) or

Re: How best to install Spark?

2015-02-02 Thread Andrew Wilkins
On Mon, Feb 2, 2015 at 9:57 PM, Samuel Cozannet samuel.cozan...@canonical.com wrote: Excellent! Happy to help you through your discovery of awesomeness with Juju :) Note that, if you have jq installed (which I advise, sudo apt-get install jq) juju stat | python -c 'import sys, yaml, json;

Re: bind mount support for local provider

2015-01-18 Thread Andrew Wilkins
On Sat, Jan 17, 2015 at 11:47 PM, Corey Bryant corey.bry...@canonical.com wrote: Excellent, thanks Ian. Do you have an estimate on when this will be available? Hi Corey, Not yet; we are working towards getting a single provider fully functional before delving too deeply into others. I'll

Re: Availability of alpha Easy Juju on Azure disk image

2015-02-10 Thread Andrew Wilkins
Hi Samuel, Looks neat. A few things: 1. Once the VM is ready, the entire landing page keeps refreshing at 1s intervals. That doesn't leave a lot of time to add the .publishsettings file and upload. 2. There's no feedback to say whether or not the .publishsetttings file has been uploaded, and

Re: juju deploy ceph hangs in pending in maas environment

2015-01-29 Thread Andrew Wilkins
On Fri, Jan 30, 2015 at 12:28 AM, Daniel Bidwell drbidw...@gmail.com wrote: There is no /var/log/juju on machine-1/unit-ceph-0. I have the cloud-init.log at http://pastebin.com/GKA2W6Cv but am not sure what to look for to figure out why the juju agent was never successfully installed on it?

Re: Running Juju in Google compute engine

2015-05-01 Thread Andrew Wilkins
On Fri, May 1, 2015 at 8:26 PM, Jorge O. Castro jo...@ubuntu.com wrote: I was able to find the project name, client email, and client id in the GCE UI, but I wasn't able to find where I'm supposed to find the private key, can someone help me out? Did you get a JSON key file from the console

Re: failure upgrading Juju from 1.21.1 to 1.22.0 on trusty

2015-04-08 Thread Andrew Wilkins
On Wed, Apr 8, 2015 at 3:24 PM, John Meinel j...@arbash-meinel.com wrote: upgrade step set AvailZone in instanceData failed: no instances found seems suspicious. What version of MAAS are you running? It is possible that it would come before MAAS availability zones? Certainly we couldn't

Re: Upcoming change in 1.24: tags in EC2

2015-05-28 Thread Andrew Wilkins
On Tue, May 26, 2015 at 1:48 PM, Kapil Thangavelu kap...@gmail.com wrote: On Mon, May 25, 2015 at 9:23 PM, Andrew Wilkins andrew.wilk...@canonical.com wrote: On Tue, May 26, 2015 at 12:18 PM, Richard Harding rick.hard...@canonical.com wrote: On Tue, 26 May 2015, Andrew Wilkins wrote

Re: What is the proper procedure to upgrade juju (from 1.18 to 1.24)

2015-06-30 Thread Andrew Wilkins
On Wed, Jul 1, 2015 at 1:34 AM Mario Splivalo mario.spliv...@canonical.com wrote: Hi, lads (and ladies!) I need to upgrade customer who's running juju 1.18 (on a fairly large setup, 100+ nodes), and I'm not sure what's the proper procedure to do so. I tried (in our lab, local OpenStack)

Re: Upcoming change in 1.24: tags in EC2

2015-05-25 Thread Andrew Wilkins
On Tue, May 26, 2015 at 12:18 PM, Richard Harding rick.hard...@canonical.com wrote: On Tue, 26 May 2015, Andrew Wilkins wrote: On Tue, May 26, 2015 at 4:05 AM, Mark Shuttleworth m...@ubuntu.com wrote: On 25/05/15 18:57, Kapil Thangavelu wrote: That's super awesome, and very helpful

Upcoming change in 1.24: tags in EC2

2015-05-21 Thread Andrew Wilkins
Hi all, Just a small announcement, in case anyone cares. In the EC2 provider, from 1.24, we will start tagging instances and volumes with their Juju-internal names and the Juju environment UUID. Instances, for example, will have a name of machine-0, machine-1, etc., corresponding to the ID in

Re: Accessing files between conatiners.

2015-08-13 Thread Andrew Wilkins
Hi Sunitha, We intend to support shared filesystems in the core of Juju, but this is not currently available. You could use NFS if a shared filesystem is appropriate. Can you describe the problem you're trying to solve by sharing files? There may be a better approach that will work today.

Re: What is the default username/password of LXC instances (Ubuntu) deployed by Juju via MAAS?

2015-09-19 Thread Andrew Wilkins
On Sun, Sep 20, 2015 at 12:17 AM Jeff McLamb wrote: > Hi all - > > I am currently in a situation where my juju deployment host and MAAS host > (thus DHCP/DNS) are down and I won’t be able to power them back on for a > few days. > > I have manually added entries to /etc/hosts on

Re: Juju on CloudStack

2015-09-20 Thread Andrew Wilkins
On Mon, Sep 21, 2015 at 5:53 AM Herman Bergwerf wrote: > I find it quite difficult to understand the semantics of a general juju > provider (so far juju/environs helped a bit to understand the general > principle). Is there a place where I can find what I need to write

Re: "Designing for Success: Juju and Charm architecture overview" - Juju Charm Summit

2015-09-21 Thread Andrew Wilkins
On Sat, Sep 19, 2015 at 2:43 AM Marco Ceppi wrote: > Here are my slides from the first session on Thursday morning. It's a > meant to be an overview of the Juju and Charm architecture. I'm curious on > feedback as it's the first time I've run this style presentation. >

Re: Charms, layers, and Launchpad

2015-12-17 Thread Andrew Wilkins
d to hit the network on the first build, and that's totally fine. If pip could be optionally instructed to reuse the existing wheelhouses, that would be helpful. I'd build the charms once before losing network, and then continue iterating with the cached dependencies. Cheers, Andrew > On Thu, D

JNS: Juju Name Server

2016-01-05 Thread Andrew Wilkins
Hi, A little while ago, I found myself wanting to address a service by its Juju name, but outside of Juju. I didn't want to be tied to an IP/host name, because they might change; I didn't want to be tied to any one cloud provider; and I wanted it to work across environments. So I wrote a little

Model config

2016-06-08 Thread Andrew Wilkins
Hi folks, We're in the midst of making some changes to model configuration in Juju 2.0, separating out things that are not model specific from those that are. For many things this is very clear-cut, and for other things not so much. For example, api-port and state-port are controller-specific,

Re: Model config

2016-06-08 Thread Andrew Wilkins
d with defaults with the ability to override. Thanks, Andrew > juju set-model-config > juju set-controller-config > > Have we a strong preference for get/set names, or could we just use > "model-config" and "model-defaults" as read/write commands? > > > Mark

Re: juju: how to get Admin password for windows

2016-06-14 Thread Andrew Wilkins
On Tue, Jun 14, 2016 at 11:45 PM Геннадий Дубина wrote: > Hi everybody, > > We are using juju(v.2.0) to deploy windows machine to openstack(nova) > We use windows 2012 r2 image from cloudbase. > > Machine was created successfully. > but i don't know how to get Admin user

Re: "juju attach"

2016-06-19 Thread Andrew Wilkins
On Sun, Jun 19, 2016 at 1:51 AM Mark Shuttleworth wrote: > On 18/06/16 16:45, Marco Ceppi wrote: > > > > Why not just "add" which is already pretty well used. Throughout the > > Juju CLI. > > > > Well, I think the context here is more attach-a-disk. I really like > Roger's

Re: Logging into the API on Juju 2.0

2016-02-26 Thread Andrew Wilkins
On Sat, Feb 27, 2016 at 1:10 AM Adam Stokes wrote: > Also, will the API support non admin users to login and query the various > modelmanager methods they have access to? If so, will this be available by > GA release? > > On Fri, Feb 26, 2016 at 11:45 AM, Adam Stokes

Re: EC2 VPC firewall rules

2016-02-18 Thread Andrew Wilkins
On Thu, Feb 18, 2016 at 6:51 PM John Meinel wrote: > Shouldn't we at least be giving a "juju 2.0 cannot operate with a juju 1.X > API server, please install juju-1.25 if you want to use this system", or > something along tohse lines. Admin(3).Login is not implemented

Re: juju devel 2.0-beta1 is available for testing

2016-02-21 Thread Andrew Wilkins
On Sun, Feb 21, 2016 at 2:06 PM Mark Shuttleworth <m...@ubuntu.com> wrote: > On 21/02/16 03:57, Andrew Wilkins wrote: > > The lxd/ format has not been implemented yet. That will come later, > > along with support for remote lxd, which AFAIK does not exist in the > >

Reserved actions

2016-03-28 Thread Andrew Wilkins
Hi, There's a code review in progress (http://reviews.vapour.ws/r/4286/) that will introduce a predefined action, "juju-run", which is part of the replacement for the current SSH-based juju-run. This means that "juju-run" will no longer be a valid action name for use in a charm. This may come up

Model statuses

2016-04-12 Thread Andrew Wilkins
Hi, I'm working on a fix for a bug, where we list dying/dead models in the output of "juju list-models". While working on this, it became clear to me that we need a way to convey the status of models to users: whether they're available for use, being destroyed, or archived for post-mortem

Re: Juju Storage

2016-04-05 Thread Andrew Wilkins
On Tue, Apr 5, 2016 at 10:03 PM Bruno Ranieri wrote: > Hi, > Hi Bruno, I am working on charms for the Quobyte Storage System. These charms make > use of the Juju Storage support, > but unfortunately juju storage does not behave as expected: > > In my charms block-type

Re: Reserved actions

2016-03-28 Thread Andrew Wilkins
On Tue, Mar 29, 2016 at 10:03 AM Marco Ceppi <marco.ce...@canonical.com> wrote: > On Mon, Mar 28, 2016 at 9:49 PM Andrew Wilkins < > andrew.wilk...@canonical.com> wrote: > >> Hi, >> >> There's a code review in progress (http://reviews.vapour.ws/r/4286/) >

Storage documentation (Was "Re: Planning for Juju 2.2 (16.10 timeframe)")

2016-03-29 Thread Andrew Wilkins
Just changed subject so we don't derail the 2.2 discussion. On Tue, Mar 29, 2016 at 6:27 PM Jacek Nykis <jacek.ny...@canonical.com> wrote: > On 19/03/16 03:20, Andrew Wilkins wrote: > > It seems like the issues you've noted below are all documentation issues, > > ra

Charm layers & Windows

2016-04-04 Thread Andrew Wilkins
Hi, I would like to write a charm that should be mostly identical on Windows and Linux, so I think it would make sense to have common code in the form of a layer. Is anyone working on getting "charm build", layers, and friends to work with Windows workloads? If not, I may look into it myself.

Re: Charm layers & Windows

2016-04-04 Thread Andrew Wilkins
;> needs. If it's working out of the box, it might be an interesting move for >> us and our tools that Windows users could get a Linux experience. I guess >> that it won't be ideal though as I'm not sure what the server side plans >> around that work is. >> >> On Mon, A

Re: Charm layers & Windows

2016-04-16 Thread Andrew Wilkins
On Sun, Apr 17, 2016 at 12:17 AM Marco Ceppi wrote: > If it's acceptable to do so, I'll propose changes to charmhelpers and >> charms.reactive at some point. It would be nice to be able to have a core >> set of Python helpers that work on all platforms. >> > > I think

Re: Charm layers & Windows

2016-04-16 Thread Andrew Wilkins
On Tue, Apr 5, 2016 at 7:30 AM Andrew Wilkins <andrew.wilk...@canonical.com> wrote: > On Mon, Apr 4, 2016 at 10:42 PM Marco Ceppi <marco.ce...@canonical.com> > wrote: > >> There are two things that need to be done. The first, we need the >> reactive framework to b

DestroyModel, ModelInfo API deprecation

2016-08-15 Thread Andrew Wilkins
Hi, We're making a handful of changes around model- and cloud-related APIs. Some of these will be broken in beta16, and some will be deprecated then and broken directly after. The first change is to ModelManager.DestroyModel. This method is now deprecated, and replaced with the pluralised

Re: DestroyModel, ModelInfo API deprecation

2016-08-15 Thread Andrew Wilkins
On Mon, Aug 15, 2016 at 2:13 PM Andrew Wilkins <andrew.wilk...@canonical.com> wrote: > Hi, > > We're making a handful of changes around model- and cloud-related APIs. > Some of these will be broken in beta16, and some will be deprecated then > and broken directly after.

Upcoming CLI change for beta15

2016-08-08 Thread Andrew Wilkins
Hi folks, We've just landed a change that will be part of beta15 which changes how you refer to models owned by other users. Model names may be reused by different users, e.g. alex and billie can each have a model called "foo". Until beta15, there is no way for either alex or billie to refer to

Re: New in 2.1-beta5: Prometheus monitoring

2017-02-07 Thread Andrew Wilkins
On Tue, Feb 7, 2017 at 6:19 PM Jacek Nykis <jacek.ny...@canonical.com> wrote: > On 07/02/17 02:25, Andrew Wilkins wrote: > > Hi folks, > > > > In the release notes there was an innocuous line about introspection > > endpoints added to the controller. What this rea

Re: Juju 2.x bootstrap on LXD broken (regular bridge, no NAT)

2017-01-23 Thread Andrew Wilkins
On Mon, Jan 23, 2017 at 6:54 PM Toubeau, Anthony wrote: > Hello all, > > I'd like to bring to your attention a currently broken bootstrapping > scenario: > Local deployment through LXD using a standard bridge instead of the usual > LXD provided lxdbr0. > > As a

Re: Juju 2.x bootstrap on LXD broken (regular bridge, no NAT)

2017-01-23 Thread Andrew Wilkins
> =:-> > > > On Mon, Jan 23, 2017 at 3:07 PM, Andrew Wilkins < > andrew.wilk...@canonical.com> wrote: > > On Mon, Jan 23, 2017 at 6:54 PM Toubeau, Anthony < > anthony.toub...@intel.com> wrote: > > Hello all, > > I'd like to bring to your attenti

Re: Juju 2.1.0, and Conjure-up, are here!

2017-02-24 Thread Andrew Wilkins
On Fri, Feb 24, 2017 at 6:15 PM Adam Collard wrote: > On Fri, 24 Feb 2017 at 10:07 Adam Israel > wrote: > > Thanks for calling this out, Simon! We should be shouting this from the > rooftops and celebrating in the streets. > > > Only if you

Re: Juju 2.1.0, and Conjure-up, are here!

2017-02-24 Thread Andrew Wilkins
On Fri, Feb 24, 2017 at 6:51 PM Mark Shuttleworth <m...@ubuntu.com> wrote: > On 24/02/17 11:30, Andrew Wilkins wrote: > > On Fri, Feb 24, 2017 at 6:15 PM Adam Collard <adam.coll...@canonical.com> > wrote: > > On Fri, 24 Feb 2017 at 10:07 Adam Israel <adam.isr...@c

Re: Juju 2.0-beta17 is here!

2016-09-01 Thread Andrew Wilkins
On Fri, Sep 2, 2016 at 3:26 AM Marco Ceppi wrote: > On Thu, Sep 1, 2016 at 3:10 PM Nicholas Skaggs < > nicholas.ska...@canonical.com> wrote: > >> A new development release of Juju, 2.0-beta17, is here! >> >> ## What's new? >> >> * add-model now takes region name as an

Upcoming Azure auth changes

2016-09-14 Thread Andrew Wilkins
Hi folks, Just a heads up, where will be some changes to authentication in the Azure provider. When https://github.com/juju/juju/pull/6247 lands (if you're working off master), or otherwise when rc1 is out, you will need to remove "tenant-id" from your credentials.yaml. There is more work

Re: Upcoming Azure auth changes

2016-09-14 Thread Andrew Wilkins
On Thu, Sep 15, 2016 at 9:15 AM Andrew Wilkins <andrew.wilk...@canonical.com> wrote: > Hi folks, > > Just a heads up, where will be some changes to authentication in the Azure > provider. When https://github.com/juju/juju/pull/6247 lands (if you're > working off master),

Upcoming changes for the ec2 provider

2016-10-06 Thread Andrew Wilkins
Hi folks, Just a heads up to let you know about some changes made to the ec2 provider, which will show up in Juju 2.0. We are now pulling down the Price List API ( http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html) and using that to determine which instance types to

Re: Juju 2.0-rc3 is here!

2016-10-06 Thread Andrew Wilkins
On Fri, Oct 7, 2016 at 6:15 AM Curtis Hovey-Canonical wrote: > A new development release of Juju, 2.0-rc3, is here! > > > ## What's new? > > * For an AWS VPC account juju will create a t2.medium for controller > instances by default now. Non-controller instances are

Re: Upcoming Azure auth changes

2016-09-20 Thread Andrew Wilkins
On Thu, Sep 15, 2016 at 9:56 AM Andrew Wilkins <andrew.wilk...@canonical.com> wrote: > On Thu, Sep 15, 2016 at 9:15 AM Andrew Wilkins < > andrew.wilk...@canonical.com> wrote: > >> Hi folks, >> >> Just a heads up, where will be some changes to authenticati

Re: Juju 2.0-rc1 is here!

2016-09-21 Thread Andrew Wilkins
On Wed, Sep 21, 2016 at 1:56 PM Curtis Hovey-Canonical wrote: > A new development release of Juju, 2.0-rc1, is here! > Woohoo! > ## What's New in RC1 > > * The Juju client now works on any Linux flavour. When bootstrapping > with local tools, it's now possible to

Re: Juju 2.0-beta16 is here!

2016-08-25 Thread Andrew Wilkins
On Fri, Aug 26, 2016 at 4:05 AM Nicholas Skaggs < nicholas.ska...@canonical.com> wrote: > A new development release of Juju, 2.0-beta16, is here! > > ## How do I get it? > > If you are running Ubuntu, you can get it from the juju devel ppa: > > sudo add-apt-repository ppa:juju/devel >

Re: Upgrading to VPC on AWS

2016-10-09 Thread Andrew Wilkins
On Fri, Oct 7, 2016 at 11:31 PM Mark Shuttleworth wrote: > Hi folks > > > > My AWS account pre-dates VPCs, so I didn't have one by default. I've now > > added one, how can I update my credential / controller to make use of it > > by default? > At the moment the only way to use

Re: Juju agent status remains "Allocating" and is not starting on MAAS 2.0 when --storage option is used

2016-11-08 Thread Andrew Wilkins
On Tue, Nov 8, 2016 at 8:29 PM Shilpa Kaul wrote: > Hi, > > I am trying to deploy a charm on MAAS 2.0 and making use of Juju Storage > feature, so when I deploy my charm as shown below: > *juju deploy ibm-spectrum-scale --storage disks=maas*, the machine gets > started and

Re: Instance metadata for private cloud.

2016-11-11 Thread Andrew Wilkins
On Thu, Nov 10, 2016 at 11:52 PM Jonathan Proulx wrote: > Hi All, > Hi Jon, > Trying to test out juju on my private OpenStack cloud. > > Having trouble bootstraping. > First, sorry. We recognise that the experience for setting up image metadata is not great. We've got

Re: Juju 2.0 is here!

2016-10-14 Thread Andrew Wilkins
On Fri, 14 Oct 2016, 12:34 p.m. Nicholas Skaggs, < nicholas.ska...@canonical.com> wrote: Juju 2.0 is here! This release has been a year in the making. We’d like to thank everyone for their feedback, testing, and adoption of juju 2.0 throughout its development process! Juju brings refinements in

Re: [ANN] Mattermost and layer:lets-encrypt

2016-10-24 Thread Andrew Wilkins
On Sun, Oct 16, 2016 at 12:07 AM Casey Marshall < casey.marsh...@canonical.com> wrote: > With a much appreciated recent contribution from James Beedy (bdx) our > Mattermost charm cs:~cmars/mattermost[1] is working again! > > This encouraged me to add some followup improvements to the charm to

Re: [ANN] Mattermost and layer:lets-encrypt

2016-10-24 Thread Andrew Wilkins
On Tue, Oct 25, 2016 at 2:22 AM Casey Marshall <casey.marsh...@canonical.com> wrote: > On Mon, Oct 24, 2016 at 3:51 AM, Andrew Wilkins < > andrew.wilk...@canonical.com> wrote: > > On Sun, Oct 16, 2016 at 12:07 AM Casey Marshall < > casey.marsh...@canonical.com> w

Re: Can't juju deploy p2.xlarge in aws/us-east-1

2017-03-20 Thread Andrew Wilkins
> Juju <https://jujucharms.com> > > > samuel.cozan...@canonical.com > > > mob: +33 616 702 389 > > > skype: samnco > > > Twitter: @SaMnCo_23 > > > [image: View Samuel Cozannet's profile on LinkedIn] > > > <https://es.linkedin.com/in/sco

Re: Can't juju deploy p2.xlarge in aws/us-east-1

2017-03-16 Thread Andrew Wilkins
On Tue, Mar 14, 2017 at 8:48 PM Tim Van Steenburgh < tim.van.steenbu...@canonical.com> wrote: > 2.1.1 juju client and controller, controller bootstrapped in aws/us-east-1: > > juju deploy ./kubernetes-worker --constraints "instance-type=p2.xlarge" > kubernetes-worker-gpu > Deploying charm

Re: Can't juju deploy p2.xlarge in aws/us-east-1

2017-03-16 Thread Andrew Wilkins
t;http://ubuntu.com> / Canonical UK LTD <http://canonical.com> / > Juju <https://jujucharms.com> > samuel.cozan...@canonical.com > mob: +33 616 702 389 > skype: samnco > Twitter: @SaMnCo_23 > [image: View Samuel Cozannet's profile on LinkedIn] > <https:

Re: Kubernetes with Juju

2017-08-15 Thread Andrew Wilkins
On Wed, Aug 16, 2017 at 3:50 AM Micheal B wrote: > How can I use local images when doing juju bootstrap vsphere/myregions > --bootstrap-constraints "cores=2 mem=4G root-disk=32G" rather than the > downloading of the ova? Same thing for the images used in bundles .. > For now,

  1   2   3   4   >