Deploying webapp to Tomcat Charm

2015-08-19 Thread Tom Barber
Hi chaps After a chat with Corey et al a few weeks ago it was suggested I deploy our product using the Tomcat charm as a container, which I thought was a pretty good suggestion. So, I look at the precise charm and it says: For another charm to provide a webapp, it must be a subordinate charm tha

Re: Deploying webapp to Tomcat Charm

2015-08-19 Thread Tom Barber
app relation was a better way to relate webapps and that change was > made in precise but not tested/moved forward to trusty at this time. > > Please contact me if you have any other questions, I would be happy to > help you develop your charm. > > Thanks, > > >- M

Re: Deploying webapp to Tomcat Charm

2015-08-20 Thread Tom Barber
that happen. And like we discussed on the call the other week, when people connect a data source, make sure the correct JDBC drivers are installed in the platform, but lets get the basics done first! Tom On 19 August 2015 at 21:30, Tom Barber wrote: > Hi Matt > > Thats exactly what I&

Pushing to Launchpad

2015-08-20 Thread Tom Barber
Hello again, I'm a git user and bzr/launchpad is confusing the hell out of me. I followed the instructions on the juju charm page to submit my charm to my namespace but all I get is bzr: ERROR: Invalid url supplied to transport: "lp:~f-tom-n/charms/trusty/saikuanalytics/trunk": No such source pa

Re: Pushing to Launchpad

2015-08-20 Thread Tom Barber
Thanks Nick, Marco I've joined the team I'll give it a try. Tom On 20 Aug 2015 18:55, "Marco Ceppi" wrote: > This is a launchpad error, not a bazaar one. I believe you will need to > first be a member of https://launchpad.net/~charm-contributors in order > to create new "packages" in launchpad.

Re: Pushing to Launchpad

2015-08-20 Thread Tom Barber
was the problem! I will take a pass through the docs > and see if there is anything we should add/clarify on that page > > On 20 August 2015 at 18:58, Tom Barber wrote: > >> Thanks Nick, Marco >> >> I've joined the team I'll give it a try. >> >

Exposing the Spark Thrift Server

2015-09-07 Thread Tom Barber
Hello folks Sorry if this has been asked before. I've deployed the Spark charm (and various other Hadoop charms) and its running nicely and I have some demo data in it. By default the thrift server doesn't run and port 1 isn't exposed. Do I need to fork and change the charm or is there a wo

Downgrade a charm

2015-09-21 Thread Tom Barber
Hi guys I thought this might happen and its quite a large problem so any ideas are greatly appreciated. I redeployed my Hadoop cluster this morning and found that the Spark charm has had its version upgraded from 1.3 to 1.4. SQL in 1.4 has a number of serious bugs and I need to get 1.3 back, can

Re: Downgrade a charm

2015-09-21 Thread Tom Barber
Hi Rick, Spot on thanks, its just a standalone deployment in a shell script so I just need to pin the version in that. Thanks a lot! Tom On 21 September 2015 at 12:32, Richard Harding wrote: > On Mon, 21 Sep 2015, Tom Barber wrote: > > > Hi guys > > > > I thought t

Re: Issues with juju add-machine and destroy-service

2015-11-18 Thread Tom Barber
You probably have to mark the service resolved to get it to a state when you can kill it juju resolved saikuanalytics-enterprise/0 That sort of thing. Tom On 18 November 2015 at 10:59, wrote: > Hello, > > > > I am using juju manual environment. After deploying a charm, it is showing > failed i

Re: Issues with juju add-machine and destroy-service

2015-11-18 Thread Tom Barber
http://meteorite.bi/kickstart <http://meteorite.bi/kickstart>) On 18 November 2015 at 11:01, Tom Barber wrote: > You probably have to mark the service resolved to get it to a state when > you can kill it > juju resolved saikuanalytics-enterprise/0 > > That sort of thi

Plan for new charms?

2015-12-04 Thread Tom Barber
Hello folks, Just a quick question out of curiosity more than anything else as its stuff we use in our day jobs, are there plans to bring either PDI or Talend to the Charm store (preferably PDI its less like pulling teeth), also on a different tangent, Apache Ignite? I seen Phoenix is available,

Re: Plan for new charms?

