Imesh Gunaratne created STRATOS-1381:
----------------------------------------
Summary: Startup Orders and Scaling Dependents are defined with
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)