aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/resources/vl-csar.JSON
blob: 349d049f0e69d400ed2bcb397d9d08b884afe236 (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
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
87
88
89
90
91
92
93
94
{
    "service": {
        "uuid": "68101369-6f08-4e99-9a28-fa6327d344f3",
        "invariantUuid": "d752a44c-ac7b-4bda-8111-fb52312d101e",
        "name": "Macro_flow_test",
        "version": "1.0",
        "toscaModelURL": null,
        "category": "Network L1-3",
        "serviceType": null,
        "serviceRole": null,
        "description": "dsfg",
        "serviceEcompNaming": "true",
        "instantiationType": "ClientConfig",
        "inputs": {
            "extvl0_network_scope": {
                "type": "string",
                "description": "Uniquely identifies the network scope. Valid values for the network scope   includes: VF - VF-level network. Intra-VF network which connects the VFCs (VMs) inside the VF. SERVICE - Service-level network. Intra-Service network which connects  the VFs within the service GLOBAL - Global network which can be shared by multiple services\n",
                "entry_schema": null,
                "inputProperties": null,
                "constraints": [

                ],
                "required": true,
                "default": null
            },
            "extvl0_network_role": {
                "type": "string",
                "description": "Unique label that defines the role that this network performs.   example: vce oam network, vnat sr-iov1 network\n",
                "entry_schema": null,
                "inputProperties": null,
                "constraints": [

                ],
                "required": true,
                "default": null
            },
            "extvl0_exVL_naming_naming_policy": {
                "type": "string",
                "description": "Reference to naming policy that ECOMP will use when the name is auto-generated",
                "entry_schema": null,
                "inputProperties": null,
                "constraints": [

                ],
                "required": true,
                "default": null
            }
        }
    },
    "vnfs": {

    },
    "networks": {
        "ExtVL 0": {
            "uuid": "af584529-d7f0-420e-a6f3-c38b689c030f",
            "invariantUuid": "379f816b-a7aa-422f-be30-17114ff50b7c",
            "description": "ECOMP generic virtual link (network) base type for all other service-level and global networks",
            "name": "ExtVL",
            "version": "4.0",
            "customizationUuid": "664f8aa7-3989-46ac-81c0-dd72a8a63f26",
            "inputs": {

            },
            "commands": {

            },
            "properties": {
                "network_role": "get_input:extvl0_network_role",
                "exVL_naming": "{naming_policy=get_input:extvl0_exVL_naming_naming_policy}",
                "network_scope": "get_input:extvl0_network_scope"
            },
            "type": "VL",
            "modelCustomizationName": "ExtVL 0"
        }
    },
    "collectionResource": {

    },
    "configurations": {

    },
    "serviceProxies": {

    },
    "vfModules": {

    },
    "volumeGroups": {

    },
    "pnfs": {

    }
}