Commit 3eaef5a6 authored by vreck's avatar vreck
Browse files

Changing import paths from absolute to relative paths

parent 81604d4d
Pipeline #12162 failed with stages
in 1 second
......@@ -6,9 +6,9 @@ metadata:
template_version: 4.3.1
imports:
- https://forge.etsi.org/rep/nfv/SOL001/raw/v4.3.1/etsi_nfv_sol001_common_types.yaml
- https://forge.etsi.org/rep/nfv/SOL001/raw/v4.3.1/etsi_nfv_sol001_vnfd_types.yaml
- https://forge.etsi.org/rep/nfv/SOL001/raw/v4.3.1/etsi_nfv_sol001_pnfd_types.yaml
- ./etsi_nfv_sol001_common_types.yaml
- ./etsi_nfv_sol001_vnfd_types.yaml
- ./etsi_nfv_sol001_pnfd_types.yaml
# editor's note: During the development of the SOL001ed421 GS, to enable this file to be verified by a TOSCA parser, the imports statement has to be replaced with a reference to a local copy of the common definitions YAML file
data_types:
......
......@@ -6,7 +6,7 @@ metadata:
template_version: 4.3.1
imports:
- https://forge.etsi.org/rep/nfv/SOL001/raw/v4.3.1/etsi_nfv_sol001_common_types.yaml
- ./etsi_nfv_sol001_common_types.yaml
data_types:
tosca.datatypes.nfv.LocationInfo:
......
......@@ -6,7 +6,7 @@ metadata:
template_version: 4.3.1
imports:
- https://forge.etsi.org/rep/nfv/SOL001/raw/v4.3.1/etsi_nfv_sol001_common_types.yaml
- ./etsi_nfv_sol001_common_types.yaml
# editor's note: During the development of the SOL001ed421 GS, to enable this file to be verified by a TOSCA parser, the imports statement has to be replaced with a reference to a local copy of the common definitions YAML file
data_types:
tosca.datatypes.nfv.VirtualNetworkInterfaceRequirements:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment