Gayan Gunarathne created STRATOS-1075:
-----------------------------------------
Summary: Configuration of Load Balancer related to the service
grouping
Key: STRATOS-1075
URL: https://issues.apache.org/jira/browse/STRATOS-1075
Project: Stratos
Issue Type: Bug
Affects Versions: 4.1.0 Alpha
Reporter: Gayan Gunarathne
Fix For: 4.1.0 Alpha
Need to implement the following changes:
1. In application json we can specify the LB as a dependency in a start-up
order.
i.e
"dependencies": {
"startupOrders": [
"cartridge.mytomcat,cartridge.mylb"
],
"terminationBehaviour": "terminate-dependents"
}
}
2. We will traverse through the dependency tree and sending dependency cluster
id to the cartridge through the payload.
3. Load balancer will retrieve the dependent cluster id through the payload and
getting the dependencies information from the topology.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)