Github user tliron commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/95#discussion_r109940731
--- Diff: aria/modeling/service_instance.py ---
@@ -180,6 +181,16 @@ def validate_capabilities(self):
satisfied = False
return satisfied
+ def find_hosts(self):
--- End diff --
That's not true: this phase will need be run every time there is a change
in the topology. This is part of the reason I don't think `instantiation` is
the right name for this module we talk about, since it would actually be used
in many cases after instantiation.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---