Re: ARIA-354 Verified

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

Re: ARIA-354 Verified

2017-11-28 Thread Miguel Angel Jimenez Achinte
Victoria > > Engineering/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. > >> > >> > >> Vish >

Re: ARIA-354 Verified

2017-11-28 Thread Thomas Nadeau
Mon, Nov 27, 2017 at 3:28 PM, Vishwanath Jayaraman < > vishwana...@hotmail.com> wrote: > >> Ok, got it. >> >> >> Vish >> >> >> ________ >> From: Tal Liron >> Sent: Monday, November 27, 2017 5:19 PM >> To

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
gt; > 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
ce that in tag 0.1.1, the blueprint's name is helloworld.yaml, > > without > > > the hyphen. > > > > > > > > > -- > > > Miguel Jimenez, PhD student > > > Department of Computer Science > > > University of Victoria > > > En

Re: ARIA-354 Verified

2017-11-27 Thread Miguel Angel Jimenez Achinte
ent > > Department of Computer Science > > University of Victoria > > Engineering/Computer Science Building (ECS), Room 412 > > Victoria, BC > > V8W 3p6 Canada > > > > On Mon, Nov 27, 2017 at 3:28 PM, Vishwanath Jayaraman < > > vishwana...@hotm

Re: ARIA-354 Verified

2017-11-27 Thread Tal Liron
it. > > > > > > Vish > > > > > > > > From: Tal Liron > > 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

Re: ARIA-354 Verified

2017-11-27 Thread Miguel Angel Jimenez Achinte
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 version. > > On Mon, Nov 27, 2017 at 5:08 PM, Vishwanath Jayaraman < > vishwana...@h

Re: ARIA-354 Verified

2017-11-27 Thread Vishwanath Jayaraman
Ok, got it. Vish From: Tal Liron 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 version. On Mon, N

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

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 mailto:mig...@rigiresearch.com>> wrote: I executed: pip install apache-ariatosca[ssh] Should I use "pip install apache-ariatosca[ssh]==0.1.1 --no-binary a

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 examples/h

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 permissions problem. I

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 Hello World example? >

Re: ARIA-354 Verified

2017-11-27 Thread Miguel Angel Jimenez Achinte
I executed: pip install apache-ariatosca[ssh] Should I use "pip install apache-ariatosca[ssh]==0.1.1 --no-binary apache-ariatosca" instead? -- Miguel Jimenez, PhD student Department of Computer Science University of Victoria Engineering/Computer Science Building (ECS), Room 412 Victoria, BC V8W 3

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 attrib

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 consumer.cons

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 installation of > the latest PIP

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

Re: ARIA-354

2017-11-21 Thread Vishwanath Jayaraman
Cool, I verified that this indeed works with ubuntu 16.04 Vish From: Arthur Berezin Sent: Tuesday, November 21, 2017 7:48 AM To: dev@ariatosca.incubator.apache.org Subject: Re: ARIA-354 This is now resolved, we re-uploaded 0.1.1 package to Pypi and now CTX

Re: ARIA-354

2017-11-21 Thread Thomas Nadeau
Fantastic. Thanks for addressing this! For the benefit of the rest of us, can you please explain what you did to correct the issue - in case this happens in the future? —Tom > On Nov 21, 2017, at 8:48 AM, Arthur Berezin wrote: > > This is now resolved, we re-uploaded

Re: ARIA-354

2017-11-21 Thread Arthur Berezin
This is now resolved, we re-uploaded 0.1.1 package to Pypi and now CTX gets properly installed. Arthur On Mon, Nov 20, 2017 at 6:10 PM Thomas Nadeau wrote: > > Arthur, > > We are grooming the backlog now and came to 354 that you assigned > to yourself this week. Can you give us

ARIA-354

2017-11-20 Thread Thomas Nadeau
Arthur, We are grooming the backlog now and came to 354 that you assigned to yourself this week. Can you give us an update on this one please? This story is critical for the .2 release, so we need this in the next release. If you do not have the bandwidth to complete the task