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: Adam Israel <adam.israel@canonical.com>
description: Management VL
name: mgmt_vl
short-name: mgmt_vl
+ vim-network-name: mgmt
type: ELAN
vendor: RIFT.io
version: '1.0'
type: VPORT
http-endpoint:
- path: api/v1/ping/stats
- polling_interval_secs: '2'
port: '18888'
mgmt-interface:
dashboard-params:
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
storage-gb: '4'
vcpu-count: '1'
vnf-configuration:
- service-primitive:
+ config-primitive:
- name: start
- name: stop
- name: restart
type: VPORT
http-endpoint:
- path: api/v1/pong/stats
- polling_interval_secs: '2'
port: '18889'
mgmt-interface:
dashboard-params:
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
storage-gb: '4'
vcpu-count: '1'
vnf-configuration:
- service-primitive:
+ config-primitive:
- name: start
- name: stop
- name: restart