You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ariatosca.apache.org by av...@apache.org on 2017/03/12 12:41:07 UTC

[1/2] incubator-ariatosca git commit: Change parameter name in wagon.install to venv [Forced Update!]

Repository: incubator-ariatosca
Updated Branches:
  refs/heads/ARIA-96-less-strict-dependencies bbf40625c -> baafbcd93 (forced update)


Change parameter name in wagon.install to venv

The previous requirements file specified wagon==0.5.0.
In the new requirements file we don't specify a version for wagon,
so we get the latest - 0.6.0.
In this version, wagon.install's virtualenv argument was changed to venv.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/46c40b3d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/46c40b3d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/46c40b3d

Branch: refs/heads/ARIA-96-less-strict-dependencies
Commit: 46c40b3df78d9ce75447497135c6cf7d71ea66c3
Parents: f01f082
Author: Avia Efrat <av...@gigaspaces.com>
Authored: Sun Mar 12 14:32:37 2017 +0200
Committer: Avia Efrat <av...@gigaspaces.com>
Committed: Sun Mar 12 14:32:37 2017 +0200

----------------------------------------------------------------------
 aria/orchestrator/plugin.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/46c40b3d/aria/orchestrator/plugin.py
----------------------------------------------------------------------
diff --git a/aria/orchestrator/plugin.py b/aria/orchestrator/plugin.py
index 381504e..d815754 100644
--- a/aria/orchestrator/plugin.py
+++ b/aria/orchestrator/plugin.py
@@ -92,7 +92,7 @@ class PluginManager(object):
                 install_args='--prefix="{prefix}" --constraint="{constraint}"'.format(
                     prefix=prefix,
                     constraint=constraint.name),
-                virtualenv=os.environ.get('VIRTUAL_ENV'))
+                venv=os.environ.get('VIRTUAL_ENV'))
         finally:
             os.remove(constraint_path)
 


[2/2] incubator-ariatosca git commit: Changed yaml boolean from 'no' to 'false'

Posted by av...@apache.org.
Changed yaml boolean from 'no' to 'false'

Up from version 0.12.17 ruamel.yaml does not support 'no' as a boolean
value, as it complies with the yaml1.2 spec.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/baafbcd9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/baafbcd9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/baafbcd9

Branch: refs/heads/ARIA-96-less-strict-dependencies
Commit: baafbcd9341c121f1f51fe5e5c042c305426d162
Parents: 46c40b3
Author: Avia Efrat <av...@gigaspaces.com>
Authored: Sun Mar 12 14:37:39 2017 +0200
Committer: Avia Efrat <av...@gigaspaces.com>
Committed: Sun Mar 12 14:37:39 2017 +0200

----------------------------------------------------------------------
 examples/tosca-simple-1.0/use-cases/non-normative-types.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/baafbcd9/examples/tosca-simple-1.0/use-cases/non-normative-types.yaml
----------------------------------------------------------------------
diff --git a/examples/tosca-simple-1.0/use-cases/non-normative-types.yaml b/examples/tosca-simple-1.0/use-cases/non-normative-types.yaml
index fa826f5..24f22a3 100644
--- a/examples/tosca-simple-1.0/use-cases/non-normative-types.yaml
+++ b/examples/tosca-simple-1.0/use-cases/non-normative-types.yaml
@@ -155,7 +155,7 @@ node_types:
     properties:
       # Property to supply the desired implementation in the Github repository
       github_url:
-        required: no
+        required: false
         type: string
         description: location of the application on the github.
         default: https://github.com/mmm/testnode.git