cf-charmers team mailing list archive
-
cf-charmers team
-
Mailing list archive
-
Message #00630
Optional relations with CF components.
Hey, all.
Currently service declaration have only two ways to determine relations of
CF components: `required_data` and `provided_data`. What about handling
optional relationships? As I see they are not provided, but what if I want
to use Munin, but not Graphite with Collector component.
Other question is relations with external services like ELK bundle. To make
them work together you need to run additional command like `juju set
CustomLogFile=[...]` [1], this is not too much, but it could be done on
add-relation stage. Is there any way to determine such relation, or
mediator subordinate charm would be a solution in this case?
Thank you,
Alex L.
Follow ups