Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed the directory to have proper value #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VNFD_OUTPUT:= $(addprefix build/,$(addsuffix .tar.gz, $(VNFD_DIRS)))
VNFD_CHECKSUMS:= $(addsuffix /checksums.txt, $(VNFD_DIRS))
VNFD_YAML:= $(addsuffix .yaml, $(VNFD_DIRS))
VNFD_YAML_CLEAN:= $(addsuffix .clean, $(VNFD_YAML))
VNFD_CLOUD_INIT:= $(addsuffix /cloud_init/cloud_init.cfg,$(VNFD_DIRS))
VNFD_CLOUD_INIT:= $(addsuffix /template/cloud_init.cfg,$(VNFD_DIRS))

SSH_KEY ?= ""

Expand Down
2 changes: 2 additions & 0 deletions server_vnfd/checksums.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
643e3f576810fdb5a924dfad436ba9d1 ./server_vnfd.yaml
c95e91a81f288dcd96e0232ff7db4022 ./checksums.txt
29 changes: 29 additions & 0 deletions server_vnfd/server_vnfd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
vnfd:vnfd-catalog:
vnfd:vnfd:
- vnfd:connection-point:
- vnfd:name: cp1
vnfd:type: VPORT
vnfd:description: a simple server
vnfd:id: server-vnfd
vnfd:mgmt-interface:
vnfd:vdu-id: iovdu_0
vnfd:name: server
vnfd:service-function-chain: UNAWARE
vnfd:short-name: server
vnfd:vdu:
- vnfd:external-interface:
- vnfd:name: eth0
vnfd:virtual-interface:
vnfd:type: VIRTIO
vnfd:vnfd-connection-point-ref: cp1
vnfd:id: iovdu_0
vnfd:guest-epa:
vnfd:cpu-pinning-policy: ANY
vnfd:image: "Ubuntu 16.04.1 LTS - Xenial Xerus - 64-bit - Cloud Based Image"
vnfd:name: vdu-1
vnfd:cloud-init-file: cloud_init.cfg
vnfd:vm-flavor:
vnfd:memory-mb: '2048'
vnfd:storage-gb: '5'
vnfd:vcpu-count: '1'
vnfd:version: '1.0'
3 changes: 3 additions & 0 deletions tse_vnfd/checksums.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ee6a92e0aed49fbbe7a2d9c2ec07f8af ./icons/sandvine_logo.png
c90db8f38a6995e1feb704ce88fd2f79 ./tse_vnfd.yaml
d3b4d8f5b6375e803828a46ae1fcca9d ./checksums.txt
42 changes: 42 additions & 0 deletions tse_vnfd/tse_vnfd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
vnfd:vnfd-catalog:
vnfd:vnfd:
- vnfd:connection-point:
- vnfd:name: subscriber-cp
vnfd:type: VPORT
- vnfd:name: internet-cp
vnfd:type: VPORT
- vnfd:name: service-cp
vnfd:type: VPORT
vnfd:description: Sandvine Traffic Steering Engine
vnfd:id: id_tse_vnf
vnfd:logo: sandvine_logo.png
vnfd:mgmt-interface:
vnfd:vdu-id: iovdu_0
vnfd:name: traffic steering engine
vnfd:service-function-chain: UNAWARE
vnfd:short-name: tse
vnfd:vdu:
- vnfd:external-interface:
- vnfd:name: subscriber-cp
vnfd:virtual-interface:
vnfd:type: VIRTIO
vnfd:vnfd-connection-point-ref: subscriber-cp
- vnfd:name: internet-cp
vnfd:virtual-interface:
vnfd:type: VIRTIO
vnfd:vnfd-connection-point-ref: internet-cp
- vnfd:name: service-cp
vnfd:virtual-interface:
vnfd:type: VIRTIO
vnfd:vnfd-connection-point-ref: service-cp
vnfd:id: iovdu_0
vnfd:guest-epa:
vnfd:cpu-pinning-policy: ANY
vnfd:image: "TSE_1.00.00-0075_x86_64_el7.pts_tse_dev_integration"
vnfd:name: vdu-1
vnfd:cloud-init-file: cloud_init.cfg
vnfd:vm-flavor:
vnfd:memory-mb: '5192'
vnfd:storage-gb: '10'
vnfd:vcpu-count: '4'
vnfd:version: '1.0'