Re: JNS: Juju Name Server

2016-01-05 Thread Andrew Wilkins
d be counter-productive, I specifically want it to exist outside Juju. I'm not likely to create a charm it. It would need additional work, too, because JNS requires the Juju client credentials to exist (though I think there's a charm layer for things that need that). Cheers, Andrew >

Re: Does sftp eliminate the need to check sha1sum?

2016-01-13 Thread Andrew Wilkins
On Thu, Jan 14, 2016 at 3:23 AM José Antonio Rey wrote: > I think this is more of a discusion on if you got 'what' you wanted or > if you got it from 'where' you wanted. Even if you used SFTP, the file > could've changed, and if it doesn't have a SHA1SUM it could result in > unexpected charm brea

Re: filesystem type storage backend

2016-02-06 Thread Andrew Wilkins
On Sat, Feb 6, 2016 at 2:30 AM Marco Ceppi wrote: > This sounds very promising! Will play around with it a bit more. > > On Fri, Feb 5, 2016, 7:16 PM Mark Shuttleworth wrote: > >> On 05/02/16 17:47, Marco Ceppi wrote: >> > Does this require the operator to add storage at deploy time? Does this >

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 sounds like > a poor way for

Re: juju devel 2.0-beta1 is available for testing

2016-02-20 Thread Andrew Wilkins
On Sun, Feb 21, 2016 at 7:28 AM Ian Booth wrote: > To specify a different LXD host: > > $ juju bootstrap mycontroller lxd/ > > For now, just localhost (the default) has been fully tested and is > guaranteed to > work with this beta1. > The lxd/ format has not been implemented yet. That will come

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 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 > > provider. > &

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 > wrote: > >> Currently, the

Re: Planning for Juju 2.2 (16.10 timeframe)

2016-03-18 Thread Andrew Wilkins
On Sat, Mar 19, 2016 at 12:53 AM Jacek Nykis wrote: > On 08/03/16 23:51, Mark Shuttleworth wrote: > > *Storage* > > > > * shared filesystems (NFS, GlusterFS, CephFS, LXD bind-mounts) > > * object storage abstraction (probably just mapping to S3-compatible > APIS) > > > > I'm interested in feedb

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

Re: Reserved actions

2016-03-28 Thread Andrew Wilkins
On Tue, Mar 29, 2016 at 10:03 AM Marco Ceppi 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/) >> that will introduce a

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 wrote: > On 19/03/16 03:20, Andrew Wilkins wrote: > > It seems like the issues you've noted below are all documentation issues, > > rather than limitations in t

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. Ch

Re: Charm layers & Windows

2016-04-04 Thread Andrew Wilkins
ng 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, Apr 4, 2016 at

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 storage is defined (metada

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 analysis

Re: Model statuses

2016-04-13 Thread Andrew Wilkins
On Wed, Apr 13, 2016 at 8:46 AM Pete Vander Giessen wrote: > > - would you find it helpful to have common* statuses? > > - or, would you find it more helpful to have statuses unique to each > entity type? > > I'm still very much a beginner when it comes to developing charms, but > from my perspec

Re: Model statuses

2016-04-13 Thread Andrew Wilkins
On Wed, Apr 13, 2016 at 7:43 PM Mark Shuttleworth wrote: > > The guidance is that we want it to be VERY clear to people, when someone > quotes just a status, what they are talking about. There is a very > different situation in progress when a unit state is being described > than the state of the

Re: Charm layers & Windows

2016-04-16 Thread Andrew Wilkins
On Tue, Apr 5, 2016 at 7:30 AM Andrew Wilkins wrote: > On Mon, Apr 4, 2016 at 10:42 PM Marco Ceppi > wrote: > >> There are two things that need to be done. The first, we need the >> reactive framework to be ported to powershell - that way we can have charms >> written

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 instead it'd be better to br

Re: juju2: format of clouds.yaml for juju add-cloud

2016-04-20 Thread Andrew Wilkins
On Thu, Apr 21, 2016 at 2:44 AM Andreas Hasenack wrote: > Hi, > > I was trying to add another "cloud" so that I could have multiple MAAS > servers available to bootstrap on, without having to type the MAAS IP > everytime in the bootstrap command line, and pass --credential. > > Some reading lead

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, so

Re: Model config

2016-06-08 Thread Andrew Wilkins
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 password. > > i have foun

"juju attach"

2016-06-17 Thread Andrew Wilkins
Hi folks, A couple of days ago I started looking at charming TitanDB. I was looking at using resources to store the TitanDB distribution, and while looking at the docs [0] I found a rather surprisingly named command: "juju attach". The verb "attach" by itself tells me that, presumably, it will at

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 suggestion of 'mount',

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 e

DestroyModel, ModelInfo API deprecation

2016-08-14 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 ModelMa

Re: DestroyModel, ModelInfo API deprecation

2016-08-15 Thread Andrew Wilkins
On Mon, Aug 15, 2016 at 2:13 PM Andrew Wilkins 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. > > The first change is 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 > sudo

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 optional positional argument

Re: Deploying Xenial charms in LXD? Read this

2016-09-08 Thread Andrew Wilkins
On Thu, Sep 8, 2016 at 9:23 PM Marco Ceppi wrote: > Hey everyone, > > An issue was identified late yesterday for those deploying Xenial charms > to either the LXD provider or LXD instances in a cloud. > > The symptoms for this manifest as the LXD machine running is in a running > state (and has a

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 underwa

Re: Upcoming Azure auth changes

2016-09-14 Thread Andrew Wilkins
On Thu, Sep 15, 2016 at 9:15 AM Andrew Wilkins 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), or otherwise when rc1 is out, you

Re: Upcoming Azure auth changes

2016-09-19 Thread Andrew Wilkins
On Thu, Sep 15, 2016 at 9:56 AM Andrew Wilkins 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 authentication in the >> Azure provider. When

Re: Juju 2.0-rc1 is here!

2016-09-20 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 create a controller of any >

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 l

Re: Upcoming changes for the ec2 provider

2016-10-06 Thread Andrew Wilkins
e. Hope that clarifies things. Cheers, Andrew > > > On Thu, Oct 6, 2016 at 4:52 AM Andrew Wilkins < > andrew.wilk...@canonical.com> wrote: > > Hi folks, > > Just a heads up to let you know about some changes made to the ec2 > provider, which will show up

Re: Upcoming changes for the ec2 provider

2016-10-06 Thread Andrew Wilkins
On Fri, Oct 7, 2016 at 7:26 AM Mark Shuttleworth wrote: > On 06/10/16 16:14, Andrew Wilkins wrote: > > On Thu, Oct 6, 2016 at 8:30 PM Rick Harding > wrote: > > Thanks Andrew, this is great to hear. Can I bug you about details as to > how it works? Does this introduce t

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 unchanged for > now, and r

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 a non-default VPC

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 ea

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 make

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

2016-10-24 Thread Andrew Wilkins
On Tue, Oct 25, 2016 at 2:22 AM Casey Marshall 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> wrote: > > With a much appreciat

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 status on MAAS is "de

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 some ideas about improvi

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 development vehicle, a Juju install

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

2017-01-23 Thread Andrew Wilkins
; juju bootstrap --bootstrap-constraints endpoint=HOSTIP lxd ... > if you were working on a non-NAT bridge. > > Is that true? > The workaround involves adding a new cloud, as described in https://bugs.launchpad.net/juju/+bug/1640455, Comment #9 and down. > John > =:-> > &g

Re: Can not juju register.

2017-01-24 Thread Andrew Wilkins
On Wed, Jan 25, 2017 at 1:43 PM yuki kono wrote: > Hello. > I'm yuki. > Hi Yuki, > I tried to run "juju register" to juju-bootstrap node,but receive > following error message. > > --- > ubuntu@jc01:~$ juju --debug register 10.0.10.38:17070 > 03:52:18

Re: Create Juju Charms from your browser!

2017-02-05 Thread Andrew Wilkins
On Fri, Feb 3, 2017 at 10:14 PM Merlijn Sebrechts < merlijn.sebrec...@gmail.com> wrote: > Hi all > > > I've been looking at Eclipse Che for a while, it is a cloud Workspace and > IDE from the Eclipse Foundation. An IDE that runs in your browser, with > docker containers as workspaces. > > It's a g

New in 2.1-beta5: Prometheus monitoring

2017-02-06 Thread Andrew Wilkins
Hi folks, In the release notes there was an innocuous line about introspection endpoints added to the controller. What this really means is that you can now monitor Juju controllers with Prometheus. Juju controllers export metrics, including: - API requests (total number and latencies by facade/m

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 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 really means is that you can >

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 also wave a big WARNING banner! > > I can definitely se

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 wrote: > On 24/02/17 11:30, Andrew Wilkins wrote: > > 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 shoul

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 "local:

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

2017-03-16 Thread Andrew Wilkins
Ubuntu <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]

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

2017-03-20 Thread Andrew Wilkins
onical.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] > > &g

Re: libjuju macaroons workaround

2017-03-28 Thread Andrew Wilkins
On Wed, Mar 29, 2017 at 3:03 AM James Beedy wrote: > I'm back around to building a CI system that will rely heavily on libjuju > to interact with my Juju models. I'm experiencing a problem authenticating > to the hosted controller via JAAS due to libjuju not yet supporting the > fetching and disc

Re: How to build juju for centOS

2017-05-10 Thread Andrew Wilkins
On Wed, May 10, 2017 at 3:08 PM fengxia wrote: > I have followed dev instruction and can build Juju binaries for Ubuntu. > The dev machine is also Ubuntu. > > $ go install -v github.com/juju/juju/… > > Using the same binaries will not however bootstrap with "--config > default-series=centos", nor

Re: matchmaking a jupyter community, and a reminder to share your work

2017-05-16 Thread Andrew Wilkins
On Tue, May 16, 2017 at 9:46 PM Rick Harding wrote: > Last week for the Juju Show [1] I played with Jupyter Notebook which is a > great way to put together online instructional for code. It was fun to get > going and I was motivated by a charm from a new author [2] I had seen in > the new publish

Re: How to build juju for centOS

2017-05-17 Thread Andrew Wilkins
wer version. FWIW, I've just successfully started a centos7 series machine on AWS using Juju 2.2-beta4, but earlier versions should work there as well. Cheers, Andrew > Best, > > Feng > On 05/10/2017 03:44 AM, Andrew Wilkins wrote: > > On Wed, May 10, 2017 at 3:08 PM fengxia

Call for testers: preview of persistent storage support

2017-05-23 Thread Andrew Wilkins
Hi folks, One of the things we're working on for the 2.3 release (not 2.2!) is persistent storage. What this means is the ability to detach storage from a unit, and reattach it to another unit keeping the storage contents intact. We would like to get some feedback before this all gets set in stone

Re: Call for testers: preview of persistent storage support

2017-05-25 Thread Andrew Wilkins
detached from one machine and attached to another. The new storage commands should work with private OpenStack clouds. Cheers, Andrew > Patrizio > > Il giorno mer 24 ma 2017 alle 03:38 Andrew Wilkins < > andrew.wilk...@canonical.com> ha scritto: > >> Hi folks, >>

Re: OS X VMS on JAAS

2017-06-03 Thread Andrew Wilkins
On Sat, Jun 3, 2017 at 2:56 PM John Meinel wrote: > You can add a manually provisioned machine to any model, as long as there > is connectivity from the machine to the controller. Now, I would have > thought initial setup was initiated by the Controller, but its possible > that initial setup is a

Re: juju deploy with a series

2017-06-15 Thread Andrew Wilkins
On Fri, Jun 16, 2017 at 1:36 AM John Meinel wrote: > "juju show-machine 10" is likely to tell you why we are failing to > provision the machine. > > My guess is that we acctually need the alias to be "juju/centos7/amd64" > for Juju to recognize that it is the container image we want to be startin

Re: Running KVM in addition to LXC on local LXD CLOUD

2017-06-25 Thread Andrew Wilkins
On Sat, Jun 24, 2017 at 9:14 PM N. S. wrote: > Hi, > > > I am running 10 machines on local LXD cloud, and it's fine. > > My host is Ubuntu 16.04, kernel 4.4.0-81. > > However, I have the following challenge: > One of the machines (M0) stipulates a kernel 4.7+ > > > As it's known, unlike KVM, LXC

Re: Is it possible to return management to Juju after manual provision of a machine?

2017-06-29 Thread Andrew Wilkins
On Fri, Jun 30, 2017 at 7:39 AM N. S. wrote: > Hi, > > Excuse me if this seems a strange scenario. > > My scenario is as follows: > > I have a charm that has lots of problems in its install script, needs > massive change (NOT SURE how to fix it) > > So, > > I added an empty machine by > Juju add-

Coming in 2.3: storage improvements

2017-07-13 Thread Andrew Wilkins
Hi folks, I've just published https://awilkins.id.au/post/juju-2.3-storage/, which highlights some of the new bits added around storage that's coming to Juju 2.3. I particularly wanted to highlight that a new LXD storage provider has just landed on develop today. It should be available in the edge

Re: HELP! Can I run Juju on localhost?

2017-07-30 Thread Andrew Wilkins
On Mon, Jul 31, 2017 at 11:32 AM 葛光乐 wrote: > Hi, guys, > Hi leoge, I had downloaded Juju、Juju-gui、GuiProxy, and read the docs. But I can run > them on localhost looks like jujucharms.com. > Sorry, I don't quite understand. Do you mean you *can't* get it to run? I want to figure out how it wo

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, I think the only t

Re: juju hangs during bootstrapping

