aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-adapter-utils/src/test/resources/__files/MulticloudGetCreateResponse.json
blob: 8feb3e085ebb88db33fc9efaed03e10dda0b4c94 (plain)
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
{
    "template_type": "heat",
    "workload_id": "TEST-workload",
    "workload_status": "CREATE_COMPLETE",
    "workload_status_reason": {
        "stack": {
            "id": "TEST-workload",
            "links" : [
                {
                    "href" : "port",
                    "rel" : "self"
                }
            ],
            "stack_name": "TEST-stack",
            "stack_status": "CREATE_COMPLETE",
            "creation_time": "2019-03-21T03:17:32Z",
            "description": "Sample stack response",
            "stack_owner": "stack_Owner",
            "capabilities": [],
            "parameters": {
                "OS::project_id": "0e148b76ee8c42f78d37013bf6b7b1ae",
                "apt_proxy": "10.12.5.2:8000",
                "etcd_vm_flavor": "m1.medium",
                "docker_version": "17.03.2",
                "portal_hostname": "portal.api.simpledemo.onap.org",
                "docker_proxy": "10.12.5.2:5000",
                "kubectl_version": "1.11.5",
                "use_ramdisk": "false"
            },
            "outputs": [
                {
                    "output_value": "10.12.6.20",
                    "output_key": "k8s_12_vm_ip",
                    "description": "The IP address of the k8s_12 instance"
                },
                {
                    "output_value": "10.12.5.241",
                    "output_key": "k8s_01_vm_ip",
                    "description": "The IP address of the k8s_01 instance"
                }
            ]
        }
    }
}