Re: [VOTE] publish ariatosca 0.1.0

2017-07-06 Thread Ran Ziv
Thanks everyone.

Regarding MacOS installation, it's indeed a "TODO" at the moment. We only
have instructions and test installation on Linux and Windows at this time.

Regarding licenses in YAML files, we've had a discussion on the ariatosca
dev mailing list a while back about whether these are required or not, and
since to my understanding they aren't mandatory it seemed to make some
simple, one-liner yaml configuration / input files cumbersome, so we
omitted them in some cases.



On Thu, Jul 6, 2017 at 5:15 AM, John D. Ament  wrote:

> It looks like the header issues are tracked as
> https://issues.apache.org/jira/browse/ARIA-300
>
> Thanks Tal!
>
> John
>
> On Wed, Jul 5, 2017 at 10:11 PM Tal Liron  wrote:
>
> > +1 non-binding.
> >
> > Justin, most of the YAML files do have the header, it seems that only our
> > examples don't. I will make a note to add them.
> >
> > On Wed, Jul 5, 2017 at 8:02 PM, Justin Mclean 
> > wrote:
> >
> > > Hi,
> > >
> > > +1 binding
> > >
> > > I checked:
> > > - incubating in name
> > > - signatures and hashes good
> > > - disclaimer exists
> > > - LICENSE and NOTICE good
> > > - no unexpected binaries
> > > - All source file have ASF headers (would be nice if the yaml files has
> > > ASF headers)
> > >
> > > I did run into an issue compiling but probably my setup. Is OSX a
> > > supported platform I note a TODO in the readme?
> > >
> > >  Running setup.py install for apache-ariatosca ... error
> > >Complete output from command /usr/bin/python -u -c "import
> setuptools,
> > >
> > tokenize;__file__='/private/tmp/pip-RmQ4kh-build/setup.py'
> ;f=getattr(tokenize,
> > > 'open', open)(__file__);code=f.read().replace('\r\n',
> > > '\n');f.close();exec(compile(code, __file__, 'exec'))" install
> --record
> > > /tmp/pip-7e9Nfb-record/install-record.txt
> > --single-version-externally-managed
> > > --compile:
> > >Traceback (most recent call last):
> > >  File "", line 1, in 
> > >  File "/Library/Python/2.7/site-packages/setuptools/__init__.py",
> > > line 12, in 
> > >import setuptools.version
> > >  File "/Library/Python/2.7/site-packages/setuptools/version.py",
> line
> > > 1, in 
> > >import pkg_resources
> > >  File "/Library/Python/2.7/site-packages/pkg_resources/__init_
> _.py",
> > > line 72, in 
> > >import packaging.requirements
> > >  File "/Library/Python/2.7/site-packages/packaging/
> requirements.py",
> > > line 59, in 
> > >MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker")
> > >TypeError: __call__() takes exactly 2 arguments (1 given)
> > >
> > > Thanks,
> > > Justin
> > > -
> > > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > > For additional commands, e-mail: general-h...@incubator.apache.org
> > >
> > >
> >
> >
> > --
> > Tal Liron, Senior Solutions Architect 
> > --
> > M: +1-312-375-8299 <(312)%20375-8299> http://cloudify.co @cloudifysource
> > 
> > 
> > 
> > 
> >
>


Re: [VOTE] publish ariatosca 0.1.0

2017-07-05 Thread John D. Ament
It looks like the header issues are tracked as
https://issues.apache.org/jira/browse/ARIA-300

Thanks Tal!

John

On Wed, Jul 5, 2017 at 10:11 PM Tal Liron  wrote:

> +1 non-binding.
>
> Justin, most of the YAML files do have the header, it seems that only our
> examples don't. I will make a note to add them.
>
> On Wed, Jul 5, 2017 at 8:02 PM, Justin Mclean 
> wrote:
>
> > Hi,
> >
> > +1 binding
> >
> > I checked:
> > - incubating in name
> > - signatures and hashes good
> > - disclaimer exists
> > - LICENSE and NOTICE good
> > - no unexpected binaries
> > - All source file have ASF headers (would be nice if the yaml files has
> > ASF headers)
> >
> > I did run into an issue compiling but probably my setup. Is OSX a
> > supported platform I note a TODO in the readme?
> >
> >  Running setup.py install for apache-ariatosca ... error
> >Complete output from command /usr/bin/python -u -c "import setuptools,
> >
> tokenize;__file__='/private/tmp/pip-RmQ4kh-build/setup.py';f=getattr(tokenize,
> > 'open', open)(__file__);code=f.read().replace('\r\n',
> > '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record
> > /tmp/pip-7e9Nfb-record/install-record.txt
> --single-version-externally-managed
> > --compile:
> >Traceback (most recent call last):
> >  File "", line 1, in 
> >  File "/Library/Python/2.7/site-packages/setuptools/__init__.py",
> > line 12, in 
> >import setuptools.version
> >  File "/Library/Python/2.7/site-packages/setuptools/version.py", line
> > 1, in 
> >import pkg_resources
> >  File "/Library/Python/2.7/site-packages/pkg_resources/__init__.py",
> > line 72, in 
> >import packaging.requirements
> >  File "/Library/Python/2.7/site-packages/packaging/requirements.py",
> > line 59, in 
> >MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker")
> >TypeError: __call__() takes exactly 2 arguments (1 given)
> >
> > Thanks,
> > Justin
> > -
> > To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> > For additional commands, e-mail: general-h...@incubator.apache.org
> >
> >
>
>
> --
> Tal Liron, Senior Solutions Architect 
> --
> M: +1-312-375-8299 <(312)%20375-8299> http://cloudify.co @cloudifysource
> 
> 
> 
> 
>


Re: [VOTE] publish ariatosca 0.1.0

2017-07-05 Thread Tal Liron
+1 non-binding.

Justin, most of the YAML files do have the header, it seems that only our
examples don't. I will make a note to add them.

On Wed, Jul 5, 2017 at 8:02 PM, Justin Mclean 
wrote:

> Hi,
>
> +1 binding
>
> I checked:
> - incubating in name
> - signatures and hashes good
> - disclaimer exists
> - LICENSE and NOTICE good
> - no unexpected binaries
> - All source file have ASF headers (would be nice if the yaml files has
> ASF headers)
>
> I did run into an issue compiling but probably my setup. Is OSX a
> supported platform I note a TODO in the readme?
>
>  Running setup.py install for apache-ariatosca ... error
>Complete output from command /usr/bin/python -u -c "import setuptools,
> tokenize;__file__='/private/tmp/pip-RmQ4kh-build/setup.py';f=getattr(tokenize,
> 'open', open)(__file__);code=f.read().replace('\r\n',
> '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record
> /tmp/pip-7e9Nfb-record/install-record.txt --single-version-externally-managed
> --compile:
>Traceback (most recent call last):
>  File "", line 1, in 
>  File "/Library/Python/2.7/site-packages/setuptools/__init__.py",
> line 12, in 
>import setuptools.version
>  File "/Library/Python/2.7/site-packages/setuptools/version.py", line
> 1, in 
>import pkg_resources
>  File "/Library/Python/2.7/site-packages/pkg_resources/__init__.py",
> line 72, in 
>import packaging.requirements
>  File "/Library/Python/2.7/site-packages/packaging/requirements.py",
> line 59, in 
>MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker")
>TypeError: __call__() takes exactly 2 arguments (1 given)
>
> Thanks,
> Justin
> -
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>


-- 
Tal Liron, Senior Solutions Architect 
--
M: +1-312-375-8299 http://cloudify.co @cloudifysource






Re: [VOTE] publish ariatosca 0.1.0

2017-07-05 Thread Justin Mclean
Hi,

+1 binding

I checked:
- incubating in name
- signatures and hashes good
- disclaimer exists
- LICENSE and NOTICE good
- no unexpected binaries
- All source file have ASF headers (would be nice if the yaml files has ASF 
headers)

I did run into an issue compiling but probably my setup. Is OSX a supported 
platform I note a TODO in the readme?

 Running setup.py install for apache-ariatosca ... error
   Complete output from command /usr/bin/python -u -c "import setuptools, 
tokenize;__file__='/private/tmp/pip-RmQ4kh-build/setup.py';f=getattr(tokenize, 
'open', open)(__file__);code=f.read().replace('\r\n', 
'\n');f.close();exec(compile(code, __file__, 'exec'))" install --record 
/tmp/pip-7e9Nfb-record/install-record.txt --single-version-externally-managed 
--compile:
   Traceback (most recent call last):
 File "", line 1, in 
 File "/Library/Python/2.7/site-packages/setuptools/__init__.py", line 12, 
in 
   import setuptools.version
 File "/Library/Python/2.7/site-packages/setuptools/version.py", line 1, in 

   import pkg_resources
 File "/Library/Python/2.7/site-packages/pkg_resources/__init__.py", line 
72, in 
   import packaging.requirements
 File "/Library/Python/2.7/site-packages/packaging/requirements.py", line 
59, in 
   MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker")
   TypeError: __call__() takes exactly 2 arguments (1 given)

Thanks,
Justin
-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



Re: [VOTE] publish ariatosca 0.1.0

2017-07-05 Thread Avia Efrat
Copying my non-binding +1 from dev@ariatosca:
[
1) Validated signature & checksums
2) Validated LICENSE, NOTICE, DISCLAIMER, "incubating" in archive name
3) Made a clean install using "pip install ."
4) Ran tests using "make test"
+1
]

