[2/2] incubator-ariatosca git commit: ARIA-321 Provide Clearwater IMS example

2017-08-09 Thread emblemparade
ARIA-321 Provide Clearwater IMS example * Allows capabilities, interfaces, and properties to override parent definition types only if the new type is a descendant of the overridden type * Fix bugs in model instrumentation (to allow ctx access to capability properties and complex values) * Fix to

[1/5] incubator-ariatosca git commit: ARIA-174 Refactor instantiation phase [Forced Update!]

2017-08-09 Thread emblemparade
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-321-clearwater 531b6006d -> 40be30864 (forced update) http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/df2b916e/aria/orchestrator/topology/topology.py

[3/5] incubator-ariatosca git commit: ARIA-174 Refactor instantiation phase

2017-08-09 Thread emblemparade
ARIA-174 Refactor instantiation phase The main issue this PR addressed was the consolidation of instantiation mechanism into a single package - `topology`. The code itself got additional refactoring: 1. `dump` no longer prints onto the console but rather returns a string representation to be

[3/3] incubator-ariatosca git commit: ARIA-174 Refactor instantiation phase

2017-08-09 Thread mxmrlv
ARIA-174 Refactor instantiation phase The main issue this PR addressed was the consolidation of instantiation mechanism into a single package - `topology`. The code itself got additional refactoring: 1. `dump` no longer prints onto the console but rather returns a string representation to be

[2/3] incubator-ariatosca git commit: ARIA-174 Refactor instantiation phase

2017-08-09 Thread mxmrlv
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/df2b916e/aria/modeling/utils.py -- diff --git a/aria/modeling/utils.py b/aria/modeling/utils.py index 274eb88..305020b 100644 --- a/aria/modeling/utils.py +++

[1/3] incubator-ariatosca git commit: ARIA-174 Refactor instantiation phase [Forced Update!]

2017-08-09 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase 4ad587422 -> df2b916e6 (forced update) http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/df2b916e/aria/orchestrator/topology/topology.py

[1/3] incubator-ariatosca git commit: ARIA-174 Refactor instantiation phase [Forced Update!]

2017-08-09 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase b7f7ff7a8 -> 4ad587422 (forced update) http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/4ad58742/aria/orchestrator/topology/topology.py

[2/3] incubator-ariatosca git commit: ARIA-174 Refactor instantiation phase

2017-08-09 Thread mxmrlv
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/4ad58742/aria/modeling/utils.py -- diff --git a/aria/modeling/utils.py b/aria/modeling/utils.py index 274eb88..305020b 100644 --- a/aria/modeling/utils.py +++

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-08-09 Thread AviaE
Github user AviaE commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r132168198 --- Diff: aria/orchestrator/topology/topology.py --- @@ -51,17 +51,17 @@ class Topology(issue.ReporterMixin): def __init__(self,

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-08-09 Thread AviaE
Github user AviaE commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r132167947 --- Diff: aria/orchestrator/topology/template_handler.py --- @@ -47,7 +47,7 @@ def coerce(self, **kwargs):

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-08-09 Thread AviaE
Github user AviaE commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r132167856 --- Diff: aria/core.py --- @@ -118,8 +118,8 @@ def delete_service(self, service_id, force=False): def

incubator-ariatosca git commit: review fix 2 [Forced Update!]

2017-08-09 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase 2a4527c75 -> b7f7ff7a8 (forced update) review fix 2 Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit:

[6/8] incubator-ariatosca git commit: review 1

2017-08-09 Thread mxmrlv
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/1f937296/aria/parser/presentation/fields.py -- diff --git a/aria/parser/presentation/fields.py b/aria/parser/presentation/fields.py index 9de2f7b..5c08d4a 100644 ---

[5/8] incubator-ariatosca git commit: self fixes

2017-08-09 Thread mxmrlv
self fixes Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/6c5c4a67 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/6c5c4a67 Diff:

[8/8] incubator-ariatosca git commit: review fix 2

2017-08-09 Thread mxmrlv
review fix 2 Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/2a4527c7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/2a4527c7 Diff:

[2/8] incubator-ariatosca git commit: wip

2017-08-09 Thread mxmrlv
http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/56841a4d/aria/parser/consumption/consumer.py -- diff --git a/aria/parser/consumption/consumer.py b/aria/parser/consumption/consumer.py index 4f4c614..fb60d66 100644

[4/8] incubator-ariatosca git commit: wip

2017-08-09 Thread mxmrlv
wip Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/56841a4d Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/56841a4d Diff:

incubator-ariatosca git commit: review fix 2

2017-08-09 Thread mxmrlv
Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase 0cdec5298 -> 679bc81c5 review fix 2 Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/679bc81c

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-08-09 Thread AviaE
Github user AviaE commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r132123698 --- Diff: aria/modeling/utils.py --- @@ -175,7 +175,7 @@ def init(*args, **kwargs): return cls -def

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-08-09 Thread AviaE
Github user AviaE commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r132123290 --- Diff: aria/modeling/service_template.py --- @@ -530,6 +530,43 @@ def _next_name(self): return

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-08-09 Thread AviaE
Github user AviaE commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r132127992 --- Diff: aria/orchestrator/topology/instance_handler.py --- @@ -527,78 +539,82 @@ def satisfy_requirements(self): for

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-08-09 Thread AviaE
Github user AviaE commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r132127314 --- Diff: aria/orchestrator/topology/instance_handler.py --- @@ -527,78 +539,82 @@ def satisfy_requirements(self): for

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-08-09 Thread AviaE
Github user AviaE commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r131950842 --- Diff: aria/core.py --- @@ -117,8 +118,8 @@ def delete_service(self, service_id, force=False): def

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-08-09 Thread AviaE
Github user AviaE commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r132127179 --- Diff: aria/orchestrator/topology/instance_handler.py --- @@ -527,78 +539,82 @@ def satisfy_requirements(self): for

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-08-09 Thread AviaE
Github user AviaE commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r132122736 --- Diff: aria/core.py --- @@ -117,8 +118,8 @@ def delete_service(self, service_id, force=False): def

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-08-09 Thread AviaE
Github user AviaE commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r132136296 --- Diff: aria/orchestrator/topology/template_handler.py --- @@ -584,13 +588,20 @@ def instantiate(self, instance_cls): return

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-08-09 Thread AviaE
Github user AviaE commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r132127229 --- Diff: aria/orchestrator/topology/instance_handler.py --- @@ -527,78 +539,82 @@ def satisfy_requirements(self): for

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-08-09 Thread AviaE
Github user AviaE commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r132137184 --- Diff: aria/orchestrator/topology/topology.py --- @@ -50,28 +49,33 @@ class Topology(issue.Reporter): models.Type: models.Type

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-08-09 Thread AviaE
Github user AviaE commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r132137742 --- Diff: aria/orchestrator/topology/topology.py --- @@ -50,28 +49,33 @@ class Topology(issue.Reporter): models.Type: models.Type

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-08-09 Thread AviaE
Github user AviaE commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r132137988 --- Diff: aria/orchestrator/topology/topology.py --- @@ -50,28 +49,33 @@ class Topology(issue.Reporter): models.Type: models.Type

[GitHub] incubator-ariatosca pull request #189: ARIA-174 Refactor instantiation phase

2017-08-09 Thread AviaE
Github user AviaE commented on a diff in the pull request: https://github.com/apache/incubator-ariatosca/pull/189#discussion_r132140607 --- Diff: aria/utils/console.py --- @@ -31,51 +31,51 @@ class TopologyStylizer(object): -def __init__(self,