In the dependency section of a service group (or application) we define the 
startup sequence using the following format:

Service group ....:
...
,
     "dependencies": {
        "startupOrders": [
                "cartridge.type1,cartridge.type2,cartridge.type3"
        ],
        "terminationBehaviour": "terminate-dependents"
    }
...

Is it possible to configure the startupOrder in a way that I can define a 
startup order between cartridge of the same type but different aliases so I can 
use a generic cartridge type to test startup scenarios without having to create 
new cartridge types ?

Thanks

Martin

Reply via email to