On Wed, Jul 5, 2017 at 7:33 PM, Ran Ziv  wrote:

> Copying my non-binding +1 from dev@ariatosca
>
> On Wed, Jul 5, 2017 at 5:24 PM, Suneel Marthi  wrote:
>
> > Copying my +1 from dev@ariatosca
> >
> >
> > On Wed, Jul 5, 2017 at 9:57 AM, John D. Ament 
> > wrote:
> >
> > > Copying my +1 from the dev list.
> > >
> > > - Builds from source
> > > - Signed
> > > - Clearly separated source, sdist and bdist files
> > >
> > > John
> > >
> > > On Wed, Jul 5, 2017 at 9:52 AM Ran Ziv  wrote:
> > >
> > > > The ariatosca community voted on and has approved a proposal to
> release
> > > > ariatosca 0.1.0.
> > > > Pursuant to the Releases section of the Incubation Policy and with
> the
> > > > endorsement of two of our mentors we would now like to request the
> > > > permission of the Incubator PMC to publish the tarball Apache's
> > > > /dist/release.
> > > >
> > > >
> > > > Proposal:
> > > >
> > > > https://lists.apache.org/thread.html/ab4979e21893389a97f57d0b182360
> > > 8a0933f27fcc4e7e0805cbc583@%3Cdev.ariatosca.apache.org%3E
> > > >
> > > >
> > > > Vote result:
> > > >
> > > > https://lists.apache.org/thread.html/24420783e5bb09db4246819d31c9b7
> > > 806edc57013e0838ec4790c06b@%3Cdev.ariatosca.apache.org%3E
> > > >
> > > >
> > > > Release candidate package may be found at:
> > > > *
> > > > https://dist.apache.org/repos/dist/dev/incubator/ariatosca/
> > > 0.1.0-incubating/
> > > > <
> > > > https://dist.apache.org/repos/dist/dev/incubator/ariatosca/
> > > 0.1.0-incubating/
> > > > >*
> > > > The "source" directory contains the actual source snapshot as
> required
> > > per
> > > > an Apache release.
> > > > the "sdist" and "bdist" directories are Pythonic source and binary
> > > > distributions, to be uploaded on PyPI upon a successful vote.
> > > >
> > > > See more information about the package in the original proposal
> thread.
> > > >
> > > >
> > > >
> > > > Please vote by Saturday, July 8th, at 14:00 UTC.
> > > >
> > > >
> > > > Thanks,
> > > > Ran
> > > >
> > >
> >
>



-- 
Avia Efrat
SW Engineer
a...@gigaspaces.com | +972546204553
Cloudify | http://getcloudify.org




   
[image: Azure Webinar]



Re: [VOTE] publish ariatosca 0.1.0

2017-07-05 Thread Ran Ziv
Copying my non-binding +1 from dev@ariatosca

On Wed, Jul 5, 2017 at 5:24 PM, Suneel Marthi  wrote:

> Copying my +1 from dev@ariatosca
>
>
> On Wed, Jul 5, 2017 at 9:57 AM, John D. Ament 
> wrote:
>
> > Copying my +1 from the dev list.
> >
> > - Builds from source
> > - Signed
> > - Clearly separated source, sdist and bdist files
> >
> > John
> >
> > On Wed, Jul 5, 2017 at 9:52 AM Ran Ziv  wrote:
> >
> > > The ariatosca community voted on and has approved a proposal to release
> > > ariatosca 0.1.0.
> > > Pursuant to the Releases section of the Incubation Policy and with the
> > > endorsement of two of our mentors we would now like to request the
> > > permission of the Incubator PMC to publish the tarball Apache's
> > > /dist/release.
> > >
> > >
> > > Proposal:
> > >
> > > https://lists.apache.org/thread.html/ab4979e21893389a97f57d0b182360
> > 8a0933f27fcc4e7e0805cbc583@%3Cdev.ariatosca.apache.org%3E
> > >
> > >
> > > Vote result:
> > >
> > > https://lists.apache.org/thread.html/24420783e5bb09db4246819d31c9b7
> > 806edc57013e0838ec4790c06b@%3Cdev.ariatosca.apache.org%3E
> > >
> > >
> > > Release candidate package may be found at:
> > > *
> > > https://dist.apache.org/repos/dist/dev/incubator/ariatosca/
> > 0.1.0-incubating/
> > > <
> > > https://dist.apache.org/repos/dist/dev/incubator/ariatosca/
> > 0.1.0-incubating/
> > > >*
> > > The "source" directory contains the actual source snapshot as required
> > per
> > > an Apache release.
> > > the "sdist" and "bdist" directories are Pythonic source and binary
> > > distributions, to be uploaded on PyPI upon a successful vote.
> > >
> > > See more information about the package in the original proposal thread.
> > >
> > >
> > >
> > > Please vote by Saturday, July 8th, at 14:00 UTC.
> > >
> > >
> > > Thanks,
> > > Ran
> > >
> >
>


