Skip to content
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

Enable the support for custom properties for the container_base generator. #34

Open
pwizenty opened this issue Feb 15, 2021 · 0 comments
Labels
operation viewpoint Issue is related to LEMMA's Operation Viewpoint technology modeling Issue concerns technology modeling with LEMMA

Comments

@pwizenty
Copy link
Collaborator

pwizenty commented Feb 15, 2021

Currently, container_base generator doesn't support the configuration of custom properties in operation models.

To enable the support of custom properties, the generator should be able to transform an operation aspect into a service property, as listed below.

// Operation aspect
aspect CustomProperty for containers, infrastructure {
    string key<mandatory>;
    string value<mandatory>;
 }
// Service property
service.property.key=service.property.value
@pwizenty pwizenty added operation viewpoint Issue is related to LEMMA's Operation Viewpoint technology modeling Issue concerns technology modeling with LEMMA labels Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
operation viewpoint Issue is related to LEMMA's Operation Viewpoint technology modeling Issue concerns technology modeling with LEMMA
Projects
None yet
Development

No branches or pull requests

1 participant