Separate VF templates for vFW 09/69609/1
authorMarco Platania <platania@research.att.com>
Mon, 1 Oct 2018 18:30:43 +0000 (14:30 -0400)
committerMarco Platania <platania@research.att.com>
Mon, 1 Oct 2018 18:34:25 +0000 (14:34 -0400)
commite925428c9874199da4f2b3d49f81f6d6e8afcc7d
tree3c12d4a39e2336b118e484f77e218e0cde14416a
parentc35abcbdd0986f1f9540463af548b011afaf8f15
Separate VF templates for vFW

- Create a new set of Heat templates for the vFW:
  - One base template with the definition of common resources
  - Three add-on modules (VF modules) that describe vFW, vPacketGen, and vSink
  - Examples of env files in the examples directory

For Casablanca, this new template structure will be used for testing CDS capabilities.

Change-Id: Ic6c555074490d9d78f90cb347bc56a01a397ca06
Issue-ID: INT-659
Signed-off-by: Marco Platania <platania@research.att.com>
12 files changed:
heat/vFW_NextGen/examples/vfw.env [new file with mode: 0644]
heat/vFW_NextGen/examples/vpg.env [new file with mode: 0644]
heat/vFW_NextGen/examples/vsn.env [new file with mode: 0644]
heat/vFW_NextGen/templates/MANIFEST.json [new file with mode: 0644]
heat/vFW_NextGen/templates/base_template.env [new file with mode: 0644]
heat/vFW_NextGen/templates/base_template.yaml [new file with mode: 0644]
heat/vFW_NextGen/templates/vfw.env [new file with mode: 0644]
heat/vFW_NextGen/templates/vfw.yaml [new file with mode: 0644]
heat/vFW_NextGen/templates/vpg.env [new file with mode: 0644]
heat/vFW_NextGen/templates/vpg.yaml [new file with mode: 0644]
heat/vFW_NextGen/templates/vsn.env [new file with mode: 0644]
heat/vFW_NextGen/templates/vsn.yaml [new file with mode: 0644]