Re: ARIA-354 Verified

2017-11-28 Thread Thomas Nadeau
gt;> without >>> the hyphen. >>> >>> >>> -- >>> Miguel Jimenez, PhD student >>> Department of Computer Science >>> University of Victoria >>> Engineering/Computer Science Building (ECS), Room 412 >>> Victoria, BC

Re: ARIA-354 Verified

2017-11-28 Thread Thomas Nadeau
Canada > > On Mon, Nov 27, 2017 at 3:28 PM, Vishwanath Jayaraman < > vishwana...@hotmail.com> wrote: > >> Ok, got it. >> >> >> Vish >> >> >> ________ >> From: Tal Liron <t...@cloudify.co> &

Re: ARIA-354 Verified

2017-11-28 Thread Thomas Nadeau
Yea, that if my foggy memory serves me right, was just a temp. fix we had to do a couple of months ago to get things installed, but now that isn’t necessary. As Tal said earlier, he is into the parsing phase now, so its something else. —Tom > On Nov 27, 2017, at 6:19 PM, Tal

Re: ARIA-354 Verified

2017-11-27 Thread Miguel Angel Jimenez Achinte
ervice-templates store examples/hello-world/helloworld.yaml > > > > my-service-template > > > > > > > > Notice that in tag 0.1.1, the blueprint's name is helloworld.yaml, > > > without > > > > the hyphen. > > > > > > > > > > > > -- > > > >

Re: ARIA-354 Verified

2017-11-27 Thread Tal Liron
eering/Computer Science Building (ECS), Room 412 > > > Victoria, BC > > > V8W 3p6 Canada > > > > > > On Mon, Nov 27, 2017 at 3:28 PM, Vishwanath Jayaraman < > > > vishwana...@hotmail.com> wrote: > > > > > > > Ok, got it. > >

Re: ARIA-354 Verified

2017-11-27 Thread Miguel Angel Jimenez Achinte
om> wrote: > > > > > Ok, got it. > > > > > > > > > Vish > > > > > > > > > > > > From: Tal Liron <t...@cloudify.co> > > > Sent: Monday, November 27, 2017 5:19 PM > > >

Re: ARIA-354 Verified

2017-11-27 Thread Tal Liron
; > > > > > ________ > > From: Tal Liron <t...@cloudify.co> > > Sent: Monday, November 27, 2017 5:19 PM > > To: dev@ariatosca.incubator.apache.org > > Subject: Re: ARIA-354 Verified > > > > Vish, I'm pretty sure the version suffix

Re: ARIA-354 Verified

2017-11-27 Thread Miguel Angel Jimenez Achinte
ay, November 27, 2017 5:19 PM > To: dev@ariatosca.incubator.apache.org > Subject: Re: ARIA-354 Verified > > Vish, I'm pretty sure the version suffix is not required, because 0.1.1 is > the highest version. > > On Mon, Nov 27, 2017 at 5:08 PM, Vishwanath Jayaraman < > vishwan

Re: ARIA-354 Verified

2017-11-27 Thread Vishwanath Jayaraman
Ok, got it. Vish From: Tal Liron <t...@cloudify.co> Sent: Monday, November 27, 2017 5:19 PM To: dev@ariatosca.incubator.apache.org Subject: Re: ARIA-354 Verified Vish, I'm pretty sure the version suffix is not required, because 0.1.1 is the highest v

Re: ARIA-354 Verified

2017-11-27 Thread Tal Liron
Vish, I'm pretty sure the version suffix is not required, because 0.1.1 is the highest version. On Mon, Nov 27, 2017 at 5:08 PM, Vishwanath Jayaraman < vishwana...@hotmail.com> wrote: > > You need to execute > > pip install apache-ariatosca[ssh]==0.1.1 > > Sent from my iPhone > > On Nov 27,

Re: ARIA-354 Verified

2017-11-27 Thread Vishwanath Jayaraman
You need to execute pip install apache-ariatosca[ssh]==0.1.1 Sent from my iPhone On Nov 27, 2017, at 4:49 PM, Miguel Angel Jimenez Achinte > wrote: I executed: pip install apache-ariatosca[ssh] Should I use "pip install

Re: ARIA-354 Verified

2017-11-27 Thread Miguel Angel Jimenez Achinte
Tom, these are the commands I executed to get "aria --version" working: sudo pip install --upgrade setuptools sudo pip install apache-ariatosca[ssh] ... aria --version v0.1.1 ... git clone https://github.com/apache/incubator-ariatosca; cd incubator-ariatosca aria service-templates store

Re: ARIA-354 Verified

2017-11-27 Thread Tal Liron
Tom, the errors he is getting are not related to permissions. He has gone beyond the install phase and is having errors when trying to parse a TOSCA file. On Mon, Nov 27, 2017 at 4:53 PM, Thomas Nadeau wrote: > You need to do this as: > > % sudo -H pip install … > > Its a

Re: ARIA-354 Verified

2017-11-27 Thread Tal Liron
The error you are seeing now is unrelated to the error that required the "--no-binary" workaround. It seems somehow your install is not seeing the extensions, and thus is not finding the TOSCA parser. Are you using a virtualenv? Or are you using "sudo -H" to install to your operating system? On

Re: ARIA-354 Verified

2017-11-27 Thread Thomas Nadeau
You need to do this as: % sudo -H pip install … Its a permissions problem. I literally started to modify the Installation Instructions earlier when I was reminded of this myself. Can’t get a good answer as to how to fix it either. Experienced it on CenOS, Fedora and Ubuntu. —Tom > On Nov

Re: ARIA-354 Verified

2017-11-27 Thread Thomas Nadeau
OH yes, I need to run the “hell world” example. I’ll do that first thing Tuesday... > On Nov 27, 2017, at 5:24 PM, Tal Liron wrote: > > Tom, the specific problems we had were not with installation, but rather in > running workflows. Have you tried to install the

Re: ARIA-354 Verified

2017-11-27 Thread Tal Liron
Miguel, how did you install ARIA? On Mon, Nov 27, 2017 at 4:44 PM, Miguel Angel Jimenez Achinte < mig...@rigiresearch.com> wrote: > I just installed ARIA on Centos 7 and I get the same error: > > Storing service template my-service-template... > > *AttributeError*: 'NoneType' object has no

Re: ARIA-354 Verified

2017-11-27 Thread Miguel Angel Jimenez Achinte
I just installed ARIA on Centos 7 and I get the same error: Storing service template my-service-template... *AttributeError*: 'NoneType' object has no attribute '_get_properties' File "/usr/lib/python2.7/site-packages/aria/parser/consumption/consumer.py", line 70, in consume

Re: ARIA-354 Verified

2017-11-27 Thread Tal Liron
Tom, the specific problems we had were not with installation, but rather in running workflows. Have you tried to install the Hello World example? On Mon, Nov 27, 2017 at 2:54 PM, Thomas Nadeau wrote: > > I took an action during the grooming to verify the

ARIA-354 Verified

2017-11-27 Thread Thomas Nadeau
I took an action during the grooming to verify the installation of the latest PIP artifacts. I was able to install successfully on Ubuntu 16.04 LTS just now. —Tom