2017-09-29 Thread Andrew Wilkins
On Fri, Sep 29, 2017 at 10:43 AM wrote: > Hi All, > > > > I am trying to bootstrap a MAAS cloud based on juju’s official guide ( > https://jujucharms.com/docs/2.2/clouds-maas), everything seems correct > but after the Operation System (Ubuntu 16.04 or Ubuntu14.0) has been > installed, juju hangs

Re: juju hangs during bootstrapping

2017-09-30 Thread Andrew Wilkins
On Sat, Sep 30, 2017 at 5:55 AM wrote: > Hi Narinder, > > > > Here is the log from the deployed node, actually, I can deploy Operation > System successfully with MAAS or “juju bootstrap” but failed at some final > steps, Our external network is exactly broken for some reason yesterday and > won’t

Re: juju hangs during bootstrapping

2017-09-30 Thread Andrew Wilkins
On Fri, Sep 29, 2017 at 11:55 PM wrote: > > > > > *From:* Andrew Wilkins [mailto:andrew.wilk...@canonical.com] > *Sent:* Saturday, September 30, 2017 12:23 AM > *To:* Chen2, Dave ; juju@lists.ubuntu.com > *Subject:* Re: juju hangs during bootstrapping > > > &

Re: vsphere support

2017-10-05 Thread Andrew Wilkins
On Wed, Oct 4, 2017 at 12:09 PM Serge E. Hallyn wrote: > Hi, > > I've inherited a few vsphere machines where I was hoping to use juju > to fire off openstack etc. I've been trying to use the vsphere > provider (which I was excited to see existed), but am seeing a few > inconsistencies, so had a

Re: open-port: command not found

2017-10-22 Thread Andrew Wilkins
On Mon, Oct 23, 2017 at 4:20 AM Akshat Jiwan Sharma wrote: > HI, > > I'm trying to manually expose a port on a juju machine. According to this > answer > > I should be able to do something like this:- > > juju run "ope

Re: open-port: command not found

2017-10-22 Thread Andrew Wilkins
open for the unit. When you run "juju expose", it updates Juju's database to say that the "open" ports for the units of the specified application should now be exposed. Juju will then update the cloud firewall to come in line with what's in the Juju database. Cheers, And

Re: open-port: command not found

2017-10-23 Thread Andrew Wilkins
On Mon, Oct 23, 2017 at 5:12 PM Marco Ceppi wrote: > On Mon, Oct 23, 2017, 03:59 Andrew Wilkins > wrote: > >> On Mon, Oct 23, 2017 at 4:20 AM Akshat Jiwan Sharma < >> akshatji...@gmail.com> wrote: >> >>> HI, >>> >>> I'm tryi

Re: Disk ID for a provisioned instance

2017-10-30 Thread Andrew Wilkins
On Tue, Oct 31, 2017 at 10:37 AM Akshat Jiwan Sharma wrote: > Hi, > > I'd like to automate backups for my server provisioned via juju. For that > I'm planning to use terraform. To take a snapshot of the disk, terraform > needs a disk id. > > Is there a way I can get disk ID using juju commands? J

Re: Disk ID for a provisioned instance

2017-10-30 Thread Andrew Wilkins
gets assigned the instance ID "inst-foo", then the root disk EBS volume will have a Name tag with the value "inst-foo-root". I don't know if we can guarantee that this will remain true forever, but it hasn't changed in a long time. HTH, Andrew > On Tue, Oct 31,

Re: Side effects of resizing a juju machine

2017-11-15 Thread Andrew Wilkins
On Thu, Nov 16, 2017 at 11:38 AM Akshat Jiwan Sharma wrote: > Hi everyone, > > A couple of times I've noticed that the capacity of a machine provisioned > by juju is much more than what I require for my workload. I was wondering > that if I were to manually resize the machine would it break any

Re: Juju 2.3.0 is here!

2017-12-08 Thread Andrew Wilkins
On Fri, Dec 8, 2017 at 6:59 AM Nicholas Skaggs < nicholas.ska...@canonical.com> wrote: > The Juju team are extremely pleased to announce the release of Juju 2.3. > Juju is now more versatile, more efficient, and more configurable than ever. > > Cross Model Relations deliver a new way of organising

Re: Problem with editing file on container

2017-12-10 Thread Andrew Wilkins
On Sun, Dec 10, 2017 at 3:00 AM Naas Si Ahmed wrote: > Hi, > > I'm trying to modify a file using the command vi or nano to edit a file on > a juju container, but I'm receiving an error such : terminal unknown. > In recent versions of Juju, "juju run" does not offer the ability to run interactive

<    1   2