Re: [VOTE] publish ariatosca 0.1.0

2017-07-05 Thread Suneel Marthi
Copying my +1 from dev@ariatosca


On Wed, Jul 5, 2017 at 9:57 AM, John D. Ament  wrote:

> Copying my +1 from the dev list.
>
> - Builds from source
> - Signed
> - Clearly separated source, sdist and bdist files
>
> John
>
> On Wed, Jul 5, 2017 at 9:52 AM Ran Ziv  wrote:
>
> > The ariatosca community voted on and has approved a proposal to release
> > ariatosca 0.1.0.
> > Pursuant to the Releases section of the Incubation Policy and with the
> > endorsement of two of our mentors we would now like to request the
> > permission of the Incubator PMC to publish the tarball Apache's
> > /dist/release.
> >
> >
> > Proposal:
> >
> > https://lists.apache.org/thread.html/ab4979e21893389a97f57d0b182360
> 8a0933f27fcc4e7e0805cbc583@%3Cdev.ariatosca.apache.org%3E
> >
> >
> > Vote result:
> >
> > https://lists.apache.org/thread.html/24420783e5bb09db4246819d31c9b7
> 806edc57013e0838ec4790c06b@%3Cdev.ariatosca.apache.org%3E
> >
> >
> > Release candidate package may be found at:
> > *
> > https://dist.apache.org/repos/dist/dev/incubator/ariatosca/
> 0.1.0-incubating/
> > <
> > https://dist.apache.org/repos/dist/dev/incubator/ariatosca/
> 0.1.0-incubating/
> > >*
> > The "source" directory contains the actual source snapshot as required
> per
> > an Apache release.
> > the "sdist" and "bdist" directories are Pythonic source and binary
> > distributions, to be uploaded on PyPI upon a successful vote.
> >
> > See more information about the package in the original proposal thread.
> >
> >
> >
> > Please vote by Saturday, July 8th, at 14:00 UTC.
> >
> >
> > Thanks,
> > Ran
> >
>


Re: [VOTE] publish ariatosca 0.1.0

2017-07-05 Thread John D. Ament
Copying my +1 from the dev list.

- Builds from source
- Signed
- Clearly separated source, sdist and bdist files

John

On Wed, Jul 5, 2017 at 9:52 AM Ran Ziv  wrote:

> The ariatosca community voted on and has approved a proposal to release
> ariatosca 0.1.0.
> Pursuant to the Releases section of the Incubation Policy and with the
> endorsement of two of our mentors we would now like to request the
> permission of the Incubator PMC to publish the tarball Apache's
> /dist/release.
>
>
> Proposal:
>
> https://lists.apache.org/thread.html/ab4979e21893389a97f57d0b1823608a0933f27fcc4e7e0805cbc583@%3Cdev.ariatosca.apache.org%3E
>
>
> Vote result:
>
> https://lists.apache.org/thread.html/24420783e5bb09db4246819d31c9b7806edc57013e0838ec4790c06b@%3Cdev.ariatosca.apache.org%3E
>
>
> Release candidate package may be found at:
> *
> https://dist.apache.org/repos/dist/dev/incubator/ariatosca/0.1.0-incubating/
> <
> https://dist.apache.org/repos/dist/dev/incubator/ariatosca/0.1.0-incubating/
> >*
> The "source" directory contains the actual source snapshot as required per
> an Apache release.
> the "sdist" and "bdist" directories are Pythonic source and binary
> distributions, to be uploaded on PyPI upon a successful vote.
>
> See more information about the package in the original proposal thread.
>
>
>
> Please vote by Saturday, July 8th, at 14:00 UTC.
>
>
> Thanks,
> Ran
>