Re: helloworld oddity

2017-11-03 Thread Tal Liron
This is fixed for the upcoming 0.2 release. On Fri, Nov 3, 2017 at 11:26 AM, Thomas Nadeau wrote: > > Yea that is one of the things on the list of “getting started” > things to straighten out. > The PR Vish is about to push starts those fixes. > > --Tom

Re: helloworld oddity

2017-11-03 Thread Thomas Nadeau
Yea that is one of the things on the list of “getting started” things to straighten out. The PR Vish is about to push starts those fixes. --Tom > On Nov 3, 2017, at 12:14 PM, DeWayne Filppi wrote: > > Perfect. Thanks. > > On Fri, Nov 3, 2017 at 8:52

Re: helloworld oddity

2017-11-03 Thread DeWayne Filppi
Perfect. Thanks. On Fri, Nov 3, 2017 at 8:52 AM, Vishwanath Jayaraman < vishwana...@hotmail.com> wrote: > I ran into this issue earlier. > > The example you are referrring to is in the master branch of the > hello_world.yaml https://github.com/apache/incubator-ariatosca/blob/ >

Re: helloworld oddity

2017-11-03 Thread Vishwanath Jayaraman
I ran into this issue earlier. The example you are referrring to is in the master branch of the hello_world.yaml https://github.com/apache/incubator-ariatosca/blob/master/examples/hello-world/hello-world.yaml You will need to use the example from 0.1.1 tagged branch at

helloworld oddity

2017-11-03 Thread DeWayne Filppi
In the helloworld.yaml example template there is a node derived from tosca:Root. WebServer: derived_from: tosca:Root This fails validation in 0.1.1. Am I missing something? DeWayne