2015-12-04 Thread Tom Barber
Thanks Jorge We don't have the bandwidth pre Christmas but we do have a post Christmas requirement for it so I'll touch base with you in the new year and see if we can help out. Tom On 5 Dec 2015 02:49, "Jorge O. Castro" wrote: > > On Fri, Dec 4, 2015 at 4:23 AM, Tom

Re: Bootstrapping the enviornment

2015-12-06 Thread Tom Barber
Thanks for that tip, I tried similar with MAAS not to long ago and gave up after a while and reverted back to manual mode as it just made life easier. Anything to make life easier running outside of EC2 etc but virtualized is great because we don't want 1 box per service so deploying to kvm docker

Saiku Amulet charm testing

2015-12-08 Thread Tom Barber
Hi guys, I'm trying to finally finish off this Saiku charm so I can submit it for validation. I want to write a few simple tests but I need a couple of pointers for help with Amulet as I'm not a python guy. d = amulet.Deployment() d.add('tomcat') d.add('saiku','cs:~f-tom-n/trusty/saikuanalytics-

Re: Saiku Amulet charm testing

2015-12-08 Thread Tom Barber
soring the project <http://www.meteorite.bi/products/saiku/sponsorship>) On 8 December 2015 at 12:59, Tim Van Steenburgh < tim.van.steenbu...@canonical.com> wrote: > > > On Tue, Dec 8, 2015 at 6:43 AM, Tom Barber > wrote: > >> Hi guys, >> >> I'

Re: Saiku Amulet charm testing

2015-12-08 Thread Tom Barber
community we reached our Kickstart <http://kickstarter.com/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 8 December 2015 at 13:00, Tom Barber

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

2015-12-18 Thread Tom Barber
Looks like connectivity on you end or temporary because I can connect to those urls here. Tom On 18 Dec 2015 08:11, "zhangyuanyou" wrote: > Hi Narinder Gupta, > > When I excute ./deploy.sh –s odl, the shows the following error: > > > > > > > > *2015-12-18 03:55:54 INFO juju.cmd cmd.go:129 Boot

Re: Does sftp eliminate the need to check sha1sum?

2016-01-13 Thread Tom Barber
Surely SFTP with username/password doesn't prevent man in the middle attacks? I could just setup a box with the same credentials. Also on a slightly different note isn't the hash useful to verify the download is complete and intact even if the source is fine? Tom On 13 Jan 2016 18:47, "Matt Bruze

Re: Does sftp eliminate the need to check sha1sum?

2016-01-13 Thread Tom Barber
Yeah but as pointed out earlier, it verifies where you got it from, but not what you got. :) On 13 Jan 2016 19:11, "Jay Wren" wrote: > 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

Charm wish(todo) list

2016-01-29 Thread Tom Barber
Hello folks We're working on a data management platform and I want Juju to "run" it, but we have a bunch of stuff which looks not to be in the charm store and I wanted to know if anyone has any of it in the pipeline, wants to collaborate etc. Our todo list is: Pentaho Data Integration Apache

Config Management Camp

2016-01-30 Thread Tom Barber
I hope you guys from the US aren't too jet lagged on Monday, your track for the 3 days looks great! :) Tom -- Director Meteorite.bi - Saiku Analytics Founder Tel: +44(0)5603641316 (Thanks to the Saiku community we reached our Kickstart

Re: Charm wish(todo) list

2016-01-30 Thread Tom Barber
oal, but you can always help by sponsoring the project <http://www.meteorite.bi/products/saiku/sponsorship>) On 30 January 2016 at 11:14, Jorge O. Castro wrote: > On Sat, Jan 30, 2016 at 1:12 AM, Tom Barber > wrote: > > Let me know your thoughts. > > Hi Tom, > > I th

Broken Hive2 Charm

2016-01-31 Thread Tom Barber
Hello chaps Trying to test Hive2 and Juju logs a 403 error: http://bigtop.s3.amazonaws.com/releases/0.7.0/ubuntu/precise/x86_64/dists/bigtop/contrib/binary-amd64/Packages Cheers Tom -- Director Meteorite.bi - Saiku Analytics Founder Tel: +44(0)5603641316 (Thanks to the Saiku commu

Re: Broken Hive2 Charm

2016-01-31 Thread Tom Barber
ort-designer/> goal, but you can always help by sponsoring the project <http://www.meteorite.bi/products/saiku/sponsorship>) On 31 January 2016 at 15:38, Tom Barber wrote: > Hello chaps > > Trying to test Hive2 and Juju logs a 403 error: > > > http://bigtop.s3.amazonaws.com

Re: Charm wish(todo) list

2016-02-01 Thread Tom Barber
Kickstart <http://kickstarter.com/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 30 January 2016 at 11:22, Tom Barber wrote: > Thanks chaps. > > Yea

Re: Broken Hive2 Charm

2016-02-01 Thread Tom Barber
ickstarter.com/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 31 January 2016 at 15:42, Tom Barber wrote: > Okay so apache-hive charm also

Installing 2.0

2016-02-02 Thread Tom Barber
Morning folks, What was the PPA for Juju 2.0? On a separate note, if I'm writing a charm to install a Java based package should I use layers to include openjdk from Kevins charm or somewhere or do I just apt get it? IE: whats the recommended approach. Cheers Tom -- Director Meteori

Re: Installing 2.0

2016-02-02 Thread Tom Barber
Ta On 2 Feb 2016 12:01, "Tim Van Steenburgh" wrote: > 1. ppa:juju/devel > 2. Use the layer! > > On Tue, Feb 2, 2016 at 11:54 AM, Tom Barber > wrote: > >> Morning folks, >> >> What was the PPA for Juju 2.0? >> >> On a separate note,

Creating an action with a loosely defined parameter

2016-02-04 Thread Tom Barber
Alright then chaps. I want to create an action with a parameter that may or may not exist plus you might define it more than once. I see in the actions doc some stuff about aditional properties which may or maynot be relevant. Can i pass in an array of objects of the same type so my bash script c

Re: Creating an action with a loosely defined parameter

2016-02-04 Thread Tom Barber
s you pass must be in the schema. Juju uses it to validate that > the data passed is correct. > > EG: > > http://paste.ubuntu.com/14882820/ > > I could do > > juju action do network-qos device=eth1 delay.time=2000 > > but not > > juju action do network-qos delay

Cross cloud models

2016-02-07 Thread Tom Barber
Here's a question for you all. If there a way of doing a cross cloud model of sorts. For example I have a bunch of services all of which allow for connection to a monitoring service. But, I don't want my monitoring service to be on AWS because if AWS goes down then I won't know about it, just

Re: Use of Jujucharms to launch non-opensource code

2016-02-08 Thread Tom Barber
Also I would assume your charm code only needs to be open source if you are uploading it to the store. Local deployment etc wouldn't apply... -- Director Meteorite.bi - Saiku Analytics Founder Tel: +44(0)5603641316 (Thanks to the Saiku community we reached our Kickstart

Re: Location preferences for the next charmer summit?

2016-02-11 Thread Tom Barber
Slightly off topic, but I figure its worth mentioning our experience in Europe with the Pentaho community which built from about 4 of us. We have quarterly-ish London usergroup meetings at the SkillsMatter exchange where somewhere between 10 and 50 of us turn up, usually Pentaho ship a few develope

Spam in logs

2016-02-12 Thread Tom Barber
Hello, I updated to the latest 2.0 alpha, spun up a new controller and launched juju gui. debug-logs keeps spamming me with: exited "toolsversionchecker": cannot update tools information: cannot get latest version: cannot find available tools: cannot read product data, invalid URL " https://juju-

Juju port forward for LXC

2016-02-12 Thread Tom Barber
I've got a feeling I asked this a while ago, but as 2.0 is getting there, I guess its worth asking again. Is there any support for NAT to LXC containers currently so I don't need to manually set iptables rules. Or, I never used it, but what happened to the Juju NAT plugin that was on github? Tha

Re: Juju port forward for LXC

2016-02-12 Thread Tom Barber
tainers) will get an address on the hosts network. beta1 only has 1 > bridge enabled right now; the multi-nic support should be coming after > beta1. > > On 12 February 2016 at 14:09, Tom Barber wrote: > >> I've got a feeling I asked this a while ago, but as 2.0 is getting

Re: Spam in logs

2016-02-12 Thread Tom Barber
12 February 2016 at 14:29, Marco Ceppi wrote: > When you bootstrapped did you do so with agent-stream configured or use > --upload-tools ? > > On Fri, Feb 12, 2016 at 9:04 AM Tom Barber > wrote: > >> Hello, >> >> I updated to the latest 2.0 alpha, spun up

Re: Setting up ZFS and LXD with Juju

2016-02-12 Thread Tom Barber
Oh Jorge You make me sad because I know I'll end up formatting my laptop and spending ages setting it back up again purely so I can hack around on this stuff, and I have better things to be doing with my life... Great write up though. Tom -- Director Meteorite.bi - Saiku Analytics

Re: Spam in logs

2016-02-12 Thread Tom Barber
4:46, Marco Ceppi wrote: > You'll have to re-bootstrap to have the changes take place. You should be > able to just run `juju set-env agent-metadata-url="..." > agent-stream="devel"` but I'm not sure what set-env is in 2.0 - so you'll > have to reboots

Re: Spam in logs

2016-02-12 Thread Tom Barber
12 February 2016 at 14:52, Tom Barber wrote: > I had set them in my yaml before bootstrapping, so I'm not sure if thats > correct or not. Either way I tore it down, juju set-mdel-config looks about > right, but you need to be bootstrapped for that to work. > > Tom > &g

Re: Spam in logs

2016-02-12 Thread Tom Barber
537586 > > Thanks! > -Cheryl > > On Fri, Feb 12, 2016 at 9:51 AM, Marco Ceppi > wrote: > >> This is Juju trying to check for version upgrades IIRC, something that's >> a bit off in the alpha. I'll open a bug against juju about it. >> >> Marco >

Re: Introducing, juju resources!

2016-02-12 Thread Tom Barber
I heard about resources in Belgium as they would have been useful for what we were doing. Looking forward to testing them! On 12 Feb 2016 22:11, "Katherine Cox-Buday" < katherine.cox-bu...@canonical.com> wrote: > Hey Gabbey! > > On 02/12/2016 03:57 PM, Gabriel Samfira wrote: > > Is there a limit

M4 instances

2016-02-14 Thread Tom Barber
Hello folks I dumped it in the ticket but I figured I'll ask here as well, https://bugs.launchpad.net/juju-core/+bug/1489477 Can we not launch m4.large instances using 2.0 alpha 2? Ta Tom -- Director Meteorite.bi - Saiku Analytics Founder Tel: +44(0)5603641316 (Thanks to the Saik

Re: M4 instances

2016-02-14 Thread Tom Barber
e listed in all > regions that it should be. We'll get it looked at and updated. > > On Sun, Feb 14, 2016 at 3:24 PM Marco Ceppi > wrote: > >> This was a bug that popped up earlier for me, it was fixed in a 1.X >> version of Juju I'm surprised to see it rear it'

Re: M4 instances

2016-02-14 Thread Tom Barber
14/saiku-reporting-interactive-report-designer/> goal, but you can always help by sponsoring the project <http://www.meteorite.bi/products/saiku/sponsorship>) On 14 February 2016 at 21:04, Marco Ceppi wrote: > There is no 1.26 - only 1.25.3 and 2.0 > > On Sun, Feb 14, 2016,

Building from source

2016-02-14 Thread Tom Barber
Okay More Sunday night spam, apologies for this, I'm new to Go, but hey, I like learning new stuff so I wanted to try and figure out how to plugin the M4 large into EC2. installed Go and ran: go get -d -v github.com/juju/juju/... and I get: github.com/Azure/azure-sdk-for-go (download) package

Re: Building from source

2016-02-14 Thread Tom Barber
It's making my laptop melt so it must be doing something good! Thanks a lot Marco. Tom On 14 February 2016 at 21:40, Marco Ceppi wrote: > > cd $GOPATH/src/github.com/juju/juju > JUJU_MAKE_GODEPS=true make > -- Director Meteorite.bi - Saiku Analytics Founder Tel: +44(0)5603641316

Re: Building from source

2016-02-14 Thread Tom Barber
2:51, Marco Ceppi wrote: > That sounds about right. Let me know if you have any other problems. Good > Luck! > > On Sun, Feb 14, 2016, 4:45 PM Tom Barber wrote: > >> It's making my laptop melt so it must be doing something good! >> >> Thanks a lot Marco.

Re: M4 instances

2016-02-15 Thread Tom Barber
ing-interactive-report-designer/> goal, but you can always help by sponsoring the project <http://www.meteorite.bi/products/saiku/sponsorship>) On 14 February 2016 at 21:09, Tom Barber wrote: > Aww you lot make me so sad because I know I'll now checkout some source > code and

Re: M4 instances

2016-02-15 Thread Tom Barber
rship>) On 15 February 2016 at 12:55, Marco Ceppi wrote: > Thanks for the contribution! I'm not a core engineer, but I'll find > someone to review this! > > Marco > > On Mon, Feb 15, 2016, 7:46 AM Tom Barber wrote: > >> Dumped in a pull request: https://

Re: M4 instances

2016-02-16 Thread Tom Barber
tleworth wrote: > On 15/02/16 12:58, Tom Barber wrote: > > In an alternative world, it would be great to be able to extend these > > locally so when Amazon or whoever launch new instance types we could > have a > > local instance-types.yaml file or something that lets us decl

Re: @when('config.changed')

2016-02-17 Thread Tom Barber
Cool! I'll work that into my charms tomorrow. Might as well go all out on the new stuff ;) Tom On 17 Feb 2016 18:48, "Marco Ceppi" wrote: > This is awesome, glad to see this wrapped in the reactive framework. Will > make a lot of my layers much simpler! > > Marco > > On Wed, Feb 17, 2016 at 1:44

EC2 VPC firewall rules

2016-02-18 Thread Tom Barber
Hello folks I'm not sure if my tinkering has broken something, the fact I'm running trunk has broken something or I just don't understand something. Until last week we've been running EC2 classic, but we have now switched to EC2-VPC and have launched a few machines. juju ssh to these machines wo

Re: EC2 VPC firewall rules

2016-02-18 Thread Tom Barber
MESSAGE----- > Hash: SHA1 > > On 18.02.2016 12:01, Tom Barber wrote: > > Hello folks > > > > I'm not sure if my tinkering has broken something, the fact I'm > > running trunk has broken something or I just don't understand > > something. >

Re: EC2 VPC firewall rules

2016-02-18 Thread Tom Barber
anges to Login broke compatibility. We are adding a >> Login v3, but it looks like the new code will refuse to try to Login to v2. >> I'm a bit surprised, but it means you'll need to bootstrap again if you >> want to test it out with current trunk. >> >> Joh

Re: EC2 VPC firewall rules

2016-02-18 Thread Tom Barber
AGE- > Hash: SHA1 > > On 18.02.2016 12:01, Tom Barber wrote: > > Hello folks > > > > I'm not sure if my tinkering has broken something, the fact I'm > > running trunk has broken something or I just don't understand > > something. > > > &

Re: EC2 VPC firewall rules

2016-02-18 Thread Tom Barber
14/saiku-reporting-interactive-report-designer/> goal, but you can always help by sponsoring the project <http://www.meteorite.bi/products/saiku/sponsorship>) On 18 February 2016 at 11:28, Tom Barber wrote: > Okay back to the EC2-VPC question. > > I have updated trunk and

Re: EC2 VPC firewall rules

2016-02-18 Thread Tom Barber
start <http://kickstarter.com/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 18 February 2016 at 12:00, Tom Barber wrote: > Okay, maybe I'm having

Re: EC2 VPC firewall rules

2016-02-18 Thread Tom Barber
iku-reporting-interactive-report-designer/> goal, but you can always help by sponsoring the project <http://www.meteorite.bi/products/saiku/sponsorship>) On 18 February 2016 at 12:48, Marco Ceppi wrote: > On Thu, Feb 18, 2016 at 7:05 AM Tom Barber > wrote: > >> https:

Hooks and interfaces!

2016-02-25 Thread Tom Barber
Hello folks, This is not a complaint more a story of how this afternoon has gone. I'm writing a gitlab charm, in doing so marco suggested that we add some hooks to optionally offload some of the services, like web server and database elsewhere should the user desire. Very sane plan, I thought. S

Re: Hooks and interfaces!

2016-02-26 Thread Tom Barber
l stays the same. > > In the Charm store, you can see what interfaces a Charm implements in the > bar on the right. This also shows what other Charms implement that same > interface. https://jujucharms.com/haproxy/trusty/16/ > > > > > Kind regards > Merlijn Sebrechts &g

Re: Hooks and interfaces!

2016-02-26 Thread Tom Barber
that extends off it. At least at >> that point I'd have an understanding of which charms talk through that >> interface layer. >> > > You want to search an interface layer and then see all the Charms that > implement that interface layer? Good idea! I also

Re: Hooks and interfaces!

2016-02-26 Thread Tom Barber
27;s designed, > doesn't work for your implementation then you need to make a new interface. > These are contracts, albeit loosely typed, and we can't be violating these > contracts. > > I'll work with the maintainer of the charm to get this cleared up quicker > > On Fri

LXD Bootstrap

2016-02-26 Thread Tom Barber
Afternoon, got bored decided to try Jorge's blog post about Juju LXD and ZFS I'd read on a few posts about the requirement for LXD beta2 because of API incompatibilities so I found the deb's and installed them. Its up and running and images start fine, but juju bootstrap fails with connection ref

Re: LXD Bootstrap

2016-02-26 Thread Tom Barber
ort-designer/> goal, but you can always help by sponsoring the project <http://www.meteorite.bi/products/saiku/sponsorship>) On 26 February 2016 at 14:42, Tom Barber wrote: > Afternoon, got bored decided to try Jorge's blog post about Juju LXD and > ZFS > > I'd read on

Re: LXD Bootstrap

2016-02-26 Thread Tom Barber
/> goal, but you can always help by sponsoring the project <http://www.meteorite.bi/products/saiku/sponsorship>) On 26 February 2016 at 14:44, Tom Barber wrote: > Sorry forgot to mention, Juju was built from trunk this morning. > > Tom > > -- > > Directo

Re: LXD Bootstrap

2016-02-26 Thread Tom Barber
On Jorge's advice I rolled all the way back to the juju 1.26 beta 2 tag, lxd beta 2 and xenial and still it fails with connection refused weird. On 26 Feb 2016 16:02, "Tom Barber" wrote: > I've tried rolling back on Juju but still can't find a combination, its &

Re: LXD Bootstrap

2016-02-26 Thread Tom Barber
No worries Serge I was just some Friday fun to get me out of the daily grind. Thanks for the update. Tom On 26 Feb 2016 8:02 pm, "Serge E. Hallyn" wrote: > On Fri, Feb 26, 2016 at 02:42:51PM +0000, Tom Barber wrote: > > Afternoon, got bored decided to try Jorge's blog

Re: LXD Bootstrap

2016-02-27 Thread Tom Barber
ting if it was the > current incompatibilities. What you're seeing looks more like you aren't in > the "LXD" group, or you didn't refresh your groups after installing LXD. > (newgrp lxd) > > John > =:-> > > > On Sat, Feb 27, 2016 at 12:08 AM, Tom Barber &

Re: LXD Bootstrap

2016-02-27 Thread Tom Barber
m > > John > =:-> > > > On Sat, Feb 27, 2016 at 4:09 PM, Tom Barber > wrote: > >> Thanks John >> >> That was sort of my thinking too. But it's not a groups thing that I can >> see. Same issue as root or as unprivileged users. >>

Re: LXD Bootstrap

2016-02-27 Thread Tom Barber
Feb 27, 2016 at 4:55 PM, John Meinel > wrote: > >> That does seem correct. But I thought cloud-images run openssh by >> default. So that seems surprising. >> >> What happens if you just do "lxc create" to spawn an instance instead of >> using Juju? >> &

Re: LXD Bootstrap

2016-02-27 Thread Tom Barber
;http://www.meteorite.bi/products/saiku/sponsorship>) On 27 February 2016 at 13:01, Tom Barber wrote: > bugg@tomsdevbox:~$ lxc launch ubuntu-trusty my-test-container > Creating my-test-container > > Starting my-test-container > bugg@tomsdevbox:~$ > bugg@tomsdevbox:~$ lxc exec

Re: LXD Bootstrap

2016-02-27 Thread Tom Barber
community we reached our Kickstart <http://kickstarter.com/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 27 February 2016 at 13:14, Tom Barber wrote: > O

Re: LXD Bootstrap

2016-02-27 Thread Tom Barber
you're using 2.0.0beta4 for LXD, but a > version of juju that was compiled against 2.0.0beta3 bindings. > > John > =:-> > > > On Sat, Feb 27, 2016 at 5:20 PM, Tom Barber > wrote: > >> The only thing I can tell you about this box that mig

Re: LXD Bootstrap

2016-02-27 Thread Tom Barber
Okay, evolution on a theme, clean install, compiled the new version and added lxd and checked my user now I get: 016-02-27 14:40:51 DEBUG juju.provider.common bootstrap.go:318 connection attempt for 10.0.3.94 failed: ssh: connect to host 10.0.3.94 port 22: Connection refused 2016-02-27 14:40:52 DE

Re: LXD Bootstrap

2016-02-27 Thread Tom Barber
On 27 February 2016 at 14:53, John Meinel wrote: > juju bootstrap test-lxd lxd --debug --upload-tools --bootstrap-series > trusty" No difference. Im on juju-dev as magicaltrout. Tom -- Director Meteorite.bi - Saiku Analytics Founder Tel: +44(0)5603641316 (Thanks to the Saiku com

Re: LXD Bootstrap

2016-02-27 Thread Tom Barber
://www.meteorite.bi/products/saiku/sponsorship>) On 27 February 2016 at 15:00, Tom Barber wrote: > > On 27 February 2016 at 14:53, John Meinel wrote: > >> juju bootstrap test-lxd lxd --debug --upload-tools --bootstrap-series >> trusty" > > &g

Re: LXD Bootstrap

2016-02-27 Thread Tom Barber
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 27 February 2016 at 15:17, Tom Barber wrote: > Also: > > bugg@tomsdevbox:~$ lsb_release -a >

Re: LXD Bootstrap

2016-02-27 Thread Tom Barber
the Saiku community we reached our Kickstart <http://kickstarter.com/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 27 February 2016 at 16:49, Tom Barber wr

Re: LXD Bootstrap

2016-02-27 Thread Tom Barber
cts/saiku/sponsorship>) On 27 February 2016 at 22:11, Tom Barber wrote: > Okay trusty images are failing for me because upstart borks and I get > dumped into runlevel unknown. > > Serge might have an idea as he was involved in a similar bug issue a while > ago on launchpad >

Re: LXD Bootstrap

2016-02-27 Thread Tom Barber
the project <http://www.meteorite.bi/products/saiku/sponsorship>) On 27 February 2016 at 22:26, Tom Barber wrote: > Also, right on boot, like the moment the image spins up if I force the > runlevel to 5, then the node gets bootstrapped without issue. So it is > something to do with: &g

Juju GUI 2.0

2016-02-28 Thread Tom Barber
Hello folks Is there a gui build that allows logins on 2.0 latest trunk build? I dont' need anything really functional if it doesn't work, but I was going to do a few videos of Juju 2, LXD containers and BI stuff tomorrow and the GUI is obviously a nicer way to show state to people. If it doesn't

Re: Juju GUI 2.0

2016-02-28 Thread Tom Barber
k just fine. > > On Sun, Feb 28, 2016 at 11:00 AM, Tom Barber > wrote: > >> Thanks! Doesn't work on LXD at all? Or works enough to graphically show >> the charm list and relations? >> On 28 Feb 2016 09:50, "Uros Jovanovic" >> wrote: >> &g

Re: LXD Bootstrap

2016-02-29 Thread Tom Barber
gt; > can you reproduce this with lxd alone? > > What does 'lxc config show tomsdevbox' show? > > -serge > > On Sat, Feb 27, 2016 at 11:42:51PM +, Tom Barber wrote: > > Okay I think I worked it out, but i dont' cause the cause in reality: > > > >

Re: LXD Bootstrap

2016-02-29 Thread Tom Barber
tive-report-designer/> goal, but you can always help by sponsoring the project <http://www.meteorite.bi/products/saiku/sponsorship>) On 29 February 2016 at 21:45, Serge E. Hallyn wrote: > On Mon, Feb 29, 2016 at 09:45:14AM +, Tom Barber wrote: > > Hi Serge > > > > I reboo

Re: LXD Bootstrap

2016-02-29 Thread Tom Barber
nks to the Saiku community we reached our Kickstart <http://kickstarter.com/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 29 February 2016 at 22:43, To

Re: LXD Bootstrap

2016-02-29 Thread Tom Barber
hall (casey.marsh...@canonical.com): > > On Mon, Feb 29, 2016 at 4:57 PM, Tom Barber > wrote: > > > > > Seemingly the image name and key are the same, LXD and Juju are the > same, > > > so you've either done something magic or I'm confused with its now

Re: Resyndicating your post

2016-03-01 Thread Tom Barber
More than happy to Samuel. There's a bigger thank you to the guys who helped me over the weekend figure out how to get Juju Trunk running with LXD instead of telling me to shut up and wait for the next beta/stable release! ;) So thanks to John, Serge, Rick H for the help, and to Jorge for writing

Re: LXD Bootstrap

2016-03-01 Thread Tom Barber
Saiku community we reached our Kickstart <http://kickstarter.com/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 29 February 2016 at 23:38, Tom Barber wro

Re: Juju GUI 2.0

2016-03-02 Thread Tom Barber
ner/> goal, but you can always help by sponsoring the project <http://www.meteorite.bi/products/saiku/sponsorship>) On 1 March 2016 at 09:39, Tom Barber wrote: > Hey Uros, > > No worries, let me know when there's something I can take for a spin! > > Cheers > &g

Get number of units

2016-03-02 Thread Tom Barber
Morning I need to open an extra port for each unit in my charm, can I ask juju for a count of running units in a service? Thanks Tom -- Juju mailing list Juju@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju

Re: Get number of units

2016-03-02 Thread Tom Barber
ou can always help by sponsoring the project <http://www.meteorite.bi/products/saiku/sponsorship>) On 2 March 2016 at 11:22, Tom Barber wrote: > Morning > > I need to open an extra port for each unit in my charm, can I ask juju for > a count of running units in a service? >

Re: Juju GUI 2.0

2016-03-02 Thread Tom Barber
> Cheers. > > On Wed, Mar 2, 2016 at 12:17 PM, Tom Barber > wrote: > >> Hey Uros, >> >> Did that beta get cut? I forgot to check >> >> Thanks >> >> Tom >> >> -- >> >> Director Meteorite.bi - Sa

Re: Get number of units

2016-03-02 Thread Tom Barber
u gives unique numbers for each unit, you could use a >> units number to enumerate a port. You wouldn't need the peer relationship >> for this directly. As an example >> >> ``` bash >> port_start=4000 >> port=$(expr $port_start + ${JUJU_UNIT_NAME##*/}) >>

Issues with missing positional arguments....

2016-03-03 Thread Tom Barber
Evening all here's one that someone with more brains than me can answer: https://github.com/OSBI/layer-pdi/blob/master/reactive/pdi.py I'm having issues with this with the config-change and upgrade-charm hooks Both have a nasty habit of returning: 2016-03-03 22:25:44 INFO config-changed TypeErr

Re: Issues with missing positional arguments....

2016-03-04 Thread Tom Barber
obvious > that would cause that error, so it will require some debugging. > > On Thu, Mar 3, 2016 at 5:28 PM, Tom Barber > wrote: > >> Evening all here's one that someone with more brains than me can answer: >> >> https://github.com/OSBI/layer-pdi/blob/master/rea

ApacheCon 2016 Talks

2016-03-04 Thread Tom Barber
Hello folks, just some minor self promotion here: I'll be doing a few talks at ApacheCon Big Data which will have some Juju stuff entwined namely: Data Management At Scale: http://sched.co/6M31 I'll be spinning up a bunch of data management and pipeline stuff for a dummy distributed data demo. W

Web App Interface

2016-03-05 Thread Tom Barber
Okay so here's one I wanted to know if it made sense to people or not now there are layers, interfaces etc. Take Saiku or any other WAR based webapp. Currently our app is a Tomcat subordinate, which installs the WAR and a few other directories and just sed-s a few files to set some variables. In

Re: Web App Interface

2016-03-05 Thread Tom Barber
d do in that layer. I'd > be interested to know what others think there. > > On Sat, Mar 5, 2016 at 6:40 AM Tom Barber wrote: > >> Okay so here's one I wanted to know if it made sense to people or not now >> there are layers, interfaces etc. >> >> Ta

  1   2   3   >