[
https://issues.apache.org/jira/browse/ARIA-105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15901625#comment-15901625
]
ASF GitHub Bot commented on ARIA-105:
-------------------------------------
Github user ran-z commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/72#discussion_r104974724
--- Diff: aria/modeling/orchestration.py ---
@@ -327,20 +340,48 @@ class PluginBase(ModelMixin):
uploaded_at = Column(DateTime, nullable=False, index=True)
wheels = Column(List, nullable=False)
+ # region foreign keys
+
+ __private_fields__ = ['service_template_fk']
--- End diff --
as we mentioned, this should change; need two separate plugin models, one
for those declared in service templates, and another for those installed via
the plugin manager.
> Integrate new models into parser
> --------------------------------
>
> Key: ARIA-105
> URL: https://issues.apache.org/jira/browse/ARIA-105
> Project: AriaTosca
> Issue Type: Task
> Reporter: Ran Ziv
> Assignee: Tal Liron
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)