Re: 答复: 答复: Using maas+juju to deploy openstack,I can't run 02-maasdeploy.sh successfully.

2015-12-08 Thread Narinder Gupta
in the file below entry defines it # Defines the general setup for the MAAS environment, including the # username and password for the host as well as the MAAS server. user: ubuntu password: ubuntu But you need to redeploy to test. Thanks and Regards, Narinder Gupta (PM

答复: 答复: Using maas+juju to deploy openstack,I can't run 02-maasdeploy.sh successfully.

2015-12-08 Thread zhangyuanyou
Hi Narinder Gupta, Now I am use the user onos ,password root, Where should I modify in the file deployments.yaml? Could you show me? Thanks and Regards, yuanyou 发件人: zhangyuanyou 发送时间: 2015年12月7日 9:48 收件人: 'Narinder Gupta' 抄送: artur.tyl...@canonical.com; billy.ol...@canonical.com; Weid

Re: Charm layers and python2 dependencies

2015-12-08 Thread Merlijn Sebrechts
Thanks! 2015-12-08 18:38 GMT+01:00 Adam Stokes : > You can use `pip2` and it'll pull down the python 2.7 flask > > On Tue, Dec 8, 2015 at 12:36 PM, Merlijn Sebrechts < > merlijn.sebrec...@gmail.com> wrote: > >> Hi all >> >> >> Since shortly, Charm build creates Python3 Charms instead of Python2.

Charm layers and python2 dependencies

2015-12-08 Thread Merlijn Sebrechts
Hi all Since shortly, Charm build creates Python3 Charms instead of Python2. I have a Charm that installs a Python2 application. It requires some pip dependencies like Flask, which I install using `subprocess.check_output(['pip', 'install', ...])`. The problem now is that for some reason, this i

Re: Charm layers and python2 dependencies

2015-12-08 Thread Adam Stokes
You can use `pip2` and it'll pull down the python 2.7 flask On Tue, Dec 8, 2015 at 12:36 PM, Merlijn Sebrechts < merlijn.sebrec...@gmail.com> wrote: > Hi all > > > Since shortly, Charm build creates Python3 Charms instead of Python2. I > have a Charm that installs a Python2 application. It requir

Re: Saiku Amulet charm testing

2015-12-08 Thread Marco Ceppi
Try d = amulet.Deployment(series='trusty') otherwise I think it defaults to precise but I'd need to check. Marco On Tue, Dec 8, 2015 at 9:10 AM Tom Barber wrote: > Okay modification made, can someone explain: > > cannot add relation "saiku:website tomcat:website": principal and > subordinate

Re: Saiku Amulet charm testing

2015-12-08 Thread Tom Barber
Okay modification made, can someone explain: cannot add relation "saiku:website tomcat:website": principal and subordinate services\' series must match' Thanks Tom -- Director Meteorite.bi - Saiku Analytics Founder Tel: +44(0)5603641316 (Thanks to the Saiku community we reached ou

Re: Saiku Amulet charm testing

2015-12-08 Thread Tom Barber
Thanks chaps. Tom -- Director Meteorite.bi - Saiku Analytics Founder Tel: +44(0)5603641316 (Thanks to the Saiku community we reached our Kickstart goal, but you can always help by sponsoring th

Re: Saiku Amulet charm testing

2015-12-08 Thread Tim Van Steenburgh
On Tue, Dec 8, 2015 at 6:43 AM, Tom Barber wrote: > 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(

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-