Uploaded image for project: 'Stratos'
  1. Stratos
  2. STRATOS-1381

Startup Orders and Scaling Dependents are Using Comma Separated Strings

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 4.1.0 Beta2
    • 4.1.0 RC3
    • GUI, REST API
    • None

    Description

      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" ] }

      ]
      }

      Attachments

        Activity

          People

            imesh Imesh Gunaratne
            imesh Imesh Gunaratne
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: