summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/responses/dev-us-east-1-log-first-part.json
blob: 9b391196d5531ac5d921ab3944b8af80ba1c5d52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
  "active": true,
  "status": "running",
  "log": {
    "deployReal": [
      {
        "at": 0,
        "type": "info",
        "message": "Deploying platform version 6.1 and application dev build 1 for dev-us-east-1 of default ..."
      },
      {
        "at": 0,
        "type": "info",
        "message": "Using CA signed certificate version 0"
      },
      {
        "at": 0,
        "type": "info",
        "message": "Deployment successful."
      },
      {
        "at": 0,
        "type": "info",
        "message": "foo"
      }
    ],
    "installReal": [
      {
        "at": 0,
        "type": "info",
        "message": "######## Details for all nodes ########"
      },
      {
        "at": 0,
        "type": "info",
        "message": "host-tenant.application.default-dev.us-east-1: unorchestrated"
      },
      {
        "at": 0,
        "type": "info",
        "message": "--- platform vespa/vespa:6.1"
      },
      {
        "at": 0,
        "type": "info",
        "message": "--- container on port 43 has config generation 1, wanted is 2"
      }
    ],
    "copyVespaLogs": [
      {
        "at": 1554970337935,
        "type": "info",
        "message": "17491290-v6-1.ostk.bm2.prod.ne1.yahoo.com\tcontainer\tstdout\nERROR: Bundle canary-application [71] Unable to get module class path. (java.lang.NullPointerException)"
      }
    ]
  },
  "lastId": 8,
  "steps": {
    "deployReal": {
      "status": "succeeded",
      "startMillis": 0
    },
    "installReal": {
      "status": "unfinished",
      "startMillis": 0,
      "convergence": {
        "nodes": 1,
        "down": 0,
        "needPlatformUpgrade": 0,
        "upgrading": 0,
        "needReboot": 0,
        "rebooting": 0,
        "needRestart": 0,
        "restarting": 0,
        "upgradingOs": 0,
        "upgradingFirmware": 0,
        "services": 1,
        "needNewConfig": 1,
        "retiring": 0
      }
    },
    "copyVespaLogs": {
      "status": "unfinished"
    }
  }
}