-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Follow traits schema to specify how app scopes are referenced by components #130
Comments
Thanks for the suggestion. |
Let's move discussion to https://github.com/microsoft/hydra-spec/issues/144 ? |
The problem is that we have only specified how scopes are created as part of an application configuration, not how components are added to a scope, unless we assume every component in an application configuration will be a member of all components in that one application configuration. That however goes against the whole idea of the application scopes. |
I think the whole idea is to reuse and reduce definitions. In fact I'm fine with either solution. But in last weekly meeting, that was the unanimous decision. |
In the operational (application) configuration, it's not specified how the applicationScopes are referenced: https://github.com/microsoft/hydra-spec/blob/master/6.application_configuration.md#component
Suggesting that we follow the schema defined for traits:
https://github.com/microsoft/hydra-spec/blob/master/6.application_configuration.md#trait
Follow-up to #119
The text was updated successfully, but these errors were encountered: