aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2018-07-23 20:10:06 +0530
committerTakamune Cho <tc012c@att.com>2018-07-24 14:51:00 +0000
commita6dbf8ac1f0e907d3a6b8f4d5bdd6a4217a057fb (patch)
treedd2f4c0fd73a0afe6a5fc010a2cbc772273f2969 /Dockerfile
parent9d5e8e703674224e87f972dea22900b20db9df49 (diff)
Fixed error
Test cases in param-name-value component spec file failed with the below error, Error: No provider for NgxSpinnerService Fixed this error Issue-ID: APPC-1064 Change-Id: Ib4e0b3276525973fb6a625d2366ed26cf3d94173 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'Dockerfile')
0 files changed, 0 insertions, 0 deletions
pectedoutputfiles/ContrailVirtualNetworkGlobalTypeServiceTemplate.yaml?h=1.4.0&id=f5f13c4f6b6fe3b4d98e349dfd7db59339803436'>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
tosca_definitions_version: tosca_simple_yaml_1_0_0
metadata:
  template_name: ContrailVirtualNetworkGlobalType
  template_version: 1.0.0
description: Contrail Virtual Network Global Types
imports:
  common_definitions:
    file: CommonGlobalTypesServiceTemplate.yaml
node_types:
  org.openecomp.resource.vl.nodes.heat.network.contrail.VirtualNetwork:
    derived_from: tosca.nodes.network.Network
    properties:
      shared:
        type: string
        description: Is virtual network shared
        required: false
        status: SUPPORTED
      forwarding_mode:
        type: string
        description: forwarding mode of the virtual network
        required: false
        status: SUPPORTED
      external:
        type: string
        description: Is virtual network external
        required: false
        status: SUPPORTED
      allow_transit:
        type: string
        description: Whether this network should be transitive.
        required: false
        status: SUPPORTED
      flood_unknown_unicast:
        type: string
        description: flood L2 packets on network
        required: false
        status: SUPPORTED
      route_targets:
        type: list
        description: route targets associated with the virtual network
        required: false
        status: SUPPORTED
        entry_schema:
          type: string
      subnets:
        type: map
        description: Network related subnets
        required: false
        status: SUPPORTED
        entry_schema:
          type: org.openecomp.datatypes.heat.network.neutron.Subnet
    attributes:
      fq_name:
        type: string
        description: fq_name
        status: SUPPORTED
      show:
        type: string
        description: All attributes.
        status: SUPPORTED
      subnets_name:
        type: list
        description: Subnets name of this network
        status: SUPPORTED
        entry_schema:
          type: string
      subnets_show:
        type: map
        description: Detailed information about each subnet
        status: SUPPORTED
        entry_schema:
          type: string
      subnets:
        type: map
        description: Network related subnets
        status: SUPPORTED
        entry_schema:
          type: org.openecomp.datatypes.heat.network.neutron.Subnet
    capabilities:
      attachment:
        type: tosca.capabilities.Attachment
        occurrences:
        - 1
        - UNBOUNDED