10569ba4a4
Previously there are a lot of warning messages of setuptools in the log files of tox jobs. This is mainly caused by test samples because these are in python codes directories. This patch moves test samples from under {heat-translator_root}/translator/tests to under {heat-translator_root}/samples/tests. This patch also contains the following changes: * Remove "skipsdist = True" from tox.ini * Fixed usage.rst command example. * Changeing unit tests that reference external URL to use mock Change-Id: I25f5bd945bfcfa029641de4828cfad13e3d3d516
18 lines
367 B
YAML
18 lines
367 B
YAML
tosca_definitions_version: tosca_simple_yaml_1_2
|
|
|
|
description: >
|
|
Template for deploying one CP.
|
|
|
|
imports:
|
|
- etsi_nfv_sol001_common_types.yaml
|
|
- etsi_nfv_sol001_vnfd_types.yaml
|
|
|
|
topology_template:
|
|
node_templates:
|
|
CP1:
|
|
type: tosca.nodes.nfv.VduCp
|
|
properties:
|
|
layer_protocols: [ ipv4 ]
|
|
order: 0
|
|
vnic_type: direct-physical
|