Skip to content
Snippets Groups Projects
Commit 4396d3ef authored by israelad's avatar israelad
Browse files

Update ping/pong example for R3


This updates the descriptors for the ping/pong example to work with
Release THREE:
- Removing unused element(s)
- Renaming service-primitive to config-primitive
- Defaulting to a vim-network-name of mgmt for the mangement network

Signed-off-by: default avatarAdam Israel <adam.israel@canonical.com>
parent 1f9ce570
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,7 @@ nsd:nsd-catalog:
description: Management VL
name: mgmt_vl
short-name: mgmt_vl
vim-network-name: mgmt
type: ELAN
vendor: RIFT.io
version: '1.0'
......
......@@ -31,7 +31,6 @@ vnfd:vnfd-catalog:
type: VPORT
http-endpoint:
- path: api/v1/ping/stats
polling_interval_secs: '2'
port: '18888'
mgmt-interface:
dashboard-params:
......@@ -50,11 +49,13 @@ vnfd:vnfd-catalog:
count: '1'
interface:
- name: eth0
position: 0
type: EXTERNAL
virtual-interface:
type: VIRTIO
external-connection-point-ref: ping_vnfd/cp0
- name: eth1
position: 1
type: EXTERNAL
virtual-interface:
type: VIRTIO
......@@ -67,7 +68,7 @@ vnfd:vnfd-catalog:
storage-gb: '4'
vcpu-count: '1'
vnf-configuration:
service-primitive:
config-primitive:
- name: start
- name: stop
- name: restart
......
......@@ -31,7 +31,6 @@ vnfd:vnfd-catalog:
type: VPORT
http-endpoint:
- path: api/v1/pong/stats
polling_interval_secs: '2'
port: '18889'
mgmt-interface:
dashboard-params:
......@@ -50,11 +49,13 @@ vnfd:vnfd-catalog:
count: '1'
interface:
- name: eth0
position: 0
type: EXTERNAL
virtual-interface:
type: VIRTIO
external-connection-point-ref: pong_vnfd/cp0
- name: eth1
position: 1
type: EXTERNAL
virtual-interface:
type: VIRTIO
......@@ -67,7 +68,7 @@ vnfd:vnfd-catalog:
storage-gb: '4'
vcpu-count: '1'
vnf-configuration:
service-primitive:
config-primitive:
- name: start
- name: stop
- name: restart
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment