[
https://issues.apache.org/jira/browse/STRATOS-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Imesh Gunaratne updated STRATOS-1381:
-------------------------------------
Summary: Startup Orders and Scaling Dependents are Using Comma Separated
Strings (was: Startup Orders and Scaling Dependents are defined with comma
separated strings)
> Startup Orders and Scaling Dependents are Using Comma Separated Strings
> -----------------------------------------------------------------------
>
> Key: STRATOS-1381
> URL: https://issues.apache.org/jira/browse/STRATOS-1381
> Project: Stratos
> Issue Type: Bug
> Components: GUI, REST API
> Affects Versions: 4.1.0 Beta2
> Reporter: Imesh Gunaratne
> Assignee: Imesh Gunaratne
>
> Currently in cartridge groups and applications startup orders and scaling
> dependents are defined in comma separated string. Ideally those should be
> defined with JSON arrays:
> {
> "startupOrders":[
> {
> "aliases":[
> "cartridge.oracle1",
> "cartridge.cassandra1",
> "cartridge.tomcat1"
> ]
> },
> {
> "aliases":[
> "cartridge.oracle1",
> "cartridge.redis1"
> ]
> }
> ],
> "scalingDependents":[
> {
> "aliases":[
> "cartridge.redis1",
> "cartridge.tomcat1"
> ]
> }
> ]
> }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)