You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the following camp.yml, I expect that CAMP does not generate stacks that includes mutliple implementation of the same "feature". In this example, it the the HTTP proxy features. While both the NGinx & Apache component offer that feature, it does not make sense to get both in the same software stacks.
components:
django:
provides_services: [ MyService ]requires_features: [ Python, HttpProxy ]apache:
provides_features: [ HttpProxy ]requires_features: [ Linux ]nginx:
provides_features: [ HttpProxy ]requires_features: [ Linux ]python:
provides_features: [ Python ]requires_features: [ Linux ]ubuntu:
provides_features: [ Linux ]
The configurations that CAMP generates are the following:
Characteristics
Description
Given the following
camp.yml
, I expect that CAMP does not generate stacks that includes mutliple implementation of the same "feature". In this example, it the the HTTP proxy features. While both the NGinx & Apache component offer that feature, it does not make sense to get both in the same software stacks.The configurations that CAMP generates are the following:
Steps to reproduce
$ camp generate -d . --all
Other files and URLs
Relationships
Help on issue template
Preview to follow the link or open file .github/ISSUE_DOC.md
The text was updated successfully, but these errors were encountered: