X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fvnfd%2Fping_vnf%2Fping_vnfd.yaml;fp=src%2Fvnfd%2Fping_vnf%2Fping_vnfd.yaml;h=0000000000000000000000000000000000000000;hb=d21e9d06f4b662d6a7166c4715875fb41cd561ff;hp=60f00cfee13ee06858daf54f09249ab1a983993f;hpb=98bac2f1daa9eadcc0a95e73df251483e7522d5d;p=osm%2Fdevops.git diff --git a/src/vnfd/ping_vnf/ping_vnfd.yaml b/src/vnfd/ping_vnf/ping_vnfd.yaml deleted file mode 100644 index 60f00cfe..00000000 --- a/src/vnfd/ping_vnf/ping_vnfd.yaml +++ /dev/null @@ -1,119 +0,0 @@ -# -# Copyright 2016 RIFT.io Inc -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -# - -vnfd:vnfd-catalog: - vnfd:vnfd: - - id: rift_ping_vnf - name: ping_vnf - short-name: ping_vnf - logo: rift_logo.png - vendor: RIFT.io - version: '1.1' - description: This is an example RIFT.ware VNF - connection-point: - - name: ping_vnfd/cp0 - type: VPORT - - name: ping_vnfd/cp1 - type: VPORT - http-endpoint: - - path: api/v1/ping/stats - polling_interval_secs: '2' - port: '18888' - mgmt-interface: - dashboard-params: - path: api/v1/ping/stats - port: '18888' - port: '18888' - vdu-id: iovdu_0 - placement-groups: - - member-vdus: - - member-vdu-ref: iovdu_0 - name: Eris - requirement: Place this VM on the Kuiper belt object Eris - strategy: COLOCATION - vdu: - - cloud-init-file: ping_cloud_init.cfg - count: '1' - external-interface: - - name: eth0 - virtual-interface: - type: VIRTIO - vnfd-connection-point-ref: ping_vnfd/cp0 - - name: eth1 - virtual-interface: - type: VIRTIO - vnfd-connection-point-ref: ping_vnfd/cp1 - id: iovdu_0 - image: Fedora-x86_64-20-20131211.1-sda-ping.qcow2 - name: iovdu_0 - vm-flavor: - memory-mb: '512' - storage-gb: '4' - vcpu-count: '1' - vnf-configuration: - config-attributes: - config-delay: 10 - service-primitive: - - name: start - - name: stop - - name: restart - - name: config - parameter: - - data-type: STRING - default-value: - name: ssh-hostname - - data-type: STRING - default-value: fedora - name: ssh-username - - data-type: STRING - default-value: fedora - name: ssh-password - - data-type: STRING - name: ssh-private-key - - data-type: STRING - default-value: ping - name: mode - read-only: 'true' - - name: set-server - parameter: - - data-type: STRING - name: server-ip - - data-type: INTEGER - name: server-port - - name: set-rate - parameter: - - data-type: INTEGER - default-value: '5' - name: rate - - name: start-traffic - - name: stop-traffic - initial-config-primitive: - - name: config - parameter: - - name: ssh-hostname - value: - - name: ssh-username - value: fedora - - name: ssh-password - value: fedora - - name: mode - value: ping - seq: '1' - - name: start - seq: '2' - juju: - charm: pingpong