[ https://issues.apache.org/jira/browse/STRATOS-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Imesh Gunaratne resolved STRATOS-1381. -------------------------------------- Resolution: Fixed Fix Version/s: 4.1.0 RC1 Fixed with commit revision: 7e810ec1178c88d97c69766ebd56c035addce2a0 > 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 > Fix For: 4.1.0 RC1 > > > 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)