You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "Martin Eppel (JIRA)" <ji...@apache.org> on 2014/11/17 22:55:34 UTC

[jira] [Created] (STRATOS-974) [Grouping][testing] - single cartridge, VM is not restored after being killed

Martin Eppel created STRATOS-974:
------------------------------------

             Summary: [Grouping][testing] - single cartridge, VM is not restored after being killed
                 Key: STRATOS-974
                 URL: https://issues.apache.org/jira/browse/STRATOS-974
             Project: Stratos
          Issue Type: Bug
          Components: Autoscaler
    Affects Versions: 4.1.0 M4
            Reporter: Martin Eppel


I deployed a application with single cartridge, no group.
After VM comes up, deleted VM and expected a new instance to be spun up - no instance was spun up. Logs are attached

app definition:
 
{
  "applicationId": "test_app5",
  "alias": "myapp5",
  "components": {
    "groups": [
    ],
    "subscribables": [
      {
        "type": "cisco-sample-vm",
        "alias": "c1xxx"
      }
    ]
  },
  "subscribableInfo": [
    {
      "alias": "c1xxx",
      "deploymentPolicy": "static-1-Core",
      "autoscalingPolicy": "economyPolicy",
      "privateRepo": "true",
      "repoPassword": "password",
      "repoURL": "http://xxx:10080/git/default.git",
      "repoUsername": "user"
    }
  ]